Re: 0.8.2 crashing (and wont start) when modprobe e1000e

2010-11-23 Thread Will Stephenson
On Friday 19 November 2010 23:30:01 Dan Williams wrote: On Fri, 2010-11-12 at 15:05 +0100, Ma Begaj wrote: Could you install debug packages and run NetworkManager from within gdb to obtain better backtrace? # gdb NetworkManager (gdb) run --no-daemon and when it crashes do

Re: [Kde-hardware-devel] [PATCH 32/33] input: add KEY_WIRELESS_CYCLE

2009-12-04 Thread Will Stephenson
On Thursday 03 December 2009 10:43:32 Johannes Berg wrote: On Thu, 2009-12-03 at 10:22 +0100, Corentin Chary wrote: Dear system infrastructure people, Do you think a KEY_WIRELESS_CYCLE key would have any application ? Not really. The naming of the key ultimately will not matter one bit,

Handling GetSecrets with request_new == true

2009-11-26 Thread Will Stephenson
I often observe password dialogs caused by a GetSecrets with request_new == true when the secrets are correct, for example due to unfavourable wireless propagation conditions. This blocks the machine from reconnecting until a user OKs the dialog. Would it be very wrong to automatically Ok

When is an interface not an interface?

2009-10-27 Thread Will Stephenson
...when it can be modified at will by its implementors. Warning, rant ahead. The DBUS interface org.freedesktop.NetworkManager.Connection.Active is declared once in nm-active-connection.xml, including the signal PropertiesChanged. In nm-vpn-connection.xml this same interface is redeclared

Re: Problem with changing encryption for established connection

2009-10-24 Thread Will Stephenson
On Saturday 24 October 2009 00:53:16 Dan Williams wrote: On Thu, 2009-10-22 at 10:45 -0500, Larry Finger wrote: I am using NetworkManager version 0.7.1 and kNM version 0.9. While testing openSUSE 11.2 RC1, I did the unusual step of changing the encryption scheme for a previously established

Auto-activate

