Reply To: SMB not working any more

Max2Play Home Forums Max2Play on Raspberry PI SMB not working any more Reply To: SMB not working any more

22. Juli 2018 at 16:21 #36724

Hi,
I got the idea on checking the SMB service.
sudo sercice smbd status
is telling me:
smbd.service – LSB: start Samba SMB/CIFS daemon (smbd)
Loaded: loaded (/etc/init.d/smbd)
Active: failed (Result: exit-code) since So 2018-07-22 07:02:14 CEST; 8h ago
Process: 3257 ExecStart=/etc/init.d/smbd start (code=exited, status=1/FAILURE)

When I do a
systemctl status smbd.service
after
sudo service smbd restart
it’s telling me:

Jul 22 15:42:47 medien smbd[1990]: Starting SMB/CIFS daemon: smbd/usr/sbin/smbd: error while loading shared libraries: libavahi-common.so.3: cannot… directory
Jul 22 15:42:47 medien smbd[1990]: failed!
Jul 22 15:42:47 medien systemd[1]: smbd.service: control process exited, code=exited status=1
Jul 22 15:42:47 medien systemd[1]: Failed to start LSB: start Samba SMB/CIFS daemon (smbd).
Jul 22 15:42:47 medien systemd[1]: Unit smbd.service entered failed state.

Even if I do the following:
sudo apt-get install –reinstall samba-libs
there are errors

Job for smbd.service failed. See ’systemctl status smbd.service‘ and ‚journalctl -xn‘ for details.
invoke-rc.d: initscript smbd, action „start“ failed.
dpkg: Fehler beim Bearbeiten des Paketes samba (–configure):
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück
Fehler traten auf beim Bearbeiten von:
samba

So samba seems to be pretty screwed up. At least somewhat’s wrong with libavahi-common.so.3 – can I reinstall it somehow else? I’m really lost when it comes to libraries.
Many thanks and best regards
Muhackl