KSE times

2002-06-29 Thread Julian Elischer
Some people have suggested to me that adding threads to the system would harm performance on our normal applications.. Here are times for 6 buildworlds. First 3 buildworlds on a NON KSE kernel: --- 3394.762u 1465.676s 1:27:45.19 92.3%

Re: KSE-MIII ready for commit

2002-06-29 Thread Julian Elischer
Jake just checked something in that looks like it may be relevant. On Fri, 28 Jun 2002, David O'Brien wrote: On Fri, Jun 28, 2002 at 11:02:51PM -0700, David O'Brien wrote: Not buildable on sparc64: User error. Now I get: Mounting root from ufs:/dev/ad0a WARNING: / was not properly

Re: KSE-MIII ready for commit

2002-06-29 Thread Julian Elischer
You must have something wrong in the MD code that jake added.. I don't do anything in that code or with any allignments none of these functions have been altered.. Jake said he had it going... On Fri, 28 Jun 2002, David O'Brien wrote: On Fri, Jun 28, 2002 at 11:02:51PM -0700, David O'Brien

Re: KSE-MIII ready for commit

2002-06-29 Thread Julian Elischer
you are missing kern_thread.c On Fri, 28 Jun 2002, David O'Brien wrote: Not buildable on sparc64: linking kernel.debug procfs_ctl.o: In function `procfs_control': procfs_ctl.o(.text+0x56c): undefined reference to `thread_unsuspend' init_main.o: In function `proc0_init':

Re: KSE-MIII ready for commit

2002-06-29 Thread David O'Brien
On Fri, Jun 28, 2002 at 11:39:29PM -0700, Julian Elischer wrote: Jake just checked something in that looks like it may be relevant. Yes it was. `thediff' on sparc64 is solid. Still some ast funkiness on Alpha, but it is not so bad as to make it so someone cannot get work done on Alpha if they

geom breaks current

2002-06-29 Thread Julian Elischer
current as of an hour or so ago.. ref3 make cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wno-format -ansi -nostdinc -I- -I. -I../../.. -I../../../dev -I../../../contrib/dev/acpica

Re: KSE-MIII ready for commit

2002-06-29 Thread Julian Elischer
On Fri, 28 Jun 2002, David O'Brien wrote: On Fri, Jun 28, 2002 at 11:39:29PM -0700, Julian Elischer wrote: Jake just checked something in that looks like it may be relevant. Yes it was. `thediff' on sparc64 is solid. Still some ast funkiness on Alpha, but it is not so bad as to make it

strange netstat output on Intel pro/1000 netperf testing

2002-06-29 Thread zhang jack
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 the link is dowm and up ceaselessly. input(Total)

oops geom didn't break world..

2002-06-29 Thread Julian Elischer
only in my environment here where KSE is going through pre commit tests.. it was a KSE/Geom clash.. now fixed. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

HEADSUP! KSE breakage imminent!

2002-06-29 Thread Julian Elischer
I am on final aproach for KSE-MIII commit It's a bit like landing in an aircraft carrier because I'm converging with a moving target. (And I'm flying a DC-3) In the next couple of days I expect we will see minor breakages as things shake out of the woodwork. I can already tell you where we

KSE commit schedule and freeze please?

2002-06-29 Thread Julian Elischer
It's 01:42 here. I'm compiling world with the KSE sys tree in it hopefully for the last time.. it will be finished in an hour but I can't wait that long here. (My wife would like to go to sleep) SO assuming it completes (unknown.. it's the first one with the new GDB) I'd like to commit tomorrow

New GDB breaks buildworld: no fbsd-kgdb.h

2002-06-29 Thread Szilveszter Adam
Hello everybody, It seems that the new GDB import breaks world. Appearently, a file named fbsd-kgdb.h is missing, although it is included from /usr/obj/usr/src/gnu/usr.bin/binutils/gdb/nm.h, which is a generated file. Such a file cannot be found in the base gdb-5.2 distribution, and it is not

binary compatibility broken.

2002-06-29 Thread Bernd Walter
I noticed that most of my older binaries on a freebsd-alpha stopped working on a newer -current. I did not though much about it as they were compiled under an earlier -current. Now I found out that 4.x binaries don't work too. That's especialy bad as I run cvsup on that machine and modula has a

wscale issue on netperf testing

2002-06-29 Thread zhang jack
Hi, I am testing giga bits NICs with netperf,two machine have the same install, but when I start netperf,using tcpdump to listen,the wscale is different. giga# tcpdump -vv -n -i em0 -c 100 tcpdump: listening on em0 19:28:35.946808 10.0.0.1.49187 10.0.0.2.12865: S [tcp sum ok]

Re: KSE-MIII ready for commit

