[lxc-users] centos/7/amd64 image broken

Dongsheng Song dongsheng.song at gmail.com
Wed Sep 17 13:39:10 UTC 2014


Hi,

I can install and running centos/6/amd64 smoothly:

lxc-create -t download -n centos6-01 --     --dist centos --release 6
--arch amd64
lxc-start -d -n centos6-01
lxc-attach -n centos6-01

yum update; yum upgrade -y

But centos/7/amd64 was broken:

lxc-create -t download -n centos7-01 --     --dist centos --release 7
--arch amd64
lxc-start -d -n centos7-01
lxc-attach -n centos7-01

[root at centos7-01 log]# ps -e f
  PID TTY      STAT   TIME COMMAND
   17 ?        S      0:00 /bin/bash
   86 ?        R+     0:00  \_ ps -e f
    1 ?        Ss     0:00 /sbin/init
    9 ?        Z      0:00 [mount] <defunct>
   10 ?        Z      0:00 [mount] <defunct>
   11 ?        Zs     0:00 [(journald)] <defunct>
   12 ?        Zs     0:00 [systemd-tmpfile] <defunct>
   13 ?        Z      0:00 [mount] <defunct>
   14 ?        Zs     0:00 [systemd-remount] <defunct>

yum upgrade frozen:
    yum update; yum upgrade -y

[root at centos7-01 ~]# ps -e f
  PID TTY      STAT   TIME COMMAND
  147 ?        S      0:00 /bin/bash
  159 ?        R+     0:00  \_ ps -e f
   17 ?        S      0:00 /bin/bash
   87 ?        S+     0:14  \_ /usr/bin/python /usr/bin/yum update
    1 ?        Ss     0:00 /sbin/init
   83 ?        Ss     0:00 dhclient eth0
  137 ?        Zs     0:00 [systemctl] <defunct>
  140 ?        Zs     0:00 [(journald)] <defunct>

The container is the latest debian/jessie (amd64), with kernel
3.14.15-2 (2014-08-09) and lxc 1.0.5-3.

Regards,
Dongsheng


More information about the lxc-users mailing list