Re: Kernel Panic from Yesterday's CVSup

2001-02-06 Thread Crist J. Clark
On Mon, Feb 05, 2001 at 02:51:59PM -0800, John Baldwin wrote: On 05-Feb-01 Crist J. Clark wrote: I don't recall reports of trouble with recent CURRENT, but my CVSup from yesterday afternoon is panicing. Before I try too debug this, has anyone been getting these or knows what I might be

Re: md, current and stable

2001-02-06 Thread Sheldon Hearn
On Tue, 06 Feb 2001 16:34:39 +1100, "Chris Knight" wrote: Since the new md was introduced, it is not possible to build a -current snapshot on a -stable box. Are there any plans to MFC this soon? Woah, what's the problem? This sounds like something that should be fixed, not covered up with

Re: (KAME-snap 3974) Re: TI-RPC, IPv6 and NFS (was: Re: strongrecommendationre: NFS)

2001-02-06 Thread Martin Blapp
As I already wrote in a prior statement, Alfred Perlstein and I ported TI_RPC to FreeBSD. It compiles with recent CURRENT. http://www.attic.ch/patches/rpc.diff_01152001-2.sh.tgz All you have to do is to start rpc.diff_01152001-2.sh in the source tree and make a buildworld and then run

RE: md, current and stable

