On Tue, Dec 27, 2011 at 8:34 AM, Damien Fleuriot <m...@my.gd> wrote:
> Now, I'm wondering why in the world a server would need umass, ums and cam ?
>
> My understanding is that ums is the USB mouse, which we're never going
> to need.
>
> Umass would be USB mass storage, which again we're never going to need.

You appear to be correct with these two.  My gut tells me these types
of things would be loaded when the corresponding devices are plugged
into the system, but if that's wrong, surely someone here will speak
up.

> Regarding CAM I have absolutely no idea why the module is loaded either.

That's the SCSI/ATA subsystem; if this is the only of your firewalls
to have this module, perhaps it has different disk adapter hardware
than the others or another sysadmin decided to load it manually?

> Are there any ways of finding what programs, if any, require or use said
> modules ?

I'd probably start with judicious use of sysutils/lsof to find any
programs that have the relevant device nodes open.  "grep -Rl" through
your binary directories might also find something, but I'd expect a
very high false-positive rate with that.

Hope any of this helps,
Matt Mullins
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to