Quoting 술욱 ([email protected]): > Hello list! > > I need to run a Lucid container on a Trusty host but after lxc-start, the > container hangs forever. > > $ sudo lxc-start -n testing > init: hwclock main process (6) terminated with status 77 > init: ureadahead main process (8) terminated with status 5 > init: ureadahead-other main process (52) terminated with status 4 > mount: mount point /dev/shm is a symbolic link to nowhere > mountall: mount /dev/shm [53] terminated with status 32 > mountall: Filesystem could not be mounted: /dev/shm > > > Is Lucid supported on Trusty? If so, how can I fix this?
Yeah this looks like an error in the download template. The easiest workaround right now is to lxc-start -n testing -d lxc-attach -n testing # rm /dev/shm # mkdir /dev/shm # exit lxc-stop -n testing lxc-start -n testing # now this will work _______________________________________________ lxc-users mailing list [email protected] http://lists.linuxcontainers.org/listinfo/lxc-users
