Re: FreeBSD Boot Times

2012-06-14 Thread Russell Cattelan
On 6/13/12 6:29 PM, Mehmet Erol Sanliturk wrote: > > > On Wed, Jun 13, 2012 at 3:49 PM, Russell Cattelan <mailto:catte...@thebarn.com>> wrote: > > On 6/13/12 2:16 AM, Poul-Henning Kamp wrote: > > In message > <mailto:alpine.bsf.2.00.1206130

Re: FreeBSD Boot Times

2012-06-13 Thread Russell Cattelan
On 6/13/12 2:16 AM, Poul-Henning Kamp wrote: > In message , > Wojci > ech Puchar writes: > > One of the major slowdowns is that we do all the device drivers > serially & synchronously. Yes definitely. I have been looking into how to potentially defer or parallelize device_attach'es. Defer is tur

Re: kexec or similar for FreeBSD

2011-11-08 Thread Russell Cattelan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/8/11 4:10 PM, Andriy Gapon wrote: > on 08/11/2011 23:14 Russell Cattelan said the following: >> On 11/6/11 6:23 AM, Andriy Gapon wrote: >>> on 24/10/2011 20:55 Russell Cattelan said the following: >>>> So it has

Re: kexec or similar for FreeBSD

2011-11-08 Thread Russell Cattelan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/6/11 6:23 AM, Andriy Gapon wrote: > on 24/10/2011 20:55 Russell Cattelan said the following: >> So it has been a while and a lot of hair pulling but kload is >> sorta alive and kicking. It can now load the kernel from >> us

Re: kexec or similar for FreeBSD

2011-10-24 Thread Russell Cattelan
boot process due to interrupts arriving for unconfigured handlers. Fatal Trap (30) If anybody has some experience with acpi and interrupt configuration in general and is willing to help please let me know. - -Russell On 6/16/11 1:32 PM, Russell Cattelan wrote: > I have been contacted about

Re: kexec or similar for FreeBSD

2011-06-16 Thread Russell Cattelan
On 6/16/11 3:06 PM, Gleb Kurtsou wrote: On (16/06/2011 13:32), Russell Cattelan wrote: I have been contacted about possibly implementing a fast reboot mechanism for FreeBSD similar to kexec on Linux. I have just started looking into how this accomplished so I figured a note to freebsd hackers

kexec or similar for FreeBSD

2011-06-16 Thread Russell Cattelan
like kexec? Is it the right thing to do for FreeBSD. I'm concerned that the way FreeBSD handles early kernel modules (loaded via the boot loader) vs linux which does everything via initrd is going to be a problem. Thanks for any help on this. -Russell Cat

Re: Console serial speed

2003-07-31 Thread Russell Cattelan
On Wed, 2003-07-30 at 21:58, Doug Ambrisko wrote: > Russell Cattelan writes: > | How does one set the serial speed of the console. > | I changed the boot loader speed to 57600 in make.conf > | but the kernel seems to chose random speeds each time > | it's booted. > | Someti

Re: Console serial speed

2003-07-28 Thread Russell Cattelan
On Sat, 2003-07-26 at 07:12, Daniel Lang wrote: > Hi, > > Bruce M Simpson wrote on Sat, Jul 26, 2003 at 10:06:36AM +0100: > > On Fri, Jul 25, 2003 at 01:06:28PM -0500, Russell Cattelan wrote: > > > How does one set the serial speed of the console. > > > > D

Console serial speed

2003-07-26 Thread Russell Cattelan
How does one set the serial speed of the console. I changed the boot loader speed to 57600 in make.conf but the kernel seems to chose random speeds each time it's booted. Sometimes it's 9600 sometimes it 115200 other times it's 38400. Note this is on 5.x current R

Re: BSD XFS Port & BSD VFS Rewrite

1999-11-01 Thread Russell Cattelan
> // --- > > // -- FreeBSD: The Power to Serve. http://www.freebsd.org > > // --- Small & Embedded FreeBSD: http://www.freebsd.org/~picobsd/ > > > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-hackers" in the body of the message -- Russell Cattelan [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: BSD-XFS Update

1999-08-19 Thread Russell Cattelan
e: send mail to majord...@freebsd.org > with "unsubscribe freebsd-hackers" in the body of the message -- Russell Cattelan catte...@thebarn.com To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: BSD XFS Port & BSD VFS Rewrite

1999-08-19 Thread Russell Cattelan
; VFS? > > I believe that the VFS is conceptually sound and that the existing > semantics should be strictly retained in the new code. Any new > functionality should be added in the form of entirely new kernel > routines and system calls, or possibly by such means as > conve

Re: BSD-XFS Update

1999-08-19 Thread Russell Cattelan
mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-hackers" in the body of the message -- Russell Cattelan [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: BSD XFS Port & BSD VFS Rewrite

1999-08-19 Thread Russell Cattelan
; VFS? > > I believe that the VFS is conceptually sound and that the existing > semantics should be strictly retained in the new code. Any new > functionality should be added in the form of entirely new kernel > routines and system calls, or possibly by such means as > co