2008-06-01 Thread Will Stephenson
What needs to be done to get NM to autoconnect a wireless connection on UserSettingsService startup? I can see KNM responding to GetSettings with autoconnect=true, but NM then seems to ignore the connection. I am going to put some debug in NetworkManagerPolicy.c but could someone (Dan

[PATCH] fix dbus docu generation

2008-05-14 Thread Will Stephenson
Attached patch fixes a problem where the wrong dbus type is present in the docu tags. Will Index: introspection/nm-vpn-connection.xml === --- introspection/nm-vpn-connection.xml (revision 3669) +++

[PATCH] fix enum declaration syntax

2008-05-13 Thread Will Stephenson
The attach patch fixes some syntax sins in the installed headers, which the compiler barfs on when using -pedantic - this is what the KDE build dashboard uses. Will --- include/NetworkManager.h +++ include/NetworkManager.h @@ -129,7 +129,7 @@ typedef enum { NM_802_11_MODE_UNKNOWN = 0,

Re: [RFC] Install introspection files

2008-04-16 Thread Will Stephenson
; tracking the default namespace would mean adding more state to the glib tool which arguably belongs in its xml parser. Instead of requiring everyone to patch their toolchain again, we can do this in the build system. Will -- Will Stephenson IRC: Bille

Re: API changes

2008-03-13 Thread Will Stephenson
On Thursday 13 March 2008, Dan Williams said: A few API changes, both in the Settings specification, and in D-Bus. Some of these are thanks to Will's documentation effort and mini-review of the API while he was doing that. Great, glad to see the docu work is helping. And here's a bunch more

Re: API changes

2008-03-13 Thread Will Stephenson
On Thursday 13 March 2008, Dan Williams said: c) clarify the meaning of the 'mac-address' attribute of both the wired and wireless settings; a valid 'mac-address' will lock the connection to a device of the specified type with the specified MAC address.  If we want to allow MAC address

Re: API changes

2008-03-13 Thread Will Stephenson
On Thursday 13 March 2008, Tambet Ingo said: On Thu, Mar 13, 2008 at 9:29 AM, Will Stephenson [EMAIL PROTECTED] wrote: org.freedesktop.NetworkManager Methods: #1 ActivateDevice ( o: device, s: service_name, o: connection, o: specific_object ) → nothing suggestion: move

Re: ppp support naming

2008-03-06 Thread Will Stephenson
On Wednesday 05 March 2008, you said: I consider GSM to be the generic name for every technology in the snip I consider CDMA to be the generic name for every technology in the snap I get it now, thanks for the explanation Will ___

Re: ppp support naming

2008-03-05 Thread Will Stephenson
On Wednesday 05 March 2008, Bastien Nocera said: On Wed, 2008-03-05 at 08:56 +0100, Will Stephenson wrote: On Monday 03 March 2008 19:38:23 Tambet Ingo wrote: On Mon, Mar 3, 2008 at 12:18 PM, Vitja Makarov [EMAIL PROTECTED] wrote: I see it in the tree but I don't see it works

Re: ppp support naming

2008-03-05 Thread Will Stephenson
On Wednesday 05 March 2008, Bastien Nocera said: On Wed, 2008-03-05 at 11:58 +0100, Will Stephenson wrote: snip Does that mean that we need extra development to support HDSPA/UTMS networks? Does CDMA in NetworkManager only literally support CDMA networks? No, they're already supported

Re: ppp support naming

2008-03-04 Thread Will Stephenson
in de. The flipside is users doing a CDMA wtf? when they try to use their cellular card. Will -- Will Stephenson IRC: Bille ___ NetworkManager-list mailing list NetworkManager-list@gnome.org http://mail.gnome.org/mailman/listinfo/networkmanager-list

Re: dbus-binding-tool Unable to load %s: Attribute xmlns:tp is invalid on node element in this context

2008-03-01 Thread Will Stephenson
be on one line of course. (Dan, I still have the version of the docu build system that cleans the xml, if you want to reconsider...) HTH Will -- Will Stephenson IRC: Bille !-- Remove Telepathy extensions from a D-Bus interface, trying to leave only DTD-compliant introspection XML

Re: [PATCH] NM DBUS api documentation build system

2008-02-28 Thread Will Stephenson
tidying it up for you. Will -- Will Stephenson IRC: Bille ___ NetworkManager-list mailing list NetworkManager-list@gnome.org http://mail.gnome.org/mailman/listinfo/networkmanager-list

nm-manager-client.xml vs nm-manager.xml

2008-02-11 Thread Will Stephenson
Hi list What's the distinction between the two files in $SUBJECT? I see that -client is the same as nm-manager.xml minus the legacy methods, but what is the background to this? Is nm-manager.xml deprecated? Should both files always be installed? cheers Will

Re: [PATCH] NM DBUS api documentation build system

2008-02-08 Thread Will Stephenson
documentation to it as I go now. It's taking a while but I hope to have a patch in the next couple of days. Will -- Will Stephenson IRC: Bille ___ NetworkManager-list mailing list NetworkManager-list@gnome.org http://mail.gnome.org/mailman/listinfo

Re: [PATCH] NM DBUS api documentation build system

2008-02-08 Thread Will Stephenson
On Wednesday 06 February 2008 15:56:32 Dan Williams wrote: On Wed, 2008-02-06 at 09:20 +0100, Will Stephenson wrote: On Tuesday 05 February 2008 20:55:33 Marcel Holtmann wrote: Hi Will, I must agree here. Something that generate the introspection is not helpful at all

Re: [PATCH] NM DBUS api documentation build system

2008-02-08 Thread Will Stephenson
On Friday 08 February 2008 17:52:22 Dan Williams wrote: On Tue, 2008-02-05 at 15:46 +0100, Will Stephenson wrote: Here's a patch that adds api documentation generation to the NM build system. The code is taken from the Telepathy project. I think as others have expressed, I think

Re: Site-wide WPA phrase

2007-07-16 Thread Will Stephenson
On Sunday 15 July 2007, Bill Moseley said: I'm running Gnome with nm-applet. Are there instructions some place that explain how I can continue to use nm-applet and also have site-wide WPA pass phrase? The laptop is shared with a number of people and I don't want to bother them with setting

Re: Potential problem in getting WPA key from KDE Wallet

2007-07-09 Thread Will Stephenson
. Did you open a bug report at bugzilla.novell.com for this? I can't see a bug there which looks like this problem. regards Will Stephenson ___ NetworkManager-list mailing list NetworkManager-list@gnome.org http://mail.gnome.org/mailman/listinfo

Re: Proposal for a new VPN DBUS interface

2007-05-09 Thread Will Stephenson
On Tuesday 08 May 2007, Martin Willi said: I'd like to share some thoughts about an improved DBUS-API between NetworkManager and a VPN service. I think we need some changes here to support multiple active connections per service, and to allow multiple services to have active connections at the

Re: NM dialup API

2007-04-19 Thread Will Stephenson
On Thursday 19 April 2007 10:07:31 Tambet Ingo wrote: There's no dialup API in the trunk because there will be none. Just as there's common API for wired and wireless devices, a dialup device will be just another device with exactly the same API and semantics as Hey, Tambet :) I made this

