WARN check_one_route(): (eth1) error -22 returned from rtnl_route_del(): Missing link name TLV (errno = Invalid argument)

2009-03-19 Thread The H.W. Group LLC
I use Red Hat Enterprise Linux version 5.3, 32bit on an IBM Thinkpad T60.

I also make use of the ipw3945 driver.

eth1 is the assigned wireless interface.

These are the versions of NetworkManager that come with RHEL5.3 32bit:
NetworkManager-0.7.0-3.el5
NetworkManager-gnome-0.7.0-3.el5
NetworkManager-glib-devel-0.7.0-3.el5
NetworkManager-devel-0.7.0-3.el5
NetworkManager-glib-0.7.0-3.el5

I am not able to connect to my access point. The Network Manager icon in
gnome will appear, show the connection anamation, then when I enter my
passphrase, it will connect, then the entire anamation / icon in the
information panel will disappear.

This is what tail -f /var/log/messages gives me, during the sequence:
LOG SNIPPET
Mar 19 10:31:45 deathstar NetworkManager: info  (eth1): deactivating
device (reason: 38).
Mar 19 10:31:45 deathstar avahi-daemon[4048]: New relevant interface
eth1.IPv6 for mDNS.
Mar 19 10:31:45 deathstar avahi-daemon[4048]: Joining mDNS multicast group
on interface eth1.IPv6 with address fe80::219:d2ff:fe0a:a0e7.
Mar 19 10:31:45 deathstar avahi-daemon[4048]: Registering new address record
for fe80::219:d2ff:fe0a:a0e7 on eth1.
Mar 19 10:31:45 deathstar NetworkManager: info  eth1: canceled DHCP
transaction, dhcp client pid 8984
*Mar 19 10:31:45 deathstar NetworkManager: WARN  check_one_route(): (eth1)
error -22 returned from rtnl_route_del(): Missing link name TLV (errno =
Invalid argument) *
Mar 19 10:31:45 deathstar avahi-daemon[4048]: Withdrawing address record for
10.0.1.2 on eth1.
Mar 19 10:31:45 deathstar avahi-daemon[4048]: Leaving mDNS multicast group
on interface eth1.IPv4 with address 10.0.1.2.
Mar 19 10:31:45 deathstar avahi-daemon[4048]: iface.c:
interface_mdns_mcast_join() called but no local address available.
Mar 19 10:31:45 deathstar avahi-daemon[4048]: Interface eth1.IPv4 no longer
relevant for mDNS.
/LOG SNIPPET


When that WARN statement appears, the icon immediately disappears. I have
never seen this error before. It is very strange.

I have tried reinstalling all of the rpms, but it makes no difference. I am
open to any suggestions at this point. Please let me know if any other
information is needed, I will do my best to provide it.

-- Miller
___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


NetworkManager and RunLevel 3

2009-03-19 Thread Geoffrey Leach
I addressed this question to the NetworkManager list and received a 
couple of replies that I found to be quite educational. The topic 
appears on this list occasionally, so I thought it worthwhile to re-
post here.

The essence of what I discovered is that its not NetworkManager but nm-
applet, which is a separate package, albeit from the same source. There 
is an analogous program available for RL 3.

Here's the thread.

