On Mon, Dec 31, 2007 at 06:55:43PM +0100, Michael Biebl wrote: > Aurelien Jarno schrieb: > > Package: dbus > > Version: 1.1.2-1 > > Severity: important > > > > Since version 1.1.2-1 dbus fails to start on GNU/kFreeBSD with the > > following message on GNU/kFreeBSD: > > * Can't start system message bus - /proc is not mounted > > > > The init script checks for /proc/filesystems which exists on GNU/Linux, > > but not on other systems. > > > > I suggest to check for a more common file like /proc/1/, /proc/mounts, > > /proc/self or /proc/version. > > > > What about using > > mountpoint -q /proc && echo "proc is mounted" >
Yes that works. Looks like an even better way to check if /proc is mounted. Cheers, Aurelien -- .''`. Aurelien Jarno | GPG: 1024D/F1BCDB73 : :' : Debian developer | Electrical Engineer `. `' [EMAIL PROTECTED] | [EMAIL PROTECTED] `- people.debian.org/~aurel32 | www.aurel32.net -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

