Re: NetworkManager-dispatcher killing my scripts

2013-07-31 Thread Simon Geard
On Tue, 2013-07-30 at 14:04 -0600, Jeff Sadowski wrote: exec /bin/bash -c $0 test Running it with exec means you're not starting a new process, just overwriting the current one. Same PID, so NM will still kill it... Simon. ___ networkmanager-list

Re: USB dongle with NAS v1.4 and older

2013-07-31 Thread Aleksander Morgado
On 30/07/13 06:46, Dan Williams wrote: On Mon, 2013-07-29 at 01:31 -0700, sisiferl wrote: Hi, I am in the process to select some/any usb dongle to work with QMI/libqmi, and for my purpose, I need anything where the NAS version is newer than v1.4. The Huawei e398 apparently has NAS 1.8.

Re: NetworkManager-dispatcher killing my scripts

2013-07-31 Thread Jeff Sadowski
but echoing the command to at now does start a new process and worked beautifully. On Wed, Jul 31, 2013 at 4:41 AM, Simon Geard delga...@ihug.co.nz wrote: On Tue, 2013-07-30 at 14:04 -0600, Jeff Sadowski wrote: exec /bin/bash -c $0 test Running it with exec means you're not starting a new

[review] dcbw/vpn-routes-cleanup: fix disappearing VPN routes on address renewals

2013-07-31 Thread Dan Williams
Review appreciated, especially from Pavel. I don't really like the added parameter to nm_ipX_config_commit() but it's actually simpler code than the alternatives, and we don't really want these routes in the main IPXConfig objects because (a) they are transient and not really part of the