[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: apache, chroot, testing
Works.
Stupid not thinking of that.
Thanks!
Heiko
--
-- PREVINET S.p.A. www.previnet.it
-- Heiko Herold Heiko.Herold@previnet.it
-- +39-041-5907073 ph
-- +39-041-5907472 fax
> -----Original Message-----
> From: lists@scapa.dnsalias.net [mailto:lists@scapa.dnsalias.net]
> Sent: Friday, August 01, 2003 2:54 PM
> To: Herold Heiko
> Cc: misc@openbsd.org
> Subject: 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