winbindd_privileged error?
I had everything working fine, and now it's not. (I use the ldap module to auth) When I look through the logs, I'm getting a winbindd_privileged error. I've seen that before, where you apply: chgrp radiusd /var/cache/samba/winbindd_privileged chmod g+rw /var/cache/samba/winbindd_privileged but that doesn't seem to be resolving in this case. I believe I did run yum update today and it updated samba. winbind won't start. Jan 8 17:09:45 ns5 winbindd[2086]: initialize_winbindd_cache: clearing cache and re-creating with version number 1 Jan 8 17:09:45 ns5 winbindd[2086]: [2010/01/08 17:09:45, 0] lib/util_sock.c:create_pipe_sock(1280) Jan 8 17:09:45 ns5 winbindd[2086]: invalid permissions on socket directory /var/cache/samba/winbindd_privileged Rick Steeves http://www.sinister.net In reality nothing is more damaging to the adventurous spirit within a man than a secure future - Alexander Supertramp
--On 08 January 2010 17:14 -0500 freeradius@corwyn.net wrote:
I had everything working fine, and now it's not. (I use the ldap module to auth)
When I look through the logs, I'm getting a winbindd_privileged error.
I've seen that before, where you apply: chgrp radiusd /var/cache/samba/winbindd_privileged chmod g+rw /var/cache/samba/winbindd_privileged
but that doesn't seem to be resolving in this case. I believe I did run yum update today and it updated samba.
winbind won't start. Jan 8 17:09:45 ns5 winbindd[2086]: initialize_winbindd_cache: clearing cache and re-creating with version number 1 Jan 8 17:09:45 ns5 winbindd[2086]: [2010/01/08 17:09:45, 0] lib/util_sock.c:create_pipe_sock(1280) Jan 8 17:09:45 ns5 winbindd[2086]: invalid permissions on socket directory /var/cache/samba/winbindd_privileged
So... what does the equivalent of: sudo ls -la /var/cache/samba/winbindd_privileged say on your system?? Perhaps you have lost the execute bit on your directory permissions? -James -- James J J Hooper Network Specialist Information Services University of Bristol http://www.wireless.bristol.ac.uk http://www.jamesjj.net --
--On 08 January 2010 22:24 +0000 James J J Hooper <jjj.hooper@bristol.ac.uk> wrote:
--On 08 January 2010 17:14 -0500 freeradius@corwyn.net wrote:
I had everything working fine, and now it's not. (I use the ldap module to auth)
When I look through the logs, I'm getting a winbindd_privileged error.
I've seen that before, where you apply: chgrp radiusd /var/cache/samba/winbindd_privileged chmod g+rw /var/cache/samba/winbindd_privileged
but that doesn't seem to be resolving in this case. I believe I did run yum update today and it updated samba.
winbind won't start. Jan 8 17:09:45 ns5 winbindd[2086]: initialize_winbindd_cache: clearing cache and re-creating with version number 1 Jan 8 17:09:45 ns5 winbindd[2086]: [2010/01/08 17:09:45, 0] lib/util_sock.c:create_pipe_sock(1280) Jan 8 17:09:45 ns5 winbindd[2086]: invalid permissions on socket directory /var/cache/samba/winbindd_privileged
So... what does the equivalent of: sudo ls -la /var/cache/samba/winbindd_privileged
say on your system?? Perhaps you have lost the execute bit on your directory permissions?
Further to previous... Samba: ./source/lib/util_sock.c ./source/nsswitch/winbindd_util.c ... it looks like your directory must be chmod 750, other than 750 gives you that error message. -James -- James J J Hooper Network Specialist Information Services University of Bristol http://www.wireless.bristol.ac.uk http://www.jamesjj.net --
Hi,
When I look through the logs, I'm getting a winbindd_privileged error.
chgrp radiusd /var/cache/samba/winbindd_privileged chmod 750 /var/cache/samba/winbindd_privileged should fix ya. i hate the way the samba post-install changes the permissions after they've been adjusted in this way :-( alan
participants (3)
-
Alan Buxey -
freeradius@corwyn.net -
James J J Hooper