Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Oct 2001 14:54:15 +0930 (CST)
From:      "Wilkinson,Alex" <Alex.Wilkinson@dsto.defence.gov.au>
To:        <freebsd-questions@freebsd.org>
Subject:    kld
Message-ID:  <20011002144056.H26882-100000@pluto2.dsto.defence.gov.au>

next in thread | raw e-mail | index | archive | help

Howdy all,

I just would like to know how I could find out what the dependencies
are for any given kld module.

The issue at hand is that I need to unload vmmon_up.ko from the kernel
but I get:

shell>sudo kldunload vmmon_up.ko
shell>kldunload: can't unload file: Device busy

Ok, so I need to find out what depends on vmmon_up.ko or what is keeping
it busy.

I did a:

shell> kldstat -v -i 8
Id Refs Address    Size     Name
 8    1 0xc0fbe000 9000     vmmon_up.ko
        Contains modules:
                Id Name
                226 vmmon


But still no clues.

What utility could be used to find out this info so I can restart
vmmon_up.ko ?

Thanks

 -Alex



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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