Re: -current results (was something funny with soft updates?)

2002-07-03 Thread Garance A Drosihn
At 11:01 PM -0700 7/2/02, Matthew Dillon wrote: I get just about the same performance for GCC2 as I do for GCC3 in the tests I've run so far. It makes me wonder what the hell GCC3 is burning all that cpu *on*. One of the guys here at RPI (dec, actually) claims he got

Re: additional queue macro

2002-07-03 Thread Bruce Evans
On Tue, 2 Jul 2002, Ian Dowse wrote: In message [EMAIL PROTECTED], Jonathan Lemon writes: Essentially, this provides a traversal of the tailq that is safe from element removal, while being simple to drop in to those sections of the code that need updating, as evidenced in the patch below.

what does it take to rsh as root now days?

2002-07-03 Thread David O'Brien
I can rlogin to a -CURRENT box as root. However `rsh box id' comes back with: Jul 3 00:11:33 box rshd[4916]: root@dragon as rootk: permission denied (authentication error). cmd='id' Is PAM getting in the way here or something? To Unsubscribe: send mail to [EMAIL PROTECTED] with

Re: What's the right way to build XFree86-4 now?

2002-07-03 Thread Garance A Drosihn
At 4:57 PM +0200 6/26/02, Sheldon Hearn wrote: Here's what I did to get XFree86-4 to build with the base system's toolchain in -CURRENT: I thought I'd try this out. Before starting, I did a cvsup of all my ports tree. a) ports/devel/imake-4: Replace files/patch-d and files/patch-xthreads

Re: KSE signal problems still

2002-07-03 Thread Bruce Evans
On Tue, 2 Jul 2002, Julian Elischer wrote: On Tue, 2 Jul 2002, Andrew Gallatin wrote: An easy way to induce a panic w/a post KSE -current is to ^C gdb as it starts on an SMP machine: A possibly related breakage is: type ^Z while doing make buiildworld (or something similar). when

Re: KSE signal problems still

2002-07-03 Thread Bruce Evans
On Wed, 3 Jul 2002, Bruce Evans wrote: Maybe just remove the foot-shooting that releases it? % Index: kern_sig.c % === % RCS file: /home/ncvs/src/sys/kern/kern_sig.c,v % retrieving revision 1.170 % retrieving revision 1.171

Re: -current results (was something funny with soft updates?)

2002-07-03 Thread David O'Brien
On Tue, Jul 02, 2002 at 11:01:14PM -0700, Matthew Dillon wrote: (csh built with GCC2, -O3) test3:/home/dillon time ./x.csh 0.832u 0.848s 0:01.68 99.4% 881+645k 0+0io 0pf+0w test3:/home/dillon time ./x.csh 0.926u 0.755s 0:01.68 99.4% 889+654k 0+0io 0pf+0w

ipfw divert not accepted

2002-07-03 Thread Georg-W. Koltermann
hunter# ipfw add 50 divert natd all from any to any via fxp0 ipfw: getsockopt(IP_FW_ADD): Invalid argument hunter# ipfw list 00100 allow ip from any to any via lo0 00200 deny ip from any to 127.0.0.0/8 00300 deny ip from 127.0.0.0/8 to any 65000 allow ip from

Re: What's the right way to build XFree86-4 now?

2002-07-03 Thread Garance A Drosihn
At 3:18 AM -0400 7/3/02, Garance A Drosihn wrote: At 4:57 PM +0200 6/26/02, Sheldon Hearn wrote: c) ports/x11-servers/XFree86-4-Server: Add the attached patch-gcc31, taken from Motoyuki Konno's post to [EMAIL PROTECTED] with the following Message-ID: [EMAIL PROTECTED] I thought

Re: What's the right way to build XFree86-4 now?

2002-07-03 Thread Garance A Drosihn
At 4:00 AM -0400 7/3/02, Garance A Drosihn wrote: I started up XDM, and that also worked. Not only that, but my machine didn't instantly reboot when XDM started, which had been happening to me for the last few days... Bah humbug. I went to log into XDM, and the machine sat there for awhile,

Re: KSE signal problems still

2002-07-03 Thread Julian Elischer
On Wed, 3 Jul 2002, Bruce Evans wrote: On Tue, 2 Jul 2002, Julian Elischer wrote: Maybe just remove the foot-shooting that releases it? Yes I'm rationalising it at the moment.. turns out that just holding it for all of tdsignal works well. Also removing it from setrunnable() is ok as all

Re: KSE signal problems still

2002-07-03 Thread John Baldwin
On 03-Jul-2002 Julian Elischer wrote: On Wed, 3 Jul 2002, John Baldwin wrote: Erm, I thought I changd signotify() to require sched_lock and made the second half of psignal() (the whole case statement) lock sched_lock. Did you change that? (To Julian) psignal as a whole hasn't

Re: About GEOM...

2002-07-03 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Mario Goebbels writes: Hi! I have some questions about it. The first one is, when I compiled GEOM into the kernel, will physical disks be controlled by it already? Or does it apply to md mounted devices yet? all disks should be GEOM'ized. And the second is,

Re: ipfw divert not accepted

2002-07-03 Thread Maxim Sobolev
Georg-W. Koltermann wrote: hunter# ipfw add 50 divert natd all from any to any via fxp0 ipfw: getsockopt(IP_FW_ADD): Invalid argument Add option IPFIREWALL_FORWARD into your kernel config. -Maxim hunter# ipfw list 00100 allow ip from any to any via lo0

Re: KSE signal problems still

2002-07-03 Thread Terry Lambert
Julian Elischer wrote: Should ALL threads be awakened, or is it enough if ONE thread awakens to deliver the thread. For right now it's mostly important that single threaded processs act as they used to. We can always change how multithreaded processes work. POSIX makes no guarantees for

Re: About GEOM...

2002-07-03 Thread Julian Elischer
aren't you suppost to be honeymooning from yesterday? On Wed, 3 Jul 2002, Poul-Henning Kamp wrote: To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: KSE signal problems still

2002-07-03 Thread Julian Elischer
On Wed, 3 Jul 2002, John Baldwin wrote: On 03-Jul-2002 Julian Elischer wrote: On Wed, 3 Jul 2002, John Baldwin wrote: Erm, I thought I changd signotify() to require sched_lock and made the second half of psignal() (the whole case statement) lock sched_lock. Did you

Re: ipfw divert not accepted

2002-07-03 Thread Georg-W. Koltermann
Operator error, sorry for the false alarm. I had removed all of my IPFIREWALL options from my config in an attempt to find the cause of instability. I'm surprised that ipfw(8) did anything useful at all with that kernel. -- Thanks a lot, Georg. Am Mi, 2002-07-03 um 10.48 schrieb Maxim Sobolev:

Re: KSE signal problems still

2002-07-03 Thread Julian Elischer
Expanding on my own mail: On Wed, 3 Jul 2002, Julian Elischer wrote: On Wed, 3 Jul 2002, John Baldwin wrote: Well then it must be full of races then that were fixed since DP1. *sigh* I wonder how many other things were lost and need to be reimplemented. Almost anything you

Re: KSE signal problems still

2002-07-03 Thread John Baldwin
On 03-Jul-2002 Julian Elischer wrote: Expanding on my own mail: On Wed, 3 Jul 2002, Julian Elischer wrote: On Wed, 3 Jul 2002, John Baldwin wrote: Well then it must be full of races then that were fixed since DP1. *sigh* I wonder how many other things were lost and need to be

Re: About GEOM...

2002-07-03 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Jul ian Elischer writes: aren't you suppost to be honeymooning from yesterday? I am, I'm not working, only doing things I do for fun :-) -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer

Re: About GEOM...

2002-07-03 Thread Simon Dick
On Wed, 2002-07-03 at 10:59, Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], Jul ian Elischer writes: aren't you suppost to be honeymooning from yesterday? I am, I'm not working, only doing things I do for fun :-) Isn't it a bit worrying when the two overlap? :) -- Simon Dick

Re: -current results (was something funny with soft updates?)

2002-07-03 Thread David Schultz
Thus spake Terry Lambert [EMAIL PROTECTED]: Personally, I prefer knowing my code should work before giving it to the compiler, rather than using the compiler to think about things I'm too lazy/incapable of thinking of on my own. Given that, I would always favor a trade for faster run time

Re: -current results (was something funny with soft updates?)

2002-07-03 Thread Bruce Evans
On Wed, 3 Jul 2002, Garance A Drosihn wrote: At 11:01 PM -0700 7/2/02, Matthew Dillon wrote: I get just about the same performance for GCC2 as I do for GCC3 in the tests I've run so far. It makes me wonder what the hell GCC3 is burning all that cpu *on*. One of the

Re: About GEOM...

2002-07-03 Thread Bruce Evans
On Wed, 3 Jul 2002, Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], Mario Goebbels writes: And the second is, when will it be officially activated? Seems to work fine yet (toying around with it). Some bits are missing yet, for instance the ioctls to change disklabels etc. when

Re: About GEOM...

2002-07-03 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Bruce Evans writes: On Wed, 3 Jul 2002, Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], Mario Goebbels writes: And the second is, when will it be officially activated? Seems to work fine yet (toying around with it). Some bits are missing yet, for

Re: ASUS CUSL2 panic on acpi

2002-07-03 Thread Christian Brueffer
On Tue, Jul 02, 2002 at 11:55:18AM -0700, Shizuka Kudo wrote: Dear all, I wonder if anyone experienced the same issue as mime. I have an ASUS CUSL2 running -current and starting about three days ago, it panic when acpi is autoloaded. If I unset acpi_load at the boot prompt, the machine

Re: About GEOM...

2002-07-03 Thread Bruce Evans
On Wed, 3 Jul 2002, Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], Bruce Evans writes: On Wed, 3 Jul 2002, Poul-Henning Kamp wrote: Some bits are missing yet, for instance the ioctls to change disklabels etc. when they're done and it works also with sysinstall it'll be standard.

Re: About GEOM...

2002-07-03 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Bruce Evans writes: On Wed, 3 Jul 2002, Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], Bruce Evans writes: On Wed, 3 Jul 2002, Poul-Henning Kamp wrote: Some bits are missing yet, for instance the ioctls to change disklabels etc. when they're done and

gcc 3.1 can't compile XFree86-4-Server

2002-07-03 Thread Maxim Sobolev
Hi, I am trying to upgrade installed XFree86-4-Server package, but found that a new gcc can't compile it. Following is relevant error output: rm -f texutil.o LD_LIBRARY_PATH=../../../../exports/lib cc -c -pipe -O -mpreferred-stack-boundar y=2 -march=pentium-mmx -ansi -pedantic -Dasm=__asm

Re: Xmms

2002-07-03 Thread Christian Weisgerber
Andrzej Kwiatkowski [EMAIL PROTECTED] wrote: I've upgrade my FreeBSD 5.0 two days ago. Yesterday when i have compile XMMS from ports, Threads were broken. Update and try again. -- Christian naddy Weisgerber [EMAIL PROTECTED]

dump(8) is hosed

2002-07-03 Thread David O'Brien
On a 27-June-2002 23:02:00 UTC system (just before ipfw2 went in, pre-KSE3), dump will not complete dumping more than 5GB. At that point it stops responding properly to ^T, which should give DUMP: 47.52% done, finished in 1:19. At the 5GB mark, ^T gives: load: 0.00 cmd: dump 3981

Re: gcc 3.1 can't compile XFree86-4-Server

2002-07-03 Thread David O'Brien
On Wed, Jul 03, 2002 at 05:26:50PM +0300, Maxim Sobolev wrote: Hi, I am trying to upgrade installed XFree86-4-Server package, but found that a new gcc can't compile it. Following is relevant error output: ... In file included from translate.c:779: ../../../../extras/Mesa/src/trans_tmp.h:

Re: gcc 3.1 can't compile XFree86-4-Server

2002-07-03 Thread Garance A Drosihn
At 5:26 PM +0300 7/3/02, Maxim Sobolev wrote: Hi, I am trying to upgrade installed XFree86-4-Server package, but found that a new gcc can't compile it. Following is relevant error output: [...skipped...] Please investigate fix. Some information is in the email-thread under the subject:

Re: KSE status report

2002-07-03 Thread David Wolfskill
After building today's -CURRENT successfully (CVSup started at 0347 hrs. Pacific (7 hrs. west of GMT/UTC at this time of year) from cvsup14, with the addition of Ruslan's updates to the src/share/mk/bsd.*.mk files), I thought it might be of use to just let this SMP (2x866 PIII) box sit in a make

Re: strange netstat output on Intel pro/1000 netperf testing

2002-07-03 Thread John Polstra
In article [EMAIL PROTECTED], zhang jack [EMAIL PROTECTED] wrote: Hi, When I using netperf to test Intel Pro/1000 performance, I got strange netstat output: #./netperf -H 10.0.0.2 TCP STREAM TEST to 10.0.0.2 on 10.0.0.2, I start netstat -w 1 , but got strange output: it seems

Re: gcc 3.1 can't compile XFree86-4-Server

2002-07-03 Thread David O'Brien
On Wed, Jul 03, 2002 at 11:45:19AM -0400, Garance A Drosihn wrote: which has been seeing sporadic messages over the past week or two. Sheldon has a few informative messages which include some patches to test. (although I don't think the patches are a complete fix for the problems we're

Re: About GEOM...

2002-07-03 Thread Julian Elischer
Sick sick sick :-) On Wed, 3 Jul 2002, Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], Jul ian Elischer writes: aren't you suppost to be honeymooning from yesterday? I am, I'm not working, only doing things I do for fun :-) -- Poul-Henning Kamp | UNIX since Zilog Zeus

Re: KSE signal problems still

2002-07-03 Thread Julian Elischer
On Wed, 3 Jul 2002, John Baldwin wrote: The argument could be made that you shouldn't be checking in stuff until you know how it works, etc., or that you could commit in smaller pieces (say, get multiple threads per process for kernel processes working in the scheduler and just ignoring

Re: recent bsd.lib.mk changes

2002-07-03 Thread Ruslan Ermilov
On Fri, Jun 21, 2002 at 07:11:16PM -0400, Mikhail Teterin wrote: On Friday 21 June 2002 06:02 pm, David O'Brien wrote: = On Fri, Jun 21, 2002 at 05:46:17PM -0400, Mikhail Teterin wrote: = Why can't we have some way to explicitly list what is and what is not = needed? = = Feel free to

Re: KSE signal problems still

2002-07-03 Thread John Baldwin
On 03-Jul-2002 Julian Elischer wrote: On Wed, 3 Jul 2002, John Baldwin wrote: The argument could be made that you shouldn't be checking in stuff until you know how it works, etc., or that you could commit in smaller pieces (say, get multiple threads per process for kernel processes

Re: KSE status report

2002-07-03 Thread Julian Elischer
congratulations.. I think that you win the Matt Dillon got both processors to enter the ddb at the same time award.. On Wed, 3 Jul 2002, David Wolfskill wrote: login: panic: vm_page_free: invalid wire count (360), pindex: 0x1 cpuid = 0; lapic.id = Debugger(panic) uernteilm etoruatp

Re: gcc 3.1 can't compile XFree86-4-Server

2002-07-03 Thread Maxim Sobolev
David O'Brien wrote: On Wed, Jul 03, 2002 at 05:26:50PM +0300, Maxim Sobolev wrote: Hi, I am trying to upgrade installed XFree86-4-Server package, but found that a new gcc can't compile it. Following is relevant error output: ... In file included from translate.c:779:

Re: gcc 3.1 can't compile XFree86-4-Server

2002-07-03 Thread Garance A Drosihn
At 9:27 AM -0700 7/3/02, David O'Brien wrote: On Wed, Jul 03, 2002, Garance A Drosihn wrote: Sheldon has a few informative messages which include some patches to test. (although I don't think the patches are a complete fix for the problems we're seeing -- see my replies to that thread

Re: additional queue macro

2002-07-03 Thread Terry Lambert
Julian Elischer wrote: TAILQ_FOREACH_REMOVABLE or TAILQ_FOREACH_SAFE (I prefer the first) are my suggestions for the name.) TAILQ_FOREACH_MODIFY ? -- Terry To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: additional queue macro

2002-07-03 Thread Garance A Drosihn
At 10:38 AM -0700 7/3/02, Terry Lambert wrote: Julian Elischer wrote: TAILQ_FOREACH_REMOVABLE or TAILQ_FOREACH_SAFE (I prefer the first) are my suggestions for the name.) TAILQ_FOREACH_MODIFY ? I sense great material for a bikeshed... :-) For mine, how about: TAILQ_FOREACH_VOLATILE --

Re: gcc 3.1 can't compile XFree86-4-Server

2002-07-03 Thread Sheldon Hearn
On (2002/07/03 13:29), Garance A Drosihn wrote: With his patches I was able to compile and install imake. I was able to compile XFree86-4-libraries, but the 'make install' of it fails for me after getting most of the way through. I suspect this is a build problem, not a cc problem. Yes,

Re: gcc 3.1 can't compile XFree86-4-Server

2002-07-03 Thread Garance A Drosihn
At 8:07 PM +0200 7/3/02, Sheldon Hearn wrote: Yes, remember that you're building the MATROX stuff, which I'm not. Yes, I should have mentioned that. Is Maxim compiling the matrox drivers? Perhaps I should retry without those. Also, remember that my patches were for the base system's

Re: About GEOM...

2002-07-03 Thread Terry Lambert
Bruce Evans wrote: On Wed, 3 Jul 2002, Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], Mario Goebbels writes: And the second is, when will it be officially activated? Seems to work fine yet (toying around with it). Some bits are missing yet, for instance the ioctls to change

panic at boot in ffs_valloc

2002-07-03 Thread Anthony Jenkins
I cvsup'd and built world+kernel a few hours ago and was happy to see KDE working again, but I got a spontaneous reboot while trying to track down a segfault in a mozilla build component. I boot -v'ed and as soon as the login prompt came up I hit a panic. I'm guessing the backgorund fsck

Re: panic at boot in ffs_valloc

2002-07-03 Thread Andrew R. Reiter
:I cvsup'd and built world+kernel a few hours ago and was happy to see :KDE working again, but I got a spontaneous reboot while trying to track :down a segfault in a mozilla build component. I boot -v'ed and as :soon as the login prompt came up I hit a panic. I'm guessing the :backgorund

Re: gcc 3.1 can't compile XFree86-4-Server

2002-07-03 Thread Jeremy Lea
Hi, On Wed, Jul 03, 2002 at 02:15:13PM -0400, Garance A Drosihn wrote: Fwiw, I am also using the system toolchain (as cvsup'ed late last night), and not the port. I can build x11/XFree86-4 with the following patches, which I harvested from various email's since the gcc 3.1 import. Which ones

Re: what does it take to rsh as root now days?

2002-07-03 Thread Joerg Wunsch
David O'Brien [EMAIL PROTECTED] wrote: I can rlogin to a -CURRENT box as root. However `rsh box id' comes back with: Jul 3 00:11:33 box rshd[4916]: root@dragon as rootk: permission denied (authentication error). cmd='id' man pam_rhosts should explain that. -- cheers, Jorg

