* [uml-devel] UML freezes at hdd-intensive processes
@ 2005-03-03 9:54 Oliver Baltz
0 siblings, 0 replies; 5+ messages in thread
From: Oliver Baltz @ 2005-03-03 9:54 UTC (permalink / raw)
To: user-mode-linux-devel
Hi @all,
my UML hangs while intensive processes that use the HDD. For example:
rgrep, upgrade,...
UML-Hostsystem: 2.4.27-1-386, Intel ICH5 SATA 150-Controller
UML: 2.4.26-3um-1
Any ideas?
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
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] 5+ messages in thread
* [uml-devel] UML freezes at hdd-intensive processes
@ 2005-03-03 10:41 Oliver Baltz
2005-03-03 13:58 ` Rob Landley
2005-03-05 15:33 ` Blaisorblade
0 siblings, 2 replies; 5+ messages in thread
From: Oliver Baltz @ 2005-03-03 10:41 UTC (permalink / raw)
To: user-mode-linux-devel
Hi @all,
my UML hangs while intensive processes that use the HDD. For example:
rgrep, upgrade,...
UML-Hostsystem: 2.4.27-1-386, Intel ICH5 SATA 150-Controller
UML: 2.4.26-3um-1
Any ideas?
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
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] 5+ messages in thread
* Re: [uml-devel] UML freezes at hdd-intensive processes
2005-03-03 10:41 [uml-devel] UML freezes at hdd-intensive processes Oliver Baltz
@ 2005-03-03 13:58 ` Rob Landley
2005-03-05 15:33 ` Blaisorblade
1 sibling, 0 replies; 5+ messages in thread
From: Rob Landley @ 2005-03-03 13:58 UTC (permalink / raw)
To: user-mode-linux-devel; +Cc: Oliver Baltz
On Thursday 03 March 2005 05:41 am, Oliver Baltz wrote:
> Hi @all,
>
> my UML hangs while intensive processes that use the HDD. For example:
> rgrep, upgrade,...
>
> UML-Hostsystem: 2.4.27-1-386, Intel ICH5 SATA 150-Controller
> UML: 2.4.26-3um-1
>
> Any ideas?
I haven't seen this on 2.6, but I think the first question is what kind of
filesystem are you using? Hostfs? NFS? UBD mount?
Rob
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
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] 5+ messages in thread
* Re: [uml-devel] UML freezes at hdd-intensive processes
2005-03-03 10:41 [uml-devel] UML freezes at hdd-intensive processes Oliver Baltz
2005-03-03 13:58 ` Rob Landley
@ 2005-03-05 15:33 ` Blaisorblade
1 sibling, 0 replies; 5+ messages in thread
From: Blaisorblade @ 2005-03-05 15:33 UTC (permalink / raw)
To: user-mode-linux-devel; +Cc: Oliver Baltz
On Thursday 03 March 2005 11:41, Oliver Baltz wrote:
> Hi @all,
>
> my UML hangs while intensive processes that use the HDD. For example:
> rgrep, upgrade,...
>
> UML-Hostsystem: 2.4.27-1-386, Intel ICH5 SATA 150-Controller
> UML: 2.4.26-3um-1
>
> Any ideas?
Tell us the result:
grep CONFIG_BLK_DEV_UBD_SYNC .config
And search CONFIG_BLK_DEV_UBD_SYNC in the archives at marc.theaimsgroup.com.
The problem was discussed for 2.6 only, the solution also applies to 2.4
(almost surely).
--
Paolo Giarrusso, aka Blaisorblade
Linux registered user n. 292729
http://www.user-mode-linux.org/~blaisorblade
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
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] 5+ messages in thread
* Re: [uml-devel] UML freezes at hdd-intensive processes
@ 2005-03-06 22:23 Oliver Baltz
0 siblings, 0 replies; 5+ messages in thread
From: Oliver Baltz @ 2005-03-06 22:23 UTC (permalink / raw)
To: user-mode-linux-devel, user-mode-linux-user
Hi,
>> > Have you tried attaching it to the host console thingy, or running
UML under
>> > gdb and breaking in to see what it's doing when it hangs? (Also, if
>> you
>> > can
>> > get it to respond to the magic sysrq, you can get a thread dump...)
My conclusion: The UML does not respond even to a "sysrq" :(
CONFIG_BLK_DEV_UBD_SYNC is NOT compiled in.
You can find my strace-output of the uml-process here:
http://root.baltz-online.de/files/strace-uml-freeze.txt.gz
I hope that there is somebody out there who can hear my scream for help.
I did a UML-setup on a second machine with absolutely different hardware.
But this UML hangs on hdd-intensive processes, too :(
I setup the UMLs follwing this HOWTO:
http://oliverbaltz.de/index.php?id=101. Perhaps you can find a failure in
this documentation.
Thanks for help.
Olli
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
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] 5+ messages in thread
end of thread, other threads:[~2005-03-06 22:23 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-03 10:41 [uml-devel] UML freezes at hdd-intensive processes Oliver Baltz
2005-03-03 13:58 ` Rob Landley
2005-03-05 15:33 ` Blaisorblade
-- strict thread matches above, loose matches on Subject: below --
2005-03-06 22:23 Oliver Baltz
2005-03-03 9:54 Oliver Baltz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox