Page 1 of 1

SMB Errors

Posted: Sat Mar 24, 2018 4:18 pm
by thomasps
After following the instructions to mount shares locally (https://wiki.amahi.org/index.php/Mount_Shares_Locally), I get SMB errors at reboot time. I tried to google it but got nowhere...

Re: SMB Errors

Posted: Sat Mar 24, 2018 5:26 pm
by bigfoot65
Ensure you have the latest updates:

Code: Select all

sudo dnf clean all

Code: Select all

sudo dnf update

Re: SMB Errors

Posted: Sat Mar 24, 2018 6:14 pm
by thomasps
Ensure you have the latest updates:
Thanks. I tried but the errors persist.
I wonder if I did something wrong in setting up in mounting shares locally... when it says that MariaDB root password may need to be changed, does that apply to the latest Amahi 10?


I'm not sure if this is related, but here's what I get at the Verify the .smb_credentials is owned by root:root or 1stadminuser:users:

[tspeidel@localhost ~]$ ls -al /home/tspeidel/.smb_credentials
-rw-r--r-- 1 tspeidel users 51 Mar 24 16:15 /home/tspeidel/.smb_credentials

Re: SMB Errors

Posted: Sun Mar 25, 2018 8:20 am
by bigfoot65
Try stopping the script first, then verify you completed the setup correctly.

While the script is stopped, do:

Code: Select all

sudo rm -rf /mnt/smb/*
Once all is verified to be correct, try starting it again.

Not sure what the problem could be, but hopefully this will help.

Also, unless you are doing file manipulation directly on the HDA the script is not needed.