Re: integration of nonphysical interfaces in NM

2005-01-27 Thread Dan Williams
On Thu, 2005-01-27 at 12:24 +0100, Tomislav Vujec wrote: I think some applications might care, e.g. email client. My usage pattern looks like this: 1) Connect to the Internet 2) If I am in the company LAN, go to step 4 3) connect to the VPN 4) Sync my email Now NM removes the requirement on

Re: Problems connecting using ahteros based wireless card

2005-01-27 Thread Dan Williams
On Thu, 2005-01-27 at 21:28 +0100, Stefan Zechmeister wrote: NetworkManager: Activation (ath0) started... NetworkManager: Activation (ath0/wireless): waiting for an access point. NetworkManager: Activation (ath0/wireless): waiting for an access point. NetworkManager: Activation

Re: multiple domain names in search in resolv.conf

2005-01-28 Thread Dan Williams
On Fri, 2005-01-28 at 12:22 +0100, Martin Norbck wrote: Hi! I've been having multiple domain names in the domain-name option in my dhcp server. I know this is not standard but it works with dhclient- script. NetworkManager won't have it, however, and claims: NetworkManager: : Adding

Re: CVS-1-27 compile error explained

2005-01-29 Thread Dan Williams
On Sat, 29 Jan 2005, Bill Moss wrote: I deleted the line -DGNOME_DISABLE_DEPRECATED \ from panel-applet/Makefile.am and NM compiled without error. Is this is a bug in libgnomeui-2.9.1-1 libgnomeui-devel-2.9.1-1 or a bug in

Re: Atheros abg / madwifi trouble

2005-01-30 Thread Dan Williams
On Sun, 30 Jan 2005, Sven wrote: NetworkManager does not work well with my mini Atheros abg card. it can associate ok, but then roughly every minute it looses the connection and the card is scanning/cycling through all channels for about 10 secs or so. during that time iwconfig gives FF:...:FF

Re: CVS-1-29 switching test and icons

2005-01-31 Thread Dan Williams
On Mon, 2005-01-31 at 10:37 -0500, Bill Moss wrote: I booted to wireless OK. Only saw the scaning icons in NM Applet and then wireless icon. I pluged in a wire, saw the detecting icons, and then the wired icon. I unplugged the wire and did not see any scanning or detecting icons. After

Re: gtk-qt-engine breaks NetworkManagerNotification

