On Tue, Oct 04, 2011 at 03:20:51PM -0700, Ethan Jackson wrote: > PYTHONPATH=/usr/share/openvswitch/python \ > /usr/share/openvswitch/scripts/ovs-xapi-sync \ > - --pidfile --detach --monitor unix:/var/run/openvswitch/db.sock > + --pidfile --detach --monitor --log-file > unix:/var/run/openvswitch/db.sock
I like the idea of a log file, but I seem to recall that argparse will try to log to a file named unix:/var/run/openvswitch/db if you use this syntax. You might have to put unix:/var/run/openvswitch/db at the beginning of the command line. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
