Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Oct 2006 14:31:22 -0700
From:      Chuck Swiger <cswiger@mac.com>
To:        perikillo <perikillo@gmail.com>
Cc:        FreeBSD Mailing List <freebsd-questions@freebsd.org>
Subject:   Re: vr0: watchdog timeout FreeBSD 6.1-p10 Crashing my backups
Message-ID:  <26CA30AF-09CF-4B9D-A2E8-A84D0FE71E2D@mac.com>
In-Reply-To: <51d7a5160610041032x4a56f09ke73c83b72f81fd15@mail.gmail.com>
References:  <51d7a5160610031351h62e33f42kbbdd7e4001c9342d@mail.gmail.com> <51d7a5160610031755m643de45dk48b2c4d26d3f511a@mail.gmail.com> <20061004083023.796fe5cd.wmoran@collaborativefusion.com> <51d7a5160610041032x4a56f09ke73c83b72f81fd15@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Oct 4, 2006, at 10:32 AM, perikillo wrote:
> My kernel file is this:
>
> machine              i386
> cpu           I686_CPU

You should also list "cpu  I586_CPU", otherwise you will not include  
some optimizations intended for Pentium or higher processors.

> ident         BACULA
> maxusers       10

Unless you've got extremely low RAM in the machine, you should either  
increase this to 32 or so, or let it autoconfigure itself.

> # To statically compile in device wiring instead of /boot/device.hints
> #hints        "GENERIC.hints"            # Default places to look for
> devices.
>
> makeoptions   DEBUG=-g             # Build kernel with gdb(1) debug  
> symbols
>
> options       SCHED_ULE            # ULE scheduler
> #options      SCHED_4BSD           # 4BSD scheduler

And you should switch to using SCHED_4BSD instead of SCHED_ULE until  
the bugs are worked out of the ULE scheduler.

-- 
-Chuck




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?26CA30AF-09CF-4B9D-A2E8-A84D0FE71E2D>