pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/52143: net/quagga does not start on boot



The following reply was made to PR pkg/52143; it has been noted by GNATS.

From: Robert Elz <kre%munnari.OZ.AU@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/52143: net/quagga does not start on boot
Date: Fri, 07 Apr 2017 08:48:03 +0700

     Date:        Thu,  6 Apr 2017 16:45:00 +0000 (UTC)
     From:        clare%csel.org@localhost
     Message-ID:  <20170406164500.B64CE7A1FE%mollari.NetBSD.org@localhost>
 
   | 	net/quagga does not start on boot time.
   | 	manual runnning "/etc/rc.d/zebra start" after boot is ok,
   | 	but boot-time /etc/rc ignores starting zebra.
   | 	adding "/etc/rc.d/zebra start" to /etc/rc.local is ok.
 
 The most likely cause of this is that your /usr/pkg is a mounted
 filesystem, which is not listed in critical_filesystems_local (or remote).
 
 After boot (and before rc.local) gets run, all filesystems will be mounted,
 but won't necessarily happen before (almost) anything else run from /etc/rc.d
 
 If you are going to start apps from mounted filesystems at boot time, the
 relevant filesystems really need to be listed in one of the "critical" lists.
 
 That's even more important for apps that should be started relatively early
 in the boot process - you really want routing working before network apps
 try to use the network, so zebra is one of those...
 
 kre
 


Home | Main Index | Thread Index | Old Index