Date: Sat, 24 Sep 2011 06:50:02 GMT From: Jaakko Heinonen <jh@FreeBSD.org> To: freebsd-bugs@FreeBSD.org Subject: Re: misc/160964: Kernel panic with OSS [9.0-BETA2] Message-ID: <201109240650.p8O6o26F024875@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/160964; it has been noted by GNATS.
From: Jaakko Heinonen <jh@FreeBSD.org>
To: Jonathan Calmels <jbjcalmels@gmail.com>
Cc: bug-followup@FreeBSD.org
Subject: Re: misc/160964: Kernel panic with OSS [9.0-BETA2]
Date: Sat, 24 Sep 2011 09:41:37 +0300
Hi,
On 2011-09-24, Jonathan Calmels wrote:
> <118>Starting slim.
> <118>Starting Open Sound System
> panic: make_dev_credv: bad si_name (error=17, si_name=sndstat)
The panic happens because /dev/sndstat already exists. There are two
things why this happens on 9.0:
1) Sound support has been enabled by default on amd64 and i386
(r222980).
2) make_dev(9) can detect attempts to create duplicate devices on 9.0.
I don't really consider this a FreeBSD bug.
--
Jaakko
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201109240650.p8O6o26F024875>
