Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 Dec 2016 10:28:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-amd64@FreeBSD.org
Subject:   [Bug 215000] webcamd panic
Message-ID:  <bug-215000-6-Vt0TYZu0Gu@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-215000-6@https.bugs.freebsd.org/bugzilla/>
References:  <bug-215000-6@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215000

--- Comment #1 from mexas@bris.ac.uk ---
Suggested by scf@ in a private mail:

"I do suspect it is the specific cuse module you are loading.  It is possib=
le
that you are loading a module compiled for 10 when you are running 11.=20
Regardless, you should not be loading cuse4bsd any longer.  cuse(4) is part=
 of
FreeBSD 11 now. cuse_load=3D"YES" is what you want."

Indeed changing to
cuse_load=3D"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=3D"YES"

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-215000-6-Vt0TYZu0Gu>