[Bug 45234] Re: Missing privilege separation directory: /var/run/sshd

2008-07-14 Thread OlivierAJ
Hi, I did not test this issue on lastest Ubuntu. For information, in Debian Lenny/Testing this issue is fixed into /etc/rc.local : code # Create the PrivSep empty dir if necessary if [ ! -d /var/run/sshd ]; then mkdir /var/run/sshd chmod 0755 /var/run/sshd fi /code See full file in

[Bug 45234] Re: Missing privilege separation directory: /var/run/sshd

2008-07-14 Thread OlivierAJ
Hi, I did not test this issue on lastest Ubuntu. For information, in Debian Lenny/Testing this issue is fixed into /etc/rc.local : code # Create the PrivSep empty dir if necessary if [ ! -d /var/run/sshd ]; then mkdir /var/run/sshd chmod 0755 /var/run/sshd fi /code See full file in

[Bug 45234] Re: Missing privilege separation directory: /var/run/sshd

2007-03-25 Thread OlivierAJ
Hi, when sshd is started thought xinetd, same issue appear, and this message is added to /var/log/auth.log : Mar 25 18:31:58 x sshd[21619]: fatal: Missing privilege separation directory: /var/run/sshd Root cause is that in xinetd openssd-server configuration, /etc/init.d/ssh is not started,