KASSERT's for vfs_{get,copy}opt()

2003-02-14 Thread Hiten Pandya
Hello everyone. This not something major, but I recently experienced panics in some of my old QNX4 filesystem porting code, and an old 5.0 kernel with UNIONFS problems. The kernel will panic if vfs_get/copyopt() was passed 'opts' as NULL. It would be good to add KASSERT's to these calls. I have

fix: lock order reversal proc/filedesc.

2003-02-14 Thread Alfred Perlstein
Thanks to Paul Saab's work on fixing twe(4) I was able to get a crash dump from my box and figure out why my filedesc locking patch was panic'ing. kevent_close was dereferencing the proc's filedesc pointer during close, that doesn't work so well when you need to do what I had to do. :) The gist

Re: 5-STABLE Roadmap

2003-02-14 Thread Andrew Gallatin
Chris BeHanna writes: At 4:36 PM -0800 2003/02/13, Scott Long wrote: - Fstress - http://www.cs.duke.edu/ari/fstress SpecFS (NFS ops/sec benchmark) Have you ever actually used SPECsfs97? In addition to being encumbered, SPECsfs97 is pain to keep running (dies at the

Re: KASSERT's for vfs_{get,copy}opt()

2003-02-14 Thread Maxime Henrion
Hiten Pandya wrote: Hello everyone. This not something major, but I recently experienced panics in some of my old QNX4 filesystem porting code, and an old 5.0 kernel with UNIONFS problems. The kernel will panic if vfs_get/copyopt() was passed 'opts' as NULL. It would be good to add

Re: 5-STABLE Roadmap

2003-02-14 Thread Sam Leffler
At 9:47 PM -0800 2003/02/13, Sam Leffler wrote: SpecFS (NFS ops/sec benchmark) List price on SPEC SFS97 R1 is $900. And my recollection is that it was involved to setup and run. $450 for educational organizations. Wouldn't the FreeBSD Foundation qualify? The point was that

FreeBSD 5, Samba and ACL support

2003-02-14 Thread local.freebsd.current
I've been hanging on for a production-ready FreeBSD which supports ACLs so I can replace an NFS server and an NT fileserver with one box which can do both. Changing company circumstances mean that I am forced to look to doing that now, rather than waiting for 5.1 or 5.2. So I'd appreciate

Re: 5-STABLE Roadmap

2003-02-14 Thread Brad Knowles
At 6:53 AM -0800 2003/02/14, Sam Leffler wrote: $450 for educational organizations. Wouldn't the FreeBSD Foundation qualify? The point was that they cost $$$. Not an option for many developers. Fair enough. Microbenchmarks are valuable here and

Re: mdconfig problems

2003-02-14 Thread Marc Fonvieille
On Thu, Feb 13, 2003 at 02:08:30PM -0700, [EMAIL PROTECTED] wrote: -su-2.05b# mdconfig -a -t vnode -f filesys mdconfig: ioctl(/dev/mdctl): No such file or directory -su-2.05b# ls /dev/md* /dev/mdctl -su-2.05b# Are you sure the file called filesys really exists? Marc To Unsubscribe: send

USB kernel module broken ...

2003-02-14 Thread Martin Blapp
One can not unload the thing ... Please fix. Or please take USB out of the GENERIC kernel. It should also not be enabled And I cannot reboot the box if USB is compiled in. It hangs solid then. No break into DDB possible anymore. # kldunload /boot/kernel/usb.ko kldunload: can't unload file:

kldloading smapi.ko on ThinkPad 600X

2003-02-14 Thread Ruslan Ermilov
Hi! On a recent 5.0-CURRENT, a kldload of the smapi.ko panics my box. Is anyone else seeing this too? Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software AG, [EMAIL PROTECTED] FreeBSD committer, +380.652.512.251Simferopol, Ukraine

Re: kldloading smapi.ko on ThinkPad 600X

