Re: Two issues with 0.3.5

2005-07-15 Thread Peter Jones
On Thu, 2005-07-14 at 13:00 -0400, Derek Atkins wrote: > Hi, > > I've got two issues with 0.3.5 right now (well, STABLE_0_3 branch): > > 1) it's not noticing eth0. I've got kernel log messages that the >cable is plugged in, but NM never seems to switch to the ethernet >device. I'm wonde

Re: GCC 4 problem in nm-netlink-monitor.c

2005-07-15 Thread Robert Love
On Fri, 2005-07-15 at 19:57 -0400, Dan Williams wrote: > This is actually a glib bug that will be fixed in a new glib rev that was > supposed to happen either today or early next week. So I think we should > wait > until that happens and see if that fixes it. I think it is. I only build with

Re: OpenVPN support

2005-07-15 Thread Dan Williams
On Sat, 16 Jul 2005, Pierre Ossman wrote: > David Zeuthen wrote: > > >Cool, that sounds very good. As Dan mentioned, I did look at this but I > >didn't write any code at all for it. I've been meaning to fill out > > > > http://cvs.gnome.org/viewcvs/NetworkManager/vpn-daemons/README?rev=1.1&vie

Re: GCC 4 problem in nm-netlink-monitor.c

2005-07-15 Thread Pierre Ossman
Dan Williams wrote: >This is actually a glib bug that will be fixed in a new glib rev that was >supposed to happen either today or early next week. So I think we should wait >until that happens and see if that fixes it. > > > This together with the -Werror made it a bit difficult to build NM

Re: OpenVPN support

2005-07-15 Thread Pierre Ossman
David Zeuthen wrote: >Cool, that sounds very good. As Dan mentioned, I did look at this but I >didn't write any code at all for it. I've been meaning to fill out > > http://cvs.gnome.org/viewcvs/NetworkManager/vpn-daemons/README?rev=1.1&view=markup > >at some point, right now it only says "The AP

Re: GCC 4 problem in nm-netlink-monitor.c

2005-07-15 Thread Dan Williams
On Sat, 16 Jul 2005, Pierre Ossman wrote: > GCC caught a missing sentinel hint for g_object_new in > nm-netlink-monitor.c:266. > > Change > > instance = g_object_new (NM_TYPE_NETLINK_MONITOR, NULL); > > to > > instance = g_object_new (NM_TYPE_NETLINK_MONITOR, NULL, NULL); > > to s

Re: OpenVPN support

2005-07-15 Thread David Zeuthen
On Sat, 2005-07-16 at 00:46 +0200, Pierre Ossman wrote: > There will probably be some discussion about the configuration and the > 'just-works' idea of NetworkManager. But I'll get something up and > running first so there is something to use as a reference. Cool, that sounds very good. As Dan men

GCC 4 problem in nm-netlink-monitor.c

2005-07-15 Thread Pierre Ossman
GCC caught a missing sentinel hint for g_object_new in nm-netlink-monitor.c:266. Change instance = g_object_new (NM_TYPE_NETLINK_MONITOR, NULL); to instance = g_object_new (NM_TYPE_NETLINK_MONITOR, NULL, NULL); to solve the problem. Rgds Pierre

Re: OpenVPN support

2005-07-15 Thread Pierre Ossman
Dan Williams wrote: >Feel free to go right ahead and see what you can do. What we really want to >know is whether or not we need to change the VPN API to adapt to other >clients, >and whether or not we need to change how NetworkManager sets up the IP/tunnel >stuff. If OpenVPN doesn't use the

Re: OpenVPN support

2005-07-15 Thread Dan Williams
On Sat, 16 Jul 2005, Pierre Ossman wrote: > Is anyone working on adding OpenVPN support to NetworkManager? Otherwise > I thought I'd take a stab at it. David Zeuthen has talked about this before, but hasn't started it yet. Another candidate would be OpenSWAN, I think. Feel free to go right ahe

OpenVPN support

2005-07-15 Thread Pierre Ossman
Is anyone working on adding OpenVPN support to NetworkManager? Otherwise I thought I'd take a stab at it. Rgds Pierre ___ NetworkManager-list mailing list NetworkManager-list@gnome.org http://mail.gnome.org/mailman/listinfo/networkmanager-list

Re: No network devices have been found

2005-07-15 Thread Joris Vuffray
Hi, It was a problem with the permissions I tried setting some permissions in /etc/dbus-1/system.d and the applet is now working correctly. (I gave my user the same permissions as root in NetworkManager.conf). Network Manager now connects to my access point with the wireless interface and handle