OMV SMB Share Intermittently Disappearing

  • Since a couple of update minor updates ago (This could be coincidental) we have started experiencing our SMB share intermittently disappearing and not allowing connections (Had been working correctly for a few months prior to this) The connection to the same share is problematic over a FTP as well so it seems to be a server issue not a connection type issue. However something that could also be coincidental is the problem only seems occurs when a certain range of computers become connected, When they aren't the rest connect fine to the SMB share.


    Is there a way to isolate what's causing the issue from the server?

    • Offizieller Beitrag

    Logs, logs logs logs...always logs. That's they were created for. Increase it to full or debug.


    Also i would place a monit conf at


    /etc/monit/conf.d/samba.conf


    like


    Code
    check process smbd with pidfile /var/run/samba/smbd.pid
    start program = "/etc/init.d/samba start"
    stop program = "/etc/init.d/samba stop"
    mode active


    The restart monit /etc/init.d/monit restart


    you should get an email if the samba process goes down, this is good for getting the aprox time when samba crashed (if it crashed) and then to look at the logs.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!