Thanks for your help Serge. Unfortunately I hit another problem. When I start my container with networking commented out my console does not display the login prompt and I see the following error messages after lxc-start: udevd[74]: bind failed: Address already in use
udevd[74]: error binding control socket, seems udevd is already running Here is my config file: # cat /var/lib/lxc/clp/config #lxc.network.type = empty #lxc.network.flags = up lxc.rootfs = /var/lib/lxc/clp/rootfs lxc.utsname = clp lxc.tty = 4 lxc.pts = 1024 lxc.mount = /var/lib/lxc/clp/fstab And I use the following fstab file: # cat /var/lib/lxc/clp/fstab /dev /var/lib/lxc/clp/rootfs/dev none bind 0 0 /dev/pts /var/lib/lxc/clp/rootfs/dev/pts none bind 0 0 /sys /var/lib/lxc/clp/rootfs/sys none bind 0 0 /clp_data/data /var/lib/lxc/clp/rootfs/data none bind 0 0 /clp_data/encrypted-data /var/lib/lxc/clp/rootfs/encrypted-data none bind 0 0 /clp_data/cache-data /var/lib/lxc/clp/rootfs/cache-data none bind 0 0 /clp_data/core /var/lib/lxc/clp/rootfs/core none bind 0 0 If I uncomment lxc.network.* statements my container comes up with no problems and my console works as expected. Any ideas what is udev control socket? How can I get my console login prompt? Thanks, Piotr Piotr On Wed, Jan 15, 2014 at 12:47 PM, Serge Hallyn <[email protected]>wrote: > Quoting Piotr R ([email protected]): > > Sorry for not including lxc version. I am running lxc on Red Hat 6.4: > > # rpm -qa | grep lxc > > lxc-libs-0.9.0-2.el6.x86_64 > > lxc-0.9.0-2.el6.x86_64 > > > > When I used none for network type I got the following error: > > lxc-start: invalid network type none > > lxc-start: failed to read configuration file > > > > So I presume I should just remove all lxc.network statements from my > config > > file to get it working. > > Yes, in 0.9.0 that will work. > > -serge > _______________________________________________ > lxc-users mailing list > [email protected] > http://lists.linuxcontainers.org/listinfo/lxc-users >
_______________________________________________ lxc-users mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-users