2005-02-01 Thread Dan Williams
Hi, NetworkManagerNotification creates its own GTK style (using the current theme's colors of course) so that the text on the menu items will be white when the cursor is over that item, rather than black. I didn't do that code, and its been known to break before (switch themes, for instance

Re: signal strength problem for multiple ap's w/ the same essid

2005-02-01 Thread Dan Williams
On Tue, 2005-02-01 at 11:32 -0500, Sven wrote: On Tue, 2005-02-01 at 10:51 -0500, Dan Williams wrote: The gdesklet is on crack actually, and those values don't really come from anywhere and break with different cards. NM is using the values _directly_ from the driver, the same values you

Re: CVS-1-27 compile error explained

2005-02-02 Thread Dan Williams
On Sat, 2005-01-29 at 22:59 -0500, Nathan Fredrickson wrote: On Sat, 2005-29-01 at 17:38 -0500, Dan Williams wrote: Well, I decided to try not to use deprecated functions, and since a number of the gnome guys here at work have been trying to get rid of libgnomeui (for good reason

Re: NetworkManager and suspend

2005-02-03 Thread Dan Williams
On Thu, 2005-02-03 at 21:08 +0100, Rene Rask wrote: Is NetworkManager able to detect changes in state like S3/S4/S5 and recover from it? or should I edit my suspend script and restart Nope, NM is blissfully unaware of power management right now, which is wrong. I haven't had time to look at it

Re: define u64 too

2005-02-11 Thread Dan Williams
On Fri, 2005-02-11 at 16:32 +0100, [EMAIL PROTECTED] wrote: /usr/include/linux/ethtool.h:243: error: syntax error before u64 hm, i have to define u64 too... Fixed, thanks. Dan ___ NetworkManager-list mailing list NetworkManager-list@gnome.org

Re: BOOTP/DHCP packets minimum size

2005-02-12 Thread Dan Williams
On Sat, 12 Feb 2005, Bill Moss wrote: *http://www.clavister.com/releasenotes/changes-8.00.02-to-8.00.05.html DHCP relayer would (correctly) refuse too short DHCP packets* *Issue:* According to the BOOTP and DHCP RFCs, all BOOTP/DHCP packets must be at least 300 bytes in size, and use

Re: Ethereal comparison 1.265 vs 1.270 DHCP Discover

2005-02-11 Thread Dan Williams
On Fri, 11 Feb 2005, Bill Moss wrote: Your patch did not work. From experience with dhcpcd.c, I knew it would not work but I also knew how to fix it. The 1.265 and 1.270-mypatch discovery messages that work are 346 bytes and the UDP part is 312. The 1.270 discovery message that does not

Re: Ethereal comparison 1.265 vs 1.270 DHCP Discover

2005-02-11 Thread Dan Williams
Bill, Can you apply this patch to current CVS copy of NM? It changes dhcpcd/buildmsg.c only. It now pads the message to over 300 bytes and ensures that the message is always an even number of bytes long. Thanks, Dan On Fri, 11 Feb 2005, Bill Moss wrote: I think older hardware may reject

Re: Problem (and the patch) when having multiple search domains on a network.

2005-02-14 Thread Dan Williams
On Mon, 2005-02-14 at 11:28 +0100, Tomislav Vujec wrote: On Fri, 2005-02-11 at 18:07 -0500, Colin Walters wrote: Could you try the patch? I'm in the middle of a number of things right now and won't have a chance to set up a DHCP server etc for testing soon. Both patches work, could you

Re: Problem (and the patch) when having multiple search domains on a network.

2005-02-14 Thread Dan Williams
On Mon, 2005-02-14 at 16:19 +0100, Tomislav Vujec wrote: On Mon, 2005-02-14 at 09:31 -0500, Dan Williams wrote: It should be in CVS already. Has been for a bit, perhaps a new RPM just didn't get pushed or something... I still can't get it on the public gnome CVS, and I have 1.276

I'm at LWE Boston this week...

2005-02-16 Thread Dan Williams
Hi, I'm manning the OpenOffice.org booth at LWE boston this week, so I may not be able to respond to messages on this list personally until the weekend. I'll usually be able to read many of the messages though. Dan ___ NetworkManager-list mailing

Re: client.c patch

2005-02-17 Thread Dan Williams
On Wed, 16 Feb 2005, Bill Moss wrote: My syslog was filling up with dhcp debug messages because my campus wireless T1 time is 15 minutes. I removed the DEBUG flag from panel-applet/Makefile.am and then NM failed to make a DHCP connection. The problem seems to be a missed placed #endif

Re: 1.286 nm_deactivate_device bug

2005-02-20 Thread Dan Williams
At this time, is dev-renew_timeout 0? On Sun, 20 Feb 2005, Bill Moss wrote: Scenario: connect wireless, switch to wired. At the t1 time, NM tries to renew the wireless address. The wireless device should have been deactivated by the function nm_device_deactivate. In function

Re: 1.286 nm_deactivate_device bug

2005-02-21 Thread Dan Williams
On Sun, 20 Feb 2005, Bill Moss wrote: g_source_remove removes a source from the default Main context but what the nm_deactivate_device function is trying to do is remove a source from the Main context of the device. I found this reference that seems to be talking about a similar issue.

Re: Network Manager

2005-02-26 Thread Dan Williams
On Fri, 25 Feb 2005, David Donnelly wrote: However, having the ability to view multiple choices means that I can see all my neighbour's as well. I am just wondering if there is a way to specify a preferred network. My SSID is not encrypted but does not broadcast either. I can connect if I

Wireless Applet changes

2005-02-26 Thread Dan Williams
Hi, I've significantly changed the way the wireless applet communicates with NetworkManager, and we need some testing on the new data model that it uses. So once the changes propogate to anoncvs (its about a 12-hour difference :( ) if people could test out the new code that would be great.

NM branched

2005-02-27 Thread Dan Williams
Hi, I just branched NetworkManager for STABLE_0_3 which will now be the stable branch. Immediate work on HEAD is expected to include porting to dbus 0.3 and hal 0.5. I'll follow Monday with stable packages of NM for Fedora Core 3 and Red Hat Enterprise Linux 4. New packages for Fedora Core

Re: Fedora Rawhide no workie

2005-03-11 Thread Dan Williams
On Fri, 2005-03-11 at 13:07 -0600, Brian Millett wrote: Sorry for a lame posting, but I can't find anything to show. I mean, no suicide note, nothing in /var/log/messages, etc. Running fedora rawhide. As of 03/10/05 update, NetworkManager will just stop. Leaves a pid, but dies. I have to

Re: DBus reconnect support (initial attempt)

2005-03-15 Thread Dan Williams
On Tue, 2005-03-15 at 11:54 -0500, Colin Walters wrote: The problem here is that app status also depends on different subsystem and external system status. In the other words, can I keep my TCP connections after the reboot. No, but in laptop+suspend case TCP connections are often broken

Re: Association timout problem

2005-03-17 Thread Dan Williams
On Tue, 2005-03-08 at 00:06 -0500, Nathaniel McCallum wrote: With NM on Gentoo and an Atheros Wifi, NM won't work without this (attached) patch. Nathaniel I committed this last week BTW, thanks! Dan ___ NetworkManager-list mailing list

Re: Patches for minor things

2005-03-17 Thread Dan Williams
On Sun, 2005-03-13 at 23:21 +0100, Tom Parker wrote: Had an opportunity to look at NM for the first time in a while (I've been very busy recently), and I've got a couple of patches for some minor things, shortly to be followed with something a bit more useful ;-) Attached to this email:

Out for the weekend...

2005-03-18 Thread Dan Williams
I'm out for an extended weekend, will be back Tuesday. Dan ___ NetworkManager-list mailing list NetworkManager-list@gnome.org http://mail.gnome.org/mailman/listinfo/networkmanager-list

Re: NetworkManager failure

2005-03-21 Thread Dan Williams
On Fri, 18 Mar 2005, Timothy Murphy wrote: I tried to run NetworkManager without success earlier today. I am running Fedora-3 with kernel-2.6.11 and KDE, with a classic Oricoco Gold PCMCIA card (802.11b). Ok, the first problem here is that the Orinoco drivers don't support wireless scanning

Re: Thinkpad wireless options

2005-03-22 Thread Dan Williams
On Tue, 22 Mar 2005, Ben Liblit wrote: My X40 wireless options include: - Intel Pro/Wireless 2200BG Mini PCI Adapter Do this. Driver works well, its open-source, and very likely will be in-kernel soon. All the cool kids have em :) Dan ___

Support for sleep in HEAD

2005-03-25 Thread Dan Williams
Hi, I've added two dbus calls on the /org/freedesktop/NetworkManager object: sleep - deactivate and set all devices down wake - wake up and go through device activation These should help out with David's work with HAL and power management. It could use some testing to make sure that NM

Re: Slight flame at NM

2005-03-26 Thread Dan Williams
On Sat, 26 Mar 2005, Timothy Murphy wrote: I spent a few hours trying to get NM working with my classic Orinoco 802.11b Gold PCMCIA card, on my Fedora-3 kernel-2.6.11 laptop. I happen to have one too, but it has issues with associating with weak access points in the presence of stonger

Re: NM_Main 1.320 report

2005-03-29 Thread Dan Williams
On Tue, 2005-03-29 at 08:58 -0500, Bill Moss wrote: NM does not seem to be able to bring up the wired network on its own. If I do 'ifconfig eth0 up' then NM takes over and configures the wired network. Found and fixed on both HEAD and STABLE_0_3. Please test. Thanks! Dan

Re: NM_MAIN 1.321 report

2005-03-29 Thread Dan Williams
On Tue, 2005-03-29 at 14:02 -0500, Bill Moss wrote: ipw2200-1.0.2 report. The main issue for the ipw2200 driver continues to be failures to load firmware at boot or firmware restarts. These failures do not always occur which makes them hard to trace. I saw this frequently with the 2.6.9

Re: Multiple connections and metrics?

2005-03-30 Thread Dan Williams
On Wed, 2005-03-30 at 10:04 -0800, Joe Barnett wrote: A co-worker was showing me the neat way that windows XP deals with mutiple connections. Instead of bringing connections up and down as cables get plugged in/waps get too far away/etc, all interfaces are brought up whenever they can be

Re: IPW2200 not Showing Signal Strength

2005-03-30 Thread Dan Williams
On Wed, 2005-03-30 at 16:57 -0500, Paul Dugas wrote: Been using NM for a while now on my FC3 machine and love it. Got an issue with my IPW2200 card and a couple questions. First the problem... When I first started using NM, I was getting a bar next to the SSID in the left-click menu of

Re: building from cvs problem

2005-03-31 Thread Dan Williams
On Thu, 2005-03-31 at 16:35 +0200, Ivan Blagdan wrote: Heh, risking to look very silly, i pull NM from CVS like this: cvs -d :pserver:[EMAIL PROTECTED]:/cvs/gnome login cvs -z3 -d :pserver:[EMAIL PROTECTED]:/cvs/gnome co -rSTABLE_0_3 NetworkManager ./autogen.sh --prefix=/usr

Re: Slight flame at NM

2005-03-31 Thread Dan Williams
On Sat, 2005-03-26 at 16:45 +, Timothy Murphy wrote: I spent a few hours trying to get NM working with my classic Orinoco 802.11b Gold PCMCIA card, on my Fedora-3 kernel-2.6.11 laptop. After wasting quite a lot of time, I was told that NM could not work with this card and driver,

Re: IPW2200 not Showing Signal Strength

2005-04-01 Thread Dan Williams
On Thu, 2005-03-31 at 11:22 -0500, Paul Dugas wrote: On Wed, March 30, 2005 5:03 pm, Dan Williams said: What version of the ipw2200 driver are you using? Was running 1.0.1 yesterday. Upgraded to 1.0.2 last nught and am still seeing the same. It seems the drivers aren't actually reporting

Re: Problems connecting using Atheros/madwifi

2005-04-07 Thread Dan Williams
On Thu, 2005-04-07 at 14:33 -0400, Derek Atkins wrote: Dan, What you need to do to debug this is the following... In a separate window, run the command watch -n 1 iwconfig ath0 and let that run while NM is trying to associate with the AP. Look at the MAC address that the card reports,

Re: Trying to compile NetworkManager

2005-04-07 Thread Dan Williams
On Thu, 2005-04-07 at 21:12 +0100, Timothy Murphy wrote: Unfortunately, gtk+-2. is not available in any Fedora repository that I looked at, even development/rawhide. I found one with rpmfind, but when I tried to install it I got a vast number of unfilled dependencies. That would be

Re: NetworkManager + Madwifi still not working w/ FC3

2005-04-11 Thread Dan Williams
On Sun, 10 Apr 2005, Derek Atkins wrote: Dan, According to http://www.mattfoster.clara.co.uk/madwifi-8.htm#15 there is still a bug in the current wireless-tools in FC3: 8.15. When I run try to scan I get: ath0 Failed to read scan data : Resource temporarily unavailable. How do I fix

Re: Late to the party - multiple search domains on the network.

2005-04-11 Thread Dan Williams
On Mon, 2005-04-11 at 16:29 +0100, Simon Kelley wrote: Dan Williams wrote: BTW, Jason's email is [EMAIL PROTECTED], I'm cc-ing him here. . The DHCP client needs the interface to be up during the configuration process so that it can send and receive packets. NM can't start with a downed

Re: Late to the party - multiple search domains on the network.

2005-04-11 Thread Dan Williams
On Mon, 2005-04-11 at 20:27 +0100, Simon Kelley wrote: Please could I see that as soon as you feel happy to release it? I'm currently struggling with the DBUS API (or rather the docs, incomplete, out of date, yadda yadda) so ready done code that implements a defined DBUS interface would

Re: VPN Support committed

2005-04-15 Thread Dan Williams
On Fri, 2005-04-15 at 12:45 -0400, Derek Atkins wrote: Cool! What's the plan w.r.t. custom configurations of the vpnc connection manager? For exmaple, my vpnc-connect (and vpnc.conf) contain Targeted Networks configurtion so only partial routes will get forwarded across the VPN instead of

Re: Debian backedn update+backend proposal

2005-04-20 Thread Dan Williams
On Wed, 20 Apr 2005, Tom Parker wrote: I've just attached a patch to update the Debian backend to use the latest changes. However, I keep noting that most of the changes here are copy+paste from the Redhat backend. I'm thinking that a bunch more work can be done on some better merging of

Re: Problems building NetworkManager

2005-05-10 Thread Dan Williams
On Wed, 11 May 2005, Anthony Winter wrote: I'm trying to compile Network Manager with the aim to perhaps contribute. I've tried two ways: 1/ downloading the 0.4 source tar and trying to build 2/ checking out directly from cvs and trying to build. I have had no success yet and think it may

Re: CVS (STABLE_0_3) works for Madwifi/Atheros, but starts too late

2005-05-12 Thread Dan Williams
On Thu, 12 May 2005, Derek Atkins wrote: Quoting Bill Moss [EMAIL PROTECTED]: Starting dbus, hal, and NM early will work in the wired case because a connection is established before nm-applet is run so ntpd will find a connection when it runs later, but this won't work for wireless because

Re: CVS (STABLE_0_3) works for Madwifi/Atheros, but starts too late

2005-05-12 Thread Dan Williams
On Thu, 12 May 2005, Derek Atkins wrote: [snip] May 12 20:14:21 cliodev NetworkManager: DHCP: Got some data of length 1300. May 12 20:14:21 cliodev NetworkManager: DHCP: Reply message was not UDP (ip_hdr-protocol = 6, IPPROTO_UDP = 17), won't use it. May 12 20:15:30 cliodev NetworkManager:

Re: How does the resolv.conf get created?

2005-05-14 Thread Dan Williams
On Sat, 14 May 2005, Filip Miletic wrote: Can someone please explain how the NetworkManager creates the /etc/resolv.conf? I run bind on local machine and would like to use localhost as the DNS. NM does not like it, apparently. Is it possible to explain gently to NM that it should not touch

Re: CVS 0.3 on FC3 ... installation trouble

2005-05-19 Thread Dan Williams
On Thu, 2005-05-19 at 13:34 -0700, C.L. Hammond wrote: Hi, Fedora Core 3 Network Manager 0.3 from CVS pull. I can build the code without problems, but cannot figure out how to get it started. As I understand it, NetworkManager should be started when I login to my gnome session, but

Re: Method getActiveDevice doesn't exist

2005-05-20 Thread Dan Williams
On Fri, 2005-05-20 at 19:32 +0100, Bastien Nocera wrote: Heya, I was trying to get NetworkManager CVS running after seeing the new VPN feature. However, the applet keeps telling me it can't find any devices. The problem seems to be deeper than that: $ ./nmtest NM State: 4

Re: Method getActiveDevice doesn't exist

2005-05-20 Thread Dan Williams
On Fri, 2005-05-20 at 19:32 +0100, Bastien Nocera wrote: Heya, I was trying to get NetworkManager CVS running after seeing the new VPN feature. However, the applet keeps telling me it can't find any devices. The problem seems to be deeper than that: Oh, one other thing: Are you running

Re: Method getActiveDevice doesn't exist

2005-05-20 Thread Dan Williams
On Fri, 2005-05-20 at 20:32 +0100, Bastien Nocera wrote: Hey Dan, On Fri, 2005-05-20 at 14:57 -0400, Dan Williams wrote: On Fri, 2005-05-20 at 19:32 +0100, Bastien Nocera wrote: Heya, I was trying to get NetworkManager CVS running after seeing the new VPN feature. However

Re: Method getActiveDevice doesn't exist

2005-05-20 Thread Dan Williams
On Fri, 20 May 2005, Bastien Nocera wrote: On Fri, 2005-05-20 at 16:10 -0400, Dan Williams wrote: On Fri, 2005-05-20 at 20:32 +0100, Bastien Nocera wrote: Hey Dan, snip How can I debug the notification icon, to know why it's saying I don't have any devices? First of all

Re: Method getActiveDevice doesn't exist

2005-05-23 Thread Dan Williams
On Mon, 23 May 2005, Bastien Nocera wrote: On Fri, 2005-05-20 at 22:26 -0400, Dan Williams wrote: On Fri, 20 May 2005, Bastien Nocera wrote: On Fri, 2005-05-20 at 16:10 -0400, Dan Williams wrote: On Fri, 2005-05-20 at 20:32 +0100, Bastien Nocera wrote: Hey Dan, snip How can

vpnc connection terminates the first time

2005-05-27 Thread Dan Williams
Hi, I think I've fixed this in CVS, oddly enough, by adding a sleep(1); before trying to read the vpnc pidfile. It seems that 0.3.3 doesn't write the pid file as early as 0.3.2 did. Dan ___ NetworkManager-list mailing list

Re: NM scanning policy

2005-05-27 Thread Dan Williams
On Wed, 2005-05-25 at 10:19 -0400, Bill Moss wrote: Proposed change to NM scanning policy. Context menu scan item: three states -- On, Auto, Off On: NM's current policy which is to always scan but adjust the time between scans. Auto (default): When a wired connection has been

Re: Atheros abg / madwifi + wep / dropouts due to scanning

2005-05-27 Thread Dan Williams
On Wed, 2005-05-25 at 00:11 -0400, Derek Atkins wrote: Dan, On 31 Jan 2005 you said: I think we can address your problem by having the card scan less often (and even less often if its an a/b/g card). (see : http://www.mail-archive.com/networkmanager-list@gnome.org/msg00090.html )

Re: not handling media link changes for wired ethernet

2005-06-03 Thread Dan Williams
On Wed, 1 Jun 2005, Casey Harkins wrote: [after connecting the cable] signal interface=org.freedesktop.Hal.Device; member=PropertyModified; sender=:1.1 int32:2 string:net.80203.rate boolean:false boolean:true string:net.80203.link boolean:false boolean:false [after removing the

Re: HEAD on ubuntu breezy?

2005-06-03 Thread Dan Williams
On Fri, 3 Jun 2005, Joe Barnett wrote: On 6/3/05, Dan Williams [EMAIL PROTECTED] wrote: On Thu, 2 Jun 2005, Joe Barnett wrote: Has anyone gotten head NM to work on ubuntu breezy? the dhcp client package claims it has the redhat patches for dhcdbd, but if i set up dhcdbd (from http

Re: Initial version of a SuSE backend

2005-06-08 Thread Dan Williams
On Thu, 9 Jun 2005, Kay Sievers wrote: Hi, here is a first rough cut on a SuSE backend for NetworkManager. I got it running and it can successfully change over from wired to wireless. :) It's only a one night hack, so don't expect too much. Great! Will apply shortly. (The currently SuSE

Re: Next steps (Was Re: Initial version of a SuSE backend)

2005-06-09 Thread Dan Williams
On Thu, 2005-06-09 at 17:43 +0200, Tom Parker wrote: David Zeuthen wrote: Ideally, I'd like to see a plug-in based solution (both back-ends and front-ends), much like the VPN stuff we're doing now, leaving NetworkManager proper as a core that controls these plug-ins and deals with core

Re: [patch] updated suse backend

2005-06-09 Thread Dan Williams
On Thu, 9 Jun 2005, Robert Love wrote: Hey, Dan. I fixed a bug in the SUSE backend that Kay sent earlier; he asked that I resend an updated patch. Find it attached. Committed. Thanks guys! Dan ___ NetworkManager-list mailing list

Re: [patch] 64-bit cleanliness fixes

2005-06-09 Thread Dan Williams
On Thu, 9 Jun 2005, Robert Love wrote: Attached patch is a first level pass at making NM 64-bit clean. This is mostly just fixing the error messages from gcc-4.0 on an x86-64 system. Committed, thanks. Dan ___ NetworkManager-list mailing list

Re: more Head 1.378

2005-06-13 Thread Dan Williams
On Mon, 2005-06-13 at 13:50 -0400, Peter Jones wrote: On Mon, 2005-06-13 at 11:44 -0400, Bill Moss wrote: 1. in vpn-daemons/vpnc do 'autogen.sh --prefix=/usr --sysconfdir=/etc' Now the VPN Connections menu shows up. I think this means you need to add vpn-daemons to the SUBDIRS line in

Re: WPA_Supplicant slave mode patch

2005-06-15 Thread Dan Williams
On Sat, 2005-06-11 at 15:16 +0200, Tim Warberg wrote: Hi, Had some spare time (didn't feel like reading) and finished up wpa_supplicant changes. Added a slave mode where config can be changed dynamically through socket. I've added a network command to socket interface. Takes 1 argument,

Re: [patch] suse initscript fix.

2005-06-16 Thread Dan Williams
On Thu, 2005-06-16 at 13:38 -0400, Robert Love wrote: Hi, Attached patch fixes a small typo in the SUSE initscript and adds a cvsignore file to initscripts/SUSE. Applied, thanks. Dan ___ NetworkManager-list mailing list

Re: [patch] making the applet stetic.

2005-06-16 Thread Dan Williams
On Thu, 2005-06-16 at 13:34 -0400, Robert Love wrote: As we all know, being stetic is of the utmost importance: http://primates.ximian.com/~peter/stetic.html The current NetworkManager applet is not as stetic as it deserves to be; it has potential, it dreams of a world in which it is

Re: [patch] more stetic, broken up, 1/2

2005-06-17 Thread Dan Williams
On Thu, 16 Jun 2005, Robert Love wrote: On Thu, 2005-06-16 at 16:22 -0400, Robert Love wrote: Some of this might be a bit more contentious, but it is all in the name of the illusive stetic: Let's break these up into two patches, since I think some of these changes are not contentious

Re: [patch] more stetic, broken up, 2/2

2005-06-17 Thread Dan Williams
On Fri, 2005-06-17 at 12:43 -0400, David Zeuthen wrote: Hey, So while we're talking about UI and stuff how about combining the Right and Left click context menus? I always end up pressing the wrong one. Part of the problem with this is that certain options (I would argue everything in the

Re: lwresd

2005-06-20 Thread Dan Williams
On Mon, 2005-06-20 at 15:59 +0100, Thom May wrote: Hi guys, did anything come of making NM use lwresd/libnss-lwresd? It still seems like a far preferrable route than using bind as the local resolver. Not really, the amount of work here is non trivial: 1) Write an NSS module that can deal with

Re: [patch] making the applet stetic.

2005-06-20 Thread Dan Williams
On Mon, 2005-06-20 at 13:37 -0400, Jonathan Blandford wrote: Robert Love [EMAIL PROTECTED] writes: There are a couple of other issues that you listed: - Follows the system theme. The current Gtkcellrender thing is not correctly themed. I'm not 100% sure what you mean by this?

Re: [patch] making the applet stetic.

2005-06-20 Thread Dan Williams
On Mon, 2005-06-20 at 14:49 -0400, Jonathan Blandford wrote: Dan Williams [EMAIL PROTECTED] writes: On Mon, 2005-06-20 at 13:37 -0400, Jonathan Blandford wrote: Robert Love [EMAIL PROTECTED] writes: There are a couple of other issues that you listed: - Follows the system

Re: [patch] add mnemonics to the menu items.

2005-06-20 Thread Dan Williams
On Mon, 20 Jun 2005, Robert Love wrote: Yo, Attached patch adds mnemonics to the menu items of the applet. Mnemonics make life easy and its just a matter of using one Gtk API over another. May I apply? / Please apply. Sure, looks good. Feel free to commit. Dan

Re: [patch] big cleanup.

2005-06-20 Thread Dan Williams
On Mon, 20 Jun 2005, Robert Love wrote: Attached patch does a lot of simple but meaningful cleanup. Namely, - Mark 55 non-static functions as static, as they are actually not used outside of file and need not be exported. - Remove two redundant

Re: WEP Issue - windows just works...

2005-06-21 Thread Dan Williams
On Tue, 21 Jun 2005, Anthony Winter wrote: Just bit of a probably dumb-ass question after running into a scenario on my note book where I could quite happily log onto a new wireless access port under windows but not using Network manager under linux (FC3). Under linux when I select the newly

Re: dhcdbd: Failed to initialise D-Bus service

2005-06-21 Thread Dan Williams
On Tue, 2005-06-21 at 09:02 -0400, Neal Becker wrote: Just for fun, I tried installing dhcdbd, NetworkManager, NetworkManager-gnome NetworkManager-devel, NetworkManager-glib from Fedora/development. Here's what I get: Jun 21 08:58:52 nbecker2 dhcdbd: Failed to initialise D-Bus service. Jun

Re: [patch] more stetic!

2005-06-21 Thread Dan Williams
On Tue, 2005-06-21 at 09:23 -0400, Derek Atkins wrote: Quoting Bastien Nocera [EMAIL PROTECTED]: On Tue, 2005-06-21 at 09:07 -0400, Derek Atkins wrote: Okay, I've got to ask... What the heck is stetic? Is it a typo of static? Or is it a complete misunderstanding of the English word

Re: [patch] fix FIXME in NetworkManagerDispatcher.c

2005-06-22 Thread Dan Williams
On Wed, 22 Jun 2005, Robert Love wrote: May I apply? Looks good, go ahead. Dan ___ NetworkManager-list mailing list NetworkManager-list@gnome.org http://mail.gnome.org/mailman/listinfo/networkmanager-list

Re: [patch] add remove right-click menu item.

2005-06-23 Thread Dan Williams
On Thu, 2005-06-23 at 08:13 -0400, David Zeuthen wrote: NotifIcon +-+ | [ ] Wired Network | |Wireless Networks| | ben [+-] | | bk45g[+++---] |

Re: [patch] add remove right-click menu item.

2005-06-23 Thread Dan Williams
On Thu, 2005-06-23 at 18:48 +0200, Tomislav Vujec wrote: On Thu, 2005-06-23 at 12:14 -0400, Dan Williams wrote: Ok, my take on this is that any primary connection (ie, one that's actually hardware) should be in the main menu at this time... So stuff like dial-up still needs

Re: [patch] min_delay bugfix.

2005-06-23 Thread Dan Williams
On Thu, 2005-06-23 at 15:58 -0400, Robert Love wrote: Dan, In src/NetworkManagerDevice.c :: nm_device_wireless_wait_for_link(), we set min_delay to const guint delay = 30; const guint required_tries = 10; const guint min_delay = 2 * (required_tries / delay);

Re: Suspend?

2005-06-23 Thread Dan Williams
On Thu, 23 Jun 2005, Paul Dugas wrote: I've found some people's laptop suspend scripts that use dbus-send to notify NetworkManager of the pending suspend or restore. A couple questions: 1 - What are the proper commands for the latest rawhide version? Should be sleep and wake. 2 -

Re: [patch] 'Start All Wireless Devices' bug fix

2005-06-27 Thread Dan Williams
On Mon, 2005-06-27 at 12:19 -0400, Derek Atkins wrote: Quoting Robert Love [EMAIL PROTECTED]: On Mon, 2005-06-27 at 09:47 -0400, Derek Atkins wrote: Would this explain why the 0.3.5 Network Discovery options seem flakey? I haven't actually looked at the code, but even when I set it

Re: Trying to connect to WEP network, NetworkManager dies

2005-06-27 Thread Dan Williams
On Mon, 2005-06-27 at 14:21 -0400, Jim Shepherd wrote: I am trying to connect to our campus wireless network without success. I click on Create to Other Wireless Network, enter in the SSID, select Connect with encryption enabled and Hex key, then enter the Hex key provided by the system

Re: Get a link-local IP when wired and DHCP fails

2005-06-30 Thread Dan Williams
On Thu, 2005-06-30 at 20:14 +0100, Bastien Nocera wrote: + } else if (ip4_config == NULL nm_device_is_wireless (dev) == FALSE nm_ap_get_encrypted (ap) == FALSE) { You probably want this to be nm_device_is_wireless (dev) == TRUE right? Dan

Re: gentoo patch

2005-07-01 Thread Dan Williams
On Fri, 2005-07-01 at 08:29 +0200, Magnus Ottosson wrote: Yes! I have that... I hav not had time to try your patch yet. Maybe today. I was kind of waiting to apply the gentoo patch until somebody said it worked, but if you don't get to it today I'll apply it anyway. Dan

Re: [patch] check for a gateway of zero.

2005-07-01 Thread Dan Williams
On Fri, 2005-07-01 at 15:37 -0400, Robert Love wrote: Hi Ho! nm_system_device_set_ip4_route_with_iface() will fail if ip4_gateway is zero. Zero is not a legal gateway and the ioctl will return EINVAL. The problem is, the zeroconf IP stuff (and possibly other places) set the gateway to

Re: [PATCH] Bring interface back up upon wake

2005-07-05 Thread Dan Williams
On Mon, 2005-07-04 at 20:46 +0200, Pierre Ossman wrote: Some devices need to be up to be able to detect link. The sleep function brings interfaces down but the wake function doesn't bring them back up. Signed-off-by: Pierre Ossman [EMAIL PROTECTED] Which branch of NM are you using? HEAD or

Re: DNS problem (forwarding order?)

2005-07-07 Thread Dan Williams
On Thu, 2005-07-07 at 12:06 -0700, David MacMahon wrote: I have Fedora Core 4 and NetworkManager installed. When I use NetworkManager I experience DNS problems that prevent me from using NetworkManager on a regular basis. Here are the details... I am on a private network (10.12.0.0) with

Re: [patch] redo tray icon.

2005-07-07 Thread Dan Williams
On Thu, 2005-07-07 at 16:43 -0400, Robert Love wrote: So...the NetworkManager tray icon is a bit weird, as it packs a top menu bar into the tray. Not sure why that route was chosen, unless someone wanted to pack a container into an event box, which you cannot do. The problem with packing the

Re: NetworkManager in Chinese

2005-07-07 Thread Dan Williams
On Fri, 2005-07-01 at 17:12 -0700, Yorgason, RonaldX P wrote: I’m trying to get NetworkManager running on a Chinese linux distribution using the 0.3 stable branch pulled from CVS. I have run into two different problems. When I run NetworkManagerInfo, a space for the applet appears on the

Re: DHCP timeout problem

2005-07-08 Thread Dan Williams
On Fri, 8 Jul 2005, Tony Murray wrote: I have been trying to get NetworkManager working and I am almost there after many hurdles. When NetworkManager is waiting for dhcdbd/dhclient to recieve an IP it times out and sets up a zeroconf ip... but dhclient gets a correct ip and sets it. So,

Re: nm-applet crashing

2005-07-08 Thread Dan Williams
On Fri, 8 Jul 2005, Bart Vanbrabant wrote: Hello, I got strange nm-applet behaviour. When I click on the icon the menu opens, click it again and it closes. Now open it again and then click again to close it and nm-applet crashes. I'm using the version that is in fedora rawhide at the

Re: Old-style network configuration vs. NetworkManager in FC 4

2005-07-08 Thread Dan Williams
On Fri, 2005-07-08 at 09:24 -0400, Charles Lesh wrote: Hey all: I am running FC 4. At home I have a linksys router with wireless, and I do not have WEP enabled. NetworkManager detects the network, and connects without problem. At work I have the same (model) linksys router, with a

Re: DNS problem (forwarding order?)

2005-07-11 Thread Dan Williams
On Mon, 2005-07-11 at 15:05 -0400, Colin Walters wrote: If you really really care it shouldn't be too difficult to implement nm-named-manager-dnsmasq.c and do conditional compilation. Not sure if Dan would take the patch, but it's probably not too much of a maintenance burden. Yeah, I'd take

Re: [patch] don't display very-low-strength APs.

2005-07-11 Thread Dan Williams
On Mon, 2005-07-11 at 15:47 -0400, Robert Love wrote: As featured in several award-winning news reports[1], Cambridge has a lot of wireless networks. I finally got strength working on the Cisco AiroNet card, and I see that many of those networks have no strength whatsoever. My Mac only

Re: [patch] don't display very-low-strength APs.

2005-07-11 Thread Dan Williams
On Mon, 2005-07-11 at 19:32 -0400, Robert Love wrote: On Mon, 2005-07-11 at 19:27 -0400, David Zeuthen wrote: IIRC the airo driver showed 100% before your fix but that of course is worthless if the ipw2200 driver showed 0%. Airo is now fixed! It should be upstream soon if not already.

Re: DNS problem (forwarding order?)

2005-07-12 Thread Dan Williams
On Tue, 2005-07-12 at 11:05 +0100, Simon Kelley wrote: Dan Williams wrote: On Mon, 2005-07-11 at 15:05 -0400, Colin Walters wrote: If you really really care it shouldn't be too difficult to implement nm-named-manager-dnsmasq.c and do conditional compilation. Not sure if Dan would take

  1   2   3   4   5   6   7   8   9   10   >