Date: Tue, 24 Aug 2004 09:24:51 +0930 From: "Wilkinson, Alex" <alex.wilkinson@dsto.defence.gov.au> To: buga@auug.org.au Cc: questions@freebsd.org Subject: df(1) && vnconfig(8) hanging .... Message-ID: <20040823235451.GC3368@squirm.dsto.defence.gov.au>
next in thread | raw e-mail | index | archive | help
Hi all, This morning I wanted to edit an ISO to instruct the kernel to redirect its output to serial. i.e # sudo vnconfig -v -c /dev/vn0 5.3-BETA1-i386-miniinst.iso # sudo mount -t cd9660 -o rw /dev/vn0 /mnt # sudo tcsh # echo "/boot/loader -h" > boot.config boot.config: Read-only file system. Forget the afforementioned error. The problem that I have is now when I issue a df(1) my shell hangs: e.g. # df -h ^C^C^D ^C^C^D # ps -aux | grep df username 3333 0.0 0.0 212 96 p2 D+ 9:04AM 0:00.00 df -h username 3332 0.0 0.0 212 96 p1 D+ 9:04AM 0:00.00 df -h # kill -9 3333 3332 # ps -aux | grep df username 3333 0.0 0.0 212 96 p2 D+ 9:04AM 0:00.00 df -h username 3332 0.0 0.0 212 96 p1 D+ 9:04AM 0:00.00 df -h No change. I'm not sure what has hung here, nor am I sure how to 'un-hang' my shell. Any thoughts anyone ? - aW
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040823235451.GC3368>