Re: [RFC] Install introspection files

2008-04-16 Thread Will Stephenson
On Wednesday 16 April 2008 14:45:12 Helmut Schaa wrote: > I'm using the NetworkManager introspection files for automatically > generating the Qt-DBus-Objects needed for KNetworkManager. Currently I keep > a copy of the introspection files in my development tree due to the fact > that NetworkManager

Re: patch for PPPoE problem

2008-04-16 Thread 陈鑫
Hi, As to the mentioned failing to build, the problem may be due to gcc version, I build correctly with gcc 4.1.2. Consequently, I suggest that checking local variable 'username' should be used instead of checking global variable'user' to avoid the error. Dan, I've verified the PPP

Re: patch for PPPoE problem

2008-04-16 Thread Björn Martensen
On Wed, 2008-04-16 at 16:03 -0400, Dan Williams wrote: > On Wed, 2008-04-16 at 21:56 +0800, 陈鑫 wrote: > > Dear Dan, > > > > I used PPPoE function of NetworkManager with ppp-2.4.4,I > > found some problems and fixed it. > > Thanks! Committed to SVN. Can you verify that the version I com

Re: patch for PPPoE problem

2008-04-16 Thread Dan Williams
On Wed, 2008-04-16 at 21:56 +0800, 陈鑫 wrote: > Dear Dan, > > I used PPPoE function of NetworkManager with ppp-2.4.4,I > found some problems and fixed it. Thanks! Committed to SVN. Can you verify that the version I committed works for you? I added a pap_check_hook that returns 1, which

Re: Switch to running PPPoE

2008-04-16 Thread Dan Williams
On Wed, 2008-04-16 at 13:12 -0400, Matt Burkhardt wrote: > I'm running nm-applet 0.6.5 with a wireless card and router. I > recently had to change ISP's and they had me change the way my router > was working from Automatic Configuration - DHCP to PPPoE. > > I realized that I wasn't connecting to

Switch to running PPPoE

2008-04-16 Thread Matt Burkhardt
I'm running nm-applet 0.6.5 with a wireless card and router. I recently had to change ISP's and they had me change the way my router was working from Automatic Configuration - DHCP to PPPoE. I realized that I wasn't connecting to the router with my server anymore, (I'm running Xfce to make life e

patch for PPPoE problem

2008-04-16 Thread 陈鑫
Dear Dan, I used PPPoE function of NetworkManager with ppp-2.4.4,I found some problems and fixed it. ChangeLog * src/nm-device-802-3-ethernet.c -(real_deactivate_quickly): clear ip_iface of the device. nm_system_device_set_from_ip4_config() used to use pppoe interfac