From owner-freebsd-bugs Mon Dec 30 08:00:03 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA03503 for bugs-outgoing; Mon, 30 Dec 1996 08:00:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id IAA03495; Mon, 30 Dec 1996 08:00:02 -0800 (PST) Date: Mon, 30 Dec 1996 08:00:02 -0800 (PST) Message-Id: <199612301600.IAA03495@freefall.freebsd.org> To: freebsd-bugs Cc: From: J Wunsch Subject: Re: bin/2315: tail segfaults on NFS permission denied Reply-To: J Wunsch Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR bin/2315; it has been noted by GNATS. From: J Wunsch To: hhui@arcfour.com Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: bin/2315: tail segfaults on NFS permission denied Date: Mon, 30 Dec 1996 16:50:53 +0100 (MET) As Hui-Hui Hu wrote: > client# mount -t nfs -o nosuid server:/foo /foo > client# tail /foo/filename > Segmentation fault What's up with your environment? uriah # mount localhost:/tmp /mnt uriah # umount /mnt uriah # mount -o nosuid localhost:/tmp /mnt uriah # tail /mnt/makefile SYSTEM := $(shell uname -s) all: echo $(SYSTEM) uriah # umount /mnt > /kernel: vnode_pager_getpages: I/O read error > /kernel: vm_fault: pager input (probably hardware) error, PID 15308 failure > /kernel: pid 15308 (tail), uid 0: exited on signal 11 That seems to be the culprit. Is your filesystem the `tail' came from also NFS? -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)