All of lore.kernel.org
 help / color / mirror / Atom feed
* [uml-devel] 2.6.18-skas-v9-pre9 broken
@ 2006-10-05 21:59 Christopher S. Aker
  2006-10-06 21:54 ` Blaisorblade
  2006-10-21  1:05 ` Blaisorblade
  0 siblings, 2 replies; 6+ messages in thread
From: Christopher S. Aker @ 2006-10-05 21:59 UTC (permalink / raw)
  To: Blaisorblade; +Cc: user-mode-linux-devel

Blaisorblade,

I recently deployed a 2.6.18-skas3-v9-pre9 host, and some users weren't 
able to boot UML beyond "VFS: Mounted root (ext3 filesystem) readonly". 
  As it turns out, only 2.6-um kernels were affected, 2.4-um worked fine.

This happened both in skas3 and skas0 modes.  Jeff graciously took a 
look at some straces, and his comment was that "something broke page 
fault handling generically".

The traces are here:

http://www.theshore.net/~caker/uml/skas2.6.18-uml_trace.txt (skas3)
http://www.theshore.net/~caker/uml/skas2.6.18-uml_trace_skas0.txt

Reverting back to a skas3-v8.2 kernel fixed it.

HTH,
-Chris


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

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

* Re: [uml-devel] 2.6.18-skas-v9-pre9 broken
  2006-10-05 21:59 [uml-devel] 2.6.18-skas-v9-pre9 broken Christopher S. Aker
@ 2006-10-06 21:54 ` Blaisorblade
  2006-10-06 23:57   ` Christopher S. Aker
  2006-10-21  1:05 ` Blaisorblade
  1 sibling, 1 reply; 6+ messages in thread
From: Blaisorblade @ 2006-10-06 21:54 UTC (permalink / raw)
  To: Christopher S. Aker; +Cc: user-mode-linux-devel

On Thursday 05 October 2006 23:59, Christopher S. Aker wrote:
> Blaisorblade,
>
> I recently deployed a 2.6.18-skas3-v9-pre9 host, and some users weren't
> able to boot UML beyond "VFS: Mounted root (ext3 filesystem) readonly".
>   As it turns out, only 2.6-um kernels were affected, 2.4-um worked fine.
>
> This happened both in skas3 and skas0 modes.  Jeff graciously took a
> look at some straces, and his comment was that "something broke page
> fault handling generically".
>
> The traces are here:
>
> http://www.theshore.net/~caker/uml/skas2.6.18-uml_trace.txt (skas3)
> http://www.theshore.net/~caker/uml/skas2.6.18-uml_trace_skas0.txt
>
> Reverting back to a skas3-v8.2 kernel fixed it.
An important question: did the patch contain fremap code (the one for 
2.6.18-rc4 did)? That code does do heavy changes to page fault handling.
I'm also guessing this is a 32bit host.
-- 
Inform me of my mistakes, so I can keep imitating Homer Simpson's "Doh!".
Paolo Giarrusso, aka Blaisorblade
http://www.user-mode-linux.org/~blaisorblade
Chiacchiera con i tuoi amici in tempo reale! 
 http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

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

* Re: [uml-devel] 2.6.18-skas-v9-pre9 broken
  2006-10-06 21:54 ` Blaisorblade
@ 2006-10-06 23:57   ` Christopher S. Aker
  0 siblings, 0 replies; 6+ messages in thread
From: Christopher S. Aker @ 2006-10-06 23:57 UTC (permalink / raw)
  To: Blaisorblade; +Cc: user-mode-linux-devel

Blaisorblade wrote:
> On Thursday 05 October 2006 23:59, Christopher S. Aker wrote:
>> Blaisorblade,
>>
>> I recently deployed a 2.6.18-skas3-v9-pre9 host, and some users weren't
>> able to boot UML beyond "VFS: Mounted root (ext3 filesystem) readonly".
>>   As it turns out, only 2.6-um kernels were affected, 2.4-um worked fine.
>>
>> This happened both in skas3 and skas0 modes.  Jeff graciously took a
>> look at some straces, and his comment was that "something broke page
>> fault handling generically".
>>
>> The traces are here:
>>
>> http://www.theshore.net/~caker/uml/skas2.6.18-uml_trace.txt (skas3)
>> http://www.theshore.net/~caker/uml/skas2.6.18-uml_trace_skas0.txt
>>
>> Reverting back to a skas3-v8.2 kernel fixed it.
> An important question: did the patch contain fremap code (the one for 
> 2.6.18-rc4 did)? That code does do heavy changes to page fault handling.

No, it was not the fremap version.

> I'm also guessing this is a 32bit host.

Correct.

-Chris


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

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

* Re: [uml-devel] 2.6.18-skas-v9-pre9 broken
  2006-10-05 21:59 [uml-devel] 2.6.18-skas-v9-pre9 broken Christopher S. Aker
  2006-10-06 21:54 ` Blaisorblade
@ 2006-10-21  1:05 ` Blaisorblade
  2006-12-21 15:36   ` Christopher S. Aker
  1 sibling, 1 reply; 6+ messages in thread
From: Blaisorblade @ 2006-10-21  1:05 UTC (permalink / raw)
  To: user-mode-linux-devel; +Cc: Christopher S. Aker

On Thursday 05 October 2006 23:59, Christopher S. Aker wrote:
> Blaisorblade,
>
> I recently deployed a 2.6.18-skas3-v9-pre9 host, and some users weren't
> able to boot UML beyond "VFS: Mounted root (ext3 filesystem) readonly".
>   As it turns out, only 2.6-um kernels were affected, 2.4-um worked fine.
>
> This happened both in skas3 and skas0 modes.  Jeff graciously took a
> look at some straces, and his comment was that "something broke page
> fault handling generically".
>
> The traces are here:
>
> http://www.theshore.net/~caker/uml/skas2.6.18-uml_trace.txt (skas3)
> http://www.theshore.net/~caker/uml/skas2.6.18-uml_trace_skas0.txt
>
> Reverting back to a skas3-v8.2 kernel fixed it.

An important question: you reverted to a 2.6.18 + skas kernel or a 2.6.17 one? 
A similar bug is being discussed about a regression in 2.6.18 vanilla...
-- 
Inform me of my mistakes, so I can keep imitating Homer Simpson's "Doh!".
Paolo Giarrusso, aka Blaisorblade
http://www.user-mode-linux.org/~blaisorblade
Chiacchiera con i tuoi amici in tempo reale! 
 http://it.yahoo.com/mail_it/foot/*http://it.messenger.yahoo.com 


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

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

* Re: [uml-devel] 2.6.18-skas-v9-pre9 broken
  2006-10-21  1:05 ` Blaisorblade
@ 2006-12-21 15:36   ` Christopher S. Aker
  2006-12-26  5:39     ` Christopher S. Aker
  0 siblings, 1 reply; 6+ messages in thread
From: Christopher S. Aker @ 2006-12-21 15:36 UTC (permalink / raw)
  To: Blaisorblade; +Cc: user-mode-linux-devel

Blaisorblade wrote:
> On Thursday 05 October 2006 23:59, Christopher S. Aker wrote:
>> Blaisorblade,
>>
>> I recently deployed a 2.6.18-skas3-v9-pre9 host, and some users weren't
>> able to boot UML beyond "VFS: Mounted root (ext3 filesystem) readonly".
>>   As it turns out, only 2.6-um kernels were affected, 2.4-um worked fine.
>>
>> This happened both in skas3 and skas0 modes.  Jeff graciously took a
>> look at some straces, and his comment was that "something broke page
>> fault handling generically".
>>
>> The traces are here:
>>
>> http://www.theshore.net/~caker/uml/skas2.6.18-uml_trace.txt (skas3)
>> http://www.theshore.net/~caker/uml/skas2.6.18-uml_trace_skas0.txt
>>
>> Reverting back to a skas3-v8.2 kernel fixed it.
> 
> An important question: you reverted to a 2.6.18 + skas kernel or a 2.6.17 one? 
> A similar bug is being discussed about a regression in 2.6.18 vanilla...

Uh, somehow I missed this email for two months...

All my hosts are running at most 2.6.16.x, so this very well could be a 
regression in post 2.6.16 kernels.

-Chris

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

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

* Re: [uml-devel] 2.6.18-skas-v9-pre9 broken
  2006-12-21 15:36   ` Christopher S. Aker
@ 2006-12-26  5:39     ` Christopher S. Aker
  0 siblings, 0 replies; 6+ messages in thread
From: Christopher S. Aker @ 2006-12-26  5:39 UTC (permalink / raw)
  To: Blaisorblade; +Cc: user-mode-linux-devel

Christopher S. Aker wrote:
> Blaisorblade wrote:

>> An important question: you reverted to a 2.6.18 + skas kernel or a 2.6.17 one? 
>> A similar bug is being discussed about a regression in 2.6.18 vanilla...

> All my hosts are running at most 2.6.16.x, so this very well could be a 
> regression in post 2.6.16 kernels.

Confirmed. This is a regression in post 2.6.16.x kernels (well, at least 
2.6.19).  Had a user hit the "VFS: Mounted root (ext3 filesystem) 
readonly" hang on a 2.6.19 kernel with skas3-v8.2, running 2.6.19-um

Any ideas?

-Chris


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

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

end of thread, other threads:[~2006-12-26  5:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-05 21:59 [uml-devel] 2.6.18-skas-v9-pre9 broken Christopher S. Aker
2006-10-06 21:54 ` Blaisorblade
2006-10-06 23:57   ` Christopher S. Aker
2006-10-21  1:05 ` Blaisorblade
2006-12-21 15:36   ` Christopher S. Aker
2006-12-26  5:39     ` Christopher S. Aker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.