You are not logged in.
The new 2.6.7 kernel package from current breaks samba when it tries to load openldap.
The following will fix it :
cd /usr/lib
ln -s libldap-2.2.so.7.0.6 libldap.so.2
The symptom you'll see is that the samba service fails to start, and you'll see a shared library load error on boot.
Offline
Thanks, works fine now!
Linux Registered User #337161
'It's free. It works. Duh.'" - Eric Harrison
Offline
Thanks, works fine now!
And as of now there is an update for openldap which fixes the issue also. There was probably only a few hours where this could have happened.
So no one else use my fix
If you did, you either need to remove the link or use pacman -f to overwrite the link you made.
Offline