From owner-freebsd-stable Thu Dec 2 12:30:19 1999 Delivered-To: freebsd-stable@freebsd.org Received: from alcanet.com.au (border.alcanet.com.au [203.62.196.10]) by hub.freebsd.org (Postfix) with ESMTP id 09DEC14EC7 for ; Thu, 2 Dec 1999 12:30:10 -0800 (PST) (envelope-from jeremyp@gsmx07.alcatel.com.au) Received: by border.alcanet.com.au id <40324>; Fri, 3 Dec 1999 07:20:37 +1100 Content-return: prohibited Date: Fri, 3 Dec 1999 07:28:03 +1100 From: Peter Jeremy Subject: Re: kernel not patching? In-reply-to: <14406.50809.85166.622558@trooper.velocet.net> To: David Gilbert Cc: freebsd-stable@FreeBSD.ORG Reply-To: peter.jeremy@alcatel.com.au Message-Id: <99Dec3.072037est.40324@border.alcanet.com.au> MIME-version: 1.0 X-Mailer: Mutt 1.0pre3i Content-type: text/plain; charset=us-ascii References: <14406.49542.335305.256245@trooper.velocet.net> <199912021907.OAA82987@misha.cisco.com> <14406.50809.85166.622558@trooper.velocet.net> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 1999-Dec-03 06:20:25 +1100, David Gilbert wrote: >I have 'options vinum' in the kernel ... and typing 'make' give: I presume you read the warning in LINT: # Configuring Vinum into the kernel is not necessary, since the kld # module gets started automatically when vinum(8) starts. This # device is also untested. Use at your own risk. Maybe you should switch to using vinum as a KLD and see if your problem goes away. (BTW, auto char *foo = "foo"; means that the stack contains a pointer to a string foo. The string will be in static storage - ie to find the stack, you need to work out the KVA for "foo" and then search for this address). Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message