User Tools

Site Tools


wiki:samba_troubleshooting

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
wiki:samba_troubleshooting [2023/05/10 09:47] – [mount error(115): Operation now in progress] add note about ipv4 over ipv6 antisawiki:samba_troubleshooting [2023/06/26 14:38] – old revision restored (2023/06/26 14:05) antisa
Line 20: Line 20:
  
 Another solution is to prefer [[wiki:ipv4_over_ipv6|ipv4 over ipv6]] and the dns name should work again. Another solution is to prefer [[wiki:ipv4_over_ipv6|ipv4 over ipv6]] and the dns name should work again.
 +
 +===== CIFS: Status code returned 0xc000006d STATUS_LOGON_FAILURE =====
 +Error from ''journalctl -xe'':
 +
 +  ...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 directory the error is:
 +
 +  ls: /mnt/backup-storage: Host is down
 +
 +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 /mnt/backup-storage
 +  mount -a
 +
 +Try a couple of times above and then check with ''df -h'' and it should work again.
 ====== Tested on ====== ====== Tested on ======
   *    * 
Line 27: Line 44:
  
 ====== References ====== ====== References ======
 +  * https://serverfault.com/questions/414074/mount-cifs-host-is-down
  
wiki/samba_troubleshooting.txt · Last modified: 2024/05/09 10:12 by antisa

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki