[Pkg-utopia-maintainers] Bug#458392: Bug#458392: dbus: fails to	detect mounted /proc on GNU/kFreeBSD
    Aurelien Jarno 
    aurel32 at debian.org
       
    Mon Dec 31 18:06:41 UTC 2007
    
    
  
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
 `. `'   aurel32 at debian.org         | aurelien at aurel32.net
   `-    people.debian.org/~aurel32 | www.aurel32.net
    
    
More information about the Pkg-utopia-maintainers
mailing list