By spencer, Wednesday, December 14, 2005 · 1:36 pm

I was finally able to get NetworkManager working in KDE. I had to emerge hal, dbus, and friends, re-emerge pam w/ the pam_console use flag, and use the Gentopia overlay for the NetworkManager ebuilds. Once I had the application up and running I had to use gtk-update-icon-cache command before the applet would start. Once that worked I had to start and stop gnome-keyring-daemon and set the environment variables in my kde env and shutdown directories:

spencer@jtfc ~ $ cat /usr/kde/3.5/env/gnome-keyring.sh
#!/bin/sh
eval `gnome-keyring-daemon`
export GNOME_KEYRING_PID GNOME_KEYRING_SOCKET
set | grep GNOME
spencer@jtfc ~ $ cat /usr/kde/3.5/shutdown/gnome-keyring.sh
#!/bin/sh
if [ -n "$GNOME_KEYRING_PID" ]; then
echo killing gnome-keyring-daemon $GNOME_KEYRING_PID
kill $GNOME_KEYRING_PID fi spencer@jtfc ~ $

gnome-keyring is used to store WEP/WPA keys and passwords and such. Without running it you can still use NetworkManager, you will just have to enter the encryption keys for any secure networks by hand each time.

Now that it’s all installed I must say it’s pretty damn cool. I installed the pptp and vpnc “plugins” but haven’t had a chance to play much with those. I like being able to plugin a wire and have it switch to the wired network automatically, and then when I unplug it the lappy goes wireless again. Nice work guys!
I’m also using a gtk2-ssh-askpass now. I uncommented the “ssh-agent” lines in /usr/kde/3.5/env/ and /usr/kde/3.5/shutdown/ agent files(and gpg-agent lines for other reasons). Then I run “ssh-add” from ~/.kde3.5/Autostart/ssh-add.sh. Now I only have to type my passphrases for my dsa and rsa keys once when I login. The agents are terminated at the end of my session automatically. Pretty neat trick.
NetworkManager

Add your own comment or set a trackback

Currently 8 comments

