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 18:13:15 PDT.
You probably haven't rebuild your world since then.
This is a 'soft-error' and will be gone after your next install of world.

Mark

-- 
Mark Santcroos  RIPE Network Coordination Centre
http://www.ripe.net/home/mark/  New Projects Group/TTM

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



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
  *** Error code 1 (ignored)
 
 kldxref is part of world since 2001/09/10 18:13:15 PDT.
 You probably haven't rebuild your world since then.
 This is a 'soft-error' and will be gone after your next install of world.
 
Right, but then we need to bootstrap it somehow as it may not exist on the
building system.  Note although, that kldxref(8) produces the architecture
dependant binary output, so that calling the kldxref(8) in the cross-build
case will produce incorrent behavior.

Also, while calling a kldxref(8) for a single module install looks right,
calling it after installation of every single module when installing all
modules (like in the ``installkernel'' case) is expensive -- we can defer
the call after all modules have been installed.


Cheers,
-- 
Ruslan Ermilov  Oracle Developer/DBA,
[EMAIL PROTECTED]   Sunbay Software AG,
[EMAIL PROTECTED]  FreeBSD committer,
+380.652.512.251Simferopol, Ukraine

http://www.FreeBSD.org  The Power To Serve
http://www.oracle.com   Enabling The Information Age

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



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 information herein is obsolete.


-- 
Ruslan Ermilov  Oracle Developer/DBA,
[EMAIL PROTECTED]   Sunbay Software AG,
[EMAIL PROTECTED]  FreeBSD committer,
+380.652.512.251Simferopol, Ukraine

http://www.FreeBSD.org  The Power To Serve
http://www.oracle.com   Enabling The Information Age

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



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 reads SmartMedia cards.

Konstantin Chuguev wrote:

 Hello,
 
 Are USB MMC Card Readers (such as SanDisk ImageMate) supported in
 CURRENT?
 I suppose they can be treated as generic SCSI-over-USB drives, just
 want to be sure...
 
 Thanks,

jim
-- 
  ET has one helluva sense of humor!
 He's always anal-probing right-wing schizos!
-
POWER TO THE PEOPLE!
-
Religious fundamentalism is the biggest threat to
 international security that exists today.
 United Nations Secretary General B.B.Ghali


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



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/
   kldxref /boot/kernel
   kldxref:No such file or directory
   *** Error code 1 (ignored)
  
  kldxref is part of world since 2001/09/10 18:13:15 PDT.
  You probably haven't rebuild your world since then.
  This is a 'soft-error' and will be gone after your next install of world.
  
 
 Mark,
 
 As Ruslan pointed out, the build/install process should 
 use a version of kldxref under ${OBJDIR}, which is built
 during the bootstrap phase.  He said kldxref produces a
 MD binary format, so cross builds won't work.  I'm not
 familiar with the output of kldxref, and hence can't
 comment on this.
 
Nope, not under ${OBJDIR}.  We need to be able to build a
special cross-arch version of kldxref(8), similarly to
how this is done (in -STABLE) for gensetdefs(8).

 I'll also note that src/UPDATING doesn't contain a item
 discussing the addition of kldxref and the possible errors
 during an installworld.
 
Bug Peter, Boris, and Warner.  :-)


Cheers,
-- 
Ruslan Ermilov  Oracle Developer/DBA,
[EMAIL PROTECTED]   Sunbay Software AG,
[EMAIL PROTECTED]  FreeBSD committer,
+380.652.512.251Simferopol, Ukraine

http://www.FreeBSD.org  The Power To Serve
http://www.oracle.com   Enabling The Information Age

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



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 unsubscribe freebsd-current in the body of the message



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''

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.

Mark

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



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 kernelinstall''

cvsup supfile# Grab sources as on yesterday afternoon
cd /usr/src
make -j 2 buildworld
setenv KERNCONF `hostname -s`# Yes, I know there are other ways.
make buildkernel
make installkernel
^C   # To see, what the error message says.

I've found the location of where kldxref is invoked in
kmod.mk, but I haven't determined what ${PATH} should
be followed to actually find kldxref.