Re: panic at boot in ffs_valloc

2002-07-03 Thread Rasmus Skaarup
I'm also suddenly having a panics - every 5 minutes actually, since my latest cvsup a few hours ago. They seem to be related to some ufs and ffs calls.. I'm not able to read my core dumps for some reason (gdb says kernel symbol 'cpuhead' not found.) and I don't have the time to scratch a

KSE /VM question

2002-07-03 Thread Julian Elischer
Unfortunatly thre is a codepath in the KSE system that has not been tested, due to a bug in the UVM system. Jeff fixed the UVM problem for me ysesterday but that means that the following stack trace (representing the code path in question) is now used and teh resulting panic happens... Is

Re: KSE status report

2002-07-03 Thread Erik Greenwald
You were possibly on the right track but we got the answer already :-) there was a debug statement left in queue.h that was breaking some of the queues in libc_r possibly where the thread was taken off the run queue. Now the very important thing is that you keep looking and hacking

Re: gcc 3.1 can't compile XFree86-4-Server

2002-07-03 Thread David O'Brien
On Wed, Jul 03, 2002 at 08:56:02PM +0200, Jeremy Lea wrote: I can build x11/XFree86-4 with the following patches, which I harvested from various email's since the gcc 3.1 import. Which ones are really needed, and why the X11 libraries are built four times during the build of the meta port,

