Your message dated Mon, 07 May 2007 13:47:03 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#421398: fixed in runit-services 0.3.0 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: runit-services Version: 0.2.3 Severity: normal Tags: patch Many people are now mounting /var/run (and /var/lock) as tmpfs directories. This is done on debian systems by adding the following lines to /etc/default/tmpfs: RAMRUN=yes RAMLOCK=yes This is useful for read-only root filesystems, among other circumstances. However, this means that initscripts (or their variants) need to take responsibility for building out any directories they need in those directories. running sshd under runit on a system with these tmpfs's fails, logging this message: 2007-04-28_16:55:29.42128 Missing privilege separation directory: /var/run/sshd The patch below fixes things for me. Thanks for maintaining runit in debian! It's the cleanest initscript system out there, IMHO. --dkg --- /etc/sv/ssh/run.orig 2007-04-28 13:04:24.000000000 -0400 +++ /etc/sv/ssh/run 2007-04-28 12:55:28.000000000 -0400 @@ -4,6 +4,9 @@ # sshd wants to be started with absolute pathname SSHD=$(which sshd) || sv down $(pwd) +PRIVSEP_DIR=/var/run/sshd +mkdir -p "$PRIVSEP_DIR" + exec "$SSHD" -D -e # memory limits set by chpst are inherited to subprocesses, -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (500, 'testing'), (200, 'unstable'), (101, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash
--- End Message ---
--- Begin Message ---Source: runit-services Source-Version: 0.3.0 We believe that the bug you reported is fixed in the latest version of runit-services, which is due to be installed in the Debian FTP archive: runit-services_0.3.0.dsc to pool/main/r/runit-services/runit-services_0.3.0.dsc runit-services_0.3.0.tar.gz to pool/main/r/runit-services/runit-services_0.3.0.tar.gz runit-services_0.3.0_all.deb to pool/main/r/runit-services/runit-services_0.3.0_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Gerrit Pape <[EMAIL PROTECTED]> (supplier of updated runit-services package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sun, 06 Apr 2007 14:41:16 +0000 Source: runit-services Binary: runit-services Architecture: all source Version: 0.3.0 Distribution: unstable Urgency: low Maintainer: Gerrit Pape <[EMAIL PROTECTED]> Changed-By: Gerrit Pape <[EMAIL PROTECTED]> Description: runit-services - a UNIX init scheme with service supervision (services) Closes: 421398 421401 Changes: runit-services (0.3.0) unstable; urgency=low . * debian/implicit: update to revision 1.11. * sv/ssh/run: make sure privilege separation directory /var/run/sshd exists (thx Daniel Kahn Gillmor for the patch, closes: #421398). * sv/rpc.statd/: new: service directory for rpc.statd (thx Daniel Kahn Gillmor for the patch, closes: #421401). Files: 3128a27f34820ab0c620ebb57cba4ff1 473 admin optional runit-services_0.3.0.dsc 9a35758849bf085de905611db54e397b 6591 admin optional runit-services_0.3.0.tar.gz 568f3e2fc7def465883da5964a3ff168 7848 admin optional runit-services_0.3.0_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGPyvaGJoyQbxwpv8RAu9uAJ997vQYOxpg8fpS8tUo+UqYgMb+3gCeJ97y Te6+uUXs0ax34MPDRHS/UC4= =8py0 -----END PGP SIGNATURE-----
--- End Message ---

