KSE MIII kinda-HEADSUP

2002-06-14 Thread Julian Elischer
After some hacking work with others at USENIX, KSE MIII is currently running pretty well on i386. there seems to be a slight issue with alpha and ^Z but it works fine for i386. The test machine has not crashed afer 2+1/2 hours of work at the moment. (not a lot but it's been this stable for

Re: Crash after world/kernel upgrade

2002-06-14 Thread Jeffrey Hsu
That looks like a different problem. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

KSE changes to ps

2002-06-14 Thread Julian Elischer
So the question is: what information can PS show for a KSE threaded process? I have been thinking of: Certainly the first thing to decide it WHAT there is to show.. threads that are in userspace are not visible to ps, or for that matter the kernel, as teh Userland thread scheduler may switch

Re: KSE changes to ps

2002-06-14 Thread Juli Mallett
* Julian Elischer [EMAIL PROTECTED] escriurères So the question is: what information can PS show for a KSE threaded process? I have been thinking of: Certainly the first thing to decide it WHAT there is to show.. threads that are in userspace are not visible to ps, or for that matter

Re: KSE changes to ps

2002-06-14 Thread Julian Elischer
On Fri, 14 Jun 2002, Juli Mallett wrote: * Julian Elischer [EMAIL PROTECTED] escriurères So the question is: what information can PS show for a KSE threaded process? I have been thinking of: Certainly the first thing to decide it WHAT there is to show.. threads that are in

Re: KSE changes to ps

2002-06-14 Thread Terry Lambert
Julian Elischer wrote: So the question is: what information can PS show for a KSE threaded process? The same thing ps shows for a threaded process with user space threads today. Why confuse every ps-using shell script or perl script ever written? so for a process you can show:

panic: xl0

2002-06-14 Thread Stephan van Beerschoten
This morning I cvsupped and redid my kernel and world with no compilation errors whatsoever, which was nice to see again :) Right now however I have panics with my xl0 Since I cannot copy/paste anything anywhere, I wrote as much info down as I found to be relevant. I tried to run the GENERIC

When was soundcard.h moved?

2002-06-14 Thread Sheldon Hearn
Hi folks, When was soundcard.h moved from machine to sys? A large number of ports expect to find it in machine, and I can't find a __FreeBSD_version bump supporting the change. So I need to find out when it happened and piggy-back on the nearest __FreeBSD_version bump. :-( Ciao, Sheldon. To

Re: Crash after world/kernel upgrade

2002-06-14 Thread Jeffrey Hsu
Jun 14 10:36:08 calvin syslogd: kernel boot file is /boot/kernel/kernel Jun 14 10:36:08 calvin kernel: panic: lock (sleep mutex) inp not locked @ /usr/src/sys/netinet/tcp_subr.c:1069 Thanks for the bug report, Sid. This panic should be addressed by the following commit: hsu

Re: Broken world in rtld-elf...

2002-06-14 Thread Bruce Evans
On Thu, 13 Jun 2002, Alex Zepeda wrote: On Thu, Jun 13, 2002 at 12:26:05PM +1000, Bruce Evans wrote: rtld still uses asms with the old, broken/fragile 0 constraint. This constraint is especially broken/fragile if things are pessimized by compiling without optimizations. D'oh! Is

Re: panic: xl0

2002-06-14 Thread Stephan van Beerschoten
I'm sorry this message came across the net so long ago (3 days to deliver mail!). this was because of DNS reverse lookups that failed on my mailserver because of DNS outage. The item has been discussed already in 2 threads, so I wasn't planning on starting a new one. Actually, 3 days ago I was

panic -- trap in mtx_lock_sleep

2002-06-14 Thread Georg-W. Koltermann
Hi, I got the following panic while compiling openoffice. I suspect it was somehow triggered by the high I/O activity. Last CVSup was 17 May 22:27 GMT-2. I'll keep the dump around for a couple of days, so let me know if I should provide any additional information. -- Georg. hunter# cat

Re: When was soundcard.h moved?

2002-06-14 Thread Will Andrews
On Fri, Jun 14, 2002 at 10:05:52AM +0200, Sheldon Hearn wrote: When was soundcard.h moved from machine to sys? A large number of ports expect to find it in machine, and I can't find a __FreeBSD_version bump supporting the change. So I need to find out when it happened and piggy-back on the