2001-02-06 Thread Chris Knight
Howdy, -Original Message- From: Sheldon Hearn [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 6 February 2001 20:38 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: md, current and stable On Tue, 06 Feb 2001 16:34:39 +1100, "Chris Knight" wrote: Since the

Re: md, current and stable

2001-02-06 Thread Poul-Henning Kamp
In message 004a01c09026$ec0261f0$[EMAIL PROTECTED], "Chris Knight" writes: Howdy, -Original Message- From: Sheldon Hearn [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 6 February 2001 20:38 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: md, current and

Re: Kernel Panic from Yesterday's CVSup

2001-02-06 Thread Andrea Campi
On Mon, Feb 05, 2001 at 08:46:42PM -0800, John Baldwin wrote: On 06-Feb-01 Andrea Campi wrote: Sorry to bother everybody, but did anybody note from my panic trace, that instruction pointer is 0xdeadc0de? Isn't that bad? :-p That means it is free'd memory. One cause might be something

Re: od driver for -CURRENT

2001-02-06 Thread Bernd Walter
On Tue, Feb 06, 2001 at 03:43:33PM +0900, [EMAIL PROTECTED] wrote: From: "Kenneth D. Merry" [EMAIL PROTECTED] Date: Mon, 5 Feb 2001 17:00:41 -0700 I think we already have the most important functionality from the od(4) driver in the da and cd drivers. If there are any features that are

What's changed recently with vmware/linuxemu/file I/O

2001-02-06 Thread Josef Karthauser
Hi, I'm wondering what's changed recently to cause vmware2 running on the linuxemu to lose a lot of performance with disk I/O. A couple of weeks ago I could boot win2000 under vmware2 in a matter of minutes; on today's kernel it takes 5 or 10 minutes to boot, and disk I/O is through the roof.

Re: Kernel Panic from Yesterday's CVSup

2001-02-06 Thread Andrea Campi
Problem: I can't do anything at db prompt? Backtrace is doing nothing except triggering a new register dump (another fault I assume). New kernel, new panic, new info: db witness_list "Giant" (0xc0279be0) locked at ../../i386/isa/ithread.c:191 db show registers cs 0x8 ds

Re: od driver for -CURRENT

2001-02-06 Thread non
From: Bernd Walter [EMAIL PROTECTED] Date: Tue, 6 Feb 2001 13:30:30 +0100 Though I have not tried `da' lately, if you don't insert a medium in the drive at the time of CAM rescan bus, `da' tries to get the geometry by XPT_CALC_GEOMETRY then panics with divided by zero in most SCSI

Re: Kernel Panic from Yesterday's CVSup

2001-02-06 Thread Jim Bloom
The line where I was having the trap is still within cpu_switch (line 236 of swtch.s). I added WITNESS and INVARIANTS to my kernel and I get a new panic. This time I see: kernel trap 12 with interrupts disabled panic: mutex sched lock recursed at ../../kern/kern_synch.c:918 panic()

Re: What's changed recently with vmware/linuxemu/file I/O

2001-02-06 Thread Julian Elischer
Josef Karthauser wrote: Hi, I'm wondering what's changed recently to cause vmware2 running on the linuxemu to lose a lot of performance with disk I/O. A couple of weeks ago I could boot win2000 under vmware2 in a matter of minutes; on today's kernel it takes 5 or 10 minutes to boot,

Close PR misc/24122 and misc/15471

2001-02-06 Thread Steve Kargl
Could someone close PR misc/{24122,15471}? PR misc/24122 is no longer relevent. I doubt anyone will every apply the patches in PR misc/15471 to older versions of FreeBSD. -- Steve To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Please review sh SIGSTOP fix

2001-02-06 Thread Randell Jesup
Martin Cracauer [EMAIL PROTECTED] writes: would you please have a look at the following sh fix? My brain is a bit rusty and maybe I overlook a drawback. When a child is receiving SIGSTOP, eval continues with the next command. While that is correct for the interactive case (Control-Z and you get

Re: What's changed recently with vmware/linuxemu/file I/O

2001-02-06 Thread Bruce Evans
On Tue, 6 Feb 2001, Josef Karthauser wrote: I'm wondering what's changed recently to cause vmware2 running on the linuxemu to lose a lot of performance with disk I/O. Use of cmpxchg and possibly other SMP pessimizations. A couple of weeks ago I could boot win2000 under vmware2 in a matter

Re: What's changed recently with vmware/linuxemu/file I/O

2001-02-06 Thread Josef Karthauser
On Wed, Feb 07, 2001 at 02:40:27AM +1100, Bruce Evans wrote: Could someone please hit me with a clue-bat :) Read your freebsd-emulation mail :-). /me wanders off to subscribe to freebsd-emulation. Thanks Bruce. Joe PGP signature

Re: What's changed recently with vmware/linuxemu/file I/O

2001-02-06 Thread Julian Elischer
Bruce Evans wrote: On Tue, 6 Feb 2001, Josef Karthauser wrote: I'm wondering what's changed recently to cause vmware2 running on the linuxemu to lose a lot of performance with disk I/O. Use of cmpxchg and possibly other SMP pessimizations. A couple of weeks ago I could boot

Re: Kernel Panic from Yesterday's CVSup

2001-02-06 Thread John Baldwin
On 06-Feb-01 Crist J. Clark wrote: On Mon, Feb 05, 2001 at 02:51:59PM -0800, John Baldwin wrote: On 05-Feb-01 Crist J. Clark wrote: I don't recall reports of trouble with recent CURRENT, but my CVSup from yesterday afternoon is panicing. Before I try too debug this, has anyone been

Re: Kernel Panic from Yesterday's CVSup

2001-02-06 Thread John Baldwin
On 06-Feb-01 Jim Bloom wrote: The line where I was having the trap is still within cpu_switch (line 236 of swtch.s). I added WITNESS and INVARIANTS to my kernel and I get a new panic. This time I see: kernel trap 12 with interrupts disabled panic: mutex sched lock recursed at

Re: Kernel Panic from Yesterday's CVSup

2001-02-06 Thread John Baldwin
On 06-Feb-01 Andrea Campi wrote: Problem: I can't do anything at db prompt? Backtrace is doing nothing except triggering a new register dump (another fault I assume). New kernel, new panic, new info: db witness_list "Giant" (0xc0279be0) locked at ../../i386/isa/ithread.c:191

Re: md, current and stable

2001-02-06 Thread John Baldwin
On 06-Feb-01 Sheldon Hearn wrote: On Tue, 06 Feb 2001 16:34:39 +1100, "Chris Knight" wrote: Since the new md was introduced, it is not possible to build a -current snapshot on a -stable box. Are there any plans to MFC this soon? Woah, what's the problem? This sounds like something

Re: Please review sh SIGSTOP fix

2001-02-06 Thread Martin Cracauer
In [EMAIL PROTECTED], Randell Jesup wrote: Martin Cracauer [EMAIL PROTECTED] writes: would you please have a look at the following sh fix? My brain is a bit rusty and maybe I overlook a drawback. When a child is receiving SIGSTOP, eval continues with the next command. While that is

Re: Please review sh SIGSTOP fix

2001-02-06 Thread Martin Cracauer
In [EMAIL PROTECTED], Martin Cracauer wrote: If you really want to background one process from /etc/rc, you would still do that by writing a wrapped that catches SIGINT and send ^^^ ^ wrapper shellscript

Re: Kernel Panic from Yesterday's CVSup

2001-02-06 Thread Warner Losh
In message [EMAIL PROTECTED] Andrea Campi writes: : Problem: I can't do anything at db prompt? Backtrace is doing nothing except : triggering a new register dump (another fault I assume). I'm having all kinds of issues with -current and pccards. OLDCARD hangs solid when I remove a card.

Re: Kernel Panic from Yesterday's CVSup

2001-02-06 Thread Jim Bloom
Here are the registers (subject to typing errors): cs 0xc2fb0008 ds 0xa10 es0x10 fs0x18 ss0x10 eax 0x12 ecx 0x20 edx 0xc00b8f00 ebx0x2 esp 0xc2fbee1c ebp 0xc2fbee28 esi 0x100 edi

Re: md, current and stable

2001-02-06 Thread Nat Lanza
John Baldwin [EMAIL PROTECTED] writes: Releases are bad enough as is w/o having to add in a multitude of hacks so that one can roll a 5.0 release on a 2.2.x box, etc. Sure, but allowing 4.x users to do a source upgrade to 5.0 makes the upgrade path much more flexible. There's a big difference

Re: md, current and stable

2001-02-06 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Nat Lanza writes: John Baldwin [EMAIL PROTECTED] writes: Releases are bad enough as is w/o having to add in a multitude of hacks so that one can roll a 5.0 release on a 2.2.x box, etc. Sure, but allowing 4.x users to do a source upgrade to 5.0 makes the upgrade

Re: md, current and stable

2001-02-06 Thread Nat Lanza
Poul-Henning Kamp [EMAIL PROTECTED] writes: You don't need "make release" to do a source upgrade from 4.x to 5.x... You're right. Whoops. I can still see it being useful in some cases, though, and as long as the changes necessary to support it aren't too ugly it might be worthwhile. --nat

Re: md, current and stable

2001-02-06 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Nat Lanza writes: Poul-Henning Kamp [EMAIL PROTECTED] writes: You don't need "make release" to do a source upgrade from 4.x to 5.x... You're right. Whoops. I can still see it being useful in some cases, though, and as long as the changes necessary to support it

Looking for old snapshots

2001-02-06 Thread Udo Erdelhoff
Hi, I tried to install a snapshot of -current on my "new" test box. The hardware used for the box should be OK, I've managed to boot it with a recent snapshot of RELENG_4. -current is another matter. I've tried to install 20010131 and 20001204 and both die with a "Fatal Trap 18: integer divide

Re: Kernel Panic from Yesterday's CVSup

2001-02-06 Thread John Baldwin
On 06-Feb-01 Jim Bloom wrote: Here are the registers (subject to typing errors): cs0xc2fb0008 ds 0xa10 es 0x10 fs 0x18 ss 0x10 eax 0x12 ecx 0x20 edx 0xc00b8f00 ebx 0x2 esp 0xc2fbee1c ebp 0xc2fbee28 esi

Re: Kernel Panic from Yesterday's CVSup

2001-02-06 Thread Jim Bloom
Which kernel do you want me to try this with? I have tried two different kernels with two different errors. (Both have been sent at different times in the past couple days.) The registers listed here from the second kernel (with WITNESS, INVARIANTS, INVARIANT_SUPPORT, MUTEX_DEBUG). As such

Re: Kernel Panic from Yesterday's CVSup

2001-02-06 Thread Andrea Campi
Besides the obvious need to fix this one problem, shouldn't we ASSERT ih-ih_handler != NULL before calling it? It isn't null in this case, it is 0xdeadc0de. Can you try a pre-preemption kernel and see if that fixes it? *BLUSH* Of course ehehe ;-) Ok, I will. Can you give me a date I

