Re: Current fails to boot a Dell R300
On 05/01/2010 03:16, Christopher Linn wrote: i was having the same problem. i just built from cvs source with the change and the kernel boots now. That did the trick. Thanks
Re: Current fails to boot a Dell R300
i was having the same problem. i just built from cvs source with the change and the kernel boots now. OpenBSD 4.6-current (GENERIC) #2: Mon Jan 4 21:01:42 EST 2010 cel On Mon, Jan 04, 2010 at 07:56:58PM -0500, Daniel Ouellet wrote: > On 1/4/10 6:12 PM, Edd Barrett wrote: > >On Mon, Jan 04, 2010 at 04:17:31PM -0600, Bryan wrote: > >>I posted something earlier today about it as well... > > > >The devs know about this. > > > >Apparently some SCSI changes in the kernel broke this. > > You could try again with the patch posted just few minutes ago by > dlg@, or wait for the next snapshot to be ready. > > http://www.openbsd.org/cgi-bin/cvsweb/src/sys/dev/atapiscsi/atapiscsi.c?rev=1.85 > > May fix your problem. > > Best, > > Daniel > -- Christopher Linn | By no means shall either the CEC System Administrator II | or MTU be held in any way liable Center for Experimental Computation | for any opinions or conjecture I Michigan Technological University | hold to or imply to hold herein.
Re: Current fails to boot a Dell R300
On 1/4/10 6:12 PM, Edd Barrett wrote: On Mon, Jan 04, 2010 at 04:17:31PM -0600, Bryan wrote: I posted something earlier today about it as well... The devs know about this. Apparently some SCSI changes in the kernel broke this. You could try again with the patch posted just few minutes ago by dlg@, or wait for the next snapshot to be ready. http://www.openbsd.org/cgi-bin/cvsweb/src/sys/dev/atapiscsi/atapiscsi.c?rev=1.85 May fix your problem. Best, Daniel
Re: Current fails to boot a Dell R300
On Mon, Jan 04, 2010 at 04:17:31PM -0600, Bryan wrote: > I posted something earlier today about it as well... The devs know about this. Apparently some SCSI changes in the kernel broke this. -- Best Regards Edd Barrett http://www.theunixzoo.co.uk
Re: Current fails to boot a Dell R300
On Mon, Jan 4, 2010 at 15:41, Mattieu Baptiste wrote: > On Mon, Jan 4, 2010 at 10:16 PM, Laurent CARON > wrote: >> Hi, >> >> I'm happily using two R300 for a few months now but currently facing a >> little issue. >> >> I did upgrade one of the boxes today and the box was unable to boot. >> >> It seems to be related to atapiscsi >> >> It hangs just after scsibus1 at atapiscsi0: 2 targets >> > > Hi, > > I seen exactly the same thing today on a ThinkPad T43. > > Regards, > > -- > Mattieu Baptiste > "/earth is 102% full ... please delete anyone you can." > > I posted something earlier today about it as well...
Re: Current fails to boot a Dell R300
On Mon, Jan 4, 2010 at 10:16 PM, Laurent CARON wrote: > Hi, > > I'm happily using two R300 for a few months now but currently facing a > little issue. > > I did upgrade one of the boxes today and the box was unable to boot. > > It seems to be related to atapiscsi > > It hangs just after scsibus1 at atapiscsi0: 2 targets > Hi, I seen exactly the same thing today on a ThinkPad T43. Regards, -- Mattieu Baptiste "/earth is 102% full ... please delete anyone you can."
Current fails to boot a Dell R300
Hi, I'm happily using two R300 for a few months now but currently facing a little issue. I did upgrade one of the boxes today and the box was unable to boot. It seems to be related to atapiscsi It hangs just after scsibus1 at atapiscsi0: 2 targets After disabling atapiscsi (boot -c, ) the system boots normaly. dmesg of machine with disabled atapiscsi running yesterday's current: http://pastebin.com/f62ac81a6 dmesg of machine with enabled atapiscsi running last month's current: http://pastebin.com/f23c707f5 Thanks