Re: Network Manager Wifi thoughts

2008-04-10 Thread Fanen Ahua
I suppose the root dns servers retain static IPs? is it not possible to compare something to a hardcoded IP of a root dns server? Secondly, the captive portals I've come across (Microtik) don't really fake ping replies, I think they return valid errors (One says destination network forbidden).

Re: Problems with network-manager 0.6.6 in Ubuntu(8.04)

2008-04-10 Thread Rev. Justin Brown
It's mostly driver related issues that the SCAN_CAP NM patch fix in concert with the kernel patch. Having only the NM side of that will still make NM use AP_SCAN=2, leading to probably failures in many mac80211 drivers. Dan Thanks for the help. Unfortunately, I can't find any info on how

Bug: NetworkManagerDispatcher, device removal events

2008-04-10 Thread Alan Jenkins
NetworkManagerDispatcher dispatches dbus signals to more traditional if-up.d style scripts. Unfortunately it doesn't work when the device is removed. It needs to look up the real interface name e.g. eth0, by calling a method on the dbus device object but the object has already been deleted by

SVN HEAD: Compilation error

2008-04-10 Thread Markus Becker
Hello, I was trying to compile svn head of network-manager. I am getting the following error with gcc-4.2: if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../libnm-util -I../../libnm-glib -I../../marshallers -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include

Re: SVN HEAD: Compilation error

2008-04-10 Thread Markus Becker
On Thu, 10 Apr 2008, Tambet Ingo wrote: On Thu, Apr 10, 2008 at 12:56 PM, Markus Becker [EMAIL PROTECTED] wrote: nm-system-config-hal-manager.c: In function 'nm_system_config_hal_manager_class_init': nm-system-config-hal-manager.c:306: error: 'nm_marshal_VOID__STRING_UINT' undeclared

Re: ANNOUNCE: Mobile Broadband Configuration Assistant

2008-04-10 Thread Vitja Makarov
Hi! Nice to hear this. Are you going to add bluetooth support? vitja. ___ NetworkManager-list mailing list NetworkManager-list@gnome.org http://mail.gnome.org/mailman/listinfo/networkmanager-list

ANNOUNCE: Mobile Broadband Configuration Assistant

2008-04-10 Thread Antti Kaijanmäki
Hello, I am happy to announce that I will be developing mobile broadband configuration assistant for NetworkManager during this summer. The assistant will make configuration of mobile broadband, GPRS, EDGE, UMTS, CDMA and etc. connections easy and as automated as possible. My project[1] is a

Re: SVN HEAD: Compilation error

2008-04-10 Thread Tambet Ingo
On Thu, Apr 10, 2008 at 12:56 PM, Markus Becker [EMAIL PROTECTED] wrote: nm-system-config-hal-manager.c: In function 'nm_system_config_hal_manager_class_init': nm-system-config-hal-manager.c:306: error: 'nm_marshal_VOID__STRING_UINT' undeclared (first use in this function) Remove all the

Re: ANNOUNCE: Mobile Broadband Configuration Assistant

2008-04-10 Thread Antti Kaijanmäki
Hello, to, 2008-04-10 kello 14:15 +0400, Vitja Makarov kirjoitti: Hi! Nice to hear this. Are you going to add bluetooth support? vitja. I'm not going to add Bluetooth support to NetworkManager. At least that is not the plan right now. However there are some couple of weeks reserved for

Re: ANNOUNCE: Mobile Broadband Configuration Assistant

2008-04-10 Thread Matt Burkhardt
On Thu, 2008-04-10 at 16:00 +0300, Antti Kaijanmäki wrote: Hello, to, 2008-04-10 kello 14:15 +0400, Vitja Makarov kirjoitti: Hi! Nice to hear this. Are you going to add bluetooth support? vitja. I'm not going to add Bluetooth support to NetworkManager. At least that is not

Re: Problems with network-manager 0.6.6 in Ubuntu(8.04)

2008-04-10 Thread Dan Williams
On Thu, 2008-04-10 at 02:14 -0500, Rev. Justin Brown wrote: It's mostly driver related issues that the SCAN_CAP NM patch fix in concert with the kernel patch. Having only the NM side of that will still make NM use AP_SCAN=2, leading to probably

