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
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 o
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 a
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 KA
> 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 p
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 feedbac
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
hav
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: se
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: Devic
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
h
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
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
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 ApacheBe
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
msg523
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
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, ev
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 unencu
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
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 s
* 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 anot
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. (
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, acc
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 follow
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
>ftp://snapshots.jp.freebsd.org/pub
"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
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-lin
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 Unsubsc
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: mem 0xeddff000-0xeddf irq 10 at
device 15.2 on pci0
usb0: OHCI version 1.0, legacy support
usb0: SMM does not respond, resetting
usb0: on ohci0
usb0: US
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= 0
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 PROTEC
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 kernel: ACPI-0625: ***
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 k
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
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.
Ki
(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 ftpd
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
http://www.FreeBSD.
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 exa
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
> - 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, developing, and ex
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/
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
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 - [E
* 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 be
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 D
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 e
* 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
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 do
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 p
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
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 ? :-)
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?),
51 matches
Mail list logo