2003-02-14 Thread Matthew N. Dodd
On Fri, 14 Feb 2003, Ruslan Ermilov wrote: On a recent 5.0-CURRENT, a kldload of the smapi.ko panics my box. Is anyone else seeing this too? I'd be interested in the traceback... -- | Matthew N. Dodd | '78 Datsun 280Z | '75 Volvo 164E | FreeBSD/NetBSD | | [EMAIL PROTECTED] | 2 x '84

Re: kldloading smapi.ko on ThinkPad 600X

2003-02-14 Thread Ruslan Ermilov
On Fri, Feb 14, 2003 at 11:30:10AM -0500, Matthew N. Dodd wrote: On Fri, 14 Feb 2003, Ruslan Ermilov wrote: On a recent 5.0-CURRENT, a kldload of the smapi.ko panics my box. Is anyone else seeing this too? I'd be interested in the traceback... I'll send it to you later today, when I get

Re: 5-STABLE Roadmap

2003-02-14 Thread Brad Knowles
At 8:28 PM -0800 2003/02/13, Sam Leffler wrote: This can quickly turn into a bikeshed, but suggest ones. We're looking for good benchmarks. lmbench, rawio, and bonniee are rather micro in nature (not bad, just limited in their usefulness). Well, I would submit that webstone and

Re: named chroot rcNG devfs

2003-02-14 Thread Gordon Tetlow
On Tue, Feb 11, 2003 at 06:59:31PM +0100, Alexander Leidinger wrote: Hi, /etc/rc.d/named copies /dev with pax to the named chroot directory. This is obviously wrong with devfs, isn't it? You should read the script a little closer. That code path is only taken on NetBSD. -gordon

Re: gbde

2003-02-14 Thread Gordon Tetlow
On Tue, Feb 11, 2003 at 08:15:56PM -0700, [EMAIL PROTECTED] wrote: I keep ketting errors when trying to make my root filesystem encrypted: I hope you have /boot on a different unencrypted filesystem. -gordon msg52350/pgp0.pgp Description: PGP signature

Re: current-digest V5 #816

2003-02-14 Thread Clifton Royston
On Fri, Feb 14, 2003 at 09:32:05AM -0800, current-digest wrote: Date: Thu, 13 Feb 2003 10:30:12 -0500 From: Vivek Khera [EMAIL PROTECTED] Subject: Re: OpenSSL 0.9.6/0.9.7 library version conflicts TL == Terry Lambert [EMAIL PROTECTED] writes: TL not being overridden, even when the

Re: 5-STABLE Roadmap

2003-02-14 Thread Brad Knowles
At 9:47 PM -0800 2003/02/13, Sam Leffler wrote: SpecFS (NFS ops/sec benchmark) List price on SPEC SFS97 R1 is $900. And my recollection is that it was involved to setup and run. $450 for educational organizations. Wouldn't the FreeBSD Foundation qualify? Benchmarks must be

ATA PATCH updated!!

2003-02-14 Thread Soeren Schmidt
For those with ALI and ICH problems please try the updated patch: ftp://freebsd.dk/pub/ATA/ata-ng-diff-030214-1.gz Thanks! -Søren To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-current in the body of the message

Re: Panic in fork()

2003-02-14 Thread Kris Kennaway
On Sat, Feb 08, 2003 at 02:04:56PM -0800, Kris Kennaway wrote: OK, I suspected that. tjr was looking into this last night and proposed the following patch: http://people.freebsd.org/~tjr/kf.diff OK, I got another panic with this patch in place, so I guess that's not enough. Maybe I

Re: Panic in fork()

2003-02-14 Thread Alfred Perlstein
* Kris Kennaway [EMAIL PROTECTED] [030214 13:19] wrote: On Sat, Feb 08, 2003 at 02:04:56PM -0800, Kris Kennaway wrote: OK, I suspected that. tjr was looking into this last night and proposed the following patch: http://people.freebsd.org/~tjr/kf.diff OK, I got another panic with

Re: 5-STABLE Roadmap

2003-02-14 Thread Darrell Anderson
Hey Drew, thanks for the heads up. I'd be happy to see Fstress included with FreeBSD! Regarding SPECsfs, Fstress has a mode that emulates it exactly. A number of major storage companies have adopted it as an easier way to tune their systems before running the actual SPECsfs release numbers.