Re: KSE status report

2002-07-03 Thread Julian Elischer
On Wed, 3 Jul 2002, Erik Greenwald wrote: Looks like I'm out of this one, I got up this morning, cvsup'd and built world just to make sure it was fresh, then I quit getting the crashes. I d'no if the issue was fixed by something someone else did or what... It was solved, but thanks for

Re: gcc 3.1 can't compile XFree86-4-Server

2002-07-03 Thread Jeremy Lea
Hi, On Wed, Jul 03, 2002 at 01:10:08PM -0700, David O'Brien wrote: Some one needs to do thru these and really deal with them. I didn't say they were right, just that they worked ;-) * The patch to use -O0 (or remove -O) is wrong, and a test case should be submitted to the GCC people. I

Re: gcc 3.1 can't compile XFree86-4-Server

2002-07-03 Thread Dag-Erling Smorgrav
Jeremy Lea [EMAIL PROTECTED] writes: 1. What the patches actually do... 2. If we can use one shared ${WRKSRC}, since the ports build multiple copies of all of the libraries, and they use the wrong (unpatched) versions of the config files in some cases. While you're at it: Index:

Re: ASUS CUSL2 panic on acpi

2002-07-03 Thread Marc Recht
Here's a me too.. running on an ASUS A7V266-E Fatal trap 12: page fault while in kernel mode fault virtual address = 0x16 fault code = supervisor read, page not present instruction pointer = 0x8:0xc04f9aca stack pointer = 0x10:0xc054ea14 frame pointer

