Hi, I'm trying squid 3.1.10 with ntlm and kerberos. The kinit, klist process works good even net join is working. The problem im facing is when trying to start winbind service and using wbinfo. Always the service is not starting giving the error message lib/util_sock.c:1771(create_pipe_sock) invalid permissions on socket directory /var/run/samba/winbindd_privileged winbindd/winbindd.c:1412(main) winbindd_setup_listeners() failed Right now the ownership of /var/run/samba/winbindd_privileged is set to proxy:winbindd_priv with permissions of 0777 (for testing only), still the service doesn't start. I made the change of permissions to reflect in the service script also, /etc/init.d/winbind. I'm using ubuntu 10.04 (lucid). On the side note, after editing the winbind service script, when I run this command "sudo update-rc.d winbind start 21 2 3 4 5 . " I get a warning saying update-rc.d: warning: winbind stop runlevel arguments (none) do not match LSB Default-Stop values (0 1 6) System start/stop links for /etc/init.d/winbind already exist. Is there a known solution for this issue? Regards