Re: [patch NetworkManager v3 0/6] add support for network team devices

2013-07-29 Thread Dan Williams
On Thu, 2013-07-25 at 15:36 +0200, Jiri Pirko wrote: > I heavily reused existing code, mainly bonding parts. The only thing not > implemented yet is dbus communication with teamd (used particulary for > port config setup). That I want to add once this patchset gets applied. Another good thing to d

Re: NetworkManager-dispatcher killing my scripts

2013-07-29 Thread Dan Williams
On Mon, 2013-07-29 at 22:35 -0600, Jeff Sadowski wrote: > Is there any way to have it launch maybe another script that can take > as long as it needs? > I thought putting the script in the background would allow it to run > till finished but it is still getting killed. You might be able to get aro

Re: USB dongle with NAS v1.4 and older

2013-07-29 Thread Dan Williams
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. There's a thread "QMI service versions

Re: NetworkManager-dispatcher killing my scripts

2013-07-29 Thread Jeff Sadowski
Is there any way to have it launch maybe another script that can take as long as it needs? I thought putting the script in the background would allow it to run till finished but it is still getting killed. On Mon, Jul 29, 2013 at 10:21 PM, Dan Williams wrote: > On Mon, 2013-07-29 at 09:35 -0600,

Re: NetworkManager-dispatcher killing my scripts

2013-07-29 Thread Dan Williams
On Mon, 2013-07-29 at 09:35 -0600, Jeff Sadowski wrote: > I created a simple script to show my problem. > <---start of /etc/NetworkManager/dispatcher.d/99-test script > test() > { > x=0 > while [ ${x} -lt 25 ];do > sleep 1 > echo ${x} > /tmp/test > let x=${x}+1 > done > } > test & > <--end

NetworkManager-dispatcher killing my scripts

2013-07-29 Thread Jeff Sadowski
I created a simple script to show my problem. <---start of /etc/NetworkManager/dispatcher.d/99-test script test() { x=0 while [ ${x} -lt 25 ];do sleep 1 echo ${x} > /tmp/test let x=${x}+1 done } test & <--end of script the script gets killed after 8 seconds ie: >cat /tmp/test 8 > I don't

wired connections options inactive

2013-07-29 Thread Κωστας Πα
hello i have installed on my laptop debian 7.10.my wired connection works perfetct .the problem is when i go to options of the wired connection  i can't change anything the setting are inactive (grey out).what do you suggest i  do ? is it better to install a newer version of network manager ? if

USB dongle with NAS v1.4 and older

2013-07-29 Thread sisiferl
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. I haven't been very successful in finding about it before purchasing the devices and through reports from other people with their firmware.