Re: HEADS UP: rc.d is in the tree

2002-06-14 Thread Dennis Kristensen
Gordon Tetlow wrote: ... Please try out the functionality by putting rc_ng=YES into your rc.conf and post any problems you might have. I have given this a try, but have a few problems. My rc.conf is attached. 1: When bringing up fxp0 with IP from DHCP i get: Doing initial network setup:

Re: When was soundcard.h moved?

2002-06-14 Thread Trish Lynch
On Fri, 14 Jun 2002, Sheldon Hearn wrote: Hi folks, When was soundcard.h moved from machine to sys? A large number of ports expect to find it in machine, and I can't find a __FreeBSD_version bump supporting the change. So I need to find out when it happened and piggy-back on the nearest

Re: HEADS UP: rc.d is in the tree

2002-06-14 Thread zhuravlev alexander
On Fri, Jun 14, 2002 at 03:28:40PM +0200, Dennis Kristensen wrote: Gordon Tetlow wrote: ... Please try out the functionality by putting rc_ng=YES into your rc.conf and post any problems you might have. I have given this a try, but have a few problems. My rc.conf is attached. 1:

Re: HEADS UP: rc.d is in the tree

2002-06-14 Thread Dennis Kristensen
zhuravlev alexander wrote: On Fri, Jun 14, 2002 at 03:28:40PM +0200, Dennis Kristensen wrote: Gordon Tetlow wrote: ... Please try out the functionality by putting rc_ng=YES into your rc.conf and post any problems you might have. I have given this a try, but have a few

Re: HEADS UP: rc.d is in the tree

2002-06-14 Thread Danny Braniss
in amd, # REQUIRE: rpcbind mountall ypbind nfsclient ** since i don't use yp, how can i override this? or in other words, can REQUIRE be configurable too? danny To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in

Have random panic somewhere near console driver on fresh current

2002-06-14 Thread Vladimir B . Grebenschikov
Submitter-Id: [EMAIL PROTECTED] Originator:Vladimir B. Grebenschikov Organization: SWsoft Confidential: no Synopsis: Have random panic somewhere near console driver on fresh current Severity: critical Priority: high Category: kern Class: sw-bug Release:

duplicate -ffreestanding in kernel build

2002-06-14 Thread Maxime Henrion
Hi all, I recently noticed that we are adding the -ffreestanding flag twice for kernel builds. It's added once if GCC3 is defined in /usr/share/mk/bsd.kern.mk and another time inconditionally in /sys/conf/kern.pre.mk. As a result, I have -ffreestanding once on my x86 box still running

Re: HEADS UP: rc.d is in the tree

2002-06-14 Thread Dennis Kristensen
Please try out the functionality by putting rc_ng=YES into your rc.conf and post any problems you might have. I have given this a try, but have a few problems. My rc.conf is attached. 1: When bringing up fxp0 with IP from DHCP i get: Doing initial network setup: hostnamefxp0:

Re: HEADS UP: rc.d is in the tree

2002-06-14 Thread Dennis Kristensen
Dennis Kristensen wrote: Gordon Tetlow wrote: ... Please try out the functionality by putting rc_ng=YES into your rc.conf and post any problems you might have. I have given this a try, but have a few problems. My rc.conf is attached. 2: Setting mta_start_script to , drops me into

Re: Perl scripts that need rewiting - Any volunteers?

2002-06-14 Thread Jonathan Belson
Mark Murray wrote: These seem to be the same program. I'll take this if there are no objections. You have it! Okay, here's my vidfont/kbdmap rewrite for review. Any feedback is welcome, the same goes for bug reports :-) Cheers, --Jon http://www.witchspace.com #include sys/queue.h

Re: Device cloning

2002-06-14 Thread Mark Santcroos
On Tue, Jun 11, 2002 at 10:14:48AM -0700, Maksim Yevmenkin wrote: or USB dongle. They all MUST talk via HCI. So HCI is not really a device driver, and, IMO, it is not a pseudo device driver. It sort of looks like /dev/tcp :) Hi Maksim, A ng_device netgraph node is coming up. That will

Re: Device cloning

