[Bug 215000] webcamd panic
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Dec 7 10:28:33 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215000
--- Comment #1 from mexas at bris.ac.uk ---
Suggested by scf@ in a private mail:
"I do suspect it is the specific cuse module you are loading. It is possible
that you are loading a module compiled for 10 when you are running 11.
Regardless, you should not be loading cuse4bsd any longer. cuse(4) is part of
FreeBSD 11 now. cuse_load="YES" is what you want."
Indeed changing to
cuse_load="YES"
fixed to the problem.
I think this PR can be closed.
However, the webcamd man page needs updating
because it still points to cuse4bsd:
WEBCAMD(8) FreeBSD System Manager's Manual WEBCAMD(8)
webcamd requires the cuse4bsd(3) kernel module. To load the driver as a
module at boot time, place the following line in loader.conf(5):
cuse4bsd_load="YES"
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the freebsd-amd64
mailing list