FTP and command-line multiple downloads

2003-02-14 Thread Kris Kennaway
Since upgrading bento to running 5.0, it appears that I can no longer download multiple files from a FTP server by specifying a glob pattern on the command-line: e.g. /usr/bin/ftp -4a ftp://snapshots.jp.freebsd.org/pub/FreeBSD/snapshots/alpha/5-LATEST/base/base.\?\? [...] 230 Guest login ok,

Re: Panic in fork()

2003-02-14 Thread Kris Kennaway
On Fri, Feb 14, 2003 at 02:05:11PM -0800, Alfred Perlstein wrote: * Kris Kennaway [EMAIL PROTECTED] [030214 13:19] wrote: On Sat, Feb 08, 2003 at 02:04:56PM -0800, Kris Kennaway wrote: OK, I suspected that. tjr was looking into this last night and proposed the following patch:

Re: FTP and command-line multiple downloads

2003-02-14 Thread Kris Kennaway
On Fri, Feb 14, 2003 at 03:34:06PM -0800, Kris Kennaway wrote: Since upgrading bento to running 5.0, it appears that I can no longer download multiple files from a FTP server by specifying a glob pattern on the command-line: e.g. /usr/bin/ftp -4a

Re: FreeBSD 5, Samba and ACL support

2003-02-14 Thread Terry Lambert
local.freebsd.current wrote: I've been hanging on for a production-ready FreeBSD which supports ACLs so I can replace an NFS server and an NT fileserver with one box which can do both. Changing company circumstances mean that I am forced to look to doing that now, rather than waiting for

Re: LukemFTP and command-line multiple downloads

2003-02-14 Thread Kris Kennaway
On Fri, Feb 14, 2003 at 03:37:49PM -0800, Kris Kennaway wrote: On Fri, Feb 14, 2003 at 03:34:06PM -0800, Kris Kennaway wrote: Since upgrading bento to running 5.0, it appears that I can no longer download multiple files from a FTP server by specifying a glob pattern on the command-line:

Reboot(8) when fsck_ufs is running ?

2003-02-14 Thread Martin Blapp
Hi all, I don't know what the behaviour should be, but when I try to reboot a box which has fsck_ufs is running, it doesn't reboot and I have to powercycle it. Looks also like it just hangs. Do you experience the same at your side ? Shouln't we abort the fsck_ufs and reboot ? Martin To

Re: USB kernel module broken ...

2003-02-14 Thread Martin Blapp
Hi all, The problem is still there. I guess the SMM does not respond message leads to the kldunload failure. ibm-01# kldload usb ohci0: OHCI (generic) USB controller mem 0xeddff000-0xeddf irq 10 at device 15.2 on pci0 usb0: OHCI version 1.0, legacy support usb0: SMM does not respond,

Re: INVARIANTS-related fs panic on alpha

2003-02-14 Thread Kris Kennaway
On Sat, Jan 25, 2003 at 12:12:34AM -0800, Kris Kennaway wrote: One of the alpha package clients panicked with this. It was under very high load at the time (25 simultaneous package builds): fatal kernel trap: trap entry = 0x2 (memory management fault) faulting va=

Re: Invalid realloc size of 0: Unable to install CURRENT on a IBMx-series 305 Server

2003-02-14 Thread Martin Blapp
I've got more news about this. Fatal error: invalid realloc size of 0! Press key to reboot. 5.0R is fine. The bug seems to have been introduzed after 5.0R. I cannot install any 5.X snap on this box. I tried 3 different dates including today. Martin To Unsubscribe: send mail to [EMAIL

ACPI problems: ACPI-1287: *** Error: Method execution failedAE_AML_BUFFER_LIMIT

2003-02-14 Thread Martin Blapp
This IBM X-Series 305 show these ACPI problems. And rebooting the box with ACPI enabled hangs it (deadlock). Feb 13 17:41:05 ibm-01 kernel: acpi0: IBMM51SLon motherboard Feb 13 17:41:05 ibm-01 kernel: ACPI-0625: *** Info: GPE Block0 defined as GPE0 to GPE31 Feb 13 17:41:05 ibm-01 kernel:

Re: ACPI problems: ACPI-1287: *** Error: Method execution failedAE_AML_BUFFER_LIMIT

2003-02-14 Thread Scott Long
Martin Blapp wrote: This IBM X-Series 305 show these ACPI problems. And rebooting the box with ACPI enabled hangs it (deadlock). Feb 13 17:41:05 ibm-01 kernel: acpi0: on motherboard Feb 13 17:41:05 ibm-01 kernel: ACPI-0625: *** Info: GPE Block0 defined as GPE0 to GPE31 Feb 13 17:41:05 ibm-01

sys/pci/if* fixes

2003-02-14 Thread Nate Lawson
I have been working on a set of patches to fix locking in attach as well as fix memory leaks on failure/detach. The general approach is to remove all locking in attach and instead defer interrupt allocation to right before ifattach. Also, except for xl, all drivers have a common cleanup on error

Re: INVARIANTS-related fs panic on alpha

2003-02-14 Thread Kirk McKusick
I have tried running my test machine out of filesystem space (repeatedly) and have not been able to get this panic. I will keep running that test in the hopes that it will show up. In the meantime, if you can come up with an example that reliably triggers it, that would be most helpful.

Re: FTP and command-line multiple downloads

2003-02-14 Thread SNAPSHOTs Service Administrator
(put my 'snapshots.jp.FreeBSD.org admin' hat on) kris Since upgrading bento to running 5.0, it appears that I can no longer kris download multiple files from a FTP server by specifying a glob pattern kris on the command-line: Client says (from the server side logfile): Feb 15 08:28:31 u

ACPI thermal panics ThinkPad 600X

2003-02-14 Thread Ruslan Ermilov
ACPI thermal panics my ThinkPad 600X, is anyone interested in a crash dump analysis? Cheers, -- Ruslan Ermilov Sysadmin and DBA, [EMAIL PROTECTED] Sunbay Software AG, [EMAIL PROTECTED] FreeBSD committer, +380.652.512.251Simferopol, Ukraine

Re: INVARIANTS-related fs panic on alpha

2003-02-14 Thread Kris Kennaway
On Fri, Feb 14, 2003 at 04:53:07PM -0800, Kirk McKusick wrote: I have tried running my test machine out of filesystem space (repeatedly) and have not been able to get this panic. I will keep running that test in the hopes that it will show up. In the meantime, if you can come up with an

Re: ACPI thermal panics ThinkPad 600X

2003-02-14 Thread Tom Rhodes
On Sat, 15 Feb 2003 04:49:39 +0200 Ruslan Ermilov [EMAIL PROTECTED] wrote: ACPI thermal panics my ThinkPad 600X, is anyone interested in a crash dump analysis? ACPI gives me hell on my IBM Thinkpad A31, also. Yet since it does not crash anything I just leave it be waiting for the day when

Re: 5-STABLE Roadmap

2003-02-14 Thread Adam Migus
quote who=Scott Long - Benchmarks and performance testing - Having a source of reliable and useful benchmarks is essential to identifying performance problems and guarding against performance regressions. A 'performance team' that is made up of people and resources for formulating,

call for testers: cd(4) changes

2003-02-14 Thread Kenneth D. Merry
Here are patches against -current to add automatic detection of CDROM drives that can't handle 6 byte mode sense and mode select: http://people.FreeBSD.org/~ken/scsi_cd.cmdsize.20030214 These patches will be checked in in a few days if I don't get any negative feedback. Things fixed/changed

Re: fix: lock order reversal proc/filedesc.

2003-02-14 Thread Garance A Drosihn
At 3:04 AM -0800 2/14/03, Alfred Perlstein wrote: * Dag-Erling Smorgrav [EMAIL PROTECTED] [030214 02:52] wrote: Alfred Perlstein [EMAIL PROTECTED] writes: Thanks to Paul Saab's work on fixing twe(4) I was able to get a crash dump from my box How? I can't get a crash dump in

Re: fix: lock order reversal proc/filedesc.

