0.8.997 / vpn / crashes in nm-applet

2011-03-19 Thread Michael Biebl
Am 19.03.2011 20:16, schrieb Dan Williams: > VPN plugins to follow. Thanks to everyone so far for their testing, > lets keep at it til we're done. Areas of interest are WiFi scanning > (making sure the APs you expect have reasonable signal strength) and > connection editing. vpn (pptp and vpnc)

Re: ANN: Release of NetworkManager 0.8.997 (0.9.0-beta3)

2011-03-19 Thread Michael Biebl
Am 19.03.2011 20:16, schrieb Dan Williams: > VPN plugins to follow. Thanks to everyone so far for their testing, > lets keep at it til we're done. Areas of interest are WiFi scanning A few issues I found while testing the 0.8.997 tarball (on Debian sid, GCC 4.5, i386) 1/ it fails to build with

How do I create a new wifi connection with nmcli?

2011-03-19 Thread Leonardo Ferreira Fontenelle
Hello, list! I wasn't able to use nmcli to create a new wifi connection. The access point is listed by "nmcli dev wifi", but if I try to connect to it with "nmcli con up myssid" it says the connection is unknown. Indeed, it is not listed in /etc/NetworkManager/system-connections/ . The only connec

Re: Implementing IPv6 in modem manager

2011-03-19 Thread José Queiroz
Hi Dan and Guillaume, If adding support to IPv6, it would be good to add NAT-PT and v4v6 tunnels to the "TODO" list. 2011/3/19 Dan Williams > On Sat, 2011-03-19 at 12:56 +0100, Guillaume Leclanche wrote: > > Hello, > > > > I browsed the source code, and I've seen that modem manager supports > >

ANN: Release of NetworkManager 0.8.997 (0.9.0-beta3)

2011-03-19 Thread Dan Williams
Hi! So close... I've tagged and uploaded 0.8.997 which has a large number of mostly bug fixes, but also one or two very small (and backwards compatible) D-Bus API changes, and a few less-small libnm-glib changes that are still only relevant to UI applets like nm-applet. Thanks to Michael Biebl,

ANN: Release of NetworkManager 0.8.3.998 (0.8.4-rc1)

2011-03-19 Thread Dan Williams
Hi! I'm pleased to announce that I've uploaded NM 0.8.4-rc1. As you'd expect close to release, there are only a few bug fixes. Thanks to Michael Biebl, Jiří Klimeš, and Ionut Biru. In the usual places, named 0.8.3.998 of course: http://ftp.gnome.org/pub/GNOME/sources/NetworkManager/0.8/ http:/

Re: assertion failures in nm-applet (0.8.3.998)

2011-03-19 Thread Dan Williams
On Sat, 2011-03-19 at 13:47 +0100, Michael Biebl wrote: > Hi, > > I've been running 0.8.3.998 on a up-to-date Debian Sid system, using > nm 0.8.3.998 and nm-applet 0.8.3.998. > Kernel is 2.6.38, wireless card is ipw2200 > > When I click on the applet in the systray, I get a lot of those errors on

Re: Implementing IPv6 in modem manager

2011-03-19 Thread Dan Williams
On Sat, 2011-03-19 at 12:56 +0100, Guillaume Leclanche wrote: > Hello, > > I browsed the source code, and I've seen that modem manager supports > only "IP" type of PDP (that is, IPv4). Knowing the network > requirements for IPv6 and AT commands, I started checking what would > have to be changed i

assertion failures in nm-applet (0.8.3.998)

2011-03-19 Thread Michael Biebl
Hi, I've been running 0.8.3.998 on a up-to-date Debian Sid system, using nm 0.8.3.998 and nm-applet 0.8.3.998. Kernel is 2.6.38, wireless card is ipw2200 When I click on the applet in the systray, I get a lot of those errors on my terminal where I started nm-applet from: (nm-applet:22292): GLib

Implementing IPv6 in modem manager

2011-03-19 Thread Guillaume Leclanche
Hello, I browsed the source code, and I've seen that modem manager supports only "IP" type of PDP (that is, IPv4). Knowing the network requirements for IPv6 and AT commands, I started checking what would have to be changed in the code to have support of IPv6 working properly. But honestly I've not