[Bug 45234] Re: Missing privilege separation directory: /var/run/sshd
OlivierAJ
olivieraj at free.fr
Mon Jul 14 11:40:54 BST 2008
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 attachment
Regards,
Olivier
** Attachment added: "rc.local"
http://launchpadlibrarian.net/16007235/rc.local
--
Missing privilege separation directory: /var/run/sshd
https://bugs.launchpad.net/bugs/45234
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.
More information about the Ubuntu-server-bugs
mailing list