Comment 25 for bug 37084

Revision history for this message
Chris Lee (chris-lee-gertner) wrote : Re: network-manager crashes because of old ways configuration

Using my /etc/networking/interfaces (which I use to tell NM5.1 *not* to use my builltin wireless card (eth1), so that it instead uses a pcmcia wireless card (eth0)):
--------------------------
iface lo inet loopback auto lo

iface eth1 inet static
address 192.168.1.114
netmask 255.255.255.0
wireless-essid ??????
wireless-key ?????????
gateway 192.168.1.1
--------------------

I tried NM6.2 from today, and go the following crash (from syslog):

May 4 10:33:29 localhost NetworkManager: <WARNING>^I main (): nm_data_new: Setting up dbus filter
May 4 10:33:29 localhost NetworkManager: <information>^Ieth0: Device is fully-supported using driver 'orinoco_cs'.
May 4 10:33:29 localhost NetworkManager: <information>^Inm_device_init(): waiting for device's worker thread to start
May 4 10:33:29 localhost NetworkManager: <information>^Inm_device_init(): device's worker thread started, continuing.
May 4 10:33:29 localhost NetworkManager: <information>^INow managing wireless (802.11) device 'eth0'.
May 4 10:33:29 localhost kernel: [4297908.926000] ADDRCONF(NETDEV_UP): eth1: link is not ready
May 4 10:33:29 localhost NetworkManager: <WARNING>^I nm_signal_handler (): Caught signal 11. Generating backtrace...
May 4 10:33:29 localhost NetworkManager: ******************* START **********************************
May 4 10:33:30 localhost NetworkManager: (no debugging symbols found)
May 4 10:33:30 localhost NetworkManager: Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
May 4 10:33:30 localhost NetworkManager: (no debugging symbols found)
May 4 10:33:30 localhost last message repeated 5 times
May 4 10:33:30 localhost NetworkManager: [Thread debugging using libthread_db enabled]
May 4 10:33:30 localhost NetworkManager: [New Thread -1211685184 (LWP 9990)]
May 4 10:33:30 localhost NetworkManager: [New Thread -1211688016 (LWP 10007)]
May 4 10:33:30 localhost NetworkManager: (no debugging symbols found)
May 4 10:33:31 localhost last message repeated 15 times
May 4 10:33:31 localhost NetworkManager: 0xffffe410 in __kernel_vsyscall ()
May 4 10:33:31 localhost NetworkManager: ******************* END **********************************