Re: NM dialup API

2007-04-19 Thread Will Stephenson
On Thursday 19 April 2007 13:58:34 Dan Williams wrote: On Thu, 2007-04-19 at 13:18 +0300, Tambet Ingo wrote: On 4/19/07, Will Stephenson [EMAIL PROTECTED] wrote: Is anyone working on turning this into a dbus spec yet? I can help with this if needed. The D-Bus spec for the API that info

Re: NM dialup API

2007-04-19 Thread Will Stephenson
On Thursday 19 April 2007 17:30:34 Will Stephenson wrote: In a{sa{sv}}, what does the middle 'a' mean?  Does the first string key eg 'ip4-settings' point to an array of dicts containing those settings, and not a single dict?   Or is that first 's' the identifier of the Connection

Re: EAP: TTLS/PAP

2007-03-21 Thread Will Stephenson
On Wednesday 21 March 2007, Hervé GILIBERT said: Bonjour, Using Network-Manager 0.6.4-6 and nm applet network-manager-kde 1:0.1-2 (from Debian Package) I'm unable to configure connexion to WLAN whith EAP method: TTLS and EAP Phase 2 Authorization: PAP. Is there a recent version or a patch

Re: DBus API

2007-03-07 Thread Will Stephenson
/org.freedesktop.NetworkManager.xml.notes?revision=640298view=markup Northern birdies told me the API might be getting regularised and made more sane for 0.7, is there any truth to that? Will -- Will Stephenson IRC: Bille ___ NetworkManager-list mailing list NetworkManager-list@gnome.org

Re: [3/3] Do something with trusted networks

2006-06-08 Thread Will Stephenson
, now our UI has something to do. Will -- Will Stephenson IRC: Bille ___ NetworkManager-list mailing list NetworkManager-list@gnome.org http://mail.gnome.org/mailman/listinfo/networkmanager-list

Re: network switching issue

2006-01-16 Thread Will Stephenson
On Sunday 15 January 2006 15:29, Mitch Smith wrote: On Dec 15, I posted an email concerning a situation where an erratic split display screen is produced when NetworkManager switches between my home wireless network and the wired one at work. This situation is exclusive to NetworkManager on

Re: password keyring for vpn - kde

2006-01-06 Thread Will Stephenson
On Friday 06 January 2006 16:53, Robert Love wrote: On Fri, 2006-01-06 at 09:51 -0600, Terry wrote: Is there a service that needs to run for this to work? Under KDE, I get a prompt to save the passwords but get this error: gnome-keyring. Robert, can you explain how to start