It is possible to run and get working startx inside a container, I'm trying but the only way to have a window manager is: launch 'xinit' on host, export DISPLAY on guest and then execute gnome-session on guest.<br>
<br>startx fail on guest, what are needed for get it working(if is possible)?<br>This is the Xorg.0.log <a href="http://pastebin.com/fb49b4a4">http://pastebin.com/fb49b4a4</a><br>My guest is a debian 5 stable system<br>This is the configuration file used for "lxc-create":<br>
<br>lxc.utsname = deepthought<br>lxc.tty = 12<br>lxc.pts = 1024<br>lxc.network.type = veth<br>lxc.network.flags = up<br>lxc.network.link = br0<br><a href="http://lxc.network.name">lxc.network.name</a> = eth0<br>lxc.network.mtu = 1500<br>
lxc.mount = lxc.fIwTn16YJM<br>lxc.cgroup.devices.deny = a<br># /dev/null and zero<br>lxc.cgroup.devices.allow = c 1:3 rwm<br>lxc.cgroup.devices.allow = c 1:5 rwm<br># consoles<br>lxc.cgroup.devices.allow = c 5:1 rwm<br>lxc.cgroup.devices.allow = c 5:0 rwm<br>
lxc.cgroup.devices.allow = c 4:0 rwm<br>lxc.cgroup.devices.allow = c 4:1 rwm<br>lxc.cgroup.devices.allow = c 4:* rwm<br>lxc.cgroup.devices.allow = c 5:* rwm<br># /dev/{,u}random<br>lxc.cgroup.devices.allow = c 1:9 rwm<br>
lxc.cgroup.devices.allow = c 1:8 rwm<br>lxc.cgroup.devices.allow = c 136:* rwm<br>lxc.cgroup.devices.allow = c 5:2 rwm<br># rtc<br>lxc.cgroup.devices.allow = c 254:0 rwm<br># agpgart<br>lxc.cgroup.devices.allow = c 10:175 rwm<br>
<br><br>Thanks,<br>Andrea Conci<br><br>