Re: About GEOM...

2002-07-03 Thread Wilko Bulte
On Wed, Jul 03, 2002 at 11:59:47AM +0200, Poul-Henning Kamp wrote: In message [EMAIL PROTECTED], Jul ian Elischer writes: aren't you suppost to be honeymooning from yesterday? I am, I'm not working, only doing things I do for fun :-) Like reading Linux source code? ducks for cover 8-)

Re: additional queue macro

2002-07-03 Thread Julian Elischer
On Wed, 3 Jul 2002, Neal Fachan wrote: We've got local changes (which I've attached) where the name is *_FOREACH_REMOVE. We didn't add reverse removable iterators. Also, the temp variable is the second argument. I can't think of a way of doing it without having the externally declare the

Re: gcc 3.1 can't compile XFree86-4-Server

2002-07-03 Thread David O'Brien
On Wed, Jul 03, 2002 at 08:08:28PM +0300, Maxim Sobolev wrote: In file included from translate.c:779: ../../../../extras/Mesa/src/trans_tmp.h: In function `trans_1_GLdouble_1ub_elt': ../../../../extras/Mesa/src/trans_tmp.h:124: could not find a spill register (insn 96 94 97 (set

Re: KSE status report

2002-07-03 Thread W Gerald Hicks
On Wednesday, July 3, 2002, at 04:13 PM, Julian Elischer wrote: On Wed, 3 Jul 2002, Erik Greenwald wrote: Looks like I'm out of this one, I got up this morning, cvsup'd and built world just to make sure it was fresh, then I quit getting the crashes. I d'no if the issue was fixed by

Re: KSE status report

2002-07-03 Thread Julian Elischer
hey don't give up yet.. there's still a couple of crashing bugs hiding in there you could have your chance yet.. On Wed, 3 Jul 2002, W Gerald Hicks wrote: On Wednesday, July 3, 2002, at 04:13 PM, Julian Elischer wrote: On Wed, 3 Jul 2002, Erik Greenwald wrote: Looks like

panic: vm_page_free: freeing wired page

2002-07-03 Thread Steven G. Kargl
Julian, You may have fixed over the last few, but I haven't had a chance to cvsup new sources. -- Steve http://troutmask.apl.washington.edu/~kargl/ panic: vm_page_free: freeing wired page panic: from debugger Uptime: 39m56s Dumping 128 MB 16 32 48 64 80 96 112 --- #0 0xc019c5cb in doadump

Recommended MP development machines...

2002-07-03 Thread George V. Neville-Neil
Hi, I know everyone says they all work but i'd like some recommendations on MP machines for -CURRENT work. I'll be ordering one this week. Thanks, George -- George V. Neville-Neil [EMAIL PROTECTED] Neville-Neil Consulting

Re: Recommended MP development machines...

2002-07-03 Thread Alfred Perlstein
* George V. Neville-Neil [EMAIL PROTECTED] [020703 19:43] wrote: Hi, I know everyone says they all work but i'd like some recommendations on MP machines for -CURRENT work. I'll be ordering one this week. I got a dual AMD 1900 from monarchcomputer.com, it was pretty decently priced at

Re: Recommended MP development machines...

2002-07-03 Thread David O'Brien
On Wed, Jul 03, 2002 at 07:43:22PM -0700, George V. Neville-Neil wrote: I know everyone says they all work but i'd like some recommendations on MP machines for -CURRENT work. I'll be ordering one this week. There is but _1_ dual system to get -- Tyan Thunder K7 (code name Guinness).

Re: Recommended MP development machines...

2002-07-03 Thread David O'Brien
On Wed, Jul 03, 2002 at 11:50:00PM -0400, Chuck Robey wrote: (2) a fixed onboard usb port. The K7 had a broken on-board usb (the AMD chipset had a PCI contention bug for the usb port, so the tin back panel of the board blocked out the usb, and the K7 came with a PCI usb card, which ate up

error in /usr/src/gnu/usr.bin/binutils/doc/

2002-07-03 Thread Munish Chopra
Sources checked out today, 3AM EST. makeinfo --no-validate -I /usr/src/gnu/usr.bin/binutils/doc/../../../../contrib/binutils/gas/doc -I /usr/src/gnu/usr.bin/binutils/doc/../../../../contrib/binutils/ld -I /usr/src/gnu/usr.bin/binutils/doc/../../../../contrib/binutils/bfd/doc -I