Re: compiler bug or source bug?

2001-06-04 Thread Matthew Jacob
this function) /usr/src/usr.bin/fetch/fetch.c:758: (Each undeclared identifier is reported only once /usr/src/usr.bin/fetch/fetch.c:758: for each function it appears in.) *** Error code 1 Can somebody decide what's right here and let me know? It's blocking buildwords for alphas.

Re: HEADS UP: PCI card support added to OLDCARD

2001-06-04 Thread Warner Losh
[[ Thought too late to send the original to current, but my followup can go to -current too ]] It appears that you also need a new pccardd as well. Please let me know if there are any problems. Warner In message [EMAIL PROTECTED] Warner Losh writes: : I've added pci card support to

Re: Lock of struct filedesc, file, pgrp, session and sigio

2001-06-04 Thread Seigo Tanimura
On Sat, 2 Jun 2001 12:52:23 -0700, David O'Brien [EMAIL PROTECTED] said: David On Fri, Jun 01, 2001 at 09:28:57PM +0900, Seigo Tanimura wrote: David It would also be nice to get a timeline on the commit schedule for this. Test of 2 weeks should be enough, followed by commit in 15 June. David

[CFR] latest KAME merge into FreeBSD

2001-06-04 Thread Hajimu UMEMOTO
Hi, I just put the patch for merging latest KAME into FreeBSD: http://www.imasy.or.jp/~ume/ipv6/test/freebsd5-kame20010528-20010604.diff.gz This is based on KAME snap 20010528 and against 5-CURRENT of Jun 2. There are many many changes since last KAME merge (2701). Please review

panic: free: multiple frees

2001-06-04 Thread Valentin Nechayev
-current, cvsup: date=2001.06.03.00.00.00 Normally worked, but after Ctrl-Alt-Del: IdlePTD 4038656 initial pcb at 32f940 panicstr: from debugger panic messages: --- panic: free: multiple frees panic: from debugger Uptime: 25m49s (kgdb) bt #0 0xc0199a36 in dumpsys () #1 0xc0199823 in boot ()

Re: Lock of struct filedesc, file, pgrp, session and sigio

2001-06-04 Thread David O'Brien
On Mon, Jun 04, 2001 at 04:48:30PM +0900, Seigo Tanimura wrote: Test of 2 weeks should be enough, followed by commit in 15 June. David I request that this be on hold until we actually get -current Alphas David usable again. OK, then we can test on pc98 and ia64 to wait for that. Now

Re: compiler bug or source bug?

