problem installing addjailsw
Brought to you by:
assman
Hello,
we are trying to install Jail into Ubuntu Server 10.4.
We follow the next steps:
sudo su
change the path inside Makefile: INSTALL_DIR = /usr/
make
make install
/usr/bin/mkjailenv /var/chroot
/usr/bin/addjailsw /var/chroot
but with this last command, we get this output:
Warning: can't create /proc/filesystems from the /proc filesystem
Warning: can't create /proc/sys/kernel/ngroups_max from the /proc filesystem
Warning: can't create /proc/meminfo from the /proc filesystem
Warning: not allowed to overwrite /var/chroot/etc/passwd
Warning: not allowed to overwrite /var/chroot/etc/group
and nothing is installed.. (no bash...etc..)
do you know what should be problem??
thanks in advance!
;)