Muschl
February 24th, 2010, 07:58 PM
if the network (lan or wlan) link comes ready the network manager obtains no dhcp ip address:
hostname removed from log:
Feb 24 19:49:49 NetworkManager: <info> (eth0): carrier now ON (device state 2)
Feb 24 19:49:49 NetworkManager: <info> (eth0): device state change: 2 -> 3 (reason 40)
Feb 24 19:49:49 NetworkManager: <info> Activation (eth0) starting connection 'Auto eth0'
Feb 24 19:49:49 NetworkManager: <info> (eth0): device state change: 3 -> 4 (reason 0)
Feb 24 19:49:49 NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled...
Feb 24 19:49:49 NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started...
Feb 24 19:49:49 NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled...
Feb 24 19:49:49 NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete.
Feb 24 19:49:49 NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting...
Feb 24 19:49:49 NetworkManager: <info> (eth0): device state change: 4 -> 5 (reason 0)
Feb 24 19:49:49 NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) successful.
Feb 24 19:49:49 NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled.
Feb 24 19:49:49 NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) complete.
Feb 24 19:49:49 NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) started...
Feb 24 19:49:49 NetworkManager: <info> (eth0): device state change: 5 -> 7 (reason 0)
Feb 24 19:49:49 NetworkManager: Activation (eth0) Beginning DHCPv4 transaction (timeout in 45 seconds)
Feb 24 19:49:49 NetworkManager: <info> dhclient started with pid 21139
Feb 24 19:49:49 NetworkManager: <info> Activation (eth0) Stage 4 of 5 (IP6 Configure Get) scheduled...
Feb 24 19:49:49 NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) complete.
Feb 24 19:49:49 NetworkManager: <info> Activation (eth0) Stage 4 of 5 (IP6 Configure Get) started...
Feb 24 19:49:49 NetworkManager: <info> Activation (eth0) Stage 4 of 5 (IP6 Configure Get) complete.
Feb 24 19:49:49 dhclient: Internet Systems Consortium DHCP Client V3.1.2
Feb 24 19:49:49 dhclient: Copyright 2004-2008 Internet Systems Consortium.
Feb 24 19:49:49 dhclient: All rights reserved.
Feb 24 19:49:49 dhclient: For info, please visit http://www.isc.org/sw/dhcp/
Feb 24 19:49:49 dhclient: Usage: dhclient [-1dqrx] [-nw] [-p <port>] [-s server]
Feb 24 19:49:49 dhclient: [-cf config-file] [-lf lease-file][-pf pid-file] [-e VAR=val]
Feb 24 19:49:49 dhclient: [-sf script-file] [interface]
if i run the dhclient without options it becomes a dhcp lease address:
:~$ sudo dhclient
There is already a pid file /var/run/dhclient.pid with pid 20927
killed old client process, removed PID file
Internet Systems Consortium DHCP Client V3.1.2
Copyright 2004-2008 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
SIOCSIFFLAGS: Unknown error 132
SIOCSIFFLAGS: Unknown error 132
Listening on LPF/wlan0/00:1b:77:04:8a:7c
Sending on LPF/wlan0/00:1b:77:04:8a:7c
Listening on LPF/eth0/00:16:d3:b2:78:a3
Sending on LPF/eth0/00:16:d3:b2:78:a3
Listening on LPF/vboxnet0/0a:00:27:00:00:00
Sending on LPF/vboxnet0/0a:00:27:00:00:00
Sending on Socket/fallback
DHCPREQUEST of 192.168.178.40 on wlan0 to 255.255.255.255 port 67
send_packet: Network is down
receive_packet failed on wlan0: Network is down
DHCPREQUEST of 192.168.178.47 on eth0 to 255.255.255.255 port 67
DHCPDISCOVER on vboxnet0 to 255.255.255.255 port 67 interval 7
DHCPACK of 192.168.178.47 from 192.168.178.1
* Reloading /etc/samba/smb.conf smbd only
...done.
bound to 192.168.178.47 -- renewal in 379059 seconds.
hostname removed from log:
Feb 24 19:49:49 NetworkManager: <info> (eth0): carrier now ON (device state 2)
Feb 24 19:49:49 NetworkManager: <info> (eth0): device state change: 2 -> 3 (reason 40)
Feb 24 19:49:49 NetworkManager: <info> Activation (eth0) starting connection 'Auto eth0'
Feb 24 19:49:49 NetworkManager: <info> (eth0): device state change: 3 -> 4 (reason 0)
Feb 24 19:49:49 NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) scheduled...
Feb 24 19:49:49 NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) started...
Feb 24 19:49:49 NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) scheduled...
Feb 24 19:49:49 NetworkManager: <info> Activation (eth0) Stage 1 of 5 (Device Prepare) complete.
Feb 24 19:49:49 NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) starting...
Feb 24 19:49:49 NetworkManager: <info> (eth0): device state change: 4 -> 5 (reason 0)
Feb 24 19:49:49 NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) successful.
Feb 24 19:49:49 NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) scheduled.
Feb 24 19:49:49 NetworkManager: <info> Activation (eth0) Stage 2 of 5 (Device Configure) complete.
Feb 24 19:49:49 NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) started...
Feb 24 19:49:49 NetworkManager: <info> (eth0): device state change: 5 -> 7 (reason 0)
Feb 24 19:49:49 NetworkManager: Activation (eth0) Beginning DHCPv4 transaction (timeout in 45 seconds)
Feb 24 19:49:49 NetworkManager: <info> dhclient started with pid 21139
Feb 24 19:49:49 NetworkManager: <info> Activation (eth0) Stage 4 of 5 (IP6 Configure Get) scheduled...
Feb 24 19:49:49 NetworkManager: <info> Activation (eth0) Stage 3 of 5 (IP Configure Start) complete.
Feb 24 19:49:49 NetworkManager: <info> Activation (eth0) Stage 4 of 5 (IP6 Configure Get) started...
Feb 24 19:49:49 NetworkManager: <info> Activation (eth0) Stage 4 of 5 (IP6 Configure Get) complete.
Feb 24 19:49:49 dhclient: Internet Systems Consortium DHCP Client V3.1.2
Feb 24 19:49:49 dhclient: Copyright 2004-2008 Internet Systems Consortium.
Feb 24 19:49:49 dhclient: All rights reserved.
Feb 24 19:49:49 dhclient: For info, please visit http://www.isc.org/sw/dhcp/
Feb 24 19:49:49 dhclient: Usage: dhclient [-1dqrx] [-nw] [-p <port>] [-s server]
Feb 24 19:49:49 dhclient: [-cf config-file] [-lf lease-file][-pf pid-file] [-e VAR=val]
Feb 24 19:49:49 dhclient: [-sf script-file] [interface]
if i run the dhclient without options it becomes a dhcp lease address:
:~$ sudo dhclient
There is already a pid file /var/run/dhclient.pid with pid 20927
killed old client process, removed PID file
Internet Systems Consortium DHCP Client V3.1.2
Copyright 2004-2008 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
SIOCSIFFLAGS: Unknown error 132
SIOCSIFFLAGS: Unknown error 132
Listening on LPF/wlan0/00:1b:77:04:8a:7c
Sending on LPF/wlan0/00:1b:77:04:8a:7c
Listening on LPF/eth0/00:16:d3:b2:78:a3
Sending on LPF/eth0/00:16:d3:b2:78:a3
Listening on LPF/vboxnet0/0a:00:27:00:00:00
Sending on LPF/vboxnet0/0a:00:27:00:00:00
Sending on Socket/fallback
DHCPREQUEST of 192.168.178.40 on wlan0 to 255.255.255.255 port 67
send_packet: Network is down
receive_packet failed on wlan0: Network is down
DHCPREQUEST of 192.168.178.47 on eth0 to 255.255.255.255 port 67
DHCPDISCOVER on vboxnet0 to 255.255.255.255 port 67 interval 7
DHCPACK of 192.168.178.47 from 192.168.178.1
* Reloading /etc/samba/smb.conf smbd only
...done.
bound to 192.168.178.47 -- renewal in 379059 seconds.