Re: panic: kernel diagnostic assertion on June 27th amd64 snap

2013-06-29 Thread MichaƂ Markowski
2013/6/29 Johan Huldtgren : > hello, > > while updating my server today it panics on boot. I can work around > the issue and get it up by doing bsd -c and then a 'disable viomb' I was just about to report similar symptoms. Likewise, system works ok with viomb disabled. Drop me a line if ddb output

Re: panic: kernel diagnostic assertion on June 27th amd64 snap

2013-06-29 Thread Alexey E. Suslikov
Alexey E. Suslikov gmail.com> writes: > > Johan Huldtgren huldtgren.com> writes: > > > panic: kernel diagnostic assertion "level <= IPL_TTY || level >= > > IPL_CLOCK || flags & IPL_MPSAFE" failed: file > > "../../../../arch/amd64/amd64/intr.c", line 359 > > http://www.openbsd.org/cgi-bin/cv

Re: panic: kernel diagnostic assertion on June 27th amd64 snap

2013-06-29 Thread Alexey E. Suslikov
Johan Huldtgren huldtgren.com> writes: > panic: kernel diagnostic assertion "level <= IPL_TTY || level >= > IPL_CLOCK || flags & IPL_MPSAFE" failed: file > "../../../../arch/amd64/amd64/intr.c", line 359 http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/amd64/amd64/intr.c.diff?r1=1.34;r2=1.35

panic: kernel diagnostic assertion on June 27th amd64 snap

2013-06-29 Thread Johan Huldtgren
hello, while updating my server today it panics on boot. I can work around the issue and get it up by doing bsd -c and then a 'disable viomb' Details follows and dmsg is attached. panic: kernel diagnostic assertion "level <= IPL_TTY || level >= IPL_CLOCK || flags & IPL_MPSAFE" failed: file "..