2003-02-14 Thread Dag-Erling Smorgrav
Alfred Perlstein [EMAIL PROTECTED] writes: Thanks to Paul Saab's work on fixing twe(4) I was able to get a crash dump from my box How? I can't get a crash dump in -CURRENT, even on a plain jane ata disk, and it's been months since I last managed to get one. DES -- Dag-Erling Smorgrav -

Re: fix: lock order reversal proc/filedesc.

2003-02-14 Thread Alfred Perlstein
* Dag-Erling Smorgrav [EMAIL PROTECTED] [030214 02:52] wrote: Alfred Perlstein [EMAIL PROTECTED] writes: Thanks to Paul Saab's work on fixing twe(4) I was able to get a crash dump from my box How? I can't get a crash dump in -CURRENT, even on a plain jane ata disk, and it's been months

Re: fix: lock order reversal proc/filedesc.

2003-02-14 Thread Dag-Erling Smorgrav
Alfred Perlstein [EMAIL PROTECTED] writes: What exactly is broken about dumps for you on ata? Well, after you told me that call dumpsys is no longer kosher (when did that happen, and where was it documented?), I tried 'call doadump': # Debugger(manual escape to debugger) Stopped at

Re: fix: lock order reversal proc/filedesc.

2003-02-14 Thread Kris Kennaway
On Fri, Feb 14, 2003 at 12:23:48PM +0100, Dag-Erling Smorgrav wrote: What exactly is broken about dumps for you on ata? Well, after you told me that call dumpsys is no longer kosher (when did that happen, and where was it documented?), I tried 'call doadump': # Debugger(manual escape to

Re: fix: lock order reversal proc/filedesc.

2003-02-14 Thread Alfred Perlstein
* Dag-Erling Smorgrav [EMAIL PROTECTED] [030214 03:23] wrote: Alfred Perlstein [EMAIL PROTECTED] writes: What exactly is broken about dumps for you on ata? Well, after you told me that call dumpsys is no longer kosher (when did that happen, and where was it documented?), I tried 'call

Re: fix: lock order reversal proc/filedesc.

2003-02-14 Thread Daniel O'Connor
On Fri, 2003-02-14 at 21:53, Dag-Erling Smorgrav wrote: Alfred Perlstein [EMAIL PROTECTED] writes: What exactly is broken about dumps for you on ata? Well, after you told me that call dumpsys is no longer kosher (when did that happen, and where was it documented?), I tried 'call doadump':

Re: FreeBSD 5 not working with Linux Virtual Server

2003-02-14 Thread Dag-Erling Smorgrav
Ken McKittrick [EMAIL PROTECTED] writes: As I said, works fine with 4.7. I'm sure it's something 5.0-current specific. I'm currently processing 500K emails per day with this setup. :) Your configuration relies on a long-standing bug in the networking stack, which caused FreeBSD to accept

Re: FreeBSD 5 not working with Linux Virtual Server

2003-02-14 Thread Terry Lambert
Dag-Erling Smorgrav wrote: Ken McKittrick [EMAIL PROTECTED] writes: As I said, works fine with 4.7. I'm sure it's something 5.0-current specific. I'm currently processing 500K emails per day with this setup. :) Your configuration relies on a long-standing bug in the networking stack,

Re: fix: lock order reversal proc/filedesc.

2003-02-14 Thread phk
In message [EMAIL PROTECTED], Dag-Erling Smorgrav writes: Makes me want to get my Norwegian Sword [tm] and make a short trip to Denmark. I my be reading my email out of order here, but I guess you changed your mind and tried to bury use with boatloads of useless asterix ('*') instead ? :-) It

Re: fix: lock order reversal proc/filedesc.

2003-02-14 Thread Greg 'groggy' Lehey
On Friday, 14 February 2003 at 12:23:48 +0100, Dag-Erling Smorgrav wrote: Alfred Perlstein [EMAIL PROTECTED] writes: What exactly is broken about dumps for you on ata? Well, after you told me that call dumpsys is no longer kosher (when did that happen, and where was it documented?), I tried