Re: kldxref broken, maybe?

2001-09-20 Thread Mark Santcroos
On Wed, Sep 19, 2001 at 06:22:03PM -0700, Steve Kargl wrote: root[265] make installkernel [...] === 3dfx install -C -c -o root -g wheel -m 555 3dfx.ko /boot/kernel/ kldxref /boot/kernel kldxref:No such file or directory *** Error code 1 (ignored) kldxref is part of world since 2001/09/10

Re: kldxref broken, maybe?

2001-09-20 Thread Ruslan Ermilov
On Thu, Sep 20, 2001 at 08:01:20AM +0200, Mark Santcroos wrote: On Wed, Sep 19, 2001 at 06:22:03PM -0700, Steve Kargl wrote: root[265] make installkernel [...] === 3dfx install -C -c -o root -g wheel -m 555 3dfx.ko /boot/kernel/ kldxref /boot/kernel kldxref:No such file or directory

ipfw tutorial needed

2001-09-20 Thread Radoslav Vasilev
Does anyone know is there any tutorial about ipfw implementation. It seems to me, like there was one, describing the structures and the code of ipfw, but can't remember where I've seen it.

Re: ipfw tutorial needed

2001-09-20 Thread Ruslan Ermilov
On Thu, Sep 20, 2001 at 02:31:13PM +0400, Radoslav Vasilev wrote: Does anyone know is there any tutorial about ipfw implementation. It seems to me, like there was one, describing the structures and the code of ipfw, but can't remember where I've seen it. ipfirewall(4), but much of the

Re: USB Multimedia Card (MMC) readers supported?

2001-09-20 Thread Jim Bryant
I believe at least one version of the SanDisk one is supported, and I recently helped test and get committed the Microtech CameraMate I personally recommend the CameraMate, as it has support for all known CompactFlash devices, including IBM Microdrives, as well as the fact that it also

Re: kldxref broken, maybe?

2001-09-20 Thread Ruslan Ermilov
On Thu, Sep 20, 2001 at 09:39:44AM -0700, Steve Kargl wrote: On Thu, Sep 20, 2001 at 08:01:20AM +0200, Mark Santcroos wrote: On Wed, Sep 19, 2001 at 06:22:03PM -0700, Steve Kargl wrote: root[265] make installkernel === 3dfx install -C -c -o root -g wheel -m 555 3dfx.ko /boot/kernel/

Re: kldxref broken, maybe?

2001-09-20 Thread David O'Brien
On Wed, Sep 19, 2001 at 06:22:03PM -0700, Steve Kargl wrote: root[265] make installkernel cd /usr/obj/usr/src/sys/C456086-A; MAKEOBJDIRPREFIX=/usr/obj ... What steps lead up to this? ``make buildworld make kernel make kernelinstall'' To Unsubscribe: send mail to [EMAIL PROTECTED] with

Re: kldxref broken, maybe?

2001-09-20 Thread Mark Peek
At 12:05 PM -0700 9/20/01, David O'Brien wrote: On Wed, Sep 19, 2001 at 06:22:03PM -0700, Steve Kargl wrote: root[265] make installkernel cd /usr/obj/usr/src/sys/C456086-A; MAKEOBJDIRPREFIX=/usr/obj ... What steps lead up to this? ``make buildworld make kernel make kernelinstall''

Re: kldxref broken, maybe?

2001-09-20 Thread Steve Kargl
On Thu, Sep 20, 2001 at 12:05:31PM -0700, David O'Brien wrote: On Wed, Sep 19, 2001 at 06:22:03PM -0700, Steve Kargl wrote: root[265] make installkernel cd /usr/obj/usr/src/sys/C456086-A; MAKEOBJDIRPREFIX=/usr/obj ... What steps lead up to this? ``make buildworld make kernel make

stdin/out/err changes kill world

2001-09-20 Thread Steve Kargl
Note, I'm updating a 3 week old current to today's sources. I've fallen way behind in the mailing lists (due to living out of a suitcase for week longer then intended), so if this is a known problem please ignore. cc -O -pipe -march=k6 -D_GNU_SOURCE -I- -I. -I/usr/src/gnu/usr.bin/binutils/ld

lsof broken on -current?

2001-09-20 Thread Jos Backus
NFSKERBKEY_T doesn't seem to be defined anywhere: === Building for lsof-4.58 (cd lib; make DEBUG=-O CFGF=-pipe -march=pentium -DFREEBSDV=500 -DHASFDESCFS=2 -DHASPROCFS -DHAS9660FS -DHASIPv6 -DLSOF_VSTR=\5.0-CURRENT\) cc -pipe -march=pentium -DFREEBSDV=500 -DHASFDESCFS=2 -DHASPROCFS

