Date: Fri, 6 Feb 2004 11:48:12 -0800 (PST) From: Julian Elischer <julian@elischer.org> To: Garrett Wollman <wollman@khavrinen.lcs.mit.edu> Cc: FreeBSD current users <current@FreeBSD.ORG> Subject: Re: FreeBSD 1.1 under -current :-) Message-ID: <Pine.BSF.4.21.0402061139030.24800-100000@InterJet.elischer.org> In-Reply-To: <200402061855.i16It4AC050196@khavrinen.lcs.mit.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 6 Feb 2004, Garrett Wollman wrote: > <<On Fri, 6 Feb 2004 01:49:52 -0800 (PST), Julian Elischer <julian@elischer.org> said: > > > jules# ktrace ./mkdir -p /tmp/xx/xx > > mkdir: : No such file or directory > > FreeBSD 1.x had a bug in which the pathname "" would be treated the > same as ".". Some of the 1.x utilities had bugs which depended on > this bug in order to function. This was fixed in 2.x IIRC. hmmm I don't think this is the problem, but it's an interesting thought. the failing syscall is I think mkdir with flags (mode 755) I'm pretty sure the argument was an absolute path.. possibly it's '/usr' if teh stat failure was not real. 4690 mkdir RET umask 18/0x12 4690 mkdir CALL old.stat(0xbfbfeddb,0xbfbfecd8) 4690 mkdir RET old.stat -1 errno 2 No such file or directory 4690 mkdir CALL mkdir(0xbfbfeddb,0x1ed) 4690 mkdir RET mkdir -1 errno 2 No such file or directory > > -GAWollman > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0402061139030.24800-100000>