kernel page fault trap on OpenBSD 5.3 i386 GENERIC #45

2013-02-28 Thread Mikolaj Kucharski
Hi, Upgraded my Soekris net5501 to the latest snapshot: OpenBSD 5.3 (GENERIC) #45: Wed Feb 27 13:42:28 MST 2013 dera...@i386.openbsd.org:/usr/src/sys/arch/i386/compile/GENERIC and during one of the reboots got this: Automatic boot in progress: starting file system checks. /dev/rwd0a: file

Re: Wake from zzz causes panic on thinkpad x60

2013-02-28 Thread Stefan Sperling
On Thu, Feb 28, 2013 at 04:59:12PM +, Edd Barrett wrote: > Hi, > > Went to run some TESTS for release and I am seeing panics when waking > my thinkpad x60 from zzz. > > I didn't have a serial line attached to get trace and ps, so I have > taken pictures of the kernel debugger. Sorry about tha

Wake from zzz causes panic on thinkpad x60

2013-02-28 Thread Edd Barrett
Hi, Went to run some TESTS for release and I am seeing panics when waking my thinkpad x60 from zzz. I didn't have a serial line attached to get trace and ps, so I have taken pictures of the kernel debugger. Sorry about that. http://farm9.staticflickr.com/8505/8516467142_1f3580e87a_c.jpg http://f

Re: identd(8) can exit on bad input

2013-02-28 Thread Jérémie Courrèges-Anglas
Sorry for the noise, this one is completely wrong. I'll submit another patch when I have more time to think properly.

Re: identd(8) can exit on bad input

2013-02-28 Thread Jérémie Courrèges-Anglas
(cc'ing tech@) Jason Mader writes: [...] > Feb 23 18:06:11 dns2 identd[11069]: main: accept. errno = 53 [...] If that is a real problem for you, run identd under inetd. Here's a patch that attempts to fix your problem (and more): - in bg mode, don't exit if accept() errors out with ECONNAB