this post was submitted on 20 Jul 2025
20 points (100.0% liked)
Linux Questions
2414 readers
8 users here now
Linux questions Rules (in addition of the Lemmy.zip rules)
- stay on topic
- be nice (no name calling)
- do not post long blocks of text such as logs
- do not delete your posts
- only post questions (no information posts)
Tips for giving and receiving help
- be as clear and specific
- say thank you if a solution works
- verify your solutions before posting them as facts.
Any rule violations will result in disciplinary actions
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Check the log file & see if there's any additional information you can troubleshoot with. According to your .conf it's in /var/log/samba/log.%m
And/or maybe increase the logging level and hopefully when the issue re-occurs you'll have lots more log info to work with. (may have to be careful with the log file sizes though) Not sure if you need to enable client specific logging or maybe just working with the main smb.conf file is enough, see the wiki
https://wiki.samba.org/index.php/Client_specific_logging
EDIT: If you're not already seeing any logs maybe you do need to try enabling client specific logging (?)