Re: USB Multimedia Card (MMC) readers supported?

2001-09-20 Thread Warner Losh
In message [EMAIL PROTECTED] Konstantin Chuguev writes: : Are USB MMC Card Readers (such as SanDisk ImageMate) supported in : CURRENT? Some are, some aren't. The one I have that works identifies itself as: SanDisk ImageMate II 1.30 and except for lying about the geometry of the

Re: kldxref broken, maybe?

2001-09-20 Thread Warner Losh
In message p05100307b7cfef6da22f@[207.76.207.129] Mark Peek writes: : Install a -current kernel on a 4.X or pre-kldxref (before 9/10/01) : 5.X system. I sent a note to Warner mentioning he might want to put a : comment about this in UPDATING. I'm just unsure how to describe it... Warner To

Re: stdin/out/err changes kill world

2001-09-20 Thread Peter Wemm
Steve Kargl wrote: Note, I'm updating a 3 week old current to today's sources. I've fallen way behind in the mailing lists (due to living out of a suitcase for week longer then intended), so if this is a known problem please ignore. cc -O -pipe -march=k6 -D_GNU_SOURCE -I- -I.

Re: kldxref broken, maybe?

2001-09-20 Thread Peter Wemm
Warner Losh wrote: In message p05100307b7cfef6da22f@[207.76.207.129] Mark Peek writes: : Install a -current kernel on a 4.X or pre-kldxref (before 9/10/01) : 5.X system. I sent a note to Warner mentioning he might want to put a : comment about this in UPDATING. I'm just unsure how to

Re: stdio change, other libraries needs bumping too!

2001-09-20 Thread Peter Wemm
Andrey A. Chernov wrote: On Thu, Sep 20, 2001 at 18:32:57 +0400, Andrey A. Chernov wrote: After stdio changes 4.4 binaries linked with libtermcap/libcurses refuse to work: /usr/libexec/ld-elf.so.1: /usr/lib/libcurses.so: Undefined symbol __stdout p It is because compat 4.4

Re: stdio change, other libraries needs bumping too!

2001-09-20 Thread Beech Rintoul
On Thursday 20 September 2001 09:21 pm, Peter Wemm wrote: Andrey A. Chernov wrote: On Thu, Sep 20, 2001 at 18:32:57 +0400, Andrey A. Chernov wrote: After stdio changes 4.4 binaries linked with libtermcap/libcurses refuse to work: /usr/libexec/ld-elf.so.1: /usr/lib/libcurses.so:

Re: make.conf not in -current tree (was cvs commit: src/includestdio.h)

2001-09-20 Thread Vincent Poy
On Thu, 20 Sep 2001, Alexander Langer wrote: Thus spake Vincent Poy ([EMAIL PROTECTED]): I was looking on the -current tree and don't see make.conf in either etc or etc/defaults. In previous versions, make.conf is in etc/defaults and then you can put your own modifications in etc.

FW: USB Multimedia Card (MMC) readers supported?

2001-09-20 Thread Nick Hibma
Try [EMAIL PROTECTED] for more information. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jim Bryant Sent: 20 September 2001 15:19 To: Konstantin Chuguev Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: USB Multimedia Card (MMC) readers

Re: Seen this lock order reversal?

2001-09-20 Thread Wilko Bulte
On Wed, Sep 19, 2001 at 01:32:28PM -0700, John Baldwin wrote: On 19-Sep-01 Wilko Bulte wrote: On Tue, Sep 18, 2001 at 03:01:25PM -0700, John Baldwin wrote: ... p_flag to p_sflag which changed its locking semantics.) Another one, on a -current from yesterday, on -alpha: lock

make.conf not in -current tree (was cvs commit: src/include stdio.h)

2001-09-20 Thread Vincent Poy
On Thu, 20 Sep 2001, Peter Wemm wrote: peter 2001/09/20 01:47:41 PDT Modified files: include stdio.h Log: Now that the compat4x libc.so.4 binary has been updated, we can finally switch over to using a future-proof stdin/out/err. Note that if you run 4.x

Re: make.conf not in -current tree (was cvs commit: src/include stdio.h)

2001-09-20 Thread Alexander Langer
Thus spake Vincent Poy ([EMAIL PROTECTED]): I was looking on the -current tree and don't see make.conf in either etc or etc/defaults. In previous versions, make.conf is in etc/defaults and then you can put your own modifications in etc. So any chance of bringing back make.conf into