2002-06-14 Thread Maksim Yevmenkin
Hi Mark, On Tue, Jun 11, 2002 at 10:14:48AM -0700, Maksim Yevmenkin wrote: or USB dongle. They all MUST talk via HCI. So HCI is not really a device driver, and, IMO, it is not a pseudo device driver. It sort of looks like /dev/tcp :) A ng_device netgraph node is coming up. That will

Re: HEADS UP: rc.d is in the tree

2002-06-14 Thread Mike Makonnen
On Fri, 14 Jun 2002 19:38:15 +0200 Dennis Kristensen [EMAIL PROTECTED] wrote: sendmail_enable=NONE did'nt help either. This can be fixed with below patch. It still complains with /etc/rc: WARNING: $sendmail_enable is not set properly. but sendmail is no longer started. [patch ommited]

Re: HEADS UP: rc.d is in the tree

2002-06-14 Thread Mike Makonnen
On Fri, 14 Jun 2002 16:55:40 +0300 Danny Braniss [EMAIL PROTECTED] wrote: in amd, # REQUIRE: rpcbind mountall ypbind nfsclient ** since i don't use yp, how can i override this? or in other words, can REQUIRE be configurable too? The REQUIRE

Re: HEADS UP: rc.d is in the tree

2002-06-14 Thread Terry Lambert
Mike Makonnen wrote: Danny Braniss [EMAIL PROTECTED] wrote: in amd, # REQUIRE: rpcbind mountall ypbind nfsclient ** since i don't use yp, how can i override this? or in other words, can REQUIRE be configurable too? The REQUIRE line

Re: HEADS UP: rc.d is in the tree

2002-06-14 Thread Greg 'groggy' Lehey
On Thursday, 13 June 2002 at 15:37:55 -0700, Gordon Tetlow wrote: I've imported the excellent work by Mike Makonnen into the tree. Can you summarize what the differences are? Greg -- See complete headers for address and phone numbers To Unsubscribe: send mail to [EMAIL PROTECTED] with

(J!$B9-9p(J!$B!!=P2q$$%S%8%M(B$B%9#3E@%;%C%H$GBgLY$1!*(B

2002-06-14 Thread umeda
$BCK=w=P2q$$%S%8%M%9$K$D$$$F$N$*CN$i$;$G$9!#%a!<%k$NITMW$NJ}$O(B $B$3$N$^$^JV?.$7$F$*CN$i$;$/$@$5$$!#(B $BCK=w=P2q$$%S%8%M%9$GBgLY$1$7$^$;$s$+!)=P2q$$7O%5%$%H$O@$$NCf(B $B$K#3K|7o$[$I$"$k$H8@$o$l$F$$$^$9$,!"6%9g$,B?$9$.$FBgLY$1$7$F(B

Re: Broken world in rtld-elf...

2002-06-14 Thread Alex Zepeda
On Fri, Jun 14, 2002 at 07:09:06PM +1000, Bruce Evans wrote: Not really. It is a transient bug that is almost as easy to fix as warn about. So when can I expect the fix to be committed? :-D - alex To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body

ACPI errors on laptop running latest -current

2002-06-14 Thread David W. Chapman Jr.
When I boot up my gateway solo 2550, I get the following errors ACPI-0428: *** Error: Handler for [EmbeddedControl] returned AE_ERROR ACPI-1305: *** Error: Method execution failed, AE_ERROR ACPI-0428: *** Error: Handler for [EmbeddedControl] returned AE_ERROR ACPI-1305: ***

Re: Mozilla 1.0 error

2002-06-14 Thread Joe Marcus Clarke
On Mon, 2002-06-10 at 14:36, Alexandr Kovalenko wrote: Hello, Kris Kennaway! On Fri, Jun 07, 2002 at 02:02:52PM -0700, you wrote: On Fri, Jun 07, 2002 at 04:56:45PM -0400, Joe Marcus Clarke wrote: On Fri, 2002-06-07 at 10:52, Jun Kuriyama wrote: At Fri, 7 Jun 2002 12:43:27 +

'sh' core dumps with signal 4 and another problems...

2002-06-14 Thread Vladimir G. Drobyshevsky
Hello all! 11 Jun I was installed 2002.06.10-JPSNAP from snapshot.jp.freebsd.org. All seems to be ok. After that I builded kernel without debug. And now I have some troubles: 1. I can't normally load bktr module - bktr_mem cannon assign memory and can't attach device -