[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: apache, chroot, testing



Herold Heiko wrote:
> /var/www/dev#mknod tty c 1 0 ; chown root.wheel tty ; chmod 666 tty
> /var/www/dev#chroot /var/www /bin/sh
> /bin/sh: No controlling tty (open /dev/tty: Device not configured)
> /bin/sh: warning: won't have full job control

/var is mounted nodev by default, you might have to change that for this
to work.


Moritz