-- 
Steve

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



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 
-I/usr/src/gnu/usr.bin/binutils/ld/../libbfd/i386 
-I/usr/src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/include 
-DDEFAULT_EMULATION=\elf_i386\ -DTARGET=\i386-unknown-freebsd\ 
-DSCRIPTDIR=\/usr/obj/usr/src/i386/usr/libdata\ 
-I/usr/src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/ld 
-I/usr/src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/bfd 
-I/usr/src/gnu/usr.bin/binutils/ld/../../../../include -DVERSION=\2.11.2 20010719 
[FreeBSD]\ -DBFD_VERSION=\2.11.2 20010719 [FreeBSD]\   
-I/usr/obj/usr/src/i386/usr/include   -static -o ld eelf_i386.o ldcref.o ldctor.o 
ldemul.o ldexp.o ldfile.o ldgram.o ldlang.o ldlex.o ldmain.o ldmisc.o ldver.o 
ldwrite.o lexsup.o mri.o  ../libbfd/libbfd.a ../libiberty/libiberty.a
ldemul.o: In function `ldemul_choose_mode':
ldemul.o(.text+0x318): undefined reference to `__stderrp'
ldlang.o: In function `dprint_statement':
ldlang.o(.text+0x26a6): undefined reference to `__stderrp'
ldlex.o: In function `yylex':
ldlex.o(.text+0xc0): undefined reference to `__stdinp'
ldlex.o(.text+0xd3): undefined reference to `__stdoutp'

-- 
Steve

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



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 -DHAS9660FS 
-DHASIPv6 -DLSOF_VSTR=5.0-CURRENT -I/usr/include -I/usr/src/sys -O -c ckkv.c
In file included from ../dlsof.h:137,
 from ../lsof.h:172,
 from ckkv.c:43:
/usr/include/nfs/nfs.h:207: syntax error before `NFSKERBKEY_T'
/usr/include/nfs/nfs.h:218: syntax error before `NFSKERBKEY_T'
*** Error code 1

Stop in /usr/ports/sysutils/lsof/work/lsof_4.58/lib.
*** Error code 1

Stop in /usr/ports/sysutils/lsof/work/lsof_4.58.
*** Error code 1

Stop in /usr/ports/sysutils/lsof.
*** Error code 1

Stop in /usr/ports/sysutils/lsof.
*** Error code 1

Stop in /usr/ports/sysutils/lsof.

-- 
Jos Backus _/  _/_/_/Santa Clara, CA
  _/  _/   _/
 _/  _/_/_/ 
_/  _/  _/_/
[EMAIL PROTECTED] _/_/   _/_/_/use Std::Disclaimer;

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



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 devices, it works
great.

Warner

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



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 Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



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. -I/usr/src/gnu/usr.bin/binutils/l
d -I/usr/src/gnu/usr.bin/binutils/ld/../libbfd/i386 -I/usr/src/gnu/usr.bin/
binutils/ld/../../../../contrib/binutils/include -DDEFAULT_EMULATION=\elf_
i386\ -DTARGET=\i386-unknown-freebsd\ -DSCRIPTDIR=\/usr/obj/usr/src/i38
6/usr/libdata\ -I/usr/src/gnu/usr.bin/binutils/ld/../../../../contrib/binu
tils/ld -I/usr/src/gnu/usr.bin/binutils/ld/../../../../contrib/binutils/bfd
 -I/usr/src/gnu/usr.bin/binutils/ld/../../../../include -DVERSION=\2.11.2
 20010719 [FreeBSD]\ -DBFD_VERSION=\2.11.2 20010719 [FreeBSD]\   -I/u
sr/obj/usr/src/i386/usr/include   -static -o ld eelf_i386.o ldcref.o ldctor
.o ldemul.o ldexp.o ldfile.o ldgram.o ldlang.o ldlex.o ldmain.o ldmisc.o ld
ver.o ldwrite.o lexsup.o mri.o  ../libbfd/libbfd.a ../libiberty/libiberty.a
 ldemul.o: In function `ldemul_choose_mode':
 ldemul.o(.text+0x318): undefined reference to `__stderrp'
 ldlang.o: In function `dprint_statement':
 ldlang.o(.text+0x26a6): undefined reference to `__stderrp'
 ldlex.o: In function `yylex':
 ldlex.o(.text+0xc0): undefined reference to `__stdinp'
 ldlex.o(.text+0xd3): undefined reference to `__stdoutp'


This is actually a bug in the buildworld process.  For some reason, it
is using a -current stdio.h with an old unknown libc.a.  It should be using
the host stdio.h with the host libc.a, not mixing them up.  If there is any
binary incompatability, then there will be breakage.

However, for now, you can get over the hurdle with this hack..
Simply add -D_OLD_STDIO to CFLAGS in /etc/make.conf, eg:

CFLAGS= -O -pipe -D_OLD_STDIO

Only do this for one buildworld.  After that, you wont need it again.

You should never have needed it at all though. :-(

Cheers,
-Peter
--
Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]
All of this is for nothing if we don't go to the stars - JMS/B5


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



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 describe it...

It is actually non-fatal.  It should probably be added to the list
of tools to build for making the kernel. 

It is probably worth having the rc scripts attempt to refresh it at
bootup as well..  ie, something roughly like this:
foreach $path (`sysctl -n kern.module_path | sed -e 's/;/ /`)
  if (-d $path)
kldxref $path
  endif
endfor

Cheers,
-Peter
--
Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]
All of this is for nothing if we don't go to the stars - JMS/B5


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



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 libc not have __stdoutp, which required by 
  recompiled libtermcap/libncurses. It means that ncurses major (and
  probably some other) needs bumping. Please, fix.
 
 Here the list of libraries infected with new std{in,out,err}p pointer
 which major is not bumped yet, so 4.x binaries shared linked with them
 will not works:

