Comment 13 for bug 288496

Revision history for this message
Ashish Kumar Sinha (aksinha) wrote :

I had similar problems to on Ubuntu 11.10.
I believe it was caused when I made an incomplete trial to switch from Samba to Samba4.

Following worked for me:
$ sudo dpkg-reconfigure samba-common
$ sudo cp /usr/share/samba/smb.conf /etc/samba/smb.conf
$ sudo dpkg --configure -a

Hope it is helpful.