nm-applet as normal user + debian + fluxbox + slim

2012-02-16 Thread PongráczI
Hi, I have an issue with nm-applet, I am not able to enable/setup network (openvpn), due to that, the user has no rights to modify/enable configs. I have to sudo root to setup the network (mobile broadband, vpn). I found a lot of stuff on the internet, it seems a common issue when one use Sli

Re: Modemmanager - how to send sms? - receiving is ok

2012-02-16 Thread Marcel Holtmann
Hi Dan, > > I tried the sms-send.py from the master branch (cloned 5 days ago, no > > changes in the repo), with Huawei E173s-2 modem and I got Operation not > > allowed error message. Receiving info and sms are ok with the python > > scripts. > > > > I attached the gammu log, which was able t

[PATCH] VLAN: add "VLAN=yes" in ifcfg

2012-02-16 Thread Weiping Pan
Check "VLAN=yes" if "TYPE=Vlan" is missing. They have the same meaning. This patch is based on NM/vlan branch, commit 703196fcdb96ad0d4bf8dac572235e65ba02e844 Signed-off-by: Weiping Pan --- src/settings/plugins/ifcfg-rh/reader.c | 14 ++ 1 files changed, 14 insertions(+), 0 delet

Re: [PATCH] bonding: Convert individual bonding options to a dict

2012-02-16 Thread Thomas Graf
On Wed, 2012-02-15 at 21:50 -0600, Dan Williams wrote: > On Tue, 2012-02-14 at 14:05 +0100, Thomas Graf wrote: > > Removes all bonding options properties and adds a "options" dict to hold > > them all. Accessible via accessor functions. ifcfg interface is > > unchanged. > > Applied with a few chan

Re: Echo removal

2012-02-16 Thread Aleksander Morgado
>> +if (response->data[i] == '\r' && response->data[i + 1] == >> '\n') { >> +if (i > 0) >> +g_byte_array_remove_range (response, 0, i); >> +else >> +/* good, we're already started with */ >> +break; > > The else + comme