Hello.
I have been following RELENG_7 and then RELENG_7_0.
I update /usr/src daily and install them.
I think the crash started around 12/18.
Since then, I started seen pancing at umount during shutdown.
I am using GENERIC kernel with SCHED_ULE.
This crash tends to happen after some amount of I/O
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
On Dec 25, 2007, at 12:27 AM, Kostik Belousov wrote:
What fs do you use ? If FFS, are softupdates turned on ? Please,
show the
total time spent in the softdepflush process.
Also, try to add the FULL_PREEMPTION kernel config option and report
whether it helps.
FFS with soft updates on all
Adrian Chadd wrote:
On 25/12/2007, Brett Glass <[EMAIL PROTECTED]> wrote:
It sounds like you're pretty convinced you know what the problem is.
Again, I'd have to instrument either the FreeBSD kernel or Squid to
be 100% sure. But it APPEARS that it's a problem with large
numbers of threads tryin
Mike Tancsa wrote:
At 12:12 PM 12/24/2007, Scott Long wrote:
For others who might want help with this, tweaking
vfs.ufs.dirhash_maxmem is what is needed. A bit of a balancing act is
needed if you're on i386 since you'll risk exhausting KVA unless you
also tweak KVA_PAGES.
Hi Scott,
H
On 26/12/2007, Scott Long <[EMAIL PROTECTED]> wrote:
> Yes, Squid is the ideal application for IFS. Do you still have any of
> your work on this, and would you be able to share it?
It'd be easy to rewrite it from scratch if IFS were recovered. In
fact, the whole point behind IFS, way back when,
Mark Fullmer wrote:
On Dec 25, 2007, at 12:27 AM, Kostik Belousov wrote:
What fs do you use ? If FFS, are softupdates turned on ? Please, show the
total time spent in the softdepflush process.
Also, try to add the FULL_PREEMPTION kernel config option and report
whether it helps.
FFS with s
Scott, Adrian:
Even more interesting would be a storage schema for caches that rests
on top of FreeBSD's GEOM facility. One could bypass all filesystems
but still take advantage of the driver architecture.
--Brett Glass
At 06:09 AM 12/26/2007, Scott Long wrote:
>Yes, Squid is the ideal applica
On 27/12/2007, Brett Glass <[EMAIL PROTECTED]> wrote:
> Scott, Adrian:
>
> Even more interesting would be a storage schema for caches that rests
> on top of FreeBSD's GEOM facility. One could bypass all filesystems
> but still take advantage of the driver architecture.
The biggest bonuses to gain
At 08:32 AM 12/26/2007, Adrian Chadd wrote:
>The biggest bonuses to gain high throughput with web caches, at least
>with small objects, is to apply temporal locality to them and do IO in
>$LARGE chunks.
By "temporal locality" I assume you mean that you expect items that
are fetched at the same t
Hello,
In the last few days I've been experiencing a reproducible kernel panic
whenever plugging in my new digital camera (Pentax Optio Z10). Tried
with a freshly cvsupped system too. I'm using 7.0.
Here is a manual transcript of the panic message, I have some core dumps
too, if needed. They
On Wed, 2007-12-26 at 00:35 -0700, M. Warner Losh wrote:
> In message: <[EMAIL PROTECTED]>
> Mikhail Teterin <[EMAIL PROTECTED]> writes:
> : If we want people to give FreeBSD a try in good faith, it is both
> profoundly
> : stupid and dishonest on our part to claim, we have a working
At 08:11 AM 12/26/2007, Scott Long wrote:
How does one know if the vfs.ufs.dirhash_maxmem is set too
high and are exhausting KVA ?
Panics, freezes, failure to exec new programs, failure to create pipes, etc.
Is there anyway to know ahead of time one is getting close to the
stage wher
On Wed, Dec 26, 2007 at 06:15:16PM +0100, Henrik Gulbrandsen wrote:
> Fixing and merging are good, but it seems to me (as an occasional patch
> contributor without commit privileges) that the bottleneck for USB is
> still in the handling of incoming patches [...] if a one-line fix
> such as that in
Mark and Henrik make a number of good points here. Rather than reply
to the details, I'm going to make a couple of quick observations.
As a project we're not leveraging the community sufficiently when it
comes to contributions. The current system of patch review and
submission is very hap-hazard
In message: <[EMAIL PROTECTED]>
Henrik Gulbrandsen <[EMAIL PROTECTED]> writes:
: Look at it from my perspective: I would be happy to complete my fix for
: the infamous five-year-old usb/46176, so people can finally detach umass
: devices without having to manually unmount them first. Ho
Hi,
On 24/12/2007, Krassimir Slavchev <[EMAIL PROTECTED]> wrote:
> 'ifconfig -l [address_family]' does not work correct on RELENG_7
>
>
> FreeBSD 6.3-BETA2:
> # ifconfig -l
> em0 em1 plip0 lo0 pflog0
>
> #ifconfig -l ether
> em0 em1
>
> But:
> FreeBSD 7.0-BETA4:
> # ifconfig -l
> em0 em1 plip0 lo0
Brett Glass wrote on Fri, Dec 21, 2007 at 10:31:24PM -0700:
>
> As has been reported in some other messages on this list, Linux is
> currently blowing FreeBSD away. It's taking as much as 20% less
> time to get through the benchmark, depending on exactly how the
> random shuffle came out. This
On Wed, 26 Dec 2007 21:13:32 +0100
Uwe Doering <[EMAIL PROTECTED]> wrote:
> Perhaps this works on later versions of FreeBSD, too.
Confirmed, it does.
[EMAIL PROTECTED] uname -a
FreeBSD kg-work.kg4.no 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #5: Sun Nov 4
16:19:56 CET 2007 [EMAIL PROTECTED]:/us
Mike Tancsa wrote:
At 08:11 AM 12/26/2007, Scott Long wrote:
How does one know if the vfs.ufs.dirhash_maxmem is set too
high and are exhausting KVA ?
Panics, freezes, failure to exec new programs, failure to create
pipes, etc.
Is there anyway to know ahead of time one is getting clo
I agree with this and there is also the 2nd issue of commiters not responding
to those working on updating ports.
Point and Fax I have emaile Sobomax about fixing and updating the asterisk
ports. and have sent patches but never got a reply in 9 months.
If your going to be a maintainer you nee
On Wed, 2007-12-26 at 11:48 -0700, M. Warner Losh wrote:
> In message: <[EMAIL PROTECTED]>
> Henrik Gulbrandsen <[EMAIL PROTECTED]> writes:
> : Look at it from my perspective: I would be happy to complete my fix for
> : the infamous five-year-old usb/46176, so people can finally detach
In message: <[EMAIL PROTECTED]>
Henrik Gulbrandsen <[EMAIL PROTECTED]> writes:
: On Wed, 2007-12-26 at 11:48 -0700, M. Warner Losh wrote:
: > In message: <[EMAIL PROTECTED]>
: > Henrik Gulbrandsen <[EMAIL PROTECTED]> writes:
: > : Look at it from my perspective: I would be h
On Wed, Dec 26, 2007 at 12:43:06PM -0800, Richard Neese wrote:
> Point and Fax I have emaile Sobomax about fixing and updating the asterisk
> ports. and have sent patches but never got a reply in 9 months.
For situations like this you need to email [EMAIL PROTECTED] We already have
defined para
- "Per olof Ljungmark" <[EMAIL PROTECTED]> wrote:
> Posted on -questions but got no response, trying -current and -stable
> as
> well. Sorry for the cross-post but I'm getting kind of desperate...
...
> Since quite a while I have had problems with {CURRENT|RELENG_7} SMP
> machines that lock u
25 matches
Mail list logo