|
schroot x applications xauth vs. xnest adding users no binding
Five schroot questions:
The schroot guides I've found suggest binding /dev, /proc/ /tmp, /sys, /home to folders in /foo/wherei'vegotmy/chroot/dev,/proc,/etc
I thought I wouldn't have to do this with schroot. I don't want the same home for sure. The others... I worry that I'll forget and rm -r /var/chroot without unmounting...
1. Do I really need to? (I think with /proc it's necessary or I get a segfault...)
-------Graphics stuff-------------
2. Is /tmp for /xstuff ?
xnest worked well. copying xauth didn't work. I would prefer to not have to use xnest but I can. The alternative I saw was export display 0:0 and use xhost + for a second, start the program and then xhost -. It didn't open.
3. Any ideas for seamless integration into a running desktop environment?
-------user stuff-------------------
4. For some reason (I checked /etc/schroot/schroot.conf and din't find anything) schroot is looking for my /home/notthechrootuser. I get an error message. How can I correct this? Where should I look?
5. I use adduser to add a user in the chroot but the user diasappears everytime I leave the chroot. The user's directory is still there. How do I stop this?
|