On Fri, Jan 18, 2013 at 09:36:00AM +0200, Vitalij Satanivskij wrote:
V> Hello.
V> 
V> After upgrading server from old hardware/software to freebsd current (## SVN 
## Exported commit - http://svnweb.freebsd.org/changeset/base/245479),
V> system hung's with message - 
V>  panic: make_dev_alias_v: bad si_name (error=22 
si_name=enc@n5003048000bab37d/tpe0/slot@1/elmdesc@Slot 01/pass7)

EINVAL (22) is caused by space character in the si_name:

si_name=enc@n5003048000bab37d/tpe0/slot@1/elmdesc@Slot 01/pass7
                                                      ^

I think Alexander (in Cc) has idea on why did that happen and how
should that be fixed.

-- 
Totus tuus, Glebius.
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to