Re: X programs inside chroot

2006-10-03 Thread Lubos Vrbka
hi, I solved my own problem, Here is the solution: I bind mounted /tmp in the chroot (e.g. mount --bind /tmp /chroots/sarge-ia32/tmp). Why did this solve the problem? * The X server on the host did not have a TCP/IP listener, only a unix * domain listener (e.g. /tmp/.X11-unix) which was not av

Re: X programs inside chroot

2006-10-02 Thread James Richardson
James Richardson wrote: > Greetings! > > I have setup an i386 chroot (sarge) on my amd64 (also sarge) on my > laptop. However I cannot run X programs inside. I get the error can't > open display: :0.0. > > I get the error from xterm and OpenOffice. > > I have mount /proc inside the chroot. > >

Re: X programs inside chroot

2006-10-02 Thread James Richardson
James Richardson wrote: > Greetings! > > I have setup an i386 chroot (sarge) on my amd64 (also sarge) on my > laptop. However I cannot run X programs inside. I get the error can't > open display: :0.0. > > I get the error from xterm and OpenOffice. > > I have mount /proc inside the chroot. > >

RE: X programs inside chroot

2006-10-02 Thread Stephen Yorke
, October 02, 2006 10:21 PM To: debian-user@lists.debian.org Subject: X programs inside chroot Greetings! I have setup an i386 chroot (sarge) on my amd64 (also sarge) on my laptop. However I cannot run X programs inside. I get the error can't open display: :0.0. I get the error from xterm

X programs inside chroot

2006-10-02 Thread James Richardson
Greetings! I have setup an i386 chroot (sarge) on my amd64 (also sarge) on my laptop. However I cannot run X programs inside. I get the error can't open display: :0.0. I get the error from xterm and OpenOffice. I have mount /proc inside the chroot. At first I thought it may have been a permissi