No, we added the hooks to RELENG_4 and tool the 4.4-RELEASE libc.so.4 and
included it in compat4x before the change.  Make sure you have COMPAT4X=yes
in your /etc/make.conf and no bump is required.

 libalias.a
 libbz2.a
 libcam.a
 libcom_err.a
 libcurses.a
 libdes.a
 libdevstat.a
 libdialog.a
 libedit.a
 libfetch.a
 libftpio.a
 libg2c.a
 libhistory.a
 libipsec.a
 libisc.a
 libkvm.a
 libm.a
 libmp.a
 libmytinfo.a
 libncp.a
 libncurses.a
 libobjc.a
 libopie.a
 libpam.a
 libpcap.a
 libperl.a
 libreadline.a
 libstdc++.a
 libtermcap.a
 libtermlib.a
 libtinfo.a
 libutil.a
 liby.a
 
 -- 
 Andrey A. Chernov
 http://ache.pp.ru/
 
 

Cheers,
-Peter
--
Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]
All of this is for nothing if we don't go to the stars - JMS/B5


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



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: Undefined symbol
   __stdout

 p

   It is because compat 4.4 libc not have __stdoutp, which required by
   recompiled libtermcap/libncurses. It means that ncurses major (and
   probably some other) needs bumping. Please, fix.
 
  Here the list of libraries infected with new std{in,out,err}p pointer
  which major is not bumped yet, so 4.x binaries shared linked with them
  will not works:

 No, we added the hooks to RELENG_4 and tool the 4.4-RELEASE libc.so.4 and
 included it in compat4x before the change.  Make sure you have COMPAT4X=yes
 in your /etc/make.conf and no bump is required.

I have COMPAT4X=yes in my /etc/make.conf, I recompiled from fresh sources and 
I'm still getting the same error with libreadline.so.4.

Beech


-- 
Micro$oft: Where can we make you go today?
---
 Beech Rintoul - IT Manager - Instructor - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Anchorage Gospel Rescue Mission
\ / - NO HTML/RTF in e-mail  | P.O. Box 230510
 X  - NO Word docs in e-mail | Anchorage, AK 99523-0510
/ \ -












To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



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.  So any
  chance of bringing back make.conf into the source tree?

 /usr/share/examples/etc/make.conf

 Just copy the stuff you need to /etc/make.conf, as before.

 I'm currently still working on the make.conf/ports.conf stuff.

Thanks.  For some reason, I thought make.conf was still in
etc/defaults like in all other versions.  I remember seeing a commit about
removing the file from etc/defaults awhile back.


Cheers,
Vince - [EMAIL PROTECTED] - Vice President    __ 
Unix Networking Operations - FreeBSD-Real Unix for Free / / / / |  / |[__  ]
WurldLink Corporation  / / / /  | /  | __] ]
San Francisco - Honolulu - Hong Kong  / / / / / |/ / | __] ]
HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[]
Almighty1@IRC - oahu.DAL.NET Hawaii's DALnet IRC Network Server Admin



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



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 supported?


 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 reads SmartMedia cards.

 Konstantin Chuguev wrote:

  Hello,
 
  Are USB MMC Card Readers (such as SanDisk ImageMate) supported in
  CURRENT?
  I suppose they can be treated as generic SCSI-over-USB drives, just
  want to be sure...
 
  Thanks,

 jim
 --
   ET has one helluva sense of humor!
  He's always anal-probing right-wing schizos!
 -
 POWER TO THE PEOPLE!
 -
 Religious fundamentalism is the biggest threat to
  international security that exists today.
  United Nations Secretary General B.B.Ghali


 _
 Do You Yahoo!?
 Get your free @yahoo.com address at http://mail.yahoo.com


 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-current in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



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 order reversal
   1st 0xfc7fcef0 clk @ ../../../alpha/alpha/clock.c:702
   2nd 0xfc7f65d8 callout @ ../../../kern/kern_timeout.c:225
  ds10#
 
 Hmm, ok, that one is new and is a problem.  Can you turn on WITNESS_DDB (it's
 available as the debug.witness_ddb sysctl and loader variableas well) and then
 get me a traceback in ddb?

I built a GENERIC with WITNESS_DDB. Sofar (of course... :-/ ) no
reproduction of the problem. I'm running buildworlds, any other good
suggestions to help trigger it are welcome

W/

-- 
|   / o / /_  _ email:  [EMAIL PROTECTED]
|/|/ / / /(  (_)  Bulte Arnhem, The Netherlands 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



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 binaries on your system, you will certainly
   want to update /usr/lib/compat/libc.so.4.  The easiest way is to
   add COMPAT4X= yes in your /etc/make.conf.

   Revision  ChangesPath
   1.36  +2 -2  src/include/stdio.h

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 the source tree?


Cheers,
Vince - [EMAIL PROTECTED] - Vice President    __ 
Unix Networking Operations - FreeBSD-Real Unix for Free / / / / |  / |[__  ]
WurldLink Corporation  / / / /  | /  | __] ]
San Francisco - Honolulu - Hong Kong  / / / / / |/ / | __] ]
HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[]
Almighty1@IRC - oahu.DAL.NET Hawaii's DALnet IRC Network Server Admin


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



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 the source tree?

/usr/share/examples/etc/make.conf

Just copy the stuff you need to /etc/make.conf, as before.

I'm currently still working on the make.conf/ports.conf stuff.

Alex

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message