Re: ANNOUNCE: Mobile Broadband Configuration Assistant

2008-04-10 Thread Michael
Hi, I have a Verizon broadband card and my experience has been that the card acts as a modem. I also use Fedora 7 and setting up the device in the Network applet as a modem allows NM to control the card as a dial-up connection. The specific card support is still required from the Verizon

Re: Bug: NetworkManagerDispatcher, device removal events

2008-04-10 Thread Dan Williams
On Thu, 2008-04-10 at 08:16 +0100, Alan Jenkins wrote: NetworkManagerDispatcher dispatches dbus signals to more traditional if-up.d style scripts. Unfortunately it doesn't work when the device is removed. It needs to look up the real interface name e.g. eth0, by calling a method on the dbus

Re: ANNOUNCE: Mobile Broadband Configuration Assistant

2008-04-10 Thread Antti Kaijanmäki
to, 2008-04-10 kello 09:12 -0400, Matt Burkhardt kirjoitti: On Thu, 2008-04-10 at 16:00 +0300, Antti Kaijanmäki wrote: Hello, to, 2008-04-10 kello 14:15 +0400, Vitja Makarov kirjoitti: Hi! Nice to hear this. Are you going to add bluetooth support? vitja. I'm not

Re: Network Manager Wifi thoughts

2008-04-10 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 There are definitely those that DO fake replies. Mine is bad enough to accept SSH logins, which is a real problem since it allows you hand over the password to one of your machines if you aren't careful. =R Fanen Ahua wrote: I suppose the root dns

Re: Problems with network-manager 0.6.6 in Ubuntu(8.04)

2008-04-10 Thread Nikolaus Filus
Ryan Novosielski wrote: Dan Williams wrote: On Thu, 2008-04-10 at 02:14 -0500, Rev. Justin Brown wrote: It's mostly driver related issues that the SCAN_CAP NM patch fix in concert with the kernel patch. Having only the NM side of that will still make

Re: Problems with network-manager 0.6.6 in Ubuntu(8.04)

2008-04-10 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dan Williams wrote: On Thu, 2008-04-10 at 02:14 -0500, Rev. Justin Brown wrote: It's mostly driver related issues that the SCAN_CAP NM patch fix in concert with the kernel patch. Having only the NM side of that

Re: Bug: NetworkManagerDispatcher, device removal events

2008-04-10 Thread Alan Jenkins
Dan Williams wrote: On Thu, 2008-04-10 at 08:16 +0100, Alan Jenkins wrote: NetworkManagerDispatcher dispatches dbus signals to more traditional if-up.d style scripts. Unfortunately it doesn't work when the device is removed. It needs to look up the real interface name e.g. eth0, by calling

[PATCH] change nm-online behavior somewhat

2008-04-10 Thread Bill Nottingham
The attached: - adds some usage() - lets the user specify '0' for no timeout, if they're crazy - changes it to only wait if NM is in the CONNECTING state, as opposed to waiting for something to happen Opinions? We can conditionalize the latter behavior on a commandline option if people would

Re: [PATCH] change nm-online behavior somewhat

2008-04-10 Thread Bill Nottingham
Bill Nottingham ([EMAIL PROTECTED]) said: The attached: - adds some usage() - lets the user specify '0' for no timeout, if they're crazy - changes it to only wait if NM is in the CONNECTING state, as opposed to waiting for something to happen Opinions? We can conditionalize the latter

Re: ANNOUNCE: Mobile Broadband Configuration Assistant

2008-04-10 Thread Dan Williams
On Thu, 2008-04-10 at 07:08 -0700, Michael wrote: Hi, I have a Verizon broadband card and my experience has been that the card acts as a modem. I also use Fedora 7 and setting up the device in the Network applet as a modem allows NM to control the card as a dial-up connection. The

Re: Bug: NetworkManagerDispatcher, device removal events

2008-04-10 Thread Dan Williams
On Thu, 2008-04-10 at 16:13 +0100, Alan Jenkins wrote: Dan Williams wrote: On Thu, 2008-04-10 at 08:16 +0100, Alan Jenkins wrote: NetworkManagerDispatcher dispatches dbus signals to more traditional if-up.d style scripts. Unfortunately it doesn't work when the device is removed. It