Re: Kernel Panic from Yesterday's CVSup

2001-02-06 Thread John Baldwin
On 06-Feb-01 Jim Bloom wrote: Which kernel do you want me to try this with? I have tried two different kernels with two different errors. (Both have been sent at different times in the past couple days.) The registers listed here from the second kernel (with WITNESS, INVARIANTS,

Re: Kernel Panic from Yesterday's CVSup

2001-02-06 Thread John Baldwin
On 06-Feb-01 Andrea Campi wrote: Besides the obvious need to fix this one problem, shouldn't we ASSERT ih-ih_handler != NULL before calling it? It isn't null in this case, it is 0xdeadc0de. Can you try a pre-preemption kernel and see if that fixes it? *BLUSH* Of course ehehe ;-)

Re: Strange fopen() behaviour

2001-02-06 Thread Farid Hajji
dev.lan.Awfulhak.org kernel log messages: microuptime() went backwards (18415.166882 - 18415.158249) microuptime() went backwards (18490.192910 - 18490.187579) microuptime() went backwards (19572.644000 - 19572.638237) microuptime() went backwards (19878.637972 - 19878.637330)

Re: What's changed recently with vmware/linuxemu/file I/O

2001-02-06 Thread Brian Somers
Bruce Evans wrote: On Tue, 6 Feb 2001, Josef Karthauser wrote: I'm wondering what's changed recently to cause vmware2 running on the linuxemu to lose a lot of performance with disk I/O. Use of cmpxchg and possibly other SMP pessimizations. A couple of weeks ago I could

