Page 1 of 1

Lost ftp home share after reboot

PostPosted: Sat Jan 02, 2021 2:02 pm
by danidrach
I'm seeing that, after reboot, if "FTP Home Directory" is a share root (/share/), after a reboot. the users that have this folder as their home dir., changes to "/share/1000/unvaldfolder"
[ img ]
Any way to get rid of this and maintain the "/share/" as user home folder?

Re: Lost ftp home share after reboot

PostPosted: Sat Jan 02, 2021 4:07 pm
by Jocko
Hi

I can reproduce your issue and confirm it is a big when the boot script updates the nas database.
I go to deepen it and post soon a patch.

Re: Lost ftp home share after reboot

PostPosted: Sat Jan 02, 2021 5:18 pm
by Jocko
It was a basic error...

for testing the patch do from a shell terminal:
Code: Select all
plugout download 6645
tar -xf /tmp/fvdw-sl-18-2-fix-userhomedir-02jan2021.tgz -C /


Then on an user account set as home directory the root data folder (/share/) and reboot. This time your change should not be lost

Re: Lost ftp home share after reboot

PostPosted: Sat Jan 02, 2021 6:00 pm
by danidrach
Jocko wrote:It was a basic error...

for testing the patch do from a shell terminal:
Code: Select all
plugout download 6645
tar -xf /tmp/fvdw-sl-18-2-fix-userhomedir-02jan2021.tgz -C /


Then on an user account set as home directory the root data folder (/share/) and reboot. This time your change should not be lost


yep! It worked perfect!