Re: [ovs-dev] [PATCH] ovs-monitor-ipsec: Don't abort if syslog is not available.

2011-08-26 Thread Ben Pfaff
On Sat, Aug 27, 2011 at 08:29:35AM +0900, Simon Horman wrote: > On Fri, Aug 26, 2011 at 01:59:19PM -0700, Ben Pfaff wrote: > > If /dev/log doesn't exist or cannot be contacted, ovs-monitor-ipsec would > > abort with an exception. This allows it to start up and run. > > > > It's pretty common for

Re: [ovs-dev] [PATCH] ovs-monitor-ipsec: Don't abort if syslog is not available.

2011-08-26 Thread Simon Horman
On Fri, Aug 26, 2011 at 01:59:19PM -0700, Ben Pfaff wrote: > If /dev/log doesn't exist or cannot be contacted, ovs-monitor-ipsec would > abort with an exception. This allows it to start up and run. > > It's pretty common for a chroot used for testing not to have a syslogd > instance set up and ru