arrogantrabbit / freebsd_storj_installer

Installer script for Storj on FreeBSD
6 stars 1 forks source link

improvement : more feedback #4

Closed bschwand closed 3 months ago

bschwand commented 3 months ago

Installing in a node that was migrated from an active node (i.e. rsync all the data to new node, stop the node, rsync once more, now install on new node). In that case the data is already a big file hierarchy and the "ownership taking" step, i.e. chown -R takes a very long time. However that is done silently right after installing the dependent packages. So it looks like the install is stuck on installing unzip or something.

It would be useful to output a message like "taking ownership of database directory..." just before that step is executed.

arrogantrabbit commented 3 months ago

Awesome idea, thank you.

Fixed in bf16617