Re: Auto Connect through NetworkManager

2009-05-13 Thread 代尔欣
Hi, I met this problem also. I have a related mail. The subject is: Question in function nm_device_state_changed() about this issue. After fix the function nm_device_state_changed(NMDevice *device, NMDeviceState state, NMDeviceStateReason reason): Then we can add below codes to

Re: NM before login?

2009-05-13 Thread Eric . Brunet
Dans son message du lundi 11/05/09 à 11:04, Dan Williams a écrit: If it is possible, what are the steps one must take to implement this? (I'm running Fedora-10 with KDE.) This is provided by the nm-system-settings service. You'll want to grab the NM from F-10 updates-testing:

Re: NM before login?

2009-05-13 Thread Timothy Murphy
eric.bru...@lps.ens.fr wrote: If it is possible, what are the steps one must take to implement this? (I'm running Fedora-10 with KDE.) This is provided by the nm-system-settings service. You'll want to grab the NM from F-10 updates-testing:

Re: NM before login?

2009-05-13 Thread Dan Williams
On Wed, 2009-05-13 at 11:09 +0200, eric.bru...@lps.ens.fr wrote: Dans son message du lundi 11/05/09 à 11:04, Dan Williams a écrit: If it is possible, what are the steps one must take to implement this? (I'm running Fedora-10 with KDE.) This is provided by the nm-system-settings

Re: strange vpn error

2009-05-13 Thread Dan Williams
On Tue, 2009-05-12 at 23:15 +0100, Jon Escombe wrote: On 12/05/09 23:06, Wei Weng wrote: On 5/12/2009 6:01 PM, Jon Escombe wrote: On 12/05/09 19:15, Dan Williams wrote: On Tue, 2009-05-12 at 13:31 -0400, Wei Weng wrote: google openVPN there were no valid VPN

Re: [NM-openconnect PATCH] Allow 'lasthost' and 'autoconnect' settings.

2009-05-13 Thread Dan Williams
On Tue, 2009-05-12 at 20:37 +0100, David Woodhouse wrote: On Tue, 2009-05-12 at 11:10 -0400, Dan Williams wrote: I'd store most of them with the connection details in GConf, then ignore them in the vpn service plugin. That's what I do. I keep having to add new items to be ignored, and

Re: Auto Connect through NetworkManager

2009-05-13 Thread Dan Williams
On Wed, 2009-05-13 at 10:20 +0530, sanjeev sharma wrote: Hi All, Is there any possibility to Disable Auto Connect through NetworkManager Code. in my Scenario If Auto Connect Is enabled In GSM Profile and User Click on Disconnect button then I wanted to Set Auto Connect flag disabled so

Re: [NM-openconnect PATCH] Allow 'lasthost' and 'autoconnect' settings.

2009-05-13 Thread David Woodhouse
On Wed, 2009-05-13 at 10:11 -0400, Dan Williams wrote: On Tue, 2009-05-12 at 20:37 +0100, David Woodhouse wrote: On Tue, 2009-05-12 at 11:10 -0400, Dan Williams wrote: I'd store most of them with the connection details in GConf, then ignore them in the vpn service plugin. That's

Re: Issue about fix ethernet

2009-05-13 Thread Dan Williams
On Sat, 2009-05-09 at 13:55 +0200, Mathieu fourticq wrote: Hi everyone, I have an issue with the Applet NetworkManager 0.7. I am not using wifi at home. I am using a regular ethernet cad with a hub. My problem is that the applet says there is no connexion bu my filar connexion is

Re: About log message -- Error received: Numerical result out of range

2009-05-13 Thread Dan Williams
On Fri, 2009-05-08 at 17:24 +0800, cee1 wrote: Hi all, Wandering log of NM (NM-0.7.1, run with --no-daemon), I see some log messages: NetworkManager: info Activation (wlan0) successful, device activated. NetworkManager: info Activation (wlan0) Stage 5 of 5 (IP Configure Commit)

Mobile broadband disconnections

2009-05-13 Thread tpfkanep
Hi, I am experiening frequent disconnections when using NM. I used to have the same problems with [Xubuntu 8.10]. Then, the problem was solved by changing the default values of the following in [/etc/ppp/options] to: lcp-echo-interval 0 lcp-echo-failure 0 I have since upgraded to [Xubuntu 9.04],

Re: Mobile broadband disconnections

2009-05-13 Thread Dan Williams
On Wed, 2009-05-13 at 18:18 +0200, tpfkanep wrote: Hi, I am experiening frequent disconnections when using NM. I used to have the same problems with [Xubuntu 8.10]. Then, the problem was solved by changing the default values of the following in [/etc/ppp/options] to: lcp-echo-interval 0

Re: NM before login?

2009-05-13 Thread Eric . Brunet
Dans son message du mercredi 13/05/09 à 10:08, Dan Williams a écrit: Are you running with SELinux in enforcing mode, /etc/sysconfig/selinux contains the line SELINUX=disabled (I can only guess that this conf file is actually read and acted upon at boot time; I don't know how to ask the

Re: Auto Connect through NetworkManager

2009-05-13 Thread 代尔欣
Hi sanjeev, Change g_signal_emit_by_name (device, state-changed, state, old_state, 0); to g_signal_emit_by_name (device, state-changed, state, old_state, reason); in function src/nm-device.c nm_device_state_changed(). This is why you always receive reason 0. After change, you should

Re: nm 0.7.1 3g regression

2009-05-13 Thread Gour
Dan == Dan Williams d...@redhat.com writes: Dan HAL property. You have two options: Dan 2) Or, install the attached file to Dan /usr/share/hal/fdi/information/10freedesktop/01-deprecated-keys.fdi For now, I went with the 2nd one... Dan That should make things work again. It seems there is