Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Oct 1996 17:29:07 -0500 (CDT)
From:      Karl Denninger  <karl@Mcs.Net>
To:        current@freebsd.org
Subject:   More on the disappearing directory problem
Message-ID:  <199610132229.RAA01131@Jupiter.Mcs.Net>

next in thread | raw e-mail | index | archive | help

Environment:	Mounted directory via NFS, -CURRENT load.

Ftp into the machine using a normal login, and do a "pwd".  You sometimes
get back a "permission denied" status.

With the actual error logged, you get this:

230 User trebor logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> pwd
550 Permission denied (2).
ftp> quit
221 Goodbye.

Errno = 2, which is "ENOENT", or the directory DISAPPEARED!  (This is being
returned by the "getcwd" system call)

However, if you then do an "ls -la", you DO see the directory and its
contents.

This is the only remaining open problem in the -CURRENT tree that we have.

Anyone have any ideas on this?

--
--
Karl Denninger (karl@MCS.Net)| MCSNet - The Finest Internet Connectivity
http://www.mcs.net/~karl     | T1 from $600 monthly; speeds to DS-3 available
			     | 23 Chicagoland Prefixes, 13 ISDN, much more
Voice: [+1 312 803-MCS1 x219]| Email to "info@mcs.net" WWW: http://www.mcs.net/
Fax:   [+1 312 248-9865]     | Home of Chicago's only FULL Clarinet feed!



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610132229.RAA01131>