[lxc-users] Container Network no IP's, Unreachable - HELP
TuxRaiderPen
tuxraiderpen at wpascanner.com
Sun May 18 05:16:05 UTC 2014
I have a test system used for LXC which I've used for quite awhile with out
issue.
Today I needed to use the containers on this system, and started them up, did
the usual to either ssh in or access things like phpMyAdmin etc..
Couldn't access them.
I can ping the lxcbr0 ip 10.0.3.1 from other computers on the LAN, no issue.
I can ssh into a container IF I MANUALLY put an IP in via the config file but
ONLY ON THE box running LXC and the containers. If I remove the
lxc.network.ipv4= 10.0.3.120
from the config, then I can't ssh in to the cotainer(s) ON THE LXC BOX.
ssh: connect to host 10.0.3.120 port 22: No route to host
For what ever reason the networking on the lxcbr0 is not pulling a DHCP IP
from my router, which it did before, and is only trying to use IPV6 which I
don't use and thus obviously nothing responds to it.
ALL the containers on this box worked fine. They were shutdown, a few days ago
with out issues.
The router, all switches, all PC's have been rebooted, no change.
This is a problem, a big problem as the one container has data which is needed
and with no network I have no way to move it to another box where LXC works or
to production.
sudo ifdown eth0
no problem
sudo ifup eth0
just sits there and eventually fails if I leave it long enough.
Box: Ubuntu 12.04 ESR
LXC: 0.7.5-3ubuntu69 (No I can't change it on this box)
For what ever reason none of the containers can get an IP via DHCP, or connect
to the network at all, like the lxcbr0 is not routing.
Long delays in booting, waiting for network response which fails, versus in
the past the console was available almost immediately.
Any ideas???? Thanks.
On the box runninhg lxc:
~$ sudo iptables --list
[sudo] password for :
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
~$ ifconfig -a
eth0 Link encap:Ethernet HWaddr 00:0e:7f:28:9d:b1
inet addr:192.168.0.9 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::20e:7fff:fe28:9db1/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:29339 errors:0 dropped:0 overruns:0 frame:0
TX packets:24499 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2402446 (2.4 MB) TX bytes:1905257 (1.9 MB)
Interrupt:20
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:120 errors:0 dropped:0 overruns:0 frame:0
TX packets:120 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:9491 (9.4 KB) TX bytes:9491 (9.4 KB)
lxcbr0 Link encap:Ethernet HWaddr 5a:b5:25:d5:72:35
inet addr:10.0.3.1 Bcast:10.0.3.255 Mask:255.255.255.0
inet6 addr: fe80::e8e5:f3ff:fe35:5b81/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1828 errors:0 dropped:0 overruns:0 frame:0
TX packets:2327 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:556370 (556.3 KB) TX bytes:261199 (261.1 KB)
vethYxUF9m Link encap:Ethernet HWaddr 5a:b5:25:d5:72:35
inet6 addr: fe80::58b5:25ff:fed5:7235/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1823 errors:0 dropped:0 overruns:0 frame:0
TX packets:2077 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:575468 (575.4 KB) TX bytes:229635 (229.6 KB)
In one of the containers:
dmesg:
[ 38.016030] eth0: no IPv6 routers present
[ 174.978947] device vethHvglwQ entered promiscuous mode
[ 174.983729] ADDRCONF(NETDEV_UP): vethHvglwQ: link is not ready
[ 175.142221] ADDRCONF(NETDEV_CHANGE): vethHvglwQ: link becomes ready
[ 175.142419] lxcbr0: port 1(vethHvglwQ) entering forwarding state
[ 175.142454] lxcbr0: port 1(vethHvglwQ) entering forwarding state
[ 185.872012] vethHvglwQ: no IPv6 routers present
[ 190.176014] lxcbr0: port 1(vethHvglwQ) entering forwarding state
[ 190.400012] eth0: no IPv6 routers present
[ 900.181497] lxcbr0: port 1(vethHvglwQ) entering forwarding state
[ 900.183580] device vethHvglwQ left promiscuous mode
[ 900.183589] lxcbr0: port 1(vethHvglwQ) entering disabled state
[ 900.187555] lxcbr0: mixed no checksumming and other settings.
[ 919.249133] device vethYxUF9m entered promiscuous mode
[ 919.252961] ADDRCONF(NETDEV_UP): vethYxUF9m: link is not ready
[ 919.395029] ADDRCONF(NETDEV_CHANGE): vethYxUF9m: link becomes ready
[ 919.395193] lxcbr0: port 1(vethYxUF9m) entering forwarding state
[ 919.395233] lxcbr0: port 1(vethYxUF9m) entering forwarding state
[ 929.424023] vethYxUF9m: no IPv6 routers present
[ 930.240012] eth0: no IPv6 routers present
[ 934.432012] lxcbr0: port 1(vethYxUF9m) entering forwarding state
[ 2236.357539] evbug: Event. Dev: input4, Type: 2, Code: 1, Value: -1
var/log/syslog
Feb 26 15:44:23 localhost dhclient: DHCPREQUEST of 10.0.3.120 on eth0 to
10.0.3.1 port 67
Feb 26 15:44:23 localhost dhclient: DHCPACK of 10.0.3.120 from 10.0.3.1
Feb 26 15:44:23 localhost dhclient: bound to 10.0.3.120 -- renewal in 1221
seconds.
Feb 26 16:04:44 localhost dhclient: DHCPREQUEST of 10.0.3.120 on eth0 to
10.0.3.1 port 67
Feb 26 16:04:44 localhost dhclient: DHCPACK of 10.0.3.120 from 10.0.3.1
Feb 26 16:04:44 localhost dhclient: bound to 10.0.3.120 -- renewal in 1547
seconds.
Feb 26 16:09:01 localhost CRON[25506]: (root) CMD ( [ -x
/usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -
depth -mindepth 1 -maxdepth 1 -type f -cmin +$(/usr/lib/php5/maxlifetime) ! -
execdir fuser -s {} 2>/dev/null \; -delete)
Feb 26 16:17:01 localhost CRON[25513]: (root) CMD ( cd / && run-parts --
report /etc/cron.hourly)
Feb 26 16:30:31 localhost dhclient: DHCPREQUEST of 10.0.3.120 on eth0 to
10.0.3.1 port 67
Feb 26 16:30:32 localhost dhclient: DHCPACK of 10.0.3.120 from 10.0.3.1
Feb 26 16:30:32 localhost dhclient: bound to 10.0.3.120 -- renewal in 1397
seconds.
Feb 26 16:39:02 localhost CRON[25526]: (root) CMD ( [ -x
/usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -
depth -mindepth 1 -maxdepth 1 -type f -cmin +$(/usr/lib/php5/maxlifetime) ! -
execdir fuser -s {} 2>/dev/null \; -delete)
Feb 26 16:43:27 localhost kernel: [1935063]ebg vn.Dv nu5 ye 8 oe ,Vle
Feb 26 16:49:25 localhost kernel: 7[855.704 vu:Eet e:ipt,Tp:1,Cd:1
au:0<7>[1895713.498893] evbug: Event. Dev: input5, Type: 18, Code: 2, Value:
400
Feb 26 16:49:25 localhost kernel: [18973484]ebg vn.Dv nu5 ye 8 oe ,Vle 0
Feb 26 16:49:25 localhost kernel: 851.907 vu:Eet e:ipt,Tp:1,Cd:2
au:0<>1973565]ebg vn.Dv nu5 ye 8 oe ,Vle
Feb 26 16:49:26 localhost kernel: [1895713.636180] evbug: Event. Dev: input5,
Type: 18, Code: 2, Value: 400
Feb 26 16:49:26 localhost kernel: [1895713.636213] evbug: Event. Dev: input5,
Type: 18, Code: 2, Value: 400
Feb 26 16:49:26 localhost kernel: [1895713.7362]ebg vn.Dv nu5 ye 8 oe ,Vle
Feb 26 16:49:51 localhost kernel: 7[851.308 vu:Eet e:ipt,Tp:1,Cd:1
au:0979438]ebg vn.Dv nu5 ye 8 oe ,Vle 0
Feb 26 16:49:51 localhost kernel: 7[853.379 vu:Eet e:ipt,Tp:1,Cd:2 au:40:Eet
e:ipt,Tp:1,Cd:2 au:0<>1979525]ebg vn.Dv nu5 ye 8 oe ,Vle
Feb 26 16:52:23 localhost kernel: <>1980962]ebg vn.Dv nu5 ye 8 oe ,Vle 0
Feb 26 16:52:23 localhost kernel: 7[859.359 vu:Eet e:ipt,Tp:1,Cd:2
au:40<>1981064]ebg vn.Dv nu5 ye 8 oe ,Vle
Feb 26 16:53:49 localhost dhclient: DHCPREQUEST of 10.0.3.120 on eth0 to
10.0.3.1 port 67
Feb 26 16:53:49 localhost dhclient: DHCPACK of 10.0.3.120 from 10.0.3.1
Feb 26 16:53:49 localhost dhclient: bound to 10.0.3.120 -- renewal in 1505
seconds.
Feb 26 17:08:20 localhost kernel: 7[859.300 vu:Eet e:ipt,Tp:1,Cd:1 au:0ebg
vn.Dv nu4 ye ,Cd:0 au:-
Feb 26 17:08:20 localhost kernel: 7[864.124 vu:Eet e:ipt,Tp:2 oe ,Vle
3<>1988079]ebg vn.Dv nu4 ye ,Cd:0 au:0<7>[1896848.469241] evbug: Event. Dev:
input4, Type: 2, Code: 0, Value: -1
Feb 26 17:08:20 localhost kernel: [1896848.469264] evbug: Event. Dev: input4,
Type: 0, Code: 0, Value: 0
Feb 26 17:08:20 localhost kernel: ,Vle 1<>1988451]ebg vn.Dv nu4 ye ,Cd:0
au:0<7>[1896848.501189] evbug: Event. Dev: input4, Type: 2, Code:0 au:-
Feb 26 17:08:20 localhost kernel: 7[864.024 vu:Eet e:ipt,Tp:0 oe ,Vle
Feb 26 17:08:21 localhost kernel: Tp:2 oe ,Vle 1<>1988553]ebg vn.Dv nu4 ye
,Cd:1 au:1<>1988556]ebg vn.Dv nu4 ye ,Cd:0 au:02 oe ,Vle 1<>1988535]ebg vn.Dv
nu4 ye ,Cd:0 au:0 vn.Dv nu4 ye ,Cd:0 au:-
Feb 26 17:08:21 localhost kernel: 7[864.621 vu:Eet e:ipt,Tp:0 oe ,Vle
Feb 26 17:08:21 localhost kernel: 17 vu:Eet e:ipt,Tp:2 oe ,Vle 1<>1988651]ebg
vn.Dv nu4 ye ,Cd:0 au:0<7>[1896848.775170] evbug: Event. Dev: input4, Type: 2,
Code: 0, Value: -1
Feb 26 17:08:21 localhost kernel: [1896848.775194] evbug: Event. Dev: input4,
Type: 0, Code: 0, Value: 0
Feb 26 17:08:21 localhost kernel: [1896848.897171] evbug: vn.Dv nu4 ye ,Cd:0
au:-
Feb 26 17:08:21 localhost kernel: 7[864.912 vu:Eet e:ipt,Tp:0 oe ,Vle
Feb 26 17:08:21 localhost kernel: [1896848.961166] evbug: Event. Dev: input4,
Type: 2, Code: 0, Value: -1
Feb 26 17:08:21 localhost kernel: [1896848.961206] evbug: Event. Dev: input4,
Type: 0, Code: 0, Value: 0
Feb 26 17:08:21 localhost kernel: Tp:2 oe ,Vle 1<>1989090]ebg vn.Dv nu4 ye
,Cd:0 au:0<7>[1896849.129120] evbug: Event. Dev: input4, Type: 2, Code: 0,
Value: -1
Feb 26 17:08:21 localhost kernel: [1896849.129150] evbug: Event. Dev: inu4 ye
,Cd:0 au:0<7>[1896849.137132] evbug: Event. Dev: input4, Type: 2, Code: 0,
Value: -1
Feb 26 17:08:21 localhost kernel: [1896849.137161] evbug: Event. Dev: input4,
Type: 0, Code: 0, Value: 0
Feb 26 17:08:25 localhost kernel:
Feb 26 17:08:25 localhost kernel: 7[865.546 vu:Eet e:ipt,Tp:0 oe ,Vle
Feb 26 17:08:25 localhost kernel: 0 vu:Eet e:ipt,Tp:2 oe ,Vle
Feb 26 17:08:25 localhost kernel: 7[865.142 vu:Eet e:ipt,Tp:0 oe ,Vle
Feb 26 17:08:25 localhost kernel: ,Cd:0 au:0<7>[18983407]ebg vn.Dv nu4 ye
,Cd:0 au:-
Feb 26 17:08:25 localhost kernel: 7[865.337 vu:Eet e:ipt,Tp:0 oe ,Vle
Feb 26 17:08:25 localhost kernel: [1896853.438370] evbug: Event. Dev: input4,
Type: 2, Code: 0, Value: -1
Feb 26 17:08:25 localhost kernel: [1896853.438391] evbug: Event. Dev: input4,
Type: 0, Code: 0, Value: 0
Feb 26 17:08:25 localhost kernel: [1896853.4466]ebg vn.Dv nu4 ye ,Cd:0 au:-
Feb 26 17:08:25 localhost kernel: 7[865.431 vu:Eet e:ipt,Tp:0 oe ,Vle
Feb 26 17:09:01 localhost CRON[25543]: (root) CMD ( [ -x
/usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -
depth -mindepth 1 -maxdepth 1 -type f -cmin +$(/usr/lib/php5/maxlifetime) ! -
execdir fuser -s {} 2>/dev/null \; -delete)
Feb 26 17:17:01 localhost CRON[25550]: (root) CMD ( cd / && run-parts --
report /etc/cron.hourly)
Feb 26 17:18:54 localhost dhclient: DHCPREQUEST of 10.0.3.120 on eth0 to
10.0.3.1 port 67
Feb 26 17:18:54 localhost dhclient: DHCPACK of 10.0.3.120 from 10.0.3.1
Feb 26 17:18:55 localhost dhclient: bound to 10.0.3.120 -- renewal in 1434
seconds.
Feb 26 17:39:01 localhost CRON[25563]: (root) CMD ( [ -x
/usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -
depth -mindepth 1 -maxdepth 1 -type f -cmin +$(/usr/lib/php5/maxlifetime) ! -
execdir fuser -s {} 2>/dev/null \; -delete)
Feb 26 17:42:49 localhost dhclient: DHCPREQUEST of 10.0.3.120 on eth0 to
10.0.3.1 port 67
Feb 26 17:42:49 localhost dhclient: DHCPACK of 10.0.3.120 from 10.0.3.1
Feb 26 17:42:49 localhost dhclient: bound to 10.0.3.120 -- renewal in 1624
seconds.
Feb 26 17:55:53 localhost kernel: 441]ebg vn.Dv nu4 ye ,Cd:0 au:0
Feb 26 17:55:54 localhost kernel: [1899701.971404] evbug: Event. Dev: input5,
Type: 18, Code: 2, Value: 400
Feb 26 17:55:54 localhost kernel: [1899701.971438] evbug: Event. Dev: input5,
Type: 18, Code: 2, Value: 400
Feb 26 17:55:54 localhost kernel: 0]ebg vn.Dv nu5 ye 8 oe ,Vle
Feb 26 17:55:57 localhost kernel: 7[890.612 vu:Eet e:ipt,Tp:1,Cd:1
au:0<7>[1899704.831264] evbug: Event. Dev: input5, Type: 18, Code: 2, Value:
400
Feb 26 17:55:57 localhost kernel: [1899704.831297] evbug: Event. Dev: input5,
Type: 18, Code: 2, Value: 400
Feb 26 17:55:57 localhost kernel: [1899704.928040] evbug:Eet e:ipt,Tp:1,Cd:2
au:0<>1974984]ebg vn.Dv nu5 ye 8 oe ,Vle
Feb 26 18:05:13 localhost kernel: 7[906.740 vu:Eet e:ipt,Tp:1,Cd:2
au:40<>1021051]ebg vn.Dv nu5 ye 8 oe ,Vle 0
Feb 26 18:05:13 localhost kernel: [1900261.172081] vu:Eet e:ipt,Tp:1,Cd:2
au:0<>1021129]ebg vn.Dv nu5 ye 8 oe ,Vle
Feb 26 18:09:01 localhost CRON[25580]: (root) CMD ( [ -x
/usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -
depth -mindepth 1 -maxdepth 1 -type f -cmin +$(/usr/lib/php5/maxlifetime) ! -
execdir fuser -s {} 2>/dev/null \; -delete)
Feb 26 18:09:53 localhost dhclient: DHCPREQUEST of 10.0.3.120 on eth0 to
10.0.3.1 port 67
Feb 26 18:09:53 localhost dhclient: DHCPACK of 10.0.3.120 from 10.0.3.1
Feb 26 18:09:53 localhost dhclient: bound to 10.0.3.120 -- renewal in 1520
seconds.
Feb 26 18:17:02 localhost CRON[25597]: (root) CMD ( cd / && run-parts --
report /etc/cron.hourly)
Feb 26 18:35:13 localhost dhclient: DHCPREQUEST of 10.0.3.120 on eth0 to
10.0.3.1 port 67
Feb 26 18:35:13 localhost dhclient: DHCPACK of 10.0.3.120 from 10.0.3.1
Feb 26 18:35:13 localhost dhclient: bound to 10.0.3.120 -- renewal in 1632
seconds.
Feb 26 18:39:02 localhost CRON[25610]: (root) CMD ( [ -x
/usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -
depth -mindepth 1 -maxdepth 1 -type f -cmin +$(/usr/lib/php5/maxlifetime) ! -
execdir fuser -s {} 2>/dev/null \; -delete)
Feb 26 19:02:25 localhost dhclient: DHCPREQUEST of 10.0.3.120 on eth0 to
10.0.3.1 port 67
Feb 26 19:02:25 localhost dhclient: DHCPACK of 10.0.3.120 from 10.0.3.1
Feb 26 19:02:25 localhost dhclient: bound to 10.0.3.120 -- renewal in 1611
seconds.
Feb 26 19:09:01 localhost CRON[25627]: (root) CMD ( [ -x
/usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -
depth -mindepth 1 -maxdepth 1 -type f -cmin +$(/usr/lib/php5/maxlifetime) ! -
execdir fuser -s {} 2>/dev/null \; -delete)
Feb 26 19:17:01 localhost CRON[25634]: (root) CMD ( cd / && run-parts --
report /etc/cron.hourly)
Feb 26 19:29:17 localhost dhclient: DHCPREQUEST of 10.0.3.120 on eth0 to
10.0.3.1 port 67
Feb 26 19:29:17 localhost dhclient: DHCPACK of 10.0.3.120 from 10.0.3.1
Feb 26 19:29:17 localhost dhclient: bound to 10.0.3.120 -- renewal in 1631
seconds.
May 17 22:55:54 localhost kernel: imklog 5.8.6, log source = /proc/kmsg
started.
May 17 22:55:54 localhost rsyslogd: [origin software="rsyslogd"
swVersion="5.8.6" x-pid="153" x-info="http://www.rsyslog.com"] start
May 17 22:55:54 localhost rsyslogd: rsyslogd's groupid changed to 103
May 17 22:55:54 localhost rsyslogd: rsyslogd's userid changed to 101
May 17 22:55:54 localhost rsyslogd-2039: Could not open output pipe
'/dev/xconsole' [try http://www.rsyslog.com/e/2039 ]
May 17 22:55:57 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 7
May 17 22:56:00 localhost kernel: [ 1870.144022] vethABtYHn: no IPv6 routr rsn
May 17 22:56:04 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 11
May 17 22:56:05 localhost kernel: ehBYn neigfradn tt
May 17 22:56:05 localhost kernel: [17.508 t0 oIv otr rsn
May 17 22:56:15 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 14
May 17 22:56:29 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 21
May 17 22:56:29 localhost dhclient: 5 bad udp checksums in 5 packets
May 17 22:56:50 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 16
May 17 22:57:06 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 18
May 17 22:57:24 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 20
May 17 22:57:44 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 9
May 17 22:57:53 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 19
May 17 22:57:53 localhost dhclient: 5 bad udp checksums in 5 packets
May 17 22:57:54 localhost cron[183]: (CRON) INFO (pidfile fd = 3)
May 17 22:57:55 localhost cron[206]: (CRON) STARTUP (fork ok)
May 17 22:57:55 localhost cron[206]: (CRON) INFO (Running @reboot jobs)
May 17 22:57:58 localhost /etc/mysql/debian-start[320]: Upgrading MySQL tables
if necessary.
May 17 22:57:58 localhost /etc/mysql/debian-start[323]:
/usr/bin/mysql_upgrade: the '--basedir' option is always ignored
May 17 22:57:58 localhost /etc/mysql/debian-start[323]: Looking for 'mysql'
as: /usr/bin/mysql
May 17 22:57:58 localhost /etc/mysql/debian-start[323]: Looking for
'mysqlcheck' as: /usr/bin/mysqlcheck
May 17 22:57:58 localhost /etc/mysql/debian-start[323]: This installation of
MySQL is already upgraded to 5.5.24, use --force if you still need to run
mysql_upgrade
May 17 22:57:58 localhost /etc/mysql/debian-start[334]: Checking for insecure
root accounts.
May 17 22:57:58 localhost /etc/mysql/debian-start[339]: Triggering myisam-
recover for all MyISAM tables
May 17 22:58:12 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 7
May 17 22:58:19 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 9
May 17 22:58:28 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 13
May 17 22:58:41 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 19
May 17 22:59:00 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 12
May 17 22:59:00 localhost dhclient: 5 bad udp checksums in 5 packets
May 17 22:59:12 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 18
May 17 22:59:30 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 21
May 17 22:59:52 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 13
May 17 23:00:05 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 10
May 17 23:00:15 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 13
May 17 23:00:15 localhost dhclient: 5 bad udp checksums in 5 packets
May 17 23:00:28 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 10
May 17 23:00:38 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 13
May 17 23:00:51 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 4
May 17 23:00:55 localhost dhclient: No DHCPOFFERS received.
May 17 23:01:45 localhost kernel: [ 2215.546858] init: tty4 main process
(1006) killed by TERM signal
May 17 23:01:45 localhost kernel: [ 2215.552731] init: tty5 main process
(1009) killed by TERM signal
May 17 23:01:45 localhost kernel: [ 2215.554203] init: tty2 main process
(1025) killed by TERM signal
May 17 23:01:45 localhost kernel: [ 2215.555694] init: tty3 main process
(1027) killed by TERM signal
May 17 23:01:45 localhost kernel: [ 2215.557579] init: tty6 main process
(1030) killed by TERM signal
May 17 23:01:45 localhost kernel: [ 2215.560933] init: cron main process
(1057) killed by TERM signal
May 17 23:01:45 localhost kernel: [ 2215.563690] init: irqbalance main process
(1103) killed by TERM signal
May 17 23:01:45 localhost kernel: [ 2215.565511] init: tty1 main process
(1307) killed by TERM signal
May 17 23:01:45 localhost kernel: [ 2215.571731] init: plymouth-upstart-bridge
main process (4808) terminated with status 1
May 17 23:01:47 localhost kernel: Kernel logging (proc) stopped.
May 17 23:01:47 localhost rsyslogd: [origin software="rsyslogd"
swVersion="5.8.6" x-pid="153" x-info="http://www.rsyslog.com"] exiting on
signal 15.
May 17 23:07:10 localhost kernel: imklog 5.8.6, log source = /proc/kmsg
started.
May 17 23:07:10 localhost rsyslogd: [origin software="rsyslogd"
swVersion="5.8.6" x-pid="151" x-info="http://www.rsyslog.com"] start
May 17 23:07:10 localhost rsyslogd: rsyslogd's groupid changed to 103
May 17 23:07:10 localhost rsyslogd: rsyslogd's userid changed to 101
May 17 23:07:10 localhost rsyslogd-2039: Could not open output pipe
'/dev/xconsole' [try http://www.rsyslog.com/e/2039 ]
May 17 23:07:10 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 3
May 17 23:07:13 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 3
May 17 23:07:16 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 8
May 17 23:07:24 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 11
May 17 23:07:35 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 11
May 17 23:07:35 localhost dhclient: 5 bad udp checksums in 5 packets
May 17 23:07:46 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 11
May 17 23:07:57 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 10
May 17 23:08:07 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 10
May 17 23:08:17 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 15
May 17 23:08:32 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 18
May 17 23:08:32 localhost dhclient: 5 bad udp checksums in 5 packets
May 17 23:08:50 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 14
May 17 23:09:04 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 15
May 17 23:09:10 localhost cron[184]: (CRON) INFO (pidfile fd = 3)
May 17 23:09:10 localhost cron[205]: (CRON) STARTUP (fork ok)
May 17 23:09:10 localhost cron[205]: (CRON) INFO (Running @reboot jobs)
May 17 23:09:13 localhost /etc/mysql/debian-start[320]: Upgrading MySQL tables
if necessary.
May 17 23:09:13 localhost /etc/mysql/debian-start[323]:
/usr/bin/mysql_upgrade: the '--basedir' option is always ignored
May 17 23:09:13 localhost /etc/mysql/debian-start[323]: Looking for 'mysql'
as: /usr/bin/mysql
May 17 23:09:13 localhost /etc/mysql/debian-start[323]: Looking for
'mysqlcheck' as: /usr/bin/mysqlcheck
May 17 23:09:13 localhost /etc/mysql/debian-start[323]: This installation of
MySQL is already upgraded to 5.5.24, use --force if you still need to run
mysql_upgrade
May 17 23:09:13 localhost /etc/mysql/debian-start[334]: Checking for insecure
root accounts.
May 17 23:09:13 localhost /etc/mysql/debian-start[339]: Triggering myisam-
recover for all MyISAM tables
May 17 23:09:19 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 14
May 17 23:09:33 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 20
May 17 23:09:53 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 20
May 17 23:09:53 localhost dhclient: 5 bad udp checksums in 5 packets
May 17 23:10:13 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 17
May 17 23:10:30 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 8
May 17 23:10:38 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 9
May 17 23:10:47 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 19
May 17 23:11:06 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 14
May 17 23:11:06 localhost dhclient: 5 bad udp checksums in 5 packets
May 17 23:11:20 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 17
May 17 23:11:37 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 16
May 17 23:11:53 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 7
May 17 23:12:00 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 11
May 17 23:12:11 localhost dhclient: No DHCPOFFERS received.
May 17 23:16:04 localhost kernel: Kernel logging (proc) stopped.
May 17 23:16:04 localhost rsyslogd: [origin software="rsyslogd"
swVersion="5.8.6" x-pid="151" x-info="http://www.rsyslog.com"] exiting on
signal 15.
May 17 23:57:39 localhost kernel: imklog 5.8.6, log source = /proc/kmsg
started.
May 17 23:57:39 localhost rsyslogd: [origin software="rsyslogd"
swVersion="5.8.6" x-pid="155" x-info="http://www.rsyslog.com"] start
May 17 23:57:39 localhost rsyslogd: rsyslogd's groupid changed to 103
May 17 23:57:39 localhost rsyslogd: rsyslogd's userid changed to 101
May 17 23:57:39 localhost rsyslogd-2039: Could not open output pipe
'/dev/xconsole' [try http://www.rsyslog.com/e/2039 ]
May 17 23:57:42 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 6
May 17 23:57:45 localhost kernel: [ 0.703 ehoMJ oIv otr rsn
May 17 23:57:48 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 7
May 17 23:57:55 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 15
May 17 23:58:10 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 20
May 17 23:58:10 localhost dhclient: 5 bad udp checksums in 5 packets
May 17 23:58:30 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 7
May 17 23:58:37 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 8
May 17 23:58:45 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 12
May 17 23:58:57 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 12
May 17 23:59:09 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 14
May 17 23:59:09 localhost dhclient: 5 bad udp checksums in 5 packets
May 17 23:59:23 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 15
May 17 23:59:38 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 13
May 17 23:59:40 localhost cron[185]: (CRON) INFO (pidfile fd = 3)
May 17 23:59:40 localhost cron[201]: (CRON) STARTUP (fork ok)
May 17 23:59:40 localhost cron[201]: (CRON) INFO (Running @reboot jobs)
May 17 23:59:43 localhost /etc/mysql/debian-start[320]: Upgrading MySQL tables
if necessary.
May 17 23:59:43 localhost /etc/mysql/debian-start[323]:
/usr/bin/mysql_upgrade: the '--basedir' option is always ignored
May 17 23:59:43 localhost /etc/mysql/debian-start[323]: Looking for 'mysql'
as: /usr/bin/mysql
May 17 23:59:43 localhost /etc/mysql/debian-start[323]: Looking for
'mysqlcheck' as: /usr/bin/mysqlcheck
May 17 23:59:43 localhost /etc/mysql/debian-start[323]: This installation of
MySQL is already upgraded to 5.5.24, use --force if you still need to run
mysql_upgrade
May 17 23:59:43 localhost /etc/mysql/debian-start[334]: Checking for insecure
root accounts.
May 17 23:59:43 localhost /etc/mysql/debian-start[339]: Triggering myisam-
recover for all MyISAM tables
May 17 23:59:51 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 12
May 18 00:00:03 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 10
May 18 00:00:13 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 15
May 18 00:00:13 localhost dhclient: 5 bad udp checksums in 5 packets
May 18 00:00:28 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 20
May 18 00:00:48 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 21
May 18 00:01:10 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 16
May 18 00:01:23 localhost kernel: Kernel logging (proc) stopped.
May 18 00:01:23 localhost rsyslogd: [origin software="rsyslogd"
swVersion="5.8.6" x-pid="155" x-info="http://www.rsyslog.com"] exiting on
signal 15.
May 18 00:05:33 localhost kernel: imklog 5.8.6, log source = /proc/kmsg
started.
May 18 00:05:33 localhost rsyslogd: [origin software="rsyslogd"
swVersion="5.8.6" x-pid="155" x-info="http://www.rsyslog.com"] start
May 18 00:05:33 localhost rsyslogd: rsyslogd's groupid changed to 103
May 18 00:05:33 localhost rsyslogd: rsyslogd's userid changed to 101
May 18 00:05:33 localhost rsyslogd-2039: Could not open output pipe
'/dev/xconsole' [try http://www.rsyslog.com/e/2039 ]
May 18 00:05:36 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 5
May 18 00:05:39 localhost kernel: .702 ehvlQ oIv otr rsn
May 18 00:05:41 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 12
May 18 00:05:43 localhost kernel: lcr:pr (ehvlQ neigfradn tt
May 18 00:05:53 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 14
May 18 00:06:07 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 21
May 18 00:06:07 localhost dhclient: 5 bad udp checksums in 5 packets
May 18 00:06:28 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 21
May 18 00:06:49 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 19
May 18 00:07:08 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 14
May 18 00:07:22 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 20
May 18 00:07:33 localhost cron[184]: (CRON) INFO (pidfile fd = 3)
May 18 00:07:33 localhost cron[200]: (CRON) STARTUP (fork ok)
May 18 00:07:33 localhost cron[200]: (CRON) INFO (Running @reboot jobs)
May 18 00:07:36 localhost /etc/mysql/debian-start[320]: Upgrading MySQL tables
if necessary.
May 18 00:07:36 localhost /etc/mysql/debian-start[323]:
/usr/bin/mysql_upgrade: the '--basedir' option is always ignored
May 18 00:07:36 localhost /etc/mysql/debian-start[323]: Looking for 'mysql'
as: /usr/bin/mysql
May 18 00:07:36 localhost /etc/mysql/debian-start[323]: Looking for
'mysqlcheck' as: /usr/bin/mysqlcheck
May 18 00:07:36 localhost /etc/mysql/debian-start[323]: This installation of
MySQL is already upgraded to 5.5.24, use --force if you still need to run
mysql_upgrade
May 18 00:07:36 localhost /etc/mysql/debian-start[334]: Checking for insecure
root accounts.
May 18 00:07:36 localhost /etc/mysql/debian-start[339]: Triggering myisam-
recover for all MyISAM tables
May 18 00:07:42 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 11
May 18 00:07:42 localhost dhclient: 5 bad udp checksums in 5 packets
May 18 00:07:53 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 11
May 18 00:08:04 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 15
May 18 00:08:19 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 14
May 18 00:08:33 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 11
May 18 00:08:44 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 10
May 18 00:08:44 localhost dhclient: 5 bad udp checksums in 5 packets
May 18 00:08:54 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 7
May 18 00:09:01 localhost CRON[440]: (root) CMD ( [ -x
/usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -
depth -mindepth 1 -maxdepth 1 -type f -cmin +$(/usr/lib/php5/maxlifetime) ! -
execdir fuser -s {} 2>/dev/null \; -delete)
May 18 00:09:01 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 7
May 18 00:09:08 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 9
May 18 00:09:17 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 8
May 18 00:09:25 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 15
May 18 00:09:25 localhost dhclient: 5 bad udp checksums in 5 packets
May 18 00:09:40 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 17
May 18 00:09:57 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 13
May 18 00:10:10 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 18
May 18 00:10:28 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 6
May 18 00:10:34 localhost dhclient: No DHCPOFFERS received.
May 18 00:17:01 localhost CRON[474]: (root) CMD ( cd / && run-parts --report
/etc/cron.hourly)
May 18 00:17:29 localhost kernel: Kernel logging (proc) stopped.
May 18 00:17:29 localhost rsyslogd: [origin software="rsyslogd"
swVersion="5.8.6" x-pid="155" x-info="http://www.rsyslog.com"] exiting on
signal 15.
May 18 00:17:53 localhost kernel: imklog 5.8.6, log source = /proc/kmsg
started.
May 18 00:17:53 localhost rsyslogd: [origin software="rsyslogd"
swVersion="5.8.6" x-pid="155" x-info="http://www.rsyslog.com"] start
May 18 00:17:53 localhost rsyslogd: rsyslogd's groupid changed to 103
May 18 00:17:53 localhost rsyslogd: rsyslogd's userid changed to 101
May 18 00:17:53 localhost rsyslogd-2039: Could not open output pipe
'/dev/xconsole' [try http://www.rsyslog.com/e/2039 ]
May 18 00:17:56 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 3
May 18 00:17:59 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 3
May 18 00:18:02 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 8
May 18 00:18:02 localhost kernel: Fm oIv otr rsn
May 18 00:18:03 localhost kernel: .402 t0 oIv otr rsn
May 18 00:18:07 localhost kernel: 21]lcr:pr (ehxFm neigfradn tt
May 18 00:18:10 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 13
May 18 00:18:10 localhost dhclient: 5 bad udp checksums in 5 packets
May 18 00:18:23 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 18
May 18 00:18:41 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 16
May 18 00:18:57 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 8
May 18 00:19:05 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 19
May 18 00:19:24 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 18
May 18 00:19:24 localhost dhclient: 5 bad udp checksums in 5 packets
May 18 00:19:42 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 18
May 18 00:19:53 localhost cron[184]: (CRON) INFO (pidfile fd = 3)
May 18 00:19:53 localhost cron[196]: (CRON) STARTUP (fork ok)
May 18 00:19:53 localhost cron[196]: (CRON) INFO (Running @reboot jobs)
May 18 00:19:55 localhost /etc/mysql/debian-start[312]: Upgrading MySQL tables
if necessary.
May 18 00:19:55 localhost /etc/mysql/debian-start[315]:
/usr/bin/mysql_upgrade: the '--basedir' option is always ignored
May 18 00:19:55 localhost /etc/mysql/debian-start[315]: Looking for 'mysql'
as: /usr/bin/mysql
May 18 00:19:55 localhost /etc/mysql/debian-start[315]: Looking for
'mysqlcheck' as: /usr/bin/mysqlcheck
May 18 00:19:55 localhost /etc/mysql/debian-start[315]: This installation of
MySQL is already upgraded to 5.5.24, use --force if you still need to run
mysql_upgrade
May 18 00:19:55 localhost /etc/mysql/debian-start[326]: Checking for insecure
root accounts.
May 18 00:19:55 localhost /etc/mysql/debian-start[331]: Triggering myisam-
recover for all MyISAM tables
May 18 00:20:00 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 13
May 18 00:20:13 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 16
May 18 00:20:29 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 16
May 18 00:20:45 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 14
May 18 00:20:45 localhost dhclient: 5 bad udp checksums in 5 packets
May 18 00:20:59 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 8
May 18 00:21:07 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 17
May 18 00:21:24 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 12
May 18 00:21:36 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 16
May 18 00:21:52 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 13
May 18 00:21:52 localhost dhclient: 5 bad udp checksums in 5 packets
May 18 00:22:05 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 14
May 18 00:22:19 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 9
May 18 00:22:28 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 11
May 18 00:22:39 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 11
May 18 00:22:50 localhost dhclient: DHCPDISCOVER on eth0 to 255.255.255.255
port 67 interval 4
May 18 00:22:50 localhost dhclient: 5 bad udp checksums in 5 packets
May 18 00:22:54 localhost dhclient: No DHCPOFFERS received.
More information about the lxc-users
mailing list