wiki:samba_troubleshooting
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wiki:samba_troubleshooting [2023/05/10 07:47] – [mount error(115): Operation now in progress] add note about ipv4 over ipv6 antisa | wiki:samba_troubleshooting [2024/05/09 08:12] (current) – add Hetzner storage suddenly stops working antisa | ||
---|---|---|---|
Line 20: | Line 20: | ||
Another solution is to prefer [[wiki: | 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 27: | Line 79: | ||
====== References ====== | ====== References ====== | ||
+ | * https:// | ||
wiki/samba_troubleshooting.1683704845.txt.gz · Last modified: 2023/05/10 07:47 by antisa