Re: Panic during -CURRENT buildworld

2001-05-18 Thread David Wolfskill
>Date: Fri, 18 May 2001 10:48:19 -0700 (PDT) >From: David Wolfskill <[EMAIL PROTECTED]> >[Excruciatingly long narrative of panic during buildworld for today's -CURRENT elided; it's in the archives. dhw] Reporting back after getting today's -CURRENT built: FreeBSD dhcp-140.catwhisker.org 5.0-CUR

Re: Where to put include files (was: cvs commit: src Makefile.inc1)

2001-05-18 Thread Peter Wemm
Brian Somers wrote: > John/peter, could you repo-copy src/sys/dev/digi/digiio.h to > src/sys/sys/digiio.h ? Done. > Ta. > > > On Fri, 18 May 2001, Brian Somers wrote: > > > > > > On Thu, 17 May 2001, Warner Losh wrote: > > > > I quite like the fact that the programming interface is > > > > s

Re: Mounting CD9660 filesystem as root filesystem is broken

2001-05-18 Thread Makoto MATSUSHITA
Forge to mention that all tests are done with Intel PCs. matusita> P.S.: A procedure to make a CD-ROM itself is shown in my previous email[1]. If you wanna get CD-ROM image to reproduce this with your PC, fetch ftp://current.jp.FreeBSD.org/pub/FreeBSD/snapshots/i386/ISO-IMAGES/live-current.iso>

Mounting CD9660 filesystem as root filesystem is broken

2001-05-18 Thread Makoto MATSUSHITA
I've send a email before about this[1], but a situation is not changed until now. My friends does confirm the situation recently[2], so I send a email again... *** It seems that recent (as of May/2001) 5-current kernel cannot mount CD9660 filesystem (usually CD-ROM) as a root filesystem. The ke

Re: Panic during -CURRENT buildworld

2001-05-18 Thread Szilveszter Adam
Hello everybody, These problems with the alternate superblock remind me... there were reports about the same when fsck had problems some time ago. But there was a common theme to all of them: The fsck raves were a whole lot more severe if there were softupdates enabled. I for example have been

Panic during -CURRENT buildworld

2001-05-18 Thread David Wolfskill
[This is *really* long. Sorry. dhw] Running: FreeBSD dhcp-140.catwhisker.org 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Thu May 17 09:13:03 PDT 2001 [EMAIL PROTECTED]:/common/C/obj/usr/src/sys/LAPTOP_30W i386 (The "#1" sequence number is probably misleading; I'll go into that below. It was aro

Re: Where to put include files (was: cvs commit: src Makefile.inc1)

2001-05-18 Thread Warner Losh
In message <[EMAIL PROTECTED]> Bruce Evans writes: : On Fri, 18 May 2001, Brian Somers wrote: : : > > On Thu, 17 May 2001, Warner Losh wrote: : > > I quite like the fact that the programming interface is : > > separated from the driver implementation. There is less chance that the : > > driver

Re: cvsup 17-5-2001

2001-05-18 Thread Bruce Evans
On Thu, 17 May 2001, Adrian Browne wrote: > cvsup 17-5-2001 > > buildworld worked fine > make install failed with the following: > > /usr/share/man/man1/tcsh.1.gz -> /usr/share/man/man1/csh.1.gz > ===> bin/csh/nls > ===> bin/csh/nls/finnish > install -c -o root -g wheel -m 444 tcsh.cat > /usr/

Re: Where to put include files (was: cvs commit: src Makefile.inc1)

2001-05-18 Thread Ruslan Ermilov
On Fri, May 18, 2001 at 05:11:11PM +0300, Ruslan Ermilov wrote: > On Thu, May 17, 2001 at 07:52:51PM +0300, Ruslan Ermilov wrote: > [...] > > > > There are 59 Makefiles that have -I${.CURDIR}/(../)+sys in them. > > All these are bogus. We should get rid of all of them (-I's). > > > > So far, I

Re: Where to put include files (was: cvs commit: src Makefile.inc1)

2001-05-18 Thread Ruslan Ermilov
On Thu, May 17, 2001 at 07:52:51PM +0300, Ruslan Ermilov wrote: [...] > > There are 59 Makefiles that have -I${.CURDIR}/(../)+sys in them. > All these are bogus. We should get rid of all of them (-I's). > > So far, I have found sbin/mount_* use headers from /sys/miscfs/ > that are not installed

Re: cvs commit: src Makefile.inc1

2001-05-18 Thread Ruslan Ermilov
On Thu, May 17, 2001 at 12:51:59AM +1000, Bruce Evans wrote: > On Wed, 16 May 2001, Warner Losh wrote: > > > In message <[EMAIL PROTECTED]> Ruslan Ermilov writes: > > : FWIW, my gross hack to usr.sbin/kbdcontrol also worked: > > > > I tend to dislike adding ../../sys to the includes list since t

Re: Where to put include files (was: cvs commit: src Makefile.inc1)

2001-05-18 Thread Brian Somers
John/peter, could you repo-copy src/sys/dev/digi/digiio.h to src/sys/sys/digiio.h ? Ta. > On Fri, 18 May 2001, Brian Somers wrote: > > > > On Thu, 17 May 2001, Warner Losh wrote: > > > I quite like the fact that the programming interface is > > > separated from the driver implementation. Ther

Re: Where to put include files (was: cvs commit: src Makefile.inc1)

2001-05-18 Thread Bruce Evans
On Fri, 18 May 2001, Brian Somers wrote: > > On Thu, 17 May 2001, Warner Losh wrote: > > I quite like the fact that the programming interface is > > separated from the driver implementation. There is less chance that the > > driver writer will expose irrelavent implementation details in the API,

Re: Request for CDR/CDRW drives working status

2001-05-18 Thread Alexey V. Neyman
Hello, Soren! >Drive model/version (from dmesg and possibly from the label on the drive). I've sent you info about acd0: CD-RW drive (PR: 25840), I think it was complete enogh for poll? :) Best regards, Alexey. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current

Re: Where to put include files (was: cvs commit: src Makefile.inc1)

2001-05-18 Thread Brian Somers
> On Thu, 17 May 2001, Warner Losh wrote: > > > In message <[EMAIL PROTECTED]> Brian > > Somers writes: > > : Solaris calls it's ioctl files /usr/include/sys/_io.h so I'd > > : spell digiio.h /usr/include/sys/digi_io.h. > > > > Actually, the more I think about it, the more I like putting it in >

Re: Where to put include files (was: cvs commit: src Makefile.inc1)

2001-05-18 Thread Doug Rabson
On Thu, 17 May 2001, Warner Losh wrote: > In message <[EMAIL PROTECTED]> Brian > Somers writes: > : Solaris calls it's ioctl files /usr/include/sys/_io.h so I'd > : spell digiio.h /usr/include/sys/digi_io.h. > > Actually, the more I think about it, the more I like putting it in > /usr/include/sys

Request for CDR/CDRW drives working status

2001-05-18 Thread Søren Schmidt
I've decided to do a quick poll on which CDR/CDRW drives people have that either work or doesn't work. I'll collect all the info and make a web page that will show which drives are supported, and which are not, and hopefully this will help me find a solution that works for all. Please send a me

Re: background fsck

2001-05-18 Thread Brian Somers
This happens to me ``almost all the time'' on my dev box: Filesystem 1K-blocks UsedAvail Capacity Mounted on /dev/ad0s1a 25406382600 15113835%/ devfs110 100%/dev procfs 440 100%/