newbie question on svn release version

2009-05-14 Thread saurav barik
Hi All, I am using NetworkManager version - svnr2984-r8. Could anybody please tell me which official version can it be mapped to? I mean is it 0.6.* or is it a 0.7.* release. I could not find the release notes for the NM releases - like 0.6, 0.7 etc. Thanks Regards, Saurav

remove gnome-keyring

2009-05-14 Thread 代尔欣
Hi all, I want to remove the gnome-keyring. A little annoying when connect WIFI. Except hack in NetworkManager. Have any other methods? Thanks! ___ NetworkManager-list mailing list NetworkManager-list@gnome.org

using nm-system-settings for the user settings

2009-05-14 Thread Martin Vidner
Hi, in NM clients, such as the GUI applets and the CLI of yours truly, a fair amount of code deals with the connection settings. I got the idea that the current nm-system-settings service could be generalized to deal with the *user* settings too, so that one program could run as two processes

Re: Trouble waking from sleep

2009-05-14 Thread Neal Becker
On Monday 11 May 2009, Dan Williams wrote: On Fri, 2009-05-08 at 18:47 -0400, Neal Becker wrote: NetworkManager-0.7.0.99-5.git20090326.fc10.x86_64 After being connected to wired enet, going to sleep, and waking without wired enet, results are random. Sometimes wlan is connected

VPN connections in NetworkManager have strange behaviour

2009-05-14 Thread Axel
Hello I have a problem when using NetworkManager to connect to VPN connections, on an up to date fedora 11 system. Packages versions are : NetworkManager-gnome-0.7.1-4.git20090414.fc11.i586 NetworkManager-vpnc-0.7.0.99-1.fc11.i586 NetworkManager-0.7.1-4.git20090414.fc11.i586

Re: nm 0.7.1 3g regression

2009-05-14 Thread Gour
Gour == Gour ggd...@gmail.com writes: 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 Gour For now, I went with the 2nd one... Dan That should

How do I setup a gsm internet connection in Network Manager using a mobile phone (via USB Data Cable or Bluetooth) ?

2009-05-14 Thread Ratnadeep Debnath
Hi all, I would like to know how do I setup an internet connection in Network Manager via a GSM/CDMA mobile phone connected to the system via a USB Data Cable ot bluetooth. Thanks, Regards, rtnpro | Ratnadeep Debnath ___ NetworkManager-list mailing list

Re: Trouble waking from sleep

2009-05-14 Thread Dan Williams
On Thu, 2009-05-14 at 16:25 +0200, Christopher Lang wrote: Hi, I am seeing a similar behavior with NM (or dbus) in general, regardless of the type of network being used: Under Ubuntu 8.10: In the file: /usr/lib/pm-utils/sleep.d/10NetworkManager a signal is sent to NM via dbus

Re: Trouble waking from sleep

2009-05-14 Thread Dan Williams
On Thu, 2009-05-14 at 15:01 -0400, Dan Williams wrote: On Thu, 2009-05-14 at 16:25 +0200, Christopher Lang wrote: Hi, I am seeing a similar behavior with NM (or dbus) in general, regardless of the type of network being used: Under Ubuntu 8.10: In the file:

Re: remove gnome-keyring

2009-05-14 Thread Dan Williams
On Thu, 2009-05-14 at 16:49 +0800, 代尔欣 wrote: Hi all, I want to remove the gnome-keyring. A little annoying when connect WIFI. Except hack in NetworkManager. Have any other methods? The gnome applet uses the keyring pretty extensively. There's nothing in NetworkManager itself that uses

Re: newbie question on svn release version

2009-05-14 Thread Dan Williams
On Thu, 2009-05-14 at 12:46 +0530, saurav barik wrote: Hi All, I am using NetworkManager version - svnr2984-r8. Could anybody please tell me which official version can it be mapped to? I mean is it 0.6.* or is it a 0.7.* release. That appears to correspond to a date of 2007-10-18.

Re: NM before login?

2009-05-14 Thread Dan Williams
On Wed, 2009-05-13 at 23:20 +0200, eric.bru...@lps.ens.fr wrote: 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

Re: How do I setup a gsm internet connection in Network Manager using a mobile phone (via USB Data Cable or Bluetooth) ?

2009-05-14 Thread Dan Williams
On Thu, 2009-05-14 at 20:56 +0530, Ratnadeep Debnath wrote: Hi all, I would like to know how do I setup an internet connection in Network Manager via a GSM/CDMA mobile phone connected to the system via a USB Data Cable ot bluetooth. Data cable will likely work. NM does not yet support

Re: How do I setup a gsm internet connection in Network Manager using a mobile phone (via USB Data Cable or Bluetooth) ?

2009-05-14 Thread Christian Huff
Ratnadeep Debnath schrieb: Hi all, I would like to know how do I setup an internet connection in Network Manager via a GSM/CDMA mobile phone connected to the system via a USB Data Cable ot bluetooth. Thanks, Regards, rtnpro | Ratnadeep Debnath

Re: VPN connections in NetworkManager have strange behaviour

2009-05-14 Thread Dan Williams
On Thu, 2009-05-14 at 16:08 +0200, Axel wrote: Hello I have a problem when using NetworkManager to connect to VPN connections, on an up to date fedora 11 system. Packages versions are : NetworkManager-gnome-0.7.1-4.git20090414.fc11.i586 NetworkManager-vpnc-0.7.0.99-1.fc11.i586

Re: Auto Connect through NetworkManager

2009-05-14 Thread Dan Williams
On Thu, 2009-05-14 at 09:31 +0800, 代尔欣 wrote: 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

Re: using nm-system-settings for the user settings

2009-05-14 Thread Dan Williams
On Thu, 2009-05-14 at 14:54 +0200, Martin Vidner wrote: Hi, in NM clients, such as the GUI applets and the CLI of yours truly, a fair amount of code deals with the connection settings. I got the idea that the current nm-system-settings service could be generalized to deal with the *user*

Re: using nm-system-settings for the user settings

2009-05-14 Thread Michael Biebl
Dan Williams wrote: On Thu, 2009-05-14 at 14:54 +0200, Martin Vidner wrote: Dan, Tambet told me that you intend to merge nm-system-settings into NM itself. I am afraid that it goes in pretty much the opposite direction than I would need. Could you share some details and reasons for the merge

Re: using nm-system-settings for the user settings

2009-05-14 Thread Dan Williams
On Fri, 2009-05-15 at 00:09 +0200, Michael Biebl wrote: Dan Williams wrote: On Thu, 2009-05-14 at 14:54 +0200, Martin Vidner wrote: Dan, Tambet told me that you intend to merge nm-system-settings into NM itself. I am afraid that it goes in pretty much the opposite direction than I would

multiple active interfaces/connections in NM

2009-05-14 Thread CS Wong
hi, Would like to know if NM is meant to cover use cases where mutiple active interfaces are used with some custom routing... For e.g., I sit in my client's place connected to their internal network (ethernet). I can access my client's servers there but I can't get on the net. I have a 3G modem

Re: multiple active interfaces/connections in NM

2009-05-14 Thread John Mahoney
I think you mean this http://www.nabble.com/Default-Routing-problems-tt22514630.html#a22545427. I am not sure what version of NM you are running though and this is relatively now. -- John On Thu, May 14, 2009 at 11:53 PM, CS Wong lilw...@gmail.com wrote: hi, Would like to know if NM is