2001-06-04 Thread Garrett Wollman
On Sun, 03 Jun 2001 22:43:00 -0700, Peter Wemm [EMAIL PROTECTED] said: We could make off_t a long long on the alpha. Otherwise the formats need: printf(%lld, (long long) pos); /* or %qd to shut up the ANSI warning */ They always need that, until printf learns about the `j' width specifier

RE: Problems booting recent -current

2001-06-04 Thread John Baldwin
On 03-Jun-01 Tony Fleisher wrote: I just tried to boot a -current kernel cvsupped at Sat Jun 2 14:11:35 PDT 2001, and was thrown the following error trying to boot to single-user (transcribed by hand): src/sys/kern/kern_sync.c:385 sleeping with eventhandler locked from

anyone seen these outside of alpha? or on non-SMP?

2001-06-04 Thread Matthew Jacob
Data modified on freelist: word 2 of object 0xfe000190b780 size 72 previous type inodedep (0xd6adc0de != 0xdeadc0de) ... Data modified on freelist: word 2 of object 0xfe0001806700 size 72 previous type pagedep (0xd6adc0de != 0xdeadc0de) Anyone seen these on non-SMP? On i386? -matt

Re: anyone seen these outside of alpha? or on non-SMP?

2001-06-04 Thread Matthew Jacob
Whoops- I *did* look, but didn't see that one... sorry I believe so; see -current archives, such as http://docs.freebsd.org/cgi/getmsg.cgi?fetch=73390+0+archive/2001/freebsd-current/20010603.freebsd-current Cheers, david To Unsubscribe: send mail to [EMAIL PROTECTED] with

Re: anyone seen these outside of alpha? or on non-SMP?

2001-06-04 Thread Matthew Jacob
Of course, Kris' message doesn't say non-SMP or non-Alpha. I think I can assume, though, that it was non-Alpha :-). Whoops- I *did* look, but didn't see that one... sorry I believe so; see -current archives, such as

RE: anyone seen these outside of alpha? or on non-SMP?

2001-06-04 Thread John Baldwin
On 04-Jun-01 Matthew Jacob wrote: Data modified on freelist: word 2 of object 0xfe000190b780 size 72 previous type inodedep (0xd6adc0de != 0xdeadc0de) ... Data modified on freelist: word 2 of object 0xfe0001806700 size 72 previous type pagedep (0xd6adc0de != 0xdeadc0de)

panic: ufs_extattr_uepm_destroy: not initialized

2001-06-04 Thread Joerg Wunsch
subject consistently happens for me when i try to umount /tmp. A normal umount doesn't work, not even in single-user mode (device busy), and a forcible umount causes the panic. fstat doesn't show any open descriptors on it though. It happens on a newfs'd /tmp, too. It /only/ happens after a

Re: anyone seen these outside of alpha? or on non-SMP?

2001-06-04 Thread Kris Kennaway
On Mon, Jun 04, 2001 at 02:25:41PM -0700, John Baldwin wrote: On 04-Jun-01 Matthew Jacob wrote: Data modified on freelist: word 2 of object 0xfe000190b780 size 72 previous type inodedep (0xd6adc0de != 0xdeadc0de) ... Data modified on freelist: word 2 of object

Re: anyone seen these outside of alpha? or on non-SMP?

2001-06-04 Thread David Wolfskill
Date: Mon, 4 Jun 2001 15:02:00 -0700 From: Kris Kennaway [EMAIL PROTECTED] Someone should test and commit Tor's patch. I didn't have time to check whether it fixed the problems before I left (and I'm sure as hell not going to update back to -current remotely to check myself :-) FWIW, I applied

Re: anyone seen these outside of alpha? or on non-SMP?

2001-06-04 Thread Bruce A. Mah
If memory serves me right, David Wolfskill wrote: Someone should test and commit Tor's patch. I didn't have time to check whether it fixed the problems before I left (and I'm sure as hell not going to update back to -current remotely to check myself :-) FWIW, I applied that patch to the

RE: anyone seen these outside of alpha? or on non-SMP?

2001-06-04 Thread Long, Scott
I applied Tor's patch and while it helped, I still got a panic (deallocate_dependencies: active_pagedep, which, btw, Tor's patch added) partway into a buildworld. I've resigned to disabling softupdates on my machine for now =-( -Original Message- From: Bruce A. Mah [mailto:[EMAIL

RE: Problems booting recent -current

2001-06-04 Thread Tony Fleisher
On Mon, 4 Jun 2001, John Baldwin wrote: On 03-Jun-01 Tony Fleisher wrote: I just tried to boot a -current kernel cvsupped at Sat Jun 2 14:11:35 PDT 2001, and was thrown the following error trying to boot to single-user (transcribed by hand): src/sys/kern/kern_sync.c:385

Re: anyone seen these outside of alpha? or on non-SMP?

2001-06-04 Thread Matthew Jacob
It's an easy fix except if it's your root fs- turn off softupdates. On Mon, 4 Jun 2001, David O'Brien wrote: On Mon, Jun 04, 2001 at 02:25:41PM -0700, John Baldwin wrote: Yes. Many, many, many, many times. Softupdates is broken in -current right now and has been since Kirk's last

Re: Lock of struct filedesc, file, pgrp, session and sigio

2001-06-04 Thread Seigo Tanimura
On Thu, 31 May 2001 16:31:21 +0900, Seigo Tanimura tanimura said: Seigo Lock of struct filedesc, file, pgrp, session and sigio is now ready Seigo for testing. Although the patch is still under test, a new task proposal comes to my mind. A new task: lock underlying objects of struct file,