Re: how to debug 'starting network' hangs

2009-06-18 Thread David Newman
On 6/18/09 4:36 AM, Tom wrote: >> # start openvpn >> # >> if [ -x /usr/local/sbin/openvpn ]; then >> /usr/local/sbin/openvpn --config /opt/openvpn-2.0/server.conf && >> echo 'opening openvpn server...' & >> else >> echo 'ERROR: cannot start openvpn; file /usr/local/sbin/openvpn is missing.'

Re: how to debug 'starting network' hangs

2009-06-18 Thread Tom
> # start openvpn > # > if [ -x /usr/local/sbin/openvpn ]; then > /usr/local/sbin/openvpn --config /opt/openvpn-2.0/server.conf && > echo 'opening openvpn server...' & > else > echo 'ERROR: cannot start openvpn; file /usr/local/sbin/openvpn is missing.' > fi Don't start openvpn there. Stic

Re: how to debug 'starting network' hangs

2009-06-17 Thread Jason Dixon
On Wed, Jun 17, 2009 at 11:25:51AM -0700, David Newman wrote: > On 6/16/09 10:07 PM, Jason Dixon wrote: > > > I would suggest booting into single-user and using netstart for each of > > the physical and carp interfaces until you find out where your > > misconfiguration is. Set it all up manually,

Re: how to debug 'starting network' hangs

2009-06-17 Thread David Newman
On 6/16/09 10:07 PM, Jason Dixon wrote: > I would suggest booting into single-user and using netstart for each of > the physical and carp interfaces until you find out where your > misconfiguration is. Set it all up manually, document it, then use > hostname.* to properly bring up your interfaces

Re: how to debug 'starting network' hangs

2009-06-16 Thread Jason Dixon
On Tue, Jun 16, 2009 at 09:42:06PM -0700, David Newman wrote: > On 6/16/09 4:36 PM, Jason Dixon wrote: > > > > Why are you starting your network interfaces and adding routes in > > rc.local? > > I maintain these systems, but did not do the initial setup or > configuration. > > > Have you read

Re: how to debug 'starting network' hangs

2009-06-16 Thread David Newman
On 6/16/09 4:36 PM, Jason Dixon wrote: > On Tue, Jun 16, 2009 at 03:47:47PM -0700, David Newman wrote: >> Running 4.5/i386 on a pair of firewalls using pf and carp and pfsync >> (and also multiple VLANs). >> >> After a reboot, either system will hang at 'starting network' until >> pressing Ctrl-C a

Re: how to debug 'starting network' hangs

2009-06-16 Thread Jason Dixon
On Tue, Jun 16, 2009 at 03:47:47PM -0700, David Newman wrote: > Running 4.5/i386 on a pair of firewalls using pf and carp and pfsync > (and also multiple VLANs). > > After a reboot, either system will hang at 'starting network' until > pressing Ctrl-C at the console. (By 'hang' I means no action f

how to debug 'starting network' hangs

2009-06-16 Thread David Newman
Running 4.5/i386 on a pair of firewalls using pf and carp and pfsync (and also multiple VLANs). After a reboot, either system will hang at 'starting network' until pressing Ctrl-C at the console. (By 'hang' I means no action for at least 60 minutes; I have not waited longer than that.) Initially