2002-06-29 Thread Bernd Walter
On Fri, Jun 28, 2002 at 11:55:46PM -0700, David O'Brien wrote: On Fri, Jun 28, 2002 at 11:39:29PM -0700, Julian Elischer wrote: Jake just checked something in that looks like it may be relevant. Yes it was. `thediff' on sparc64 is solid. Still some ast funkiness on Alpha, but it is not so

libufs, a library for dealing with UFS from userland.

2002-06-29 Thread Juli Mallett
Hi, I'm trying to get review of something phk@ talked me into having a go at, libufs, which is a library to un-duplicate code for dealing with UFS on a raw disk device. Currently it defines a generic structure for UFS on any disk that one might want to refer to from the userland, including the

kde3 compile probs..

2002-06-29 Thread Michael L. Hostbaek
When trying to compile the kdebase3 port under recent -CURRENT - I get the following error: snip creating kappfinder_meta_unload.cpp source='kappfinder_meta_unload.cpp' object='kappfinder_meta_unload.o' libtool=no depfile='.deps/kappfinder_meta_unload.Po' tmpdepfile='.deps/kappfinder_meta_un

Re: libufs, a library for dealing with UFS from userland.

2002-06-29 Thread Alfred Perlstein
* Juli Mallett [EMAIL PROTECTED] [020629 05:38] wrote: I get identical output from dumpfs and libufs-dumpfs currently and I can toggle softdep flags fine with tunefs. I'd like to commit this by the coming Tuesday as I will be out of town from Tuesday morning and will not have any way to

[PATCH] Re: Which .info files have been disabled?

2002-06-29 Thread Szilveszter Adam
On Fri, Jun 28, 2002 at 05:49:33PM +0200, Szilveszter Adam wrote: Hello Sheldon, As far as I know, so far only the ones for GDB (and that only under -CURRENT). If you get there first, go for it, but if not, I will also look at the issue during the weekend. To follow up on this: I have got

Re: libufs, a library for dealing with UFS from userland.

2002-06-29 Thread Juli Mallett
* Alfred Perlstein [EMAIL PROTECTED] escriuréres The work is really nice, but the timing sounds rather bad, is there Thanks. a way you can either commit it earlier or after you return from hiatus? I can commit it a few weeks from now, or I can commit it five minutes from now. I just don't

Re: libufs, a library for dealing with UFS from userland.

2002-06-29 Thread Alfred Perlstein
* Juli Mallett [EMAIL PROTECTED] [020629 06:31] wrote: * Alfred Perlstein [EMAIL PROTECTED] escriuréres The work is really nice, but the timing sounds rather bad, is there Thanks. a way you can either commit it earlier or after you return from hiatus? I can commit it a few weeks

alpha tinderbox failure

2002-06-29 Thread Dag-Erling Smorgrav
Sat Jun 29 07:00:09 PDT 2002 cd: can't cd to /home/des/tinderbox/alpha/src To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

qt3 and kde-2.2.2

2002-06-29 Thread Beech Rintoul
Will kde-2.2.2 work with qt3? Or will I completely hose my desktop? My qt2 got borked during a restore and I can't get it to build with the new gcc31. Add that to several others that won't build either. Beech -- --- Beech

Redundant network connections load balancing

2002-06-29 Thread Forrest Aldrich
In a Sysadmin (Jan 2002) article, there is explained how to use Linux as a router using redundant network connections (DSL + dialup), as well as load balancing between the two. I recall this required some special kernel configuration directives: CONFIG_IP_ADVANCED_ROUTER=y

KSE commit happenning NOW

2002-06-29 Thread Julian Elischer
It will be in a couple of stages, so don't complain about breakages in the next few hours please.. I will commit now, (seveal parts) recvsup make world As this takes me several hours I may not see breakages myself for a couple of hours if things don't match what my developemnt environment

Re: [PATCH] Re: Which .info files have been disabled?

