From owner-freebsd-current@FreeBSD.ORG Fri Feb 6 01:49:55 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C43416A4CE for ; Fri, 6 Feb 2004 01:49:55 -0800 (PST) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id E7B3943D58 for ; Fri, 6 Feb 2004 01:49:53 -0800 (PST) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([24.7.73.28]) by comcast.net (sccrmhc12) with ESMTP id <20040206094952012007uksde>; Fri, 6 Feb 2004 09:49:53 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id BAA24972 for ; Fri, 6 Feb 2004 01:49:52 -0800 (PST) Date: Fri, 6 Feb 2004 01:49:52 -0800 (PST) From: Julian Elischer To: FreeBSD current users In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: FreeBSD 1.1 under -current :-) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Feb 2004 09:49:55 -0000 hate replying to myself but I forgot the ktrace output. On Fri, 6 Feb 2004, Julian Elischer wrote: > > > On Fri, 6 Feb 2004, Julian Elischer wrote: > > > > > well this is not really a -current question, but.. > > I unpacked a freebsd 1.1 cdrom into a subdirectory > > and after kldloading the aout module, chroot'd into it.. > > > [...] > > > > then it all blows up.. > > > > does anyone remember if there was an extra step we used to have to do? > > did we have to have a populated /usr/obj to start with? > > if so where did we get it from? > > > I've tracked it down to mkdir -p > not being able to work. > > does anyone remember if there was a change to statfs or fstat > or similar that would stop a 1.1 binary from working correctly? > > interestingly, I think this MAY have.....worked about 9 months ago.. > I ran into the 30000 PID problem previously > doing a make world and I think it got beyond this point. > jules# ktrace ./mkdir -p /tmp/xx/xx mkdir: : No such file or directory jules# kdump |more 4690 ktrace RET ktrace 0 4690 ktrace CALL execve(0xbfbfedcf,0xbfbfece8,0xbfbfecf8) 4690 ktrace NAMI "./mkdir" 4690 mkdir RET execve 0 4690 mkdir CALL umask(0) 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 4690 mkdir CALL write(0x2,0xbfbfe5e8,0x23) 4690 mkdir GIO fd 2 wrote 35 bytes "mkdir: : No such file or directory " 4690 mkdir RET write 35/0x23 4690 mkdir CALL exit(0x1) jules# > my guess is that someone has broken "old.stat" as it never even tries to > do a NAMEI. > > > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >