LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [sda] write cache: enabled, read cache:enabled: doesn't support DPO or FUA, sda:
@ 2008-10-28 13:48 Zeno Davatz
  2008-10-28 13:57 ` Jens Axboe
  0 siblings, 1 reply; 5+ messages in thread
From: Zeno Davatz @ 2008-10-28 13:48 UTC (permalink / raw)
  To: linux-kernel

Dear List

After my latest git pull from

url = git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git

I done

make silentoldconfig
make modules_install

copied the bzImage to /boot and ran lilo.

When I want to boot into 2.6.28-rc2 I get:

[sda] write cache: enabled, read cache:enabled: doesn't support DPO or FUA, sda:

Also see my screenshot:

http://farm4.static.flickr.com/3213/2980651545_de81680bf9_o.jpg

Thank you for your Feedback.

Best
Zeno

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [sda] write cache: enabled, read cache:enabled: doesn't support DPO or FUA, sda:
  2008-10-28 13:48 [sda] write cache: enabled, read cache:enabled: doesn't support DPO or FUA, sda: Zeno Davatz
@ 2008-10-28 13:57 ` Jens Axboe
  2008-10-28 14:03   ` Zeno Davatz
  0 siblings, 1 reply; 5+ messages in thread
From: Jens Axboe @ 2008-10-28 13:57 UTC (permalink / raw)
  To: Zeno Davatz; +Cc: linux-kernel

On Tue, Oct 28 2008, Zeno Davatz wrote:
> Dear List
> 
> After my latest git pull from
> 
> url = git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
> 
> I done
> 
> make silentoldconfig
> make modules_install
> 
> copied the bzImage to /boot and ran lilo.
> 
> When I want to boot into 2.6.28-rc2 I get:
> 
> [sda] write cache: enabled, read cache:enabled: doesn't support DPO or FUA, sda:
> 
> Also see my screenshot:
> 
> http://farm4.static.flickr.com/3213/2980651545_de81680bf9_o.jpg

How recent is that pull? This looks like something fixed in-between -rc1
and -rc2. So I'd double check that you are after or on -rc2 and that you
are booting the right kernel.

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [sda] write cache: enabled, read cache:enabled: doesn't support DPO or FUA, sda:
  2008-10-28 13:57 ` Jens Axboe
@ 2008-10-28 14:03   ` Zeno Davatz
  2008-10-28 14:04     ` Jens Axboe
  0 siblings, 1 reply; 5+ messages in thread
From: Zeno Davatz @ 2008-10-28 14:03 UTC (permalink / raw)
  To: linux-kernel

That Pull is from right after Linus released 2.6.28-rc2. I always pull
after Linus releases an rc and notifys everyone through the list.

I will pull again right now and try again.

Best
Zeno

On Tue, Oct 28, 2008 at 2:57 PM, Jens Axboe <jens.axboe@oracle.com> wrote:
> On Tue, Oct 28 2008, Zeno Davatz wrote:
>> Dear List
>>
>> After my latest git pull from
>>
>> url = git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
>>
>> I done
>>
>> make silentoldconfig
>> make modules_install
>>
>> copied the bzImage to /boot and ran lilo.
>>
>> When I want to boot into 2.6.28-rc2 I get:
>>
>> [sda] write cache: enabled, read cache:enabled: doesn't support DPO or FUA, sda:
>>
>> Also see my screenshot:
>>
>> http://farm4.static.flickr.com/3213/2980651545_de81680bf9_o.jpg
>
> How recent is that pull? This looks like something fixed in-between -rc1
> and -rc2. So I'd double check that you are after or on -rc2 and that you
> are booting the right kernel.
>
> --
> Jens Axboe
>
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [sda] write cache: enabled, read cache:enabled: doesn't support DPO or FUA, sda:
  2008-10-28 14:03   ` Zeno Davatz
@ 2008-10-28 14:04     ` Jens Axboe
  2008-10-28 14:19       ` Zeno Davatz
  0 siblings, 1 reply; 5+ messages in thread
From: Jens Axboe @ 2008-10-28 14:04 UTC (permalink / raw)
  To: Zeno Davatz; +Cc: linux-kernel


(don't top post)

> On Tue, Oct 28, 2008 at 2:57 PM, Jens Axboe <jens.axboe@oracle.com> wrote:
> > On Tue, Oct 28 2008, Zeno Davatz wrote:
> >> Dear List
> >>
> >> After my latest git pull from
> >>
> >> url = git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
> >>
> >> I done
> >>
> >> make silentoldconfig
> >> make modules_install
> >>
> >> copied the bzImage to /boot and ran lilo.
> >>
> >> When I want to boot into 2.6.28-rc2 I get:
> >>
> >> [sda] write cache: enabled, read cache:enabled: doesn't support DPO or FUA, sda:
> >>
> >> Also see my screenshot:
> >>
> >> http://farm4.static.flickr.com/3213/2980651545_de81680bf9_o.jpg
> >
> > How recent is that pull? This looks like something fixed in-between -rc1
> > and -rc2. So I'd double check that you are after or on -rc2 and that you
> > are booting the right kernel.
>
> That Pull is from right after Linus released 2.6.28-rc2. I always pull
> after Linus releases an rc and notifys everyone through the list.
> 
> I will pull again right now and try again.

Please do, and if it still breaks then use netconsole or a serial
console to capture all boot messages!

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [sda] write cache: enabled, read cache:enabled: doesn't support DPO or FUA, sda:
  2008-10-28 14:04     ` Jens Axboe
@ 2008-10-28 14:19       ` Zeno Davatz
  0 siblings, 0 replies; 5+ messages in thread
From: Zeno Davatz @ 2008-10-28 14:19 UTC (permalink / raw)
  To: linux-kernel

On Tue, Oct 28, 2008 at 3:04 PM, Jens Axboe <jens.axboe@oracle.com> wrote:
>
> (don't top post)
>
>> On Tue, Oct 28, 2008 at 2:57 PM, Jens Axboe <jens.axboe@oracle.com> wrote:
>> > On Tue, Oct 28 2008, Zeno Davatz wrote:
>> >> Dear List
>> >>
>> >> After my latest git pull from
>> >>
>> >> url = git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
>> >>
>> >> I done
>> >>
>> >> make silentoldconfig
>> >> make modules_install
>> >>
>> >> copied the bzImage to /boot and ran lilo.
>> >>
>> >> When I want to boot into 2.6.28-rc2 I get:
>> >>
>> >> [sda] write cache: enabled, read cache:enabled: doesn't support DPO or FUA, sda:
>> >>
>> >> Also see my screenshot:
>> >>
>> >> http://farm4.static.flickr.com/3213/2980651545_de81680bf9_o.jpg
>> >
>> > How recent is that pull? This looks like something fixed in-between -rc1
>> > and -rc2. So I'd double check that you are after or on -rc2 and that you
>> > are booting the right kernel.
>>
>> That Pull is from right after Linus released 2.6.28-rc2. I always pull
>> after Linus releases an rc and notifys everyone through the list.
>>
>> I will pull again right now and try again.
>
> Please do, and if it still breaks then use netconsole or a serial
> console to capture all boot messages!

Ok, this worked, thanks! I am now on 2.6.28-rc2-00095-g49fdf67.

The only thing remaining is that my time is now

04:17

instead of

16:17

Any hints on that?

Best
Zeno

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-10-28 14:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-10-28 13:48 [sda] write cache: enabled, read cache:enabled: doesn't support DPO or FUA, sda: Zeno Davatz
2008-10-28 13:57 ` Jens Axboe
2008-10-28 14:03   ` Zeno Davatz
2008-10-28 14:04     ` Jens Axboe
2008-10-28 14:19       ` Zeno Davatz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).