Pages: [1] 2 »

  1. Comment by Benjamin

    Is this still working? I am trying to get networkmanager working on a T40 thinkpad with gentoo…but no success yet. When you say emerge hal, dbus and friends what exactly do you mean? MAybe I am forgetting something.

  2. Comment by spencer

    Yeah it’s still working for me. When I said “and friends” I was referring to any dependent packages (I think… it has been awhile ;) ). Make sure you’re using the Gentopia overlay because iirc that overlay has patched versions of certain packages in the main portage tree (such as dhcp). If you have checked out the gentopia overlay make sure you have updated world. Do you have any specific error messages you can post?

  3. Comment by Benjamin

    Here is an output of /var/log/messages
    Apr 27 12:04:09 judah NetworkManager: starting…
    Apr 27 12:04:09 judah NetworkManager: eth1: Device is fully-supported using driver ‘airo’.
    Apr 27 12:04:09 judah NetworkManager: nm_device_init(): waiting for device’s worker thread to start
    Apr 27 12:04:09 judah NetworkManager: nm_device_init(): device’s worker thread started, continuing.
    Apr 27 12:04:09 judah NetworkManager: Now managing wireless (802.11) device ‘eth1′.
    Apr 27 12:04:09 judah NetworkManager: Deactivating device eth1.
    Apr 27 12:04:11 judah NetworkManager: eth0: Device is fully-supported using driver ‘eepro100′.
    Apr 27 12:04:11 judah NetworkManager: nm_device_init(): waiting for device’s worker thread to start
    Apr 27 12:04:11 judah NetworkManager: nm_device_init(): device’s worker thread started, continuing.
    Apr 27 12:04:11 judah NetworkManager: Now managing wired Ethernet (802.3) device ‘eth0′.
    Apr 27 12:04:11 judah NetworkManager: Deactivating device eth0.
    Apr 27 12:04:11 judah NetworkManager: Will activate wired connection ‘eth0′ because it now has a link.
    Apr 27 12:04:11 judah NetworkManager: SWITCH: no current connection, found better connection ‘eth0′.
    Apr 27 12:04:11 judah NetworkManager: Will activate connection ‘eth0′.
    Apr 27 12:04:11 judah NetworkManager: Device eth0 activation scheduled…
    Apr 27 12:04:11 judah NetworkManager: Activation (eth0) started…
    Apr 27 12:04:11 judah NetworkManager: Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled…
    Apr 27 12:04:11 judah NetworkManager: Activation (eth0) Stage 1 of 5 (Device Prepare) started…
    Apr 27 12:04:11 judah NetworkManager: Activation (eth0) Stage 2 of 5 (Device Configure) scheduled…
    Apr 27 12:04:11 judah NetworkManager: Activation (eth0) Stage 1 of 5 (Device Prepare) complete.
    Apr 27 12:04:11 judah NetworkManager: Activation (eth0) Stage 2 of 5 (Device Configure) starting…
    Apr 27 12:04:11 judah NetworkManager: Activation (eth0) Stage 2 of 5 (Device Configure) successful.
    Apr 27 12:04:11 judah NetworkManager: Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled.
    Apr 27 12:04:11 judah NetworkManager: Activation (eth0) Stage 2 of 5 (Device Configure) complete.
    Apr 27 12:04:11 judah NetworkManager: Activation (eth0) Stage 3 of 5 (IP Configure Start) started…
    Apr 27 12:04:12 judah NetworkManager: Activation (eth0) Beginning DHCP transaction.
    Apr 27 12:04:12 judah NetworkManager: DHCP daemon state is now 12 (successfully started) for interface eth0
    Apr 27 12:04:12 judah NetworkManager: Activation (eth0) Stage 3 of 5 (IP Configure Start) complete.
    Apr 27 12:04:12 judah NetworkManager: DHCP daemon state is now 14 (normal exit) for interface eth0
    Apr 27 12:04:35 judah NetworkManager: Old device ‘eth0′ activating, won’t change.
    Apr 27 12:04:57 judah NetworkManager: Device ‘eth0′ DHCP transaction took too long (>45s), stopping it.
    Apr 27 12:04:57 judah NetworkManager: Activation (eth0) Stage 4 of 5 (IP Configure Timeout) started…
    Apr 27 12:04:57 judah NetworkManager: No DHCP reply received. Automatically obtaining IP via Zeroconf.
    Apr 27 12:04:57 judah NetworkManager: Activation (eth0) Stage 4 of 5 (IP Configure Timeout) scheduled…
    Apr 27 12:04:57 judah NetworkManager: autoip: Sending probe #0 for IP address 169.254.82.60.
    Apr 27 12:04:57 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 12:04:58 judah NetworkManager: Old device ‘eth0′ activating, won’t change.
    Apr 27 12:04:59 judah NetworkManager: autoip: Got some data to check for reply packet.
    Apr 27 12:04:59 judah NetworkManager: get_autoip (): autoip: (eth0) recv arp type=2048, op=0,
    Apr 27 12:04:59 judah NetworkManager: get_autoip (): source = 0.155.10.0 80:11:46:74:0A:00,
    Apr 27 12:04:59 judah NetworkManager: get_autoip (): target = 0.58.201.177 00:FF:00:89:00:89
    Apr 27 12:04:59 judah NetworkManager: autoip: Sending probe #1 for IP address 169.254.82.60.
    Apr 27 12:04:59 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 12:05:00 judah NetworkManager: autoip: Got some data to check for reply packet.
    Apr 27 12:05:00 judah NetworkManager: get_autoip (): autoip: (eth0) recv arp type=2048, op=0,
    Apr 27 12:05:00 judah NetworkManager: get_autoip (): source = 0.155.10.0 80:11:46:72:0A:00,
    Apr 27 12:05:00 judah NetworkManager: get_autoip (): target = 0.58.201.177 00:FF:00:89:00:89
    Apr 27 12:05:00 judah NetworkManager: autoip: Sending probe #2 for IP address 169.254.82.60.
    Apr 27 12:05:00 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 12:05:01 judah NetworkManager: autoip: Got some data to check for reply packet.
    Apr 27 12:05:01 judah NetworkManager: get_autoip (): autoip: (eth0) recv arp type=2048, op=0,
    Apr 27 12:05:01 judah NetworkManager: get_autoip (): source = 0.155.10.0 80:11:46:71:0A:00,
    Apr 27 12:05:01 judah NetworkManager: get_autoip (): target = 0.58.201.177 00:FF:00:89:00:89
    Apr 27 12:05:01 judah NetworkManager: autoip: Sending announce #0 for IP address 169.254.82.60.
    Apr 27 12:05:01 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 12:05:01 judah NetworkManager: autoip: Got some data to check for reply packet.
    Apr 27 12:05:01 judah NetworkManager: get_autoip (): autoip: (eth0) recv arp type=2048, op=0,
    Apr 27 12:05:01 judah NetworkManager: get_autoip (): source = 0.155.10.0 80:11:46:56:0A:00,
    Apr 27 12:05:01 judah NetworkManager: get_autoip (): target = 0.58.201.175 00:FF:00:89:00:89
    Apr 27 12:05:01 judah NetworkManager: autoip: Sending announce #1 for IP address 169.254.82.60.
    Apr 27 12:05:01 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 12:05:02 judah NetworkManager: autoip: Got some data to check for reply packet.
    Apr 27 12:05:02 judah NetworkManager: get_autoip (): autoip: (eth0) recv arp type=2048, op=0,
    Apr 27 12:05:02 judah NetworkManager: get_autoip (): source = 0.155.10.0 80:11:46:54:0A:00,
    Apr 27 12:05:02 judah NetworkManager: get_autoip (): target = 0.58.201.175 00:FF:00:89:00:89
    Apr 27 12:05:02 judah NetworkManager: autoip: Sending announce #2 for IP address 169.254.82.60.
    Apr 27 12:05:02 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 12:05:03 judah NetworkManager: autoip: Got some data to check for reply packet.
    Apr 27 12:05:03 judah NetworkManager: get_autoip (): autoip: (eth0) recv arp type=2048, op=0,
    Apr 27 12:05:03 judah NetworkManager: get_autoip (): source = 0.155.10.0 80:11:46:53:0A:00,
    Apr 27 12:05:03 judah NetworkManager: get_autoip (): target = 0.58.201.175 00:FF:00:89:00:89
    Apr 27 12:05:03 judah NetworkManager: Activation (eth0) Stage 5 of 5 (IP Configure Commit) scheduled…
    Apr 27 12:05:03 judah NetworkManager: Activation (eth0) Stage 4 of 5 (IP Configure Timeout) complete.
    Apr 27 12:05:03 judah NetworkManager: Activation (eth0) Stage 5 of 5 (IP Configure Commit) started…
    Apr 27 12:05:04 judah NetworkManager: nm_spawn_process (): nm_spawn_process(’/etc/init.d/mDNSResponder stop’): could not spawn process. (Failed to execute child process “/etc/init.d/mDNSResponder” (No such file or directory))
    Apr 27 12:05:04 judah NetworkManager: nm_spawn_process (): nm_spawn_process(’/etc/init.d/mDNSResponder zap’): could not spawn process. (Failed to execute child process “/etc/init.d/mDNSResponder” (No such file or directory))
    Apr 27 12:05:04 judah NetworkManager: nm_spawn_process (): nm_spawn_process(’/etc/init.d/mDNSResponder start’): could not spawn process. (Failed to execute child process “/etc/init.d/mDNSResponder” (No such file or directory))
    Apr 27 12:05:04 judah NetworkManager: Activation (eth0) successful, device activated.
    Apr 27 12:05:04 judah NetworkManager: Activation (eth0) Finish handler scheduled.
    Apr 27 12:05:04 judah NetworkManager: Activation (eth0) Stage 5 of 5 (IP Configure Commit) complete.
    Apr 27 12:05:23 judah NetworkManager: nm_signal_handler (): Caught signal 15, shutting down normally.
    Apr 27 12:05:23 judah NetworkManager: Caught terminiation signal
    Apr 27 12:05:23 judah NetworkManager: [1146153923.849062] nm_print_open_socks (): Open Sockets List:
    Apr 27 12:05:23 judah NetworkManager: [1146153923.849111] nm_print_open_socks (): Open Sockets List Done.
    Apr 27 12:05:23 judah NetworkManager: Deactivating device eth1.
    Apr 27 12:05:25 judah NetworkManager: Deactivating device eth0.
    Apr 27 12:29:03 judah NetworkManager: starting…
    Apr 27 12:29:03 judah NetworkManager: eth1: Device is fully-supported using driver ‘airo’.
    Apr 27 12:29:03 judah NetworkManager: nm_device_init(): waiting for device’s worker thread to start
    Apr 27 12:29:03 judah NetworkManager: nm_device_init(): device’s worker thread started, continuing.
    Apr 27 12:29:03 judah NetworkManager: Now managing wireless (802.11) device ‘eth1′.
    Apr 27 12:29:03 judah NetworkManager: Deactivating device eth1.
    Apr 27 12:29:05 judah NetworkManager: eth0: Device is fully-supported using driver ‘eepro100′.
    Apr 27 12:29:05 judah NetworkManager: nm_device_init(): waiting for device’s worker thread to start
    Apr 27 12:29:05 judah NetworkManager: nm_device_init(): device’s worker thread started, continuing.
    Apr 27 12:29:05 judah NetworkManager: Now managing wired Ethernet (802.3) device ‘eth0′.
    Apr 27 12:29:05 judah NetworkManager: Deactivating device eth0.
    Apr 27 12:29:05 judah NetworkManager: Will activate wired connection ‘eth0′ because it now has a link.
    Apr 27 12:29:05 judah NetworkManager: SWITCH: no current connection, found better connection ‘eth0′.
    Apr 27 12:29:05 judah NetworkManager: Will activate connection ‘eth0′.
    Apr 27 12:29:05 judah NetworkManager: Device eth0 activation scheduled…
    Apr 27 12:29:05 judah NetworkManager: Activation (eth0) started…
    Apr 27 12:29:05 judah NetworkManager: Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled…
    Apr 27 12:29:05 judah NetworkManager: Activation (eth0) Stage 1 of 5 (Device Prepare) started…
    Apr 27 12:29:05 judah NetworkManager: Activation (eth0) Stage 2 of 5 (Device Configure) scheduled…
    Apr 27 12:29:05 judah NetworkManager: Activation (eth0) Stage 1 of 5 (Device Prepare) complete.
    Apr 27 12:29:05 judah NetworkManager: Activation (eth0) Stage 2 of 5 (Device Configure) starting…
    Apr 27 12:29:05 judah NetworkManager: Activation (eth0) Stage 2 of 5 (Device Configure) successful.
    Apr 27 12:29:05 judah NetworkManager: Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled.
    Apr 27 12:29:05 judah NetworkManager: Activation (eth0) Stage 2 of 5 (Device Configure) complete.
    Apr 27 12:29:05 judah NetworkManager: Activation (eth0) Stage 3 of 5 (IP Configure Start) started…
    Apr 27 12:29:06 judah NetworkManager: Activation (eth0) Beginning DHCP transaction.
    Apr 27 12:29:06 judah NetworkManager: DHCP daemon state is now 14 (normal exit) for interface eth0
    Apr 27 12:29:06 judah NetworkManager: Activation (eth0) Stage 3 of 5 (IP Configure Start) complete.
    Apr 27 12:29:29 judah NetworkManager: Old device ‘eth0′ activating, won’t change.
    Apr 27 12:29:34 judah NetworkManager: nm_signal_handler (): Caught signal 15, shutting down normally.
    Apr 27 12:29:34 judah NetworkManager: Caught terminiation signal
    Apr 27 12:29:34 judah NetworkManager: [1146155374.063357] nm_print_open_socks (): Open Sockets List:
    Apr 27 12:29:34 judah NetworkManager: [1146155374.063408] nm_print_open_socks (): Open Sockets List Done.
    Apr 27 12:29:34 judah NetworkManager: Deactivating device eth1.
    Apr 27 12:29:36 judah NetworkManager: Deactivating device eth0.
    Apr 27 12:29:36 judah NetworkManager: Activation (eth0): cancelling…
    Apr 27 12:29:36 judah NetworkManager: Activation (eth0) cancellation handler scheduled…
    Apr 27 12:29:36 judah NetworkManager: Activation (eth0) cancellation handled.
    Apr 27 12:29:36 judah NetworkManager: Activation (eth0): cancelled.
    Apr 27 12:35:33 judah NetworkManager: starting…
    Apr 27 12:35:34 judah NetworkManager: eth1: Device is fully-supported using driver ‘airo’.
    Apr 27 12:35:34 judah NetworkManager: nm_device_init(): waiting for device’s worker thread to start
    Apr 27 12:35:34 judah NetworkManager: nm_device_init(): device’s worker thread started, continuing.
    Apr 27 12:35:34 judah NetworkManager: Now managing wireless (802.11) device ‘eth1′.
    Apr 27 12:35:34 judah NetworkManager: Deactivating device eth1.
    Apr 27 12:35:36 judah NetworkManager: eth0: Device is fully-supported using driver ‘eepro100′.
    Apr 27 12:35:36 judah NetworkManager: nm_device_init(): waiting for device’s worker thread to start
    Apr 27 12:35:36 judah NetworkManager: nm_device_init(): device’s worker thread started, continuing.
    Apr 27 12:35:36 judah NetworkManager: Now managing wired Ethernet (802.3) device ‘eth0′.
    Apr 27 12:35:36 judah NetworkManager: Deactivating device eth0.
    Apr 27 12:35:36 judah NetworkManager: Will activate wired connection ‘eth0′ because it now has a link.
    Apr 27 12:35:36 judah NetworkManager: SWITCH: no current connection, found better connection ‘eth0′.
    Apr 27 12:35:36 judah NetworkManager: Will activate connection ‘eth0′.
    Apr 27 12:35:36 judah NetworkManager: Device eth0 activation scheduled…
    Apr 27 12:35:36 judah NetworkManager: Activation (eth0) started…
    Apr 27 12:35:36 judah NetworkManager: Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled…
    Apr 27 12:35:36 judah NetworkManager: Activation (eth0) Stage 1 of 5 (Device Prepare) started…
    Apr 27 12:35:36 judah NetworkManager: Activation (eth0) Stage 2 of 5 (Device Configure) scheduled…
    Apr 27 12:35:36 judah NetworkManager: Activation (eth0) Stage 1 of 5 (Device Prepare) complete.
    Apr 27 12:35:36 judah NetworkManager: Activation (eth0) Stage 2 of 5 (Device Configure) starting…
    Apr 27 12:35:36 judah NetworkManager: Activation (eth0) Stage 2 of 5 (Device Configure) successful.
    Apr 27 12:35:36 judah NetworkManager: Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled.
    Apr 27 12:35:36 judah NetworkManager: Activation (eth0) Stage 2 of 5 (Device Configure) complete.
    Apr 27 12:35:36 judah NetworkManager: Activation (eth0) Stage 3 of 5 (IP Configure Start) started…
    Apr 27 12:35:37 judah NetworkManager: Activation (eth0) Beginning DHCP transaction.
    Apr 27 12:35:37 judah NetworkManager: DHCP daemon state is now 14 (normal exit) for interface eth0
    Apr 27 12:35:37 judah NetworkManager: Activation (eth0) Stage 3 of 5 (IP Configure Start) complete.
    Apr 27 12:35:44 judah NetworkManager: Updating allowed wireless network lists.
    Apr 27 12:35:44 judah NetworkManager: nm_dbus_get_networks_cb (): nm-dbus-nmi.c:522 (nm_dbus_get_networks_cb): error received: org.freedesktop.NetworkManagerInfo.NoNetworks - There are no wireless networks stored..
    Apr 27 12:36:00 judah NetworkManager: Old device ‘eth0′ activating, won’t change.
    Apr 27 12:36:12 judah NetworkManager: User Switch: /org/freedesktop/NetworkManager/Devices/eth0
    Apr 27 12:36:12 judah NetworkManager: Deactivating device eth0.
    Apr 27 12:36:12 judah NetworkManager: Activation (eth0): cancelling…
    Apr 27 12:36:12 judah NetworkManager: Activation (eth0) cancellation handler scheduled…
    Apr 27 12:36:12 judah NetworkManager: Activation (eth0) cancellation handled.
    Apr 27 12:36:12 judah NetworkManager: Activation (eth0): cancelled.
    Apr 27 12:36:12 judah NetworkManager: Device eth0 activation scheduled…
    Apr 27 12:36:12 judah NetworkManager: Activation (eth0) started…
    Apr 27 12:36:12 judah NetworkManager: Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled…
    Apr 27 12:36:12 judah NetworkManager: Activation (eth0) Stage 1 of 5 (Device Prepare) started…
    Apr 27 12:36:12 judah NetworkManager: Activation (eth0) Stage 2 of 5 (Device Configure) scheduled…
    Apr 27 12:36:12 judah NetworkManager: Activation (eth0) Stage 1 of 5 (Device Prepare) complete.
    Apr 27 12:36:12 judah NetworkManager: Activation (eth0) Stage 2 of 5 (Device Configure) starting…
    Apr 27 12:36:12 judah NetworkManager: Activation (eth0) Stage 2 of 5 (Device Configure) successful.
    Apr 27 12:36:12 judah NetworkManager: Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled.
    Apr 27 12:36:12 judah NetworkManager: Activation (eth0) Stage 2 of 5 (Device Configure) complete.
    Apr 27 12:36:12 judah NetworkManager: Activation (eth0) Stage 3 of 5 (IP Configure Start) started…
    Apr 27 12:36:13 judah NetworkManager: Activation (eth0) Beginning DHCP transaction.
    Apr 27 12:36:13 judah NetworkManager: Activation (eth0) Stage 3 of 5 (IP Configure Start) complete.
    Apr 27 12:36:13 judah NetworkManager: DHCP daemon state is now 12 (successfully started) for interface eth0
    Apr 27 12:36:13 judah NetworkManager: DHCP daemon state is now 14 (normal exit) for interface eth0
    Apr 27 12:36:22 judah NetworkManager: Device ‘eth0′ DHCP transaction took too long (>45s), stopping it.
    Apr 27 12:36:22 judah NetworkManager: Activation (eth0) Stage 4 of 5 (IP Configure Timeout) started…
    Apr 27 12:36:22 judah NetworkManager: No DHCP reply received. Automatically obtaining IP via Zeroconf.
    Apr 27 12:36:22 judah NetworkManager: Activation (eth0) Stage 4 of 5 (IP Configure Timeout) scheduled…
    Apr 27 12:36:22 judah NetworkManager: autoip: Sending probe #0 for IP address 169.254.82.60.
    Apr 27 12:36:22 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 12:36:22 judah NetworkManager: autoip: Got some data to check for reply packet.
    Apr 27 12:36:22 judah NetworkManager: get_autoip (): autoip: (eth0) recv arp type=2048, op=0,
    Apr 27 12:36:22 judah NetworkManager: get_autoip (): source = 0.154.10.0 80:11:AB:4C:0A:00,
    Apr 27 12:36:22 judah NetworkManager: get_autoip (): target = 0.58.233.242 00:FF:00:89:00:89
    Apr 27 12:36:22 judah NetworkManager: autoip: Sending probe #1 for IP address 169.254.82.60.
    Apr 27 12:36:22 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 12:36:22 judah NetworkManager: autoip: Got some data to check for reply packet.
    Apr 27 12:36:22 judah NetworkManager: get_autoip (): autoip: (eth0) recv arp type=2048, op=0,
    Apr 27 12:36:22 judah NetworkManager: get_autoip (): source = 0.155.10.0 80:11:08:30:0A:00,
    Apr 27 12:36:22 judah NetworkManager: get_autoip (): target = 0.58.198.136 00:FF:00:89:00:89
    Apr 27 12:36:22 judah NetworkManager: autoip: Sending probe #2 for IP address 169.254.82.60.
    Apr 27 12:36:22 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 12:36:23 judah NetworkManager: Old device ‘eth0′ activating, won’t change.
    Apr 27 12:36:23 judah NetworkManager: autoip: Got some data to check for reply packet.
    Apr 27 12:36:23 judah NetworkManager: get_autoip (): autoip: (eth0) recv arp type=2048, op=0,
    Apr 27 12:36:23 judah NetworkManager: get_autoip (): source = 0.155.10.0 80:11:08:2C:0A:00,
    Apr 27 12:36:23 judah NetworkManager: get_autoip (): target = 0.58.198.136 00:FF:00:89:00:89
    Apr 27 12:36:23 judah NetworkManager: autoip: Sending announce #0 for IP address 169.254.82.60.
    Apr 27 12:36:23 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 12:36:24 judah NetworkManager: autoip: Got some data to check for reply packet.
    Apr 27 12:36:24 judah NetworkManager: get_autoip (): autoip: (eth0) recv arp type=2048, op=0,
    Apr 27 12:36:24 judah NetworkManager: get_autoip (): source = 0.155.10.0 80:11:08:2B:0A:00,
    Apr 27 12:36:24 judah NetworkManager: get_autoip (): target = 0.58.198.136 00:FF:00:89:00:89
    Apr 27 12:36:24 judah NetworkManager: autoip: Sending announce #1 for IP address 169.254.82.60.
    Apr 27 12:36:24 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 12:36:25 judah NetworkManager: autoip: Got some data to check for reply packet.
    Apr 27 12:36:25 judah NetworkManager: get_autoip (): autoip: (eth0) recv arp type=2048, op=0,
    Apr 27 12:36:25 judah NetworkManager: get_autoip (): source = 0.154.10.0 80:11:AA:CF:0A:00,
    Apr 27 12:36:25 judah NetworkManager: get_autoip (): target = 0.182.242.165 00:FF:00:8A:00:8A
    Apr 27 12:36:25 judah NetworkManager: autoip: Sending announce #2 for IP address 169.254.82.60.
    Apr 27 12:36:25 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 12:36:25 judah NetworkManager: autoip: Got some data to check for reply packet.
    Apr 27 12:36:25 judah NetworkManager: get_autoip (): autoip: (eth0) recv arp type=2048, op=0,
    Apr 27 12:36:25 judah NetworkManager: get_autoip (): source = 0.154.10.0 80:11:AB:49:0A:00,
    Apr 27 12:36:25 judah NetworkManager: get_autoip (): target = 0.58.233.239 00:FF:00:89:00:89
    Apr 27 12:36:25 judah NetworkManager: Activation (eth0) Stage 5 of 5 (IP Configure Commit) scheduled…
    Apr 27 12:36:25 judah NetworkManager: Activation (eth0) Stage 4 of 5 (IP Configure Timeout) complete.
    Apr 27 12:36:25 judah NetworkManager: Activation (eth0) Stage 5 of 5 (IP Configure Commit) started…
    Apr 27 12:36:26 judah NetworkManager: nm_spawn_process (): nm_spawn_process(’/etc/init.d/mDNSResponder stop’): could not spawn process. (Failed to execute child process “/etc/init.d/mDNSResponder” (No such file or directory))
    Apr 27 12:36:26 judah NetworkManager: nm_spawn_process (): nm_spawn_process(’/etc/init.d/mDNSResponder zap’): could not spawn process. (Failed to execute child process “/etc/init.d/mDNSResponder” (No such file or directory))
    Apr 27 12:36:26 judah NetworkManager: nm_spawn_process (): nm_spawn_process(’/etc/init.d/mDNSResponder start’): could not spawn process. (Failed to execute child process “/etc/init.d/mDNSResponder” (No such file or directory))
    Apr 27 12:36:26 judah NetworkManager: Activation (eth0) Finish handler scheduled.
    Apr 27 12:36:26 judah NetworkManager: Activation (eth0) Stage 5 of 5 (IP Configure Commit) complete.
    Apr 27 12:36:26 judah NetworkManager: Activation (eth0) successful, device activated.
    Apr 27 12:36:46 judah NetworkManager: Old device ‘eth0′ activating, won’t change.
    Apr 27 12:36:58 judah NetworkManager: Device ‘eth0′ DHCP transaction took too long (>45s), stopping it.
    Apr 27 12:36:58 judah NetworkManager: Activation (eth0) Stage 4 of 5 (IP Configure Timeout) scheduled…
    Apr 27 12:36:58 judah NetworkManager: Activation (eth0) Stage 4 of 5 (IP Configure Timeout) started…
    Apr 27 12:36:58 judah NetworkManager: No DHCP reply received. Automatically obtaining IP via Zeroconf.
    Apr 27 12:36:58 judah NetworkManager: autoip: Sending probe #0 for IP address 169.254.82.60.
    Apr 27 12:36:58 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 12:36:58 judah NetworkManager: autoip: Got some data to check for reply packet.
    Apr 27 12:36:58 judah NetworkManager: get_autoip (): autoip: (eth0) recv arp type=2048, op=0,
    Apr 27 12:36:58 judah NetworkManager: get_autoip (): source = 0.155.10.0 80:11:07:1E:0A:00,
    Apr 27 12:36:58 judah NetworkManager: get_autoip (): target = 0.58.198.120 00:FF:00:89:00:89
    Apr 27 12:36:58 judah NetworkManager: autoip: Sending probe #1 for IP address 169.254.82.60.
    Apr 27 12:36:58 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 12:36:59 judah NetworkManager: autoip: Got some data to check for reply packet.
    Apr 27 12:36:59 judah NetworkManager: get_autoip (): autoip: (eth0) recv arp type=2048, op=0,
    Apr 27 12:36:59 judah NetworkManager: get_autoip (): source = 0.155.10.0 80:11:07:1D:0A:00,
    Apr 27 12:36:59 judah NetworkManager: get_autoip (): target = 0.58.198.120 00:FF:00:89:00:89
    Apr 27 12:36:59 judah NetworkManager: autoip: Sending probe #2 for IP address 169.254.82.60.
    Apr 27 12:36:59 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 12:37:01 judah NetworkManager: autoip: Sending announce #0 for IP address 169.254.82.60.
    Apr 27 12:37:01 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 12:37:04 judah NetworkManager: autoip: Got some data to check for reply packet.
    Apr 27 12:37:04 judah NetworkManager: get_autoip (): autoip: (eth0) recv arp type=2054, op=1,
    Apr 27 12:37:04 judah NetworkManager: get_autoip (): source = 10.0.0.91 00:0E:A6:40:88:02,
    Apr 27 12:37:04 judah NetworkManager: get_autoip (): target = 10.0.0.47 00:00:00:00:00:00
    Apr 27 12:37:04 judah NetworkManager: autoip: Sending announce #1 for IP address 169.254.82.60.
    Apr 27 12:37:04 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 12:37:05 judah NetworkManager: autoip: Got some data to check for reply packet.
    Apr 27 12:37:05 judah NetworkManager: get_autoip (): autoip: (eth0) recv arp type=2048, op=16384,
    Apr 27 12:37:05 judah NetworkManager: get_autoip (): source = 82.60.169.254 40:11:94:54:A9:FE,
    Apr 27 12:37:05 judah NetworkManager: get_autoip (): target = 0.76.167.168 FF:FF:00:89:00:89
    Apr 27 12:37:05 judah NetworkManager: autoip: Sending announce #2 for IP address 169.254.82.60.
    Apr 27 12:37:05 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 12:37:05 judah NetworkManager: autoip: Got some data to check for reply packet.
    Apr 27 12:37:05 judah NetworkManager: get_autoip (): autoip: (eth0) recv arp type=2048, op=16384,
    Apr 27 12:37:05 judah NetworkManager: get_autoip (): source = 82.60.169.254 40:11:94:53:A9:FE,
    Apr 27 12:37:05 judah NetworkManager: get_autoip (): target = 0.76.164.169 FF:FF:00:89:00:89
    Apr 27 12:37:05 judah NetworkManager: Activation (eth0) Stage 5 of 5 (IP Configure Commit) scheduled…
    Apr 27 12:37:05 judah NetworkManager: Activation (eth0) Stage 4 of 5 (IP Configure Timeout) complete.
    Apr 27 12:37:05 judah NetworkManager: Activation (eth0) Stage 5 of 5 (IP Configure Commit) started…
    Apr 27 12:37:06 judah NetworkManager: nm_spawn_process (): nm_spawn_process(’/etc/init.d/mDNSResponder stop’): could not spawn process. (Failed to execute child process “/etc/init.d/mDNSResponder” (No such file or directory))
    Apr 27 12:37:06 judah NetworkManager: nm_spawn_process (): nm_spawn_process(’/etc/init.d/mDNSResponder zap’): could not spawn process. (Failed to execute child process “/etc/init.d/mDNSResponder” (No such file or directory))
    Apr 27 12:37:06 judah NetworkManager: nm_spawn_process (): nm_spawn_process(’/etc/init.d/mDNSResponder start’): could not spawn process. (Failed to execute child process “/etc/init.d/mDNSResponder” (No such file or directory))
    Apr 27 12:37:06 judah NetworkManager: Activation (eth0) successful, device activated.
    Apr 27 12:37:06 judah NetworkManager: Activation (eth0) Finish handler scheduled.
    Apr 27 12:37:06 judah NetworkManager: Activation (eth0) Stage 5 of 5 (IP Configure Commit) complete.
    Apr 27 12:45:10 judah NetworkManager: nm_signal_handler (): Caught signal 15, shutting down normally.
    Apr 27 12:45:10 judah NetworkManager: Caught terminiation signal
    Apr 27 12:45:10 judah NetworkManager: [1146156310.325816] nm_print_open_socks (): Open Sockets List:
    Apr 27 12:45:10 judah NetworkManager: [1146156310.325867] nm_print_open_socks (): Open Sockets List Done.
    Apr 27 12:45:10 judah NetworkManager: Deactivating device eth1.
    Apr 27 12:45:12 judah NetworkManager: Deactivating device eth0.
    Apr 27 12:45:12 judah NetworkManager: remove_one_zone_from_named (): Could not remove forwarders for zone ‘.’. Error: ‘The name com.redhat.named was not provided by any .service files’.
    Apr 27 12:45:13 judah NetworkManager: starting…
    Apr 27 12:45:13 judah NetworkManager: eth1: Device is fully-supported using driver ‘airo’.
    Apr 27 12:45:13 judah NetworkManager: nm_device_init(): waiting for device’s worker thread to start
    Apr 27 12:45:13 judah NetworkManager: nm_device_init(): device’s worker thread started, continuing.
    Apr 27 12:45:13 judah NetworkManager: Now managing wireless (802.11) device ‘eth1′.
    Apr 27 12:45:13 judah NetworkManager: Deactivating device eth1.
    Apr 27 12:45:15 judah NetworkManager: eth0: Device is fully-supported using driver ‘eepro100′.
    Apr 27 12:45:15 judah NetworkManager: nm_device_init(): waiting for device’s worker thread to start
    Apr 27 12:45:15 judah NetworkManager: nm_device_init(): device’s worker thread started, continuing.
    Apr 27 12:45:15 judah NetworkManager: Now managing wired Ethernet (802.3) device ‘eth0′.
    Apr 27 12:45:15 judah NetworkManager: Deactivating device eth0.
    Apr 27 12:45:15 judah NetworkManager: Will activate wired connection ‘eth0′ because it now has a link.
    Apr 27 12:45:15 judah NetworkManager: SWITCH: no current connection, found better connection ‘eth0′.
    Apr 27 12:45:15 judah NetworkManager: Will activate connection ‘eth0′.
    Apr 27 12:45:15 judah NetworkManager: Device eth0 activation scheduled…
    Apr 27 12:45:15 judah NetworkManager: Activation (eth0) started…
    Apr 27 12:45:15 judah NetworkManager: Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled…
    Apr 27 12:45:15 judah NetworkManager: Activation (eth0) Stage 1 of 5 (Device Prepare) started…
    Apr 27 12:45:15 judah NetworkManager: Activation (eth0) Stage 2 of 5 (Device Configure) scheduled…
    Apr 27 12:45:15 judah NetworkManager: Activation (eth0) Stage 1 of 5 (Device Prepare) complete.
    Apr 27 12:45:15 judah NetworkManager: Activation (eth0) Stage 2 of 5 (Device Configure) starting…
    Apr 27 12:45:15 judah NetworkManager: Activation (eth0) Stage 2 of 5 (Device Configure) successful.
    Apr 27 12:45:15 judah NetworkManager: Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled.
    Apr 27 12:45:15 judah NetworkManager: Activation (eth0) Stage 2 of 5 (Device Configure) complete.
    Apr 27 12:45:15 judah NetworkManager: Activation (eth0) Stage 3 of 5 (IP Configure Start) started…
    Apr 27 12:45:16 judah NetworkManager: Activation (eth0) Beginning DHCP transaction.
    Apr 27 12:45:16 judah NetworkManager: DHCP daemon state is now 14 (normal exit) for interface eth0
    Apr 27 12:45:16 judah NetworkManager: Activation (eth0) Stage 3 of 5 (IP Configure Start) complete.
    Apr 27 12:45:35 judah NetworkManager: nm_signal_handler (): Caught signal 15, shutting down normally.
    Apr 27 12:45:35 judah NetworkManager: Caught terminiation signal
    Apr 27 12:45:35 judah NetworkManager: [1146156335.872977] nm_print_open_socks (): Open Sockets List:
    Apr 27 12:45:35 judah NetworkManager: [1146156335.873027] nm_print_open_socks (): Open Sockets List Done.
    Apr 27 12:45:35 judah NetworkManager: Deactivating device eth1.
    Apr 27 12:45:37 judah NetworkManager: Deactivating device eth0.
    Apr 27 12:45:37 judah NetworkManager: Activation (eth0): cancelling…
    Apr 27 12:45:37 judah NetworkManager: Activation (eth0) cancellation handler scheduled…
    Apr 27 12:45:37 judah NetworkManager: Activation (eth0) cancellation handled.
    Apr 27 12:45:37 judah NetworkManager: Activation (eth0): cancelled.
    Apr 27 13:22:35 judah NetworkManager: starting…
    Apr 27 13:22:35 judah NetworkManager: eth1: Device is fully-supported using driver ‘airo’.
    Apr 27 13:22:35 judah NetworkManager: nm_device_init(): waiting for device’s worker thread to start
    Apr 27 13:22:35 judah NetworkManager: nm_device_init(): device’s worker thread started, continuing.
    Apr 27 13:22:35 judah NetworkManager: Now managing wireless (802.11) device ‘eth1′.
    Apr 27 13:22:35 judah NetworkManager: Deactivating device eth1.
    Apr 27 13:22:37 judah NetworkManager: eth0: Device is fully-supported using driver ‘eepro100′.
    Apr 27 13:22:37 judah NetworkManager: nm_device_init(): waiting for device’s worker thread to start
    Apr 27 13:22:37 judah NetworkManager: nm_device_init(): device’s worker thread started, continuing.
    Apr 27 13:22:37 judah NetworkManager: Now managing wired Ethernet (802.3) device ‘eth0′.
    Apr 27 13:22:37 judah NetworkManager: Deactivating device eth0.
    Apr 27 13:22:37 judah NetworkManager: Will activate wired connection ‘eth0′ because it now has a link.
    Apr 27 13:22:37 judah NetworkManager: SWITCH: no current connection, found better connection ‘eth0′.
    Apr 27 13:22:37 judah NetworkManager: Will activate connection ‘eth0′.
    Apr 27 13:22:37 judah NetworkManager: Device eth0 activation scheduled…
    Apr 27 13:22:37 judah NetworkManager: Activation (eth0) started…
    Apr 27 13:22:37 judah NetworkManager: Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled…
    Apr 27 13:22:37 judah NetworkManager: Activation (eth0) Stage 1 of 5 (Device Prepare) started…
    Apr 27 13:22:37 judah NetworkManager: Activation (eth0) Stage 2 of 5 (Device Configure) scheduled…
    Apr 27 13:22:37 judah NetworkManager: Activation (eth0) Stage 1 of 5 (Device Prepare) complete.
    Apr 27 13:22:37 judah NetworkManager: Activation (eth0) Stage 2 of 5 (Device Configure) starting…
    Apr 27 13:22:37 judah NetworkManager: Activation (eth0) Stage 2 of 5 (Device Configure) successful.
    Apr 27 13:22:37 judah NetworkManager: Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled.
    Apr 27 13:22:37 judah NetworkManager: Activation (eth0) Stage 2 of 5 (Device Configure) complete.
    Apr 27 13:22:37 judah NetworkManager: Activation (eth0) Stage 3 of 5 (IP Configure Start) started…
    Apr 27 13:22:38 judah NetworkManager: Activation (eth0) Beginning DHCP transaction.
    Apr 27 13:22:38 judah NetworkManager: DHCP daemon state is now 12 (successfully started) for interface eth0
    Apr 27 13:22:38 judah NetworkManager: Activation (eth0) Stage 3 of 5 (IP Configure Start) complete.
    Apr 27 13:22:38 judah NetworkManager: DHCP daemon state is now 14 (normal exit) for interface eth0
    Apr 27 13:22:45 judah NetworkManager: Updating allowed wireless network lists.
    Apr 27 13:22:45 judah NetworkManager: nm_dbus_get_networks_cb (): nm-dbus-nmi.c:522 (nm_dbus_get_networks_cb): error received: org.freedesktop.NetworkManagerInfo.NoNetworks - There are no wireless networks stored..
    Apr 27 13:23:01 judah NetworkManager: Old device ‘eth0′ activating, won’t change.
    Apr 27 13:23:23 judah NetworkManager: Device ‘eth0′ DHCP transaction took too long (>45s), stopping it.
    Apr 27 13:23:23 judah NetworkManager: Activation (eth0) Stage 4 of 5 (IP Configure Timeout) started…
    Apr 27 13:23:23 judah NetworkManager: No DHCP reply received. Automatically obtaining IP via Zeroconf.
    Apr 27 13:23:23 judah NetworkManager: Activation (eth0) Stage 4 of 5 (IP Configure Timeout) scheduled…
    Apr 27 13:23:23 judah NetworkManager: autoip: Sending probe #0 for IP address 169.254.82.60.
    Apr 27 13:23:23 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 13:23:23 judah NetworkManager: autoip: Got some data to check for reply packet.
    Apr 27 13:23:23 judah NetworkManager: get_autoip (): autoip: (eth0) recv arp type=2048, op=0,
    Apr 27 13:23:23 judah NetworkManager: get_autoip (): source = 0.155.10.0 80:11:E0:84:0A:00,
    Apr 27 13:23:23 judah NetworkManager: get_autoip (): target = 0.58.196.58 00:FF:00:89:00:89
    Apr 27 13:23:23 judah NetworkManager: autoip: Sending probe #1 for IP address 169.254.82.60.
    Apr 27 13:23:23 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 13:23:24 judah NetworkManager: Old device ‘eth0′ activating, won’t change.
    Apr 27 13:23:24 judah NetworkManager: autoip: Got some data to check for reply packet.
    Apr 27 13:23:24 judah NetworkManager: get_autoip (): autoip: (eth0) recv arp type=2048, op=0,
    Apr 27 13:23:24 judah NetworkManager: get_autoip (): source = 0.155.10.0 80:11:E0:82:0A:00,
    Apr 27 13:23:24 judah NetworkManager: get_autoip (): target = 0.58.196.58 00:FF:00:89:00:89
    Apr 27 13:23:24 judah NetworkManager: autoip: Sending probe #2 for IP address 169.254.82.60.
    Apr 27 13:23:24 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 13:23:25 judah NetworkManager: autoip: Got some data to check for reply packet.
    Apr 27 13:23:25 judah NetworkManager: get_autoip (): autoip: (eth0) recv arp type=2048, op=0,
    Apr 27 13:23:25 judah NetworkManager: get_autoip (): source = 0.69.10.0 80:11:C4:76:0A:00,
    Apr 27 13:23:25 judah NetworkManager: get_autoip (): target = 0.209.45.238 00:FF:00:8A:00:8A
    Apr 27 13:23:25 judah NetworkManager: autoip: Sending announce #0 for IP address 169.254.82.60.
    Apr 27 13:23:25 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 13:23:25 judah NetworkManager: autoip: Got some data to check for reply packet.
    Apr 27 13:23:25 judah NetworkManager: get_autoip (): autoip: (eth0) recv arp type=220, op=55552,
    Apr 27 13:23:25 judah NetworkManager: get_autoip (): source = 255.255.255.255 14:00:00:00:00:FF,
    Apr 27 13:23:25 judah NetworkManager: get_autoip (): target = 47.0.0.0 FF:05:53:DB:26:92
    Apr 27 13:23:25 judah NetworkManager: autoip: Sending announce #1 for IP address 169.254.82.60.
    Apr 27 13:23:25 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 13:23:28 judah NetworkManager: autoip: Sending announce #2 for IP address 169.254.82.60.
    Apr 27 13:23:28 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 13:23:29 judah NetworkManager: autoip: Got some data to check for reply packet.
    Apr 27 13:23:29 judah NetworkManager: get_autoip (): autoip: (eth0) recv arp type=2048, op=0,
    Apr 27 13:23:29 judah NetworkManager: get_autoip (): source = 0.155.10.0 80:11:E0:65:0A:00,
    Apr 27 13:23:29 judah NetworkManager: get_autoip (): target = 0.58.196.56 00:FF:00:89:00:89
    Apr 27 13:23:29 judah NetworkManager: Activation (eth0) Stage 5 of 5 (IP Configure Commit) scheduled…
    Apr 27 13:23:29 judah NetworkManager: Activation (eth0) Stage 4 of 5 (IP Configure Timeout) complete.
    Apr 27 13:23:29 judah NetworkManager: Activation (eth0) Stage 5 of 5 (IP Configure Commit) started…
    Apr 27 13:23:30 judah NetworkManager: nm_spawn_process (): nm_spawn_process(’/etc/init.d/mDNSResponder stop’): could not spawn process. (Failed to execute child process “/etc/init.d/mDNSResponder” (No such file or directory))
    Apr 27 13:23:30 judah NetworkManager: nm_spawn_process (): nm_spawn_process(’/etc/init.d/mDNSResponder zap’): could not spawn process. (Failed to execute child process “/etc/init.d/mDNSResponder” (No such file or directory))
    Apr 27 13:23:30 judah NetworkManager: nm_spawn_process (): nm_spawn_process(’/etc/init.d/mDNSResponder start’): could not spawn process. (Failed to execute child process “/etc/init.d/mDNSResponder” (No such file or directory))
    Apr 27 13:23:30 judah NetworkManager: Activation (eth0) Finish handler scheduled.
    Apr 27 13:23:30 judah NetworkManager: Activation (eth0) Stage 5 of 5 (IP Configure Commit) complete.
    Apr 27 13:23:30 judah NetworkManager: Activation (eth0) successful, device activated.
    Apr 27 13:24:11 judah NetworkManager: nm_signal_handler (): Caught signal 15, shutting down normally.
    Apr 27 13:24:11 judah NetworkManager: Caught terminiation signal
    Apr 27 13:24:11 judah NetworkManager: [1146158651.074662] nm_print_open_socks (): Open Sockets List:
    Apr 27 13:24:11 judah NetworkManager: [1146158651.074713] nm_print_open_socks (): Open Sockets List Done.
    Apr 27 13:24:11 judah NetworkManager: Deactivating device eth1.
    Apr 27 13:24:13 judah NetworkManager: Deactivating device eth0.
    Apr 27 13:26:42 judah NetworkManager: starting…
    Apr 27 13:26:42 judah NetworkManager: eth1: Device is fully-supported using driver ‘airo’.
    Apr 27 13:26:42 judah NetworkManager: nm_device_init(): waiting for device’s worker thread to start
    Apr 27 13:26:42 judah NetworkManager: nm_device_init(): device’s worker thread started, continuing.
    Apr 27 13:26:42 judah NetworkManager: Now managing wireless (802.11) device ‘eth1′.
    Apr 27 13:26:42 judah NetworkManager: Deactivating device eth1.
    Apr 27 13:26:44 judah NetworkManager: eth0: Device is fully-supported using driver ‘eepro100′.
    Apr 27 13:26:44 judah NetworkManager: nm_device_init(): waiting for device’s worker thread to start
    Apr 27 13:26:44 judah NetworkManager: nm_device_init(): device’s worker thread started, continuing.
    Apr 27 13:26:44 judah NetworkManager: Now managing wired Ethernet (802.3) device ‘eth0′.
    Apr 27 13:26:44 judah NetworkManager: Deactivating device eth0.
    Apr 27 13:26:44 judah NetworkManager: Will activate wired connection ‘eth0′ because it now has a link.
    Apr 27 13:26:44 judah NetworkManager: SWITCH: no current connection, found better connection ‘eth0′.
    Apr 27 13:26:44 judah NetworkManager: Will activate connection ‘eth0′.
    Apr 27 13:26:44 judah NetworkManager: Device eth0 activation scheduled…
    Apr 27 13:26:44 judah NetworkManager: Activation (eth0) started…
    Apr 27 13:26:44 judah NetworkManager: Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled…
    Apr 27 13:26:44 judah NetworkManager: Activation (eth0) Stage 1 of 5 (Device Prepare) started…
    Apr 27 13:26:44 judah NetworkManager: Activation (eth0) Stage 2 of 5 (Device Configure) scheduled…
    Apr 27 13:26:44 judah NetworkManager: Activation (eth0) Stage 1 of 5 (Device Prepare) complete.
    Apr 27 13:26:44 judah NetworkManager: Activation (eth0) Stage 2 of 5 (Device Configure) starting…
    Apr 27 13:26:44 judah NetworkManager: Activation (eth0) Stage 2 of 5 (Device Configure) successful.
    Apr 27 13:26:44 judah NetworkManager: Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled.
    Apr 27 13:26:44 judah NetworkManager: Activation (eth0) Stage 2 of 5 (Device Configure) complete.
    Apr 27 13:26:44 judah NetworkManager: Activation (eth0) Stage 3 of 5 (IP Configure Start) started…
    Apr 27 13:26:45 judah NetworkManager: Activation (eth0) Beginning DHCP transaction.
    Apr 27 13:26:46 judah NetworkManager: DHCP daemon state is now 12 (successfully started) for interface eth0
    Apr 27 13:26:46 judah NetworkManager: Activation (eth0) Stage 3 of 5 (IP Configure Start) complete.
    Apr 27 13:26:46 judah NetworkManager: DHCP daemon state is now 14 (normal exit) for interface eth0
    Apr 27 13:27:08 judah NetworkManager: Old device ‘eth0′ activating, won’t change.
    Apr 27 13:27:31 judah NetworkManager: Device ‘eth0′ DHCP transaction took too long (>45s), stopping it.
    Apr 27 13:27:31 judah NetworkManager: Activation (eth0) Stage 4 of 5 (IP Configure Timeout) started…
    Apr 27 13:27:31 judah NetworkManager: No DHCP reply received. Automatically obtaining IP via Zeroconf.
    Apr 27 13:27:31 judah NetworkManager: Activation (eth0) Stage 4 of 5 (IP Configure Timeout) scheduled…
    Apr 27 13:27:31 judah NetworkManager: autoip: Sending probe #0 for IP address 169.254.82.60.
    Apr 27 13:27:31 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 13:27:31 judah NetworkManager: Old device ‘eth0′ activating, won’t change.
    Apr 27 13:27:32 judah NetworkManager: autoip: Got some data to check for reply packet.
    Apr 27 13:27:32 judah NetworkManager: get_autoip (): autoip: (eth0) recv arp type=2048, op=0,
    Apr 27 13:27:32 judah NetworkManager: get_autoip (): source = 0.155.10.0 80:11:D9:E7:0A:00,
    Apr 27 13:27:32 judah NetworkManager: get_autoip (): target = 0.58.195.206 00:FF:00:89:00:89
    Apr 27 13:27:32 judah NetworkManager: autoip: Sending probe #1 for IP address 169.254.82.60.
    Apr 27 13:27:32 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 13:27:32 judah NetworkManager: autoip: Got some data to check for reply packet.
    Apr 27 13:27:32 judah NetworkManager: get_autoip (): autoip: (eth0) recv arp type=2048, op=16384,
    Apr 27 13:27:32 judah NetworkManager: get_autoip (): source = 0.4.10.0 40:11:25:01:0A:00,
    Apr 27 13:27:32 judah NetworkManager: get_autoip (): target = 0.214.59.231 00:FF:00:8A:00:8A
    Apr 27 13:27:32 judah NetworkManager: autoip: Sending probe #2 for IP address 169.254.82.60.
    Apr 27 13:27:32 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 13:27:32 judah NetworkManager: autoip: Got some data to check for reply packet.
    Apr 27 13:27:32 judah NetworkManager: get_autoip (): autoip: (eth0) recv arp type=2048, op=16384,
    Apr 27 13:27:32 judah NetworkManager: get_autoip (): source = 0.4.10.0 40:11:25:01:0A:00,
    Apr 27 13:27:32 judah NetworkManager: get_autoip (): target = 0.214.230.118 00:FF:00:8A:00:8A
    Apr 27 13:27:32 judah NetworkManager: autoip: Sending announce #0 for IP address 169.254.82.60.
    Apr 27 13:27:32 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 13:27:33 judah NetworkManager: autoip: Got some data to check for reply packet.
    Apr 27 13:27:33 judah NetworkManager: get_autoip (): autoip: (eth0) recv arp type=2048, op=0,
    Apr 27 13:27:33 judah NetworkManager: get_autoip (): source = 0.155.10.0 80:11:D9:E5:0A:00,
    Apr 27 13:27:33 judah NetworkManager: get_autoip (): target = 0.58.195.206 00:FF:00:89:00:89
    Apr 27 13:27:33 judah NetworkManager: autoip: Sending announce #1 for IP address 169.254.82.60.
    Apr 27 13:27:33 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 13:27:34 judah NetworkManager: autoip: Got some data to check for reply packet.
    Apr 27 13:27:34 judah NetworkManager: get_autoip (): autoip: (eth0) recv arp type=2048, op=0,
    Apr 27 13:27:34 judah NetworkManager: get_autoip (): source = 0.155.10.0 80:11:D9:E4:0A:00,
    Apr 27 13:27:34 judah NetworkManager: get_autoip (): target = 0.58.195.206 00:FF:00:89:00:89
    Apr 27 13:27:34 judah NetworkManager: autoip: Sending announce #2 for IP address 169.254.82.60.
    Apr 27 13:27:34 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 13:27:35 judah NetworkManager: autoip: Got some data to check for reply packet.
    Apr 27 13:27:35 judah NetworkManager: get_autoip (): autoip: (eth0) recv arp type=2048, op=0,
    Apr 27 13:27:35 judah NetworkManager: get_autoip (): source = 0.155.10.0 80:11:D9:CA:0A:00,
    Apr 27 13:27:35 judah NetworkManager: get_autoip (): target = 0.58.195.204 00:FF:00:89:00:89
    Apr 27 13:27:35 judah NetworkManager: Activation (eth0) Stage 5 of 5 (IP Configure Commit) scheduled…
    Apr 27 13:27:35 judah NetworkManager: Activation (eth0) Stage 4 of 5 (IP Configure Timeout) complete.
    Apr 27 13:27:35 judah NetworkManager: Activation (eth0) Stage 5 of 5 (IP Configure Commit) started…
    Apr 27 13:27:36 judah NetworkManager: nm_spawn_process (): nm_spawn_process(’/etc/init.d/mDNSResponder stop’): could not spawn process. (Failed to execute child process “/etc/init.d/mDNSResponder” (No such file or directory))
    Apr 27 13:27:36 judah NetworkManager: nm_spawn_process (): nm_spawn_process(’/etc/init.d/mDNSResponder zap’): could not spawn process. (Failed to execute child process “/etc/init.d/mDNSResponder” (No such file or directory))
    Apr 27 13:27:36 judah NetworkManager: nm_spawn_process (): nm_spawn_process(’/etc/init.d/mDNSResponder start’): could not spawn process. (Failed to execute child process “/etc/init.d/mDNSResponder” (No such file or directory))
    Apr 27 13:27:36 judah NetworkManager: Activation (eth0) Finish handler scheduled.
    Apr 27 13:27:36 judah NetworkManager: Activation (eth0) Stage 5 of 5 (IP Configure Commit) complete.
    Apr 27 13:27:36 judah NetworkManager: Activation (eth0) successful, device activated.
    Apr 27 13:31:28 judah rc-scripts: WARNING: “NetworkManager” has already been started.
    Apr 27 13:31:59 judah NetworkManager: Updating allowed wireless network lists.
    Apr 27 13:31:59 judah NetworkManager: nm_dbus_get_networks_cb (): nm-dbus-nmi.c:522 (nm_dbus_get_networks_cb): error received: org.freedesktop.NetworkManagerInfo.NoNetworks - There are no wireless networks stored..
    Apr 27 13:32:14 judah NetworkManager: User Switch: /org/freedesktop/NetworkManager/Devices/eth0
    Apr 27 13:32:14 judah NetworkManager: Deactivating device eth0.
    Apr 27 13:32:14 judah NetworkManager: Device eth0 activation scheduled…
    Apr 27 13:32:14 judah NetworkManager: Activation (eth0) started…
    Apr 27 13:32:14 judah NetworkManager: Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled…
    Apr 27 13:32:14 judah NetworkManager: Activation (eth0) Stage 1 of 5 (Device Prepare) started…
    Apr 27 13:32:14 judah NetworkManager: Activation (eth0) Stage 2 of 5 (Device Configure) scheduled…
    Apr 27 13:32:14 judah NetworkManager: Activation (eth0) Stage 1 of 5 (Device Prepare) complete.
    Apr 27 13:32:14 judah NetworkManager: Activation (eth0) Stage 2 of 5 (Device Configure) starting…
    Apr 27 13:32:14 judah NetworkManager: Activation (eth0) Stage 2 of 5 (Device Configure) successful.
    Apr 27 13:32:14 judah NetworkManager: Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled.
    Apr 27 13:32:14 judah NetworkManager: Activation (eth0) Stage 2 of 5 (Device Configure) complete.
    Apr 27 13:32:14 judah NetworkManager: Activation (eth0) Stage 3 of 5 (IP Configure Start) started…
    Apr 27 13:32:15 judah NetworkManager: Activation (eth0) Beginning DHCP transaction.
    Apr 27 13:32:15 judah NetworkManager: Activation (eth0) Stage 3 of 5 (IP Configure Start) complete.
    Apr 27 13:32:15 judah NetworkManager: DHCP daemon state is now 14 (normal exit) for interface eth0
    Apr 27 13:33:00 judah NetworkManager: Device ‘eth0′ DHCP transaction took too long (>45s), stopping it.
    Apr 27 13:33:00 judah NetworkManager: Activation (eth0) Stage 4 of 5 (IP Configure Timeout) scheduled…
    Apr 27 13:33:00 judah NetworkManager: Activation (eth0) Stage 4 of 5 (IP Configure Timeout) started…
    Apr 27 13:33:00 judah NetworkManager: No DHCP reply received. Automatically obtaining IP via Zeroconf.
    Apr 27 13:33:00 judah NetworkManager: autoip: Sending probe #0 for IP address 169.254.82.60.
    Apr 27 13:33:00 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 13:33:00 judah NetworkManager: autoip: Got some data to check for reply packet.
    Apr 27 13:33:00 judah NetworkManager: get_autoip (): autoip: (eth0) recv arp type=2054, op=1,
    Apr 27 13:33:00 judah NetworkManager: get_autoip (): source = 10.0.0.1 00:C0:26:80:1A:BD,
    Apr 27 13:33:00 judah NetworkManager: get_autoip (): target = 10.0.0.112 00:00:00:00:00:00
    Apr 27 13:33:00 judah NetworkManager: autoip: Sending probe #1 for IP address 169.254.82.60.
    Apr 27 13:33:00 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 13:33:01 judah NetworkManager: autoip: Got some data to check for reply packet.
    Apr 27 13:33:01 judah NetworkManager: get_autoip (): autoip: (eth0) recv arp type=2054, op=1,
    Apr 27 13:33:01 judah NetworkManager: get_autoip (): source = 10.0.0.1 00:C0:26:80:1A:BD,
    Apr 27 13:33:01 judah NetworkManager: get_autoip (): target = 10.0.0.112 00:00:00:00:00:00
    Apr 27 13:33:01 judah NetworkManager: autoip: Sending probe #2 for IP address 169.254.82.60.
    Apr 27 13:33:01 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 13:33:01 judah NetworkManager: autoip: Got some data to check for reply packet.
    Apr 27 13:33:01 judah NetworkManager: get_autoip (): autoip: (eth0) recv arp type=2048, op=0,
    Apr 27 13:33:01 judah NetworkManager: get_autoip (): source = 0.155.10.0 80:11:D0:45:0A:00,
    Apr 27 13:33:01 judah NetworkManager: get_autoip (): target = 0.58.195.66 00:FF:00:89:00:89
    Apr 27 13:33:01 judah NetworkManager: autoip: Sending announce #0 for IP address 169.254.82.60.
    Apr 27 13:33:01 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 13:33:02 judah NetworkManager: autoip: Got some data to check for reply packet.
    Apr 27 13:33:02 judah NetworkManager: get_autoip (): autoip: (eth0) recv arp type=2048, op=0,
    Apr 27 13:33:02 judah NetworkManager: get_autoip (): source = 0.155.10.0 80:11:D0:40:0A:00,
    Apr 27 13:33:02 judah NetworkManager: get_autoip (): target = 0.58.195.66 00:FF:00:89:00:89
    Apr 27 13:33:02 judah NetworkManager: autoip: Sending announce #1 for IP address 169.254.82.60.
    Apr 27 13:33:02 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 13:33:02 judah NetworkManager: autoip: Got some data to check for reply packet.
    Apr 27 13:33:02 judah NetworkManager: get_autoip (): autoip: (eth0) recv arp type=2054, op=1,
    Apr 27 13:33:02 judah NetworkManager: get_autoip (): source = 10.0.0.1 00:C0:26:80:1A:BD,
    Apr 27 13:33:02 judah NetworkManager: get_autoip (): target = 10.0.0.112 00:00:00:00:00:00
    Apr 27 13:33:02 judah NetworkManager: autoip: Sending announce #2 for IP address 169.254.82.60.
    Apr 27 13:33:02 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 13:33:03 judah NetworkManager: autoip: Got some data to check for reply packet.
    Apr 27 13:33:03 judah NetworkManager: get_autoip (): autoip: (eth0) recv arp type=2048, op=0,
    Apr 27 13:33:03 judah NetworkManager: get_autoip (): source = 0.155.10.0 80:11:D0:3D:0A:00,
    Apr 27 13:33:03 judah NetworkManager: get_autoip (): target = 0.58.195.66 00:FF:00:89:00:89
    Apr 27 13:33:03 judah NetworkManager: Activation (eth0) Stage 5 of 5 (IP Configure Commit) scheduled…
    Apr 27 13:33:03 judah NetworkManager: Activation (eth0) Stage 4 of 5 (IP Configure Timeout) complete.
    Apr 27 13:33:03 judah NetworkManager: Activation (eth0) Stage 5 of 5 (IP Configure Commit) started…
    Apr 27 13:33:04 judah NetworkManager: nm_spawn_process (): nm_spawn_process(’/etc/init.d/mDNSResponder stop’): could not spawn process. (Failed to execute child process “/etc/init.d/mDNSResponder” (No such file or directory))
    Apr 27 13:33:04 judah NetworkManager: nm_spawn_process (): nm_spawn_process(’/etc/init.d/mDNSResponder zap’): could not spawn process. (Failed to execute child process “/etc/init.d/mDNSResponder” (No such file or directory))
    Apr 27 13:33:04 judah NetworkManager: nm_spawn_process (): nm_spawn_process(’/etc/init.d/mDNSResponder start’): could not spawn process. (Failed to execute child process “/etc/init.d/mDNSResponder” (No such file or directory))
    Apr 27 13:33:04 judah NetworkManager: Activation (eth0) Finish handler scheduled.
    Apr 27 13:33:04 judah NetworkManager: Activation (eth0) Stage 5 of 5 (IP Configure Commit) complete.
    Apr 27 13:33:04 judah NetworkManager: Activation (eth0) successful, device activated.
    Apr 27 13:35:33 judah NetworkManager: Updating allowed wireless network lists.
    Apr 27 13:35:33 judah NetworkManager: nm_dbus_get_networks_cb (): nm-dbus-nmi.c:522 (nm_dbus_get_networks_cb): error received: org.freedesktop.NetworkManagerInfo.NoNetworks - There are no wireless networks stored..
    Apr 27 13:38:23 judah NetworkManager: User Switch: /org/freedesktop/NetworkManager/Devices/eth0
    Apr 27 13:38:23 judah NetworkManager: Deactivating device eth0.
    Apr 27 13:38:23 judah NetworkManager: Device eth0 activation scheduled…
    Apr 27 13:38:23 judah NetworkManager: Activation (eth0) started…
    Apr 27 13:38:23 judah NetworkManager: Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled…
    Apr 27 13:38:23 judah NetworkManager: Activation (eth0) Stage 1 of 5 (Device Prepare) started…
    Apr 27 13:38:23 judah NetworkManager: Activation (eth0) Stage 2 of 5 (Device Configure) scheduled…
    Apr 27 13:38:23 judah NetworkManager: Activation (eth0) Stage 1 of 5 (Device Prepare) complete.
    Apr 27 13:38:23 judah NetworkManager: Activation (eth0) Stage 2 of 5 (Device Configure) starting…
    Apr 27 13:38:23 judah NetworkManager: Activation (eth0) Stage 2 of 5 (Device Configure) successful.
    Apr 27 13:38:23 judah NetworkManager: Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled.
    Apr 27 13:38:23 judah NetworkManager: Activation (eth0) Stage 2 of 5 (Device Configure) complete.
    Apr 27 13:38:23 judah NetworkManager: Activation (eth0) Stage 3 of 5 (IP Configure Start) started…
    Apr 27 13:38:24 judah NetworkManager: Activation (eth0) Beginning DHCP transaction.
    Apr 27 13:38:24 judah NetworkManager: Activation (eth0) Stage 3 of 5 (IP Configure Start) complete.
    Apr 27 13:38:24 judah NetworkManager: DHCP daemon state is now 14 (normal exit) for interface eth0
    Apr 27 13:38:25 judah NetworkManager: Old device ‘eth0′ activating, won’t change.
    Apr 27 13:38:48 judah NetworkManager: Old device ‘eth0′ activating, won’t change.
    Apr 27 13:39:09 judah NetworkManager: Device ‘eth0′ DHCP transaction took too long (>45s), stopping it.
    Apr 27 13:39:09 judah NetworkManager: Activation (eth0) Stage 4 of 5 (IP Configure Timeout) scheduled…
    Apr 27 13:39:09 judah NetworkManager: Activation (eth0) Stage 4 of 5 (IP Configure Timeout) started…
    Apr 27 13:39:09 judah NetworkManager: No DHCP reply received. Automatically obtaining IP via Zeroconf.
    Apr 27 13:39:09 judah NetworkManager: autoip: Sending probe #0 for IP address 169.254.82.60.
    Apr 27 13:39:09 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 13:39:09 judah NetworkManager: autoip: Got some data to check for reply packet.
    Apr 27 13:39:09 judah NetworkManager: get_autoip (): autoip: (eth0) recv arp type=2054, op=1,
    Apr 27 13:39:09 judah NetworkManager: get_autoip (): source = 10.0.0.69 00:90:27:BB:1F:73,
    Apr 27 13:39:09 judah NetworkManager: get_autoip (): target = 10.0.0.130 00:00:00:00:00:00
    Apr 27 13:39:09 judah NetworkManager: autoip: Sending probe #1 for IP address 169.254.82.60.
    Apr 27 13:39:09 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 13:39:10 judah NetworkManager: autoip: Got some data to check for reply packet.
    Apr 27 13:39:10 judah NetworkManager: get_autoip (): autoip: (eth0) recv arp type=2048, op=0,
    Apr 27 13:39:10 judah NetworkManager: get_autoip (): source = 0.155.10.0 80:11:C5:29:0A:00,
    Apr 27 13:39:10 judah NetworkManager: get_autoip (): target = 0.58.194.164 00:FF:00:89:00:89
    Apr 27 13:39:10 judah NetworkManager: autoip: Sending probe #2 for IP address 169.254.82.60.
    Apr 27 13:39:10 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 13:39:10 judah NetworkManager: autoip: Got some data to check for reply packet.
    Apr 27 13:39:10 judah NetworkManager: get_autoip (): autoip: (eth0) recv arp type=2048, op=16384,
    Apr 27 13:39:10 judah NetworkManager: get_autoip (): source = 0.7.10.0 40:11:15:2D:0A:00,
    Apr 27 13:39:10 judah NetworkManager: get_autoip (): target = 0.58.46.26 00:FF:00:89:00:89
    Apr 27 13:39:10 judah NetworkManager: autoip: Sending announce #0 for IP address 169.254.82.60.
    Apr 27 13:39:10 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 13:39:10 judah NetworkManager: autoip: Got some data to check for reply packet.
    Apr 27 13:39:10 judah NetworkManager: get_autoip (): autoip: (eth0) recv arp type=2048, op=0,
    Apr 27 13:39:10 judah NetworkManager: get_autoip (): source = 0.155.10.0 80:11:C5:27:0A:00,
    Apr 27 13:39:10 judah NetworkManager: get_autoip (): target = 0.58.194.164 00:FF:00:89:00:89
    Apr 27 13:39:10 judah NetworkManager: autoip: Sending announce #1 for IP address 169.254.82.60.
    Apr 27 13:39:10 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 13:39:11 judah NetworkManager: Old device ‘eth0′ activating, won’t change.
    Apr 27 13:39:11 judah NetworkManager: autoip: Got some data to check for reply packet.
    Apr 27 13:39:11 judah NetworkManager: get_autoip (): autoip: (eth0) recv arp type=2048, op=0,
    Apr 27 13:39:11 judah NetworkManager: get_autoip (): source = 0.155.10.0 80:11:C5:0D:0A:00,
    Apr 27 13:39:11 judah NetworkManager: get_autoip (): target = 0.58.194.162 00:FF:00:89:00:89
    Apr 27 13:39:11 judah NetworkManager: autoip: Sending announce #2 for IP address 169.254.82.60.
    Apr 27 13:39:11 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 13:39:12 judah NetworkManager: autoip: Got some data to check for reply packet.
    Apr 27 13:39:12 judah NetworkManager: get_autoip (): autoip: (eth0) recv arp type=2048, op=0,
    Apr 27 13:39:12 judah NetworkManager: get_autoip (): source = 0.155.10.0 80:11:C5:08:0A:00,
    Apr 27 13:39:12 judah NetworkManager: get_autoip (): target = 0.58.194.162 00:FF:00:89:00:89
    Apr 27 13:39:12 judah NetworkManager: Activation (eth0) Stage 5 of 5 (IP Configure Commit) scheduled…
    Apr 27 13:39:12 judah NetworkManager: Activation (eth0) Stage 4 of 5 (IP Configure Timeout) complete.
    Apr 27 13:39:12 judah NetworkManager: Activation (eth0) Stage 5 of 5 (IP Configure Commit) started…
    Apr 27 13:39:13 judah NetworkManager: nm_spawn_process (): nm_spawn_process(’/etc/init.d/mDNSResponder stop’): could not spawn process. (Failed to execute child process “/etc/init.d/mDNSResponder” (No such file or directory))
    Apr 27 13:39:13 judah NetworkManager: nm_spawn_process (): nm_spawn_process(’/etc/init.d/mDNSResponder zap’): could not spawn process. (Failed to execute child process “/etc/init.d/mDNSResponder” (No such file or directory))
    Apr 27 13:39:13 judah NetworkManager: nm_spawn_process (): nm_spawn_process(’/etc/init.d/mDNSResponder start’): could not spawn process. (Failed to execute child process “/etc/init.d/mDNSResponder” (No such file or directory))
    Apr 27 13:39:13 judah NetworkManager: Activation (eth0) Finish handler scheduled.
    Apr 27 13:39:13 judah NetworkManager: Activation (eth0) Stage 5 of 5 (IP Configure Commit) complete.
    Apr 27 13:39:13 judah NetworkManager: Activation (eth0) successful, device activated.
    Apr 27 13:41:00 judah NetworkManager: User Switch: /org/freedesktop/NetworkManager/Devices/eth0
    Apr 27 13:41:00 judah NetworkManager: Deactivating device eth0.
    Apr 27 13:41:00 judah NetworkManager: Device eth0 activation scheduled…
    Apr 27 13:41:00 judah NetworkManager: Activation (eth0) started…
    Apr 27 13:41:00 judah NetworkManager: Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled…
    Apr 27 13:41:00 judah NetworkManager: Activation (eth0) Stage 1 of 5 (Device Prepare) started…
    Apr 27 13:41:00 judah NetworkManager: Activation (eth0) Stage 2 of 5 (Device Configure) scheduled…
    Apr 27 13:41:00 judah NetworkManager: Activation (eth0) Stage 1 of 5 (Device Prepare) complete.
    Apr 27 13:41:00 judah NetworkManager: Activation (eth0) Stage 2 of 5 (Device Configure) starting…
    Apr 27 13:41:00 judah NetworkManager: Activation (eth0) Stage 2 of 5 (Device Configure) successful.
    Apr 27 13:41:00 judah NetworkManager: Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled.
    Apr 27 13:41:00 judah NetworkManager: Activation (eth0) Stage 2 of 5 (Device Configure) complete.
    Apr 27 13:41:00 judah NetworkManager: Activation (eth0) Stage 3 of 5 (IP Configure Start) started…
    Apr 27 13:41:01 judah NetworkManager: Activation (eth0) Beginning DHCP transaction.
    Apr 27 13:41:01 judah NetworkManager: Activation (eth0) Stage 3 of 5 (IP Configure Start) complete.
    Apr 27 13:41:01 judah NetworkManager: DHCP daemon state is now 12 (successfully started) for interface eth0
    Apr 27 13:41:01 judah NetworkManager: DHCP daemon state is now 14 (normal exit) for interface eth0
    Apr 27 13:41:46 judah NetworkManager: Device ‘eth0′ DHCP transaction took too long (>45s), stopping it.
    Apr 27 13:41:46 judah NetworkManager: Activation (eth0) Stage 4 of 5 (IP Configure Timeout) scheduled…
    Apr 27 13:41:46 judah NetworkManager: Activation (eth0) Stage 4 of 5 (IP Configure Timeout) started…
    Apr 27 13:41:46 judah NetworkManager: No DHCP reply received. Automatically obtaining IP via Zeroconf.
    Apr 27 13:41:46 judah NetworkManager: autoip: Sending probe #0 for IP address 169.254.82.60.
    Apr 27 13:41:46 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 13:41:46 judah NetworkManager: autoip: Got some data to check for reply packet.
    Apr 27 13:41:46 judah NetworkManager: get_autoip (): autoip: (eth0) recv arp type=2054, op=1,
    Apr 27 13:41:46 judah NetworkManager: get_autoip (): source = 10.0.0.1 00:C0:26:80:1A:BD,
    Apr 27 13:41:46 judah NetworkManager: get_autoip (): target = 10.0.0.112 00:00:00:00:00:00
    Apr 27 13:41:46 judah NetworkManager: autoip: Sending probe #1 for IP address 169.254.82.60.
    Apr 27 13:41:46 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 13:41:47 judah NetworkManager: autoip: Got some data to check for reply packet.
    Apr 27 13:41:47 judah NetworkManager: get_autoip (): autoip: (eth0) recv arp type=2054, op=1,
    Apr 27 13:41:47 judah NetworkManager: get_autoip (): source = 10.0.0.1 00:C0:26:80:1A:BD,
    Apr 27 13:41:47 judah NetworkManager: get_autoip (): target = 10.0.0.112 00:00:00:00:00:00
    Apr 27 13:41:47 judah NetworkManager: autoip: Sending probe #2 for IP address 169.254.82.60.
    Apr 27 13:41:47 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 13:41:47 judah NetworkManager: autoip: Got some data to check for reply packet.
    Apr 27 13:41:47 judah NetworkManager: get_autoip (): autoip: (eth0) recv arp type=2048, op=0,
    Apr 27 13:41:47 judah NetworkManager: get_autoip (): source = 0.155.10.0 80:11:C0:72:0A:00,
    Apr 27 13:41:47 judah NetworkManager: get_autoip (): target = 0.58.194.96 00:FF:00:89:00:89
    Apr 27 13:41:47 judah NetworkManager: autoip: Sending announce #0 for IP address 169.254.82.60.
    Apr 27 13:41:47 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 13:41:48 judah NetworkManager: autoip: Got some data to check for reply packet.
    Apr 27 13:41:48 judah NetworkManager: get_autoip (): autoip: (eth0) recv arp type=2048, op=0,
    Apr 27 13:41:48 judah NetworkManager: get_autoip (): source = 0.155.10.0 80:11:C0:70:0A:00,
    Apr 27 13:41:48 judah NetworkManager: get_autoip (): target = 0.58.194.96 00:FF:00:89:00:89
    Apr 27 13:41:48 judah NetworkManager: autoip: Sending announce #1 for IP address 169.254.82.60.
    Apr 27 13:41:48 judah NetworkManager: autoip: Waiting for reply…
    Apr 27 13:41:49 judah NetworkManager: autoip: Got some data to check for reply packet.
    Apr 27 13:41:49 judah NetworkManager: get_autoip (): autoip: (eth0) recv arp type=2048, op=0,
    Apr 27 13:41:49 judah NetworkManager: get_autoip (): source = 0.155.10.0 80:11:C0:6E:0A:00,
    Apr 27 13:41:49 judah NetworkManager: get_autoip (): target = 0.58.194.96 00:FF:00:89:00:89
    Apr 27 13:41:49 judah NetworkManager: autoip: Sending a

  4. Comment by spencer

    What wireless card and kernel module are you using? I see that eth0 was sucessfully activated once. Is this a wired NIC or your wifi card?

  5. Comment by Benjamin

    First off let me say thanks for looking through all that output. Here’s the info
    02:02.0 Network controller: AIRONET Wireless Communications Cisco Aironet Wireless 802.11b
    02:08.0 Ethernet controller: Intel Corporation 82801DB PRO/100 VE (MOB) Ethernet Controller (rev 81)

    The kernel is 2.6.15-gentoo-r1 the drivers are the airo.cs and the epro100 for the wired nic

Pages: [1] 2 »

Add your own comment

Powered by WP Hashcash



Follow comments according to this article through a RSS 2.0 feed


Jump to start of page | Jump to posts