From owner-freebsd-hackers Sat Jan 20 19:50:14 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA12009 for hackers-outgoing; Sat, 20 Jan 1996 19:50:14 -0800 (PST) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id TAA12003 for ; Sat, 20 Jan 1996 19:50:09 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by Root.COM (8.6.12/8.6.5) with SMTP id TAA11638; Sat, 20 Jan 1996 19:50:02 -0800 Message-Id: <199601210350.TAA11638@Root.COM> X-Authentication-Warning: implode.Root.COM: Host localhost didn't use HELO protocol To: tbrown@vcsun2.tamu.edu (Tom Brown) cc: freebsd-hackers@FreeBSD.org Subject: Re: kgdb In-reply-to: Your message of "Sat, 20 Jan 1996 20:15:48 CST." <9601210215.AA00371@vcsun1.tamu.edu> From: David Greenman Reply-To: davidg@Root.COM Date: Sat, 20 Jan 1996 19:50:02 -0800 Sender: owner-hackers@FreeBSD.org Precedence: bulk >i'm trying to reboot my freebsd 2.1 system after making a >change the value of a global variable (ifqmaxlen) with > >#gdb -k -w /kernel /dev/mem > >(kgdb) set ifqmaxlen=5 > >how do i reboot the system so that the new value sticks? Hi Tom. The setting above only changes the in-core copy of the kernel image. You'll have to change the initialization of ifqmaxlen in /sys/net/if.c and recompile the kernel in order to make it permanent. -DG David Greenman Core Team/Principal Architect, The FreeBSD Project