From owner-freebsd-stable Mon Mar 2 21:41:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA08366 for freebsd-stable-outgoing; Mon, 2 Mar 1998 21:41:53 -0800 (PST) (envelope-from owner-freebsd-stable@FreeBSD.ORG) Received: from hcs.harvard.edu (hcs.harvard.edu [140.247.73.252]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA08357 for ; Mon, 2 Mar 1998 21:41:45 -0800 (PST) (envelope-from kemiller@hcs.harvard.edu) Received: (from kemiller@localhost) by hcs.harvard.edu (8.8.5/8.8.3) id AAA07082; Tue, 3 Mar 1998 00:41:44 -0500 (EST) Message-ID: <19980303004144.55817@hcs.harvard.edu> Date: Tue, 3 Mar 1998 00:41:44 -0500 From: Kenneth Miller To: freebsd-stable@FreeBSD.ORG Subject: odd getcwd behavior Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk getcwd has started to misbehave since i installed -stable. the following illustrates: [whitestar /]% lld usr drwxr-xr-x 21 root wheel 512 Feb 9 16:47 usr/ [whitestar /]% cd usr [whitestar /usr]% sh $ pwd /usr $ exit [whitestar /usr]% lld local drwxr-xr-x 22 root wheel 512 Feb 26 18:54 local/ [whitestar /usr]% cd local [whitestar /usr/local]% sh sh: cannot determine working directory $ pwd pwd: getcwd() failed: Permission denied $ the initial shell is zsh, which works fine, as does bash. sh, csh, and tcsh all suffer. it only seems to affect the /usr/local partition, which is particularily odd. apologies if i've missed something obvious. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message