Hi,
I have a rather old 6.2-RELEASE FreeBSD installation that I want to run inside a jail. I have the jail working, except that every time something tries to
The host machine is 9.2-RELEASE and if I make a test 9.2 system inside a jail everything works fine.
Here are some examples of how it fails:
I have a rather old 6.2-RELEASE FreeBSD installation that I want to run inside a jail. I have the jail working, except that every time something tries to
setuid
it seems to fail. This causes lots of problems when programs like qmail, icecast, mysql etc. start up as they all try to drop privileges. Has anyone run into this issue?The host machine is 9.2-RELEASE and if I make a test 9.2 system inside a jail everything works fine.
Here are some examples of how it fails:
Code:
[root@box ~]# su - user
su: /usr/local/bin/bash: Permission denied
[root@box ~]# sudo su -
sudo: can't open /usr/local/etc/sudoers: Permission denied
[root@box ~]#