wiki:samba_troubleshooting
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
wiki:samba_troubleshooting [2023/05/09 13:11] – created antisa | wiki:samba_troubleshooting [2024/05/09 08:12] (current) – add Hetzner storage suddenly stops working antisa | ||
---|---|---|---|
Line 18: | Line 18: | ||
mount -a | mount -a | ||
+ | |||
+ | Another solution is to prefer [[wiki: | ||
+ | |||
+ | ===== CIFS: Status code returned 0xc000006d STATUS_LOGON_FAILURE ===== | ||
+ | Error from '' | ||
+ | |||
+ | ...kernel: CIFS: VFS: \\uxxxxxx.your-storagebox.de Send error in SessSetup = -13 | ||
+ | ...kernel: CIFS: Status code returned 0xc000006d STATUS_LOGON_FAILURE | ||
+ | |||
+ | When trying to '' | ||
+ | |||
+ | ls: / | ||
+ | |||
+ | The above happened when using the Hetzner storage box. When using the IP address the mounting works. Another workaround is to leave the DNS name and lazy unmount and remount the cifs share e.g. | ||
+ | |||
+ | umount -l / | ||
+ | mount -a | ||
+ | |||
+ | Try a couple of times above and then check with '' | ||
+ | |||
+ | ===== Hetzner storage suddenly stops working ===== | ||
+ | Example: | ||
+ | |||
+ | < | ||
+ | root@host: | ||
+ | ls: cannot access '/ | ||
+ | total 0 | ||
+ | d????????? ? ? ? ? ? backup-storage | ||
+ | |||
+ | |||
+ | root@host: | ||
+ | ... | ||
+ | └─/ | ||
+ | | ||
+ | |||
+ | </ | ||
+ | |||
+ | It might be that the IP address changed and in /// | ||
+ | |||
+ | // | ||
+ | |||
+ | Try pinging the dns name: | ||
+ | ~# ping -4 u287957.your-storagebox.de | ||
+ | ~# ping u287957.your-storagebox.de | ||
+ | |||
+ | You should see that the IP changed. Now unmount and remount everything and it should fix it. | ||
+ | |||
+ | umount / | ||
+ | umount // | ||
+ | |||
+ | mount -a | ||
+ | |||
+ | |||
====== Tested on ====== | ====== Tested on ====== | ||
Line 26: | Line 79: | ||
====== References ====== | ====== References ====== | ||
+ | * https:// | ||
wiki/samba_troubleshooting.1683637904.txt.gz · Last modified: 2023/05/09 13:11 by antisa