2002-06-29 Thread David O'Brien
On Sat, Jun 29, 2002 at 03:29:20PM +0200, Szilveszter Adam wrote: 1) The GNU folks have a way of generating GDBvn.texi from version.in, so that it has the same version information than the source code. We use the GDBvn.texi file supplied with the distribution. (which was not updated BTW, so

Re: KSE commit happenning NOW

2002-06-29 Thread Matthew Dillon
Oh, this is funny... I started a buildworld on four SMP boxes simultaniously and my UPS started blinking and ding-donging at me angrily! -Matt :It will be in a couple of stages, so :don't complain about breakages in the next few

bus_alloc_resrouce() fails in if_wi.c

2002-06-29 Thread Paul Herman
I've got a Linksys WMP11 wireless PCI card. It is recognized under -STABLE, but not -CURRENT. wi_alloc() seems to fail at bus_alloc_resource() while requesting I/O memory. I'm not familiar with this part of the code, so I'm sure what actually gets called in this case. Does this sound familiar

False alarm (was: binary compatibility broken)

2002-06-29 Thread Bernd Walter
On Sat, Jun 29, 2002 at 01:46:39PM +0200, Bernd Walter wrote: I noticed that most of my older binaries on a freebsd-alpha stopped working on a newer -current. I did not though much about it as they were compiled under an earlier -current. Now I found out that 4.x binaries don't work too.

Panic on apm resume with ata

2002-06-29 Thread Gavin Atkinson
Hi, My laptop powered off due to a flat battery, and upon powerup, i immediately experienced a panic. ata0: resetting devices .. done panic: ata_dmasetup: transfer active on this device! #16 0xc01dd9e1 in panic () at /usr/src/sys/kern/kern_shutdown.c:490 #17 0xc0146428 in ata_dmastart

Re: make install failed on XFree86-4-client (with 6/10 -current)

2002-06-29 Thread Brian Somers
I've been seing this problem for ages on my dev box, but it doesn't happen on other boxes. The problem is because the glxinfo program uses CCLINK to link, but it's a c++ program. Changing the CCLINK to CXXLINK works. I have no idea why there's no problem on some machines. On Mon, 17 Jun 2002

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

2002-06-29 Thread Jeremy Lea
Hi, On Wed, Jun 26, 2002 at 04:57:45PM +0200, Sheldon Hearn wrote: Note that this isn't quite right, because the linking gets done with cc as a front-end, not c++. But the job gets done, all the same, and I'm not writing a SharedDepCplusplusLibraryTarget rule myself. :-) How

I think KSE-MIII import complete

2002-06-29 Thread Julian Elischer
So far I have heard no complaints (that are proven) and My buildworlds have been going as well as thay can taking into account breakages from other places (hopefully one will actually finish soon) So I am going to dare to step away from the system for a few hours and take the baby for a walk..

post-KSE III kernel panic

2002-06-29 Thread Steven G. Kargl
I'm not sure this is related to Julian's commit, but the kernel sources are post-kse III commit. I have the kernel and core file if more info or access is needed. -- Steve http://troutmask.apl.washington.edu/~kargl/ Script started on Sat Jun 29 18:36:22 2002 GNU gdb 5.2.0 (FreeBSD) 20020627

mozilla and gnome apps won't run after KSE [June 29]

2002-06-29 Thread walt
Following make world make kernel after the KSE update I find that mozilla and any gnome app will suck up 98% of the CPU and will never actually write anything to the display. No crashes, no error messages, they just chew up cycles. I don't have KDE installed on my -current machine, so I can't

Re: make install failed on XFree86-4-client (with 6/10 -current)

2002-06-29 Thread David O'Brien
On Sat, Jun 29, 2002 at 11:30:48PM +0100, Brian Somers wrote: The problem is because the glxinfo program uses CCLINK to link, but it's a c++ program. Changing the CCLINK to CXXLINK works. We can't be the only ones seeing this -- surely anyone using Gcc 3.1 on their i386 (any OS) box. Has

Re: mozilla and gnome apps won't run after KSE [June 29]

2002-06-29 Thread Steve Kargl
On Fri, Jun 28, 2002 at 07:03:04AM -0700, walt wrote: Following make world make kernel after the KSE update I find that mozilla and any gnome app will suck up 98% of the CPU and will never actually write anything to the display. No crashes, no error messages, they just chew up cycles.

Re: libufs, a library for dealing with UFS from userland.

2002-06-29 Thread Garance A Drosihn
At 5:37 AM -0700 6/29/02, Juli Mallett wrote: I get identical output from dumpfs and libufs-dumpfs currently and I can toggle softdep flags fine with tunefs. I'd like to commit this by the coming Tuesday as I will be out of town from Tuesday morning and will not have any way to further work on

Re: post-KSE III kernel panic

2002-06-29 Thread Julian Elischer
it definitly looks like one for me if you have the core file, can you find the line in fill_kinfo_proc that exploded? up 15 list should do I think I saw this once myself but wasn't able to reproduce it again. On Sat, 29 Jun 2002, Steven G. Kargl wrote: I'm not sure this is related to

i386 tinderbox failure

2002-06-29 Thread Dag-Erling Smorgrav
-- Rebuilding the temporary build tree -- stage 1: bootstrap tools -- stage 2: cleaning up the object tree

Re: I think KSE-MIII import complete

2002-06-29 Thread Manfred Antar
At 05:10 PM 6/29/2002 -0700, Julian Elischer wrote: So far I have heard no complaints (that are proven) and My buildworlds have been going as well as thay can taking into account breakages from other places (hopefully one will actually finish soon) So I am going to dare to step away from the