Hi everybody!
I'm sorry but English isn't my native language.
Does anyone know how to run X applications inside a chroot? I've seen in GNU/Linux and I want do to this in FreeBSD.
I've modified for the chroot in rc.conf :
And then I do:
To have /tmp in the chroot, but when I run any X application as ark, I receipt
and I export DISPLAY and PATH correctly.
I forgot, I'm running FreeBSD 8.2-PRERELEASE on an AMD64, and I want chroot or jail (both working good together) to compile i386 or amd64 binaries.
Thanks everybody!
I'm sorry but English isn't my native language.
Does anyone know how to run X applications inside a chroot? I've seen in GNU/Linux and I want do to this in FreeBSD.
I've modified for the chroot in rc.conf :
Code:
jail_x32_ip="192.168.1.32"
jail_x32_devfs_enable="YES"
jail_x32_procfs_enable="YES"
And then I do:
/sbin/mount_nullfs /tmp /x32/tmp
To have /tmp in the chroot, but when I run any X application as ark, I receipt
Code:
cannot connect to X server :0.0
I forgot, I'm running FreeBSD 8.2-PRERELEASE on an AMD64, and I want chroot or jail (both working good together) to compile i386 or amd64 binaries.
Thanks everybody!
Last edited by a moderator: