Re: In chroot: /dev/stdin: Device not configured

2006-02-24 Thread Tom Cosgrove
Matthias Kilian 24-Feb-06 21:38 Hi, can anyone tell me wtf I'm missing in the commands below? # mkdir foo # cd foo # mkdir bin dev # cp -p /bin/cat bin # cd dev # /dev/MAKEDEV std # cd .. # chroot . /bin/cat /dev/stdin cat: /dev/stdin: Device not configured The reason I ask is

Re: In chroot: /dev/stdin: Device not configured

2006-02-24 Thread Nick Guenther
On 2/24/06, Matthias Kilian [EMAIL PROTECTED] wrote: Hi, can anyone tell me wtf I'm missing in the commands below? # mkdir foo # cd foo # mkdir bin dev # cp -p /bin/cat bin # cd dev # /dev/MAKEDEV std This should say stdin, no? # cd .. # chroot . /bin/cat /dev/stdin cat: /dev/stdin:

Re: In chroot: /dev/stdin: Device not configured

2006-02-24 Thread Nick Holland
On Fri, Feb 24, 2006 at 10:38:13PM +0100, Matthias Kilian wrote: Hi, can anyone tell me wtf I'm missing in the commands below? # mkdir foo # cd foo # mkdir bin dev # cp -p /bin/cat bin # cd dev # /dev/MAKEDEV std # cd .. # chroot . /bin/cat /dev/stdin cat: /dev/stdin: Device not

Re: In chroot: /dev/stdin: Device not configured

2006-02-24 Thread Theo de Raadt
can anyone tell me wtf I'm missing in the commands below? # mkdir foo # cd foo # mkdir bin dev # cp -p /bin/cat bin # cd dev # /dev/MAKEDEV std # cd .. # chroot . /bin/cat /dev/stdin cat: /dev/stdin: Device not configured The reason I ask is that I need to run tar -czf within a

Re: In chroot: /dev/stdin: Device not configured

2006-02-24 Thread Theo de Raadt
can anyone tell me wtf I'm missing in the commands below? # mkdir foo # cd foo # mkdir bin dev # cp -p /bin/cat bin # cd dev # /dev/MAKEDEV std # cd .. # chroot . /bin/cat /dev/stdin cat: /dev/stdin: Device not configured The reason I ask is that I need to run tar -czf

Re: In chroot: /dev/stdin: Device not configured

2006-02-24 Thread Matthias Kilian
On Fri, Feb 24, 2006 at 04:49:07PM -0500, Nick Holland wrote: cat: /dev/stdin: Device not configured [...] ~ $ mount /dev/wd0a on / type ffs (local, softdep) /dev/wd0h on /home type ffs (local, nodev, nosuid, softdep) /dev/wd0e on /tmp type ffs (local, nodev, nosuid, softdep) /dev/wd0d on