Bug#864190: openssh-server: Missing privilege separation directory: /run/sshd

2017-09-10 Thread Olivier Allard-Jacquin
Hi, I'm running sshd trough xinetd, with following configuration: $ cat /etc/xinetd.d/sshd service ssh { id = sshd disable = no type= UNLISTED port= 22 socket_type

Bug#864190: openssh-server: Missing privilege separation directory: /run/sshd

2017-09-08 Thread doak
Please consider to ensure that the SSH privilege-seperation directory is in place as long as SSH is installed (in contract to "as long as SSH is running'). Rationale: >> RuntimeDirectory=sshd >> Perhaps that would be a reliable way to fix the problem... > That does indeed seem like a

Bug#864190: openssh-server: Missing privilege separation directory: /run/sshd

2017-07-23 Thread Colin Watson
Control: tag -1 pending On Mon, Jul 17, 2017 at 09:26:26AM +1000, Dmitry Smirnov wrote: > So I had a chance to try another fix to the problem: I was able to start > "ssh.service" again after adding the following line: > > RuntimeDirectory=sshd > > Perhaps that would be a reliable way to fix

Bug#864190: openssh-server: Missing privilege separation directory: /run/sshd

2017-07-16 Thread Dmitry Smirnov
On Monday, 5 June 2017 9:38:13 AM AEST Colin Watson wrote: > Would you like to look into why that didn't work on your system? Probably due to failure of (non essential) mount point or unrelated service... It happened again today: Jul 17 09:14:00 deblab systemd[1]: Starting OpenBSD Secure

Bug#864190: openssh-server: Missing privilege separation directory: /run/sshd

2017-06-05 Thread Russ Allbery
Dmitry Smirnov writes: > Interesting... Why not use Debhelper to install the file? Historical > reasons? ;) It's in /run, which is ephemeral and destroyed on each reboot, and maintainer scripts created by debhelper (and directories shipped in the package) are only created

Bug#864190: openssh-server: Missing privilege separation directory: /run/sshd

2017-06-05 Thread Dmitry Smirnov
On Monday, 5 June 2017 9:38:13 AM AEST Colin Watson wrote: > It's already there! It's in a slightly different place in the source > package for historical reasons, but you'll find it in > debian/systemd/ssh.conf with the exact contents as you suggest above, > and it's installed in

Bug#864190: openssh-server: Missing privilege separation directory: /run/sshd

2017-06-05 Thread Colin Watson
On Mon, Jun 05, 2017 at 01:28:58PM +1000, Dmitry Smirnov wrote: > To fix this problem _properly_ the following file should be introduced: > > debian/openssh-server.ssh.tmpfile > > with the following content: > > > d /run/sshd 0755 root root > It's already there! It's in a

Bug#864190: openssh-server: Missing privilege separation directory: /run/sshd

2017-06-04 Thread Dmitry Smirnov
Package: openssh-server Version: 1:7.4p1-10 Severity: important Reported this problem in the past as #823659 with patch yet it is still not fixed as I run into the very same issue once again... :( sshd.service did not start after reboot due to missing "/run/sshd" directory: Missing