Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 538698

Summary: app-emulation/lxc-1.1.0 version bump
Product: Gentoo Linux Reporter: Andrew Savchenko <bircoph>
Component: Current packagesAssignee: Diego Elio Pettenò (RETIRED) <flameeyes>
Status: RESOLVED FIXED    
Severity: normal CC: bircoph, dev-zero, hwoarang, jdavid.ibp, virtualization, xaionaro, zunkree
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=539208
https://bugs.gentoo.org/show_bug.cgi?id=539322
Whiteboard:
Package list:
Runtime testing required: ---

Description Andrew Savchenko gentoo-dev 2015-02-03 19:54:38 UTC
Hello,

LXC-1.1.0 is released:
https://linuxcontainers.org/lxc/news/

The most important change (IMHO) is sys-process/criu support.
Please update :)
Comment 1 Markos Chandras (RETIRED) gentoo-dev 2015-02-03 20:14:28 UTC
Not many things seem to have changed from the packaging pov. The bump should be easy enough.  I will have a look
Comment 2 Markos Chandras (RETIRED) gentoo-dev 2015-02-08 09:53:43 UTC
Bumped. It mostly works but it certainly needs more testing
Comment 3 Nico Baggus 2015-02-15 18:16:38 UTC
I have a problem with it:
Also it would be nice to know how lxc 1.1.0 can be made to run a container again.
It cannot start any lxc container with the error that it cannot find a dev, .. etc. under /var/lib/lxc/rootfs
as /var/lib/lxc/rootfs/dev/shm
Needles to say with the previous version of lxc it did work.


hand start:
#  lxc-start  -n mlsrvr -f /etc/lxc/mlsrvr/config -F 
lxc: cgmanager.c: lxc_cgmanager_escape: 329 call to cgmanager_move_pid_abs_sync(name=systemd) failed: invalid request
lxc-start: conf.c: mount_entry: 1705 No such file or directory - failed to mount 'shm' on '/var/lib/lxc/rootfs/dev/shm'
lxc-start: conf.c: lxc_setup: 3815 failed to setup the mount entries for 'mlsrvr'
lxc-start: start.c: do_start: 699 failed to setup the container
lxc-start: sync.c: __sync_wait: 51 invalid sequence number 1. expected 2
lxc-start: start.c: __lxc_start: 1157 failed to spawn 'mlsrvr'
lxc-start: lxc_start.c: main: 344 The container failed to start.
lxc-start: lxc_start.c: main: 348 Additional information can be obtained by setting the --logfile and --logpriority options.


Other containers also fail, but on different filesystems, but all on 
/var/lib/lxc/rootfs


# lxc-start  -n test -f /etc/lxc/test/config -F
lxc: cgmanager.c: lxc_cgmanager_escape: 329 call to cgmanager_move_pid_abs_sync(name=systemd) failed: invalid request
lxc-start: conf.c: lxc_mount_auto_mounts: 802 No such file or directory - error mounting /var/lib/lxc/rootfs/proc/sysrq-trigger on /var/lib/lxc/rootfs/proc/sysrq-trigger flags 4096
lxc-start: conf.c: lxc_setup: 3805 failed to setup the automatic mounts for 'test'
lxc-start: start.c: do_start: 699 failed to setup the container
lxc-start: sync.c: __sync_wait: 51 invalid sequence number 1. expected 2
lxc-start: start.c: __lxc_start: 1157 failed to spawn 'test'
lxc-start: lxc_start.c: main: 344 The container failed to start.
lxc-start: lxc_start.c: main: 348 Additional information can be obtained by setting the --logfile and --logpriority options.
Comment 4 Andrew Savchenko gentoo-dev 2015-02-15 19:43:50 UTC
Please open new bugs about any new issues. This problem has nothing to do with version bump itself.