enterprise-support team mailing list archive
-
enterprise-support team
-
Mailing list archive
-
Message #05322
Re: [Question #292198]: smbd not starting in ubuntu
Question #292198 on samba in Ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/samba/+question/292198
Status: Open => Needs information
Manfred Hampl requested more information:
I think I see the root cause:
Apparently you have installed different and conflicting versions of samba from different sources.
The Ubuntu packages do not install anything in /usr/local/lib, but you have some samba files there.
You have
libnetapi.so.0 => /usr/local/lib/libnetapi.so.0 (0x00007f4c69dd2000)
but I assume it should be
=> /usr/lib/x86_64-linux-gnu/libnetapi.so.0
What is the output of the commands
sudo updatedb
locate libnetapi
ls -l /usr/local/lib/
Have you installed some samba version from a foreign source (probably
version 4.1.6)?
I suggest that you deinstall all samba versions (especially those from
non-Ubuntu sources), and reinstall the original Ubuntu-provided
packages.
--
You received this question notification because your team Ubuntu
Server/Client Support Team is an answer contact for samba in Ubuntu.