Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Apr 2003 13:50:09 -0700 (PDT)
From:      "Pawel Malachowski" <pawmal@unia.3lo.lublin.pl>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/48759: kldstat shows module after unsuccessfull kldload
Message-ID:  <200304302050.h3UKo9c7047956@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/48759; it has been noted by GNATS.

From: "Pawel Malachowski" <pawmal@unia.3lo.lublin.pl>
To: Dmitry Sivachenko <demon@FreeBSD.org>
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: kern/48759: kldstat shows module after unsuccessfull kldload
Date: Wed, 30 Apr 2003 22:41:25 +0200

 On 30 Apr 2003 at 15:46, Dmitry Sivachenko wrote:
 
 > For -stable:
 
 I've applied this on my fresh 4.8-STABLE system and it looks good:
 
 # kldstat
 Id Refs Address    Size     Name
  1    4 0xc0100000 30d664   kernel
  2    1 0xc6f43000 18000    ipl.ko
  3    2 0xc7143000 7000     ipfw.ko
  4    1 0xc714c000 6000     dummynet.ko
 # kldload if_gif
 kldload: can't load if_gif: File exists
 # Apr 30 22:41:26 xxx /kernel: can't re-use a leaf (gifttl)!
 Apr 30 22:41:26 xxx /kernel: module_register: module if_gif already exists!
 Apr 30 22:41:26 xxx /kernel: linker_file_sysinit "if_gif.ko" failed to register! 17
 # kldstat
 Id Refs Address    Size     Name
  1    4 0xc0100000 30d664   kernel
  2    1 0xc6f43000 18000    ipl.ko
  3    2 0xc7143000 7000     ipfw.ko
  4    1 0xc714c000 6000     dummynet.ko
 #
 
 
 cheers,
 -- 
 Paweł Małachowski
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304302050.h3UKo9c7047956>