From owner-freebsd-current Fri Oct 16 08:37:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA12943 for freebsd-current-outgoing; Fri, 16 Oct 1998 08:37:59 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from zone.syracuse.net (zone.syracuse.net [205.232.47.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA12826 for ; Fri, 16 Oct 1998 08:37:26 -0700 (PDT) (envelope-from green@zone.syracuse.net) Received: from localhost (green@localhost) by zone.syracuse.net (8.8.8/8.8.7) with ESMTP id LAA18009; Fri, 16 Oct 1998 11:36:30 -0400 (EDT) Date: Fri, 16 Oct 1998 11:36:30 -0400 (EDT) From: Brian Feldman To: "Marc G. Fournier" cc: freebsd-current@FreeBSD.ORG Subject: Re: can't checkout kernel source code for 3.0-CURRENT... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG But you haven't used ktrace/kdump instead of truss? By default, I'm not sure if truss is the best thing to use, really. Ktrace and kdump always does a much nicer job. Cheers, Brian Feldman On Fri, 16 Oct 1998, Marc G. Fournier wrote: > > I got into the habit awhile back of cvsup'ng down the CVS reposity, and > then doing checkouts on my own here, and after cvsup'ng the newest code as > of this morning, and trying to check it out, I get: > > hub# pwd > /usr/src/sys/i386/isa > hub# cvs update . > cvs update: Updating . > Abort (core dumped) > hub# > > I rm -rf'd the sys directory from the cvs repository and re-cvsup'd that. > No change. I removed /usr/src/sys and re-checked it out. No change. > > Using truss, the error appears to be: > > syscall > open("/usr/local/freebsd-cvsroot/src/sys/i386/isa/if_ed.c,v",0,0666) > returns 4 (0x4) > syscall fstat(4,0xefbfd7b8) > returns 0 (0x0) > syscall read(0x4,0x8c000,0x2000) > returns 8192 (0x2000) > syscall lstat(0x85340,0xefbfd7d8) > errno 2 'No such file or directory' > > Doing an ls -l of the file shows it fine, so I'm not sure which file it > isn't finding :( > > Help? > > Marc G. Fournier scrappy@hub.org > Systems Administrator @ hub.org > scrappy@{postgresql|isc}.org ICQ#7615664 > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message