On 03/17/2009 10:45:51 AM, Michael Biebl wrote:
Patryk Zawadzki wrote:
 On Tue, Mar 17, 2009 at 5:22 PM, Geoffrey Leach ge...@hughes.net 
 wrote:
 Every so often on the Fedora list, there's a question about running
 NetworkManager on Fedora 10 at RunLevel 3, that is where there's no 
 X
 windows or desktop running. It's generally acknowledged that at
 RunLevel 5 NetworkManager runs like a champ. Furthermore,
 it seems that
 the problem is mostly (always?) where the system relies on a 
 wireless
 connection to a router. So, with all of that in mind, I thought I'd 
 ask
 here and will re-post a summary of replies on the Fedora list.
 
 While I'm not a Fedora user, NM should work just fine from any level.
 There are two prerequisites however:
 
 1) You need to make sure all the required services are up (hal, dbus)
 
 2) You need some sort of connection provided by:
 
 2.1) An NM client
 
 2.2) A system connection
 
 While 2.1 is currently not possible without using X (there are only 2

There is a project called cnetworkmanager [1], which afaics tries to 
fill exactly this gap


[1] http://vidner.net/martin/software/cnetworkmanager/
-- 

___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: Vodafone K3760 (Option Icon 431)

2009-03-19 Thread Dan Williams
On Thu, 2009-03-19 at 15:45 +, li...@dresco.co.uk wrote:
 Hi,
 
 Have recently got access to one of these devices, and having some issues 
 connecting with NM. Am using F10 with NetworkManager-0.7.0.99-3.fc10.i386
 
 The symptom is that a connection will fail and then the device appears to get 
 re-detected, adding a new entry to the list of devices on each attempt.
 
 Attaching NM output with serial debug enabled... Anything else I can provide 
 to help troubleshoot?

Yeah, when you get in this situation, please jump to a terminal and grab
the output of 'lshal' and mail it to me.  NetworkManager is unable to
find the correct netdevice in HAL for your Option modem, thus it's not
using the right codepaths to bring the connection up.

Dan


___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: WARN check_one_route(): (eth1) error -22 returned from rtnl_route_del(): Missing link name TLV (errno = Invalid argument)

2009-03-19 Thread Dan Williams
On Thu, 2009-03-19 at 10:48 -0400, The H.W. Group LLC wrote:
 I use Red Hat Enterprise Linux version 5.3, 32bit on an IBM Thinkpad
 T60.
 
 I also make use of the ipw3945 driver. 
 
 eth1 is the assigned wireless interface.
 
 These are the versions of NetworkManager that come with RHEL5.3 32bit:
 NetworkManager-0.7.0-3.el5
 NetworkManager-gnome-0.7.0-3.el5
 NetworkManager-glib-devel-0.7.0-3.el5
 NetworkManager-devel-0.7.0-3.el5
 NetworkManager-glib-0.7.0-3.el5
 
 I am not able to connect to my access point. The Network Manager icon
 in gnome will appear, show the connection anamation, then when I enter
 my passphrase, it will connect, then the entire anamation / icon in
 the information panel will disappear.

What configuration is your AP, and what security option is selected in
the dialog where you enter your passphrase?  Sounds like the applet is
crashing; would be good to figure out why its doing that.

Dan

 This is what tail -f /var/log/messages gives me, during the sequence:
 LOG SNIPPET
 Mar 19 10:31:45 deathstar NetworkManager: info  (eth1): deactivating
 device (reason: 38). 
 Mar 19 10:31:45 deathstar avahi-daemon[4048]: New relevant interface
 eth1.IPv6 for mDNS.
 Mar 19 10:31:45 deathstar avahi-daemon[4048]: Joining mDNS multicast
 group on interface eth1.IPv6 with address fe80::219:d2ff:fe0a:a0e7.
 Mar 19 10:31:45 deathstar avahi-daemon[4048]: Registering new address
 record for fe80::219:d2ff:fe0a:a0e7 on eth1.
 Mar 19 10:31:45 deathstar NetworkManager: info  eth1: canceled DHCP
 transaction, dhcp client pid 8984 
 Mar 19 10:31:45 deathstar NetworkManager: WARN  check_one_route():
 (eth1) error -22 returned from rtnl_route_del(): Missing link name TLV
 (errno = Invalid argument) 
 Mar 19 10:31:45 deathstar avahi-daemon[4048]: Withdrawing address
 record for 10.0.1.2 on eth1.
 Mar 19 10:31:45 deathstar avahi-daemon[4048]: Leaving mDNS multicast
 group on interface eth1.IPv4 with address 10.0.1.2.
 Mar 19 10:31:45 deathstar avahi-daemon[4048]: iface.c:
 interface_mdns_mcast_join() called but no local address available.
 Mar 19 10:31:45 deathstar avahi-daemon[4048]: Interface eth1.IPv4 no
 longer relevant for mDNS.
 /LOG SNIPPET
 
 
 When that WARN statement appears, the icon immediately disappears. I
 have never seen this error before. It is very strange.
 
 I have tried reinstalling all of the rpms, but it makes no difference.
 I am open to any suggestions at this point. Please let me know if any
 other information is needed, I will do my best to provide it.
 
 -- Miller
 ___
 NetworkManager-list mailing list
 NetworkManager-list@gnome.org
 http://mail.gnome.org/mailman/listinfo/networkmanager-list

___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Re: NetworkManager and RunLevel 3

2009-03-19 Thread Aaron Konstam
On Thu, 2009-03-19 at 09:11 -0700, Geoffrey Leach wrote:
 I addressed this question to the NetworkManager list and received a 
 couple of replies that I found to be quite educational. The topic 
 appears on this list occasionally, so I thought it worthwhile to re-
 post here.
 
 The essence of what I discovered is that its not NetworkManager but nm-
 applet, which is a separate package, albeit from the same source. There 
 is an analogous program available for RL3

There is no separate nm-applet package on Fedora that I can find.

 === Aaron Konstam telephone: (210)
 656-0355 e-mail: akons...@sbcglobal.net

___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list


Special configuration

2009-03-19 Thread Mario Medina
Hi!

is there a way to user network manager to configure a IEEE802.1x with
WEP key?

My wpa_supplicant.conf is

ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=admin
eapol_version=1
ap_scan=1
fast_reauth=1
#update_config=1

network={
ssid=networkname
key_mgmt=IEEE8021X
auth_alg=OPEN
eap=TLS
identity=somedata
password=somepass
ca_cert=/etc/network/cacert.pem
client_cert=/etc/network/cert.pem
private_key=/etc/network/key.pem
private_key_passwd=keypassword
wep_key0=0791c4c10791c4c10791c4c107
disabled=0
}


this works manually, and after that i need to issue a ifconfig ath0
1.2.3.4/24 ; route add default gw 1.2.3.254



___
NetworkManager-list mailing list
NetworkManager-list@gnome.org
http://mail.gnome.org/mailman/listinfo/networkmanager-list