Re: Kernel Panic from Yesterday's CVSup

2001-02-06 Thread Crist J. Clark
On Tue, Feb 06, 2001 at 11:02:32AM -0800, John Baldwin wrote: [snip] ARGH. The trap code is breaking this. [snip] Just comment out that enable_intr() and please try again. This should give you a stack trace where the actual bug is. Thanks. Done. And the winner is... (see attachment,

Re: Kernel Panic from Yesterday's CVSup

2001-02-06 Thread Jim Bloom
John Baldwin wrote: On 06-Feb-01 Jim Bloom wrote: Which kernel do you want me to try this with? I have tried two different kernels with two different errors. (Both have been sent at different times in the past couple days.) The registers listed here from the second kernel (with

Re: Kernel Panic from Yesterday's CVSup

2001-02-06 Thread John Baldwin
On 07-Feb-01 Crist J. Clark wrote: On Tue, Feb 06, 2001 at 11:02:32AM -0800, John Baldwin wrote: [snip] ARGH. The trap code is breaking this. [snip] Just comment out that enable_intr() and please try again. This should give you a stack trace where the actual bug is. Thanks.

Re: Kernel Panic from Yesterday's CVSup

2001-02-06 Thread John Baldwin
On 07-Feb-01 Jim Bloom wrote: John Baldwin wrote: On 06-Feb-01 Jim Bloom wrote: Which kernel do you want me to try this with? I have tried two different kernels with two different errors. (Both have been sent at different times in the past couple days.) The registers listed here

DEVFS and ms-dos partitions

2001-02-06 Thread Steve Kargl
I have a world and kernel from 4 Feb 01. I tried listing the contents in my mounted MS-DOS slice via "ls /msdos" as a normal users, but got a permission denied message (which I've never received before). So, a quick check on the directory permissions shows: d---w- 1 root 493arch

Re: DEVFS and ms-dos partitions

2001-02-06 Thread Bruce Evans
On Tue, 6 Feb 2001, Steve Kargl wrote: I have a world and kernel from 4 Feb 01. I tried listing the contents in my mounted MS-DOS slice via "ls /msdos" as a normal users, but got a permission denied message (which I've never received before). So, a quick check on the directory permissions

Re: DEVFS and ms-dos partitions

2001-02-06 Thread Steve Kargl
Bruce Evans wrote: On Tue, 6 Feb 2001, Steve Kargl wrote: d---w- 1 root 493arch 4096 Jan 1 1980 msdos/ The source in src/sbin/mount_msdos has changed in a long time, not so is this a side effect of using DEVFS? This is

WELCOME TO THE SOJOURN PROJECT!

2001-02-06 Thread press
The Sojourn Project is a civil rights education project that takes high school students from around the nation to historical civil rights landmarks throughout the South. From time to time, we use this newsletter to publicize our program and encourage involvement from the African-American

Re: Strange fopen() behaviour

2001-02-06 Thread Kris Kennaway
On Wed, Feb 07, 2001 at 12:34:18AM +0100, Farid Hajji wrote: I'm also seing this as of CURRENT-2001-01-27 and later: pcm1: hwptr went backwards 36 - 0 pcm1: hwptr went backwards 40 - 16 pcm1: hwptr went backwards 2084 - 2048 pcm1: hwptr went backwards 2092 - 2064 These have existed

ctm via mail NEWBIE

2001-02-06 Thread Rasa Karapandza
I receive ctm-src current by e-mail, which I retrive using netscape. I save message as plain text then I try uudecode and I alvays get no begin line I tryed to edit file but I'm not able to get it work. Regards, Rasa P.S. I know that this question doesn,t belong here but I did not get answer