Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Sep 2012 08:50:05 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        freebsd-current@freebsd.org, mexas@bristol.ac.uk
Cc:        freebsd-ia64@freebsd.org
Subject:   Re: ia64 panic: make_dev_credv: bad si_name (error=17, si_name=pass3)
Message-ID:  <201209200850.05063.jhb@freebsd.org>
In-Reply-To: <201209200853.q8K8rULv012675@mech-cluster241.men.bris.ac.uk>
References:  <201209200853.q8K8rULv012675@mech-cluster241.men.bris.ac.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday, September 20, 2012 4:53:30 am Anton Shterenlikht wrote:
> On ia64 r235474 I added another
> disk and did "camcontrol rescan all"
> to see it. I got this panic:
> 
> panic: make_dev_credv: bad si_name (error=17, si_name=pass3)


17 is EEXIST.  It seems you still had a pass3 device present (that is the
root cause of this panic).  Presumably you pulled a disk first and that didn't
get cleaned up properly?  Either that or CAM is trying to use the same name
for two devices for some reason.

-- 
John Baldwin



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