[Samba] Samba domain member and rfc2307 user IDs

L.P.H. van Belle belle at bazuin.nl
Fri Jul 29 08:31:50 UTC 2016


Hai, 

 

I’ve added some extra info on the upgrade problem. 

The full info can be found here.: 

https://downloads.van-belle.nl/samba4/upgrade-problems.txt

i’ve added the outputs of one of my server upgrades so people can exact see what happens. 

 

And im missing one mail on the list so a summary of the depend thing. 

( same is in the upgrade-problems.txt ) 

 

The error is due to : 

trying to overwrite '/usr/share/man/man8/vfs_glusterfs.8.gz'

 

 

You have 2 options. 

 

1) remove samba and reinstall the 4.4.5 ( but without data lose or config losses ) 

apt-get remove samba winbind 

for x in `dpkg -l | grep samba` ; do apt-get remove $x ; done. 

apt-get install samba winbind

 

 

or

2) Just upgrade, and do this simple fix. 

 

apt-get upgrade

Now it fails at : 

Errors were encountered while processing:

 /var/cache/apt/archives/samba-vfs-modules_2%3a4.4.5+dfsg-2~bpo8+1_i386.deb

E: Sub-process /usr/bin/dpkg returned an error code (1)

 

Fix : 

dpkg –i –force-all  /var/cache/apt/archives/samba-vfs-modules_2%3a4.4.5+dfsg-2~bpo8+1_i386.deb

 

apt-get –f install   ( or again apt-get upgrade ) 

 

done, 

 

You now have a good working samba 4.4.5 on debian. 

 

 

Greetz, 

 

Louis



More information about the samba mailing list