All of lore.kernel.org
 help / color / mirror / Atom feed
* [uml-devel] 2.6.18 UML machine on FC6 host
@ 2007-03-19  9:00 Jacques-Charles Lafoucriere
  2007-03-19 17:48 ` Jeff Dike
  0 siblings, 1 reply; 11+ messages in thread
From: Jacques-Charles Lafoucriere @ 2007-03-19  9:00 UTC (permalink / raw)
  To: user-mode-linux-devel

Hi,

I am trying to build and run a UML 2.6.18 machine on a FC6 host. 
(2.6.18-1.2798)
I have tried many patches from the list and was not able to be successful
(hang after VFS: Mounted root (ext3 filesystem) readonly.)
Does the host need a special patch to run recent UML kernel or is it 
only an issue in the UML machine ?

JCL

-------------------------------------------------------------------------
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] 11+ messages in thread

* Re: [uml-devel] 2.6.18 UML machine on FC6 host
  2007-03-19  9:00 [uml-devel] 2.6.18 UML machine on FC6 host Jacques-Charles Lafoucriere
@ 2007-03-19 17:48 ` Jeff Dike
  2007-03-20  7:37   ` Jacques-Charles Lafoucriere
  2007-03-20  8:12   ` Jacques-Charles Lafoucriere
  0 siblings, 2 replies; 11+ messages in thread
From: Jeff Dike @ 2007-03-19 17:48 UTC (permalink / raw)
  To: Jacques-Charles Lafoucriere; +Cc: user-mode-linux-devel

On Mon, Mar 19, 2007 at 10:00:49AM +0100, Jacques-Charles Lafoucriere wrote:
> I am trying to build and run a UML 2.6.18 machine on a FC6 host. 
> (2.6.18-1.2798)

Why are you insisting on a 2.6.18 UML?

> I have tried many patches from the list and was not able to be successful
> (hang after VFS: Mounted root (ext3 filesystem) readonly.)

Try 2.6.21-rc4 or this patch:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff_plain;h=14251809b1921b1216568700f1be2f91a1cbb5c7

> Does the host need a special patch to run recent UML kernel or is it 
> only an issue in the UML machine ?

It was a bug in UML's handing of newer host VDSOs.

				Jeff

-- 
Work email - jdike at linux dot intel dot 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] 11+ messages in thread

* Re: [uml-devel] 2.6.18 UML machine on FC6 host
  2007-03-19 17:48 ` Jeff Dike
@ 2007-03-20  7:37   ` Jacques-Charles Lafoucriere
  2007-03-20  8:12   ` Jacques-Charles Lafoucriere
  1 sibling, 0 replies; 11+ messages in thread
From: Jacques-Charles Lafoucriere @ 2007-03-20  7:37 UTC (permalink / raw)
  To: Jeff Dike; +Cc: user-mode-linux-devel


[-- Attachment #1.1: Type: text/plain, Size: 811 bytes --]



Jeff Dike wrote:
> On Mon, Mar 19, 2007 at 10:00:49AM +0100, Jacques-Charles Lafoucriere wrote:
>   
>> I am trying to build and run a UML 2.6.18 machine on a FC6 host. 
>> (2.6.18-1.2798)
>>     
>
> Why are you insisting on a 2.6.18 UML?
>   
I work on some  kernel product that will be available on RHEL5 which 
uses 2.6.18
And RHEL5 kernel does not work in the UML target, so a vanilla 2.6.18 is 
the closest kernel
I want to avoid a 2.6.20 or later port of the product

>   
>> I have tried many patches from the list and was not able to be successful
>> (hang after VFS: Mounted root (ext3 filesystem) readonly.)
>>     
>
> Try 2.6.21-rc4 or this patch:
> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff_plain;h=14251809b1921b1216568700f1be2f91a1cbb5c7
>   
Ok I will try

[-- Attachment #1.2: Type: text/html, Size: 1616 bytes --]

[-- Attachment #2: Type: text/plain, Size: 345 bytes --]

-------------------------------------------------------------------------
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

[-- Attachment #3: Type: text/plain, Size: 194 bytes --]

_______________________________________________
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] 11+ messages in thread

* Re: [uml-devel] 2.6.18 UML machine on FC6 host
  2007-03-19 17:48 ` Jeff Dike
  2007-03-20  7:37   ` Jacques-Charles Lafoucriere
@ 2007-03-20  8:12   ` Jacques-Charles Lafoucriere
  2007-03-20 14:28     ` Jeff Dike
  1 sibling, 1 reply; 11+ messages in thread
From: Jacques-Charles Lafoucriere @ 2007-03-20  8:12 UTC (permalink / raw)
  To: Jeff Dike; +Cc: user-mode-linux-devel


[-- Attachment #1.1: Type: text/plain, Size: 1695 bytes --]

Hi,

I applied the patch to a 2.6.20 kernel and tried the 2.6.21-rc4 and 
still have the issue

The UML machine is in an infinite loop

ptrace(PTRACE_GETREGS, 16641, 0, 0x9dc5974) = 0
ptrace(PTRACE_GETFPXREGS, 16641, 0, 0x9dc5a24) = 0
ptrace(PTRACE_CONT, 16641, 0, SIGSEGV)  = 0
waitpid(16641, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGUSR1}], WSTOPPED) = 
16641
--- SIGCHLD (Child exited) @ 0 (0) ---
ptrace(PTRACE_SETREGS, 16641, 0, 0x9dc5974) = 0
ptrace(PTRACE_SETFPXREGS, 16641, 0, 0x9dc5a24) = 0
ptrace(0x1f /* PTRACE_??? */, 16641, 0, 0) = 0
--- SIGCHLD (Child exited) @ 0 (0) ---
waitpid(16641, [{WIFSTOPPED(s) && WSTOPSIG(s) == SIGSEGV}], WSTOPPED) = 
16641
ptrace(PTRACE_GETREGS, 16641, 0, 0x9dc5974) = 0
ptrace(PTRACE_GETFPXREGS, 16641, 0, 0x9dc5a24) = 0
ptrace(PTRACE_CONT, 16641, 0, SIGSEGV)  = 0
--- SIGCHLD (Child exited) @ 0 (0) ---

Do I have to change things on my host machine ? (I use 2.6.18-1.2798 
with no skas3 patch)


Jeff Dike wrote:
> On Mon, Mar 19, 2007 at 10:00:49AM +0100, Jacques-Charles Lafoucriere wrote:
>   
>> I am trying to build and run a UML 2.6.18 machine on a FC6 host. 
>> (2.6.18-1.2798)
>>     
>
> Why are you insisting on a 2.6.18 UML?
>
>   
>> I have tried many patches from the list and was not able to be successful
>> (hang after VFS: Mounted root (ext3 filesystem) readonly.)
>>     
>
> Try 2.6.21-rc4 or this patch:
> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff_plain;h=14251809b1921b1216568700f1be2f91a1cbb5c7
>
>   
>> Does the host need a special patch to run recent UML kernel or is it 
>> only an issue in the UML machine ?
>>     
>
> It was a bug in UML's handing of newer host VDSOs.
>
> 				Jeff
>
>   

[-- Attachment #1.2: Type: text/html, Size: 2545 bytes --]

[-- Attachment #2: Type: text/plain, Size: 345 bytes --]

-------------------------------------------------------------------------
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

[-- Attachment #3: Type: text/plain, Size: 194 bytes --]

_______________________________________________
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] 11+ messages in thread

* Re: [uml-devel] 2.6.18 UML machine on FC6 host
  2007-03-20  8:12   ` Jacques-Charles Lafoucriere
@ 2007-03-20 14:28     ` Jeff Dike
  2007-03-20 20:15       ` Jacques-Charles Lafoucriere
  0 siblings, 1 reply; 11+ messages in thread
From: Jeff Dike @ 2007-03-20 14:28 UTC (permalink / raw)
  To: Jacques-Charles Lafoucriere; +Cc: user-mode-linux-devel

On Tue, Mar 20, 2007 at 09:12:44AM +0100, Jacques-Charles Lafoucriere wrote:
> I applied the patch to a 2.6.20 kernel and tried the 2.6.21-rc4 and 
> still have the issue
> 
> The UML machine is in an infinite loop
> 
> Do I have to change things on my host machine ? (I use 2.6.18-1.2798 
> with no skas3 patch)

No.

What is the host?

Can you send me the -rc4 binary so I can see if I get the same
behavior here?  If it works for me, is it possible for me to debug on
your host?

				Jeff

-- 
Work email - jdike at linux dot intel dot 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] 11+ messages in thread

* Re: [uml-devel] 2.6.18 UML machine on FC6 host
  2007-03-20 14:28     ` Jeff Dike
@ 2007-03-20 20:15       ` Jacques-Charles Lafoucriere
  0 siblings, 0 replies; 11+ messages in thread
From: Jacques-Charles Lafoucriere @ 2007-03-20 20:15 UTC (permalink / raw)
  To: Jeff Dike; +Cc: user-mode-linux-devel


[-- Attachment #1.1: Type: text/plain, Size: 692 bytes --]



Jeff Dike wrote:
> On Tue, Mar 20, 2007 at 09:12:44AM +0100, Jacques-Charles Lafoucriere wrote:
>   
>> I applied the patch to a 2.6.20 kernel and tried the 2.6.21-rc4 and 
>> still have the issue
>>
>> The UML machine is in an infinite loop
>>
>> Do I have to change things on my host machine ? (I use 2.6.18-1.2798 
>> with no skas3 patch)
>>     
>
> No.
>
> What is the host?
>   
Dell Lattitude D820, Linux IA32
> Can you send me the -rc4 binary so I can see if I get the same
> behavior here?  If it works for me, is it possible for me to debug on
> your host?
>
>   
I send you the kernel directly (too large for a list)
You cannot access the machine but I can send you traces.

JC


[-- Attachment #1.2: Type: text/html, Size: 1242 bytes --]

[-- Attachment #2: Type: text/plain, Size: 345 bytes --]

-------------------------------------------------------------------------
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

[-- Attachment #3: Type: text/plain, Size: 194 bytes --]

_______________________________________________
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] 11+ messages in thread

* Re: [uml-devel] 2.6.18 UML machine on FC6 host
@ 2007-05-18  7:51 Andrew Sinclair
  2007-05-18 12:07 ` Antoine Martin
  0 siblings, 1 reply; 11+ messages in thread
From: Andrew Sinclair @ 2007-05-18  7:51 UTC (permalink / raw)
  To: user-mode-linux-devel; +Cc: sivakumar.kuppusamy

Hi there,

I've been trying to run UML on FC6 (kernel 2.6.20-1.2933.fc6) and appear
to have encountered the same issue as described in the following
threads:

http://www.mail-archive.com/user-mode-linux-devel@lists.sourceforge.net/
msg04571.html

http://www.mail-archive.com/user-mode-linux-user@lists.sourceforge.net/m
sg04479.html

Has there been any further resolution of trying to get UML to run on
FC6? The system hangs when I get to "VFS: Mounted root (ext3 filesystem)
readonly."

I have applied patches described in both threads to kernel 2.6.19 and
rebuilt and still encounter issues. I have also tried pre-built kernels
2.6.21.1 downloaded via http://uml.nagafix.co.uk/, and 2.6.13.4-bs5,
2.6.16.9-bs2, 2.6.18.1-bb2 from
http://www.user-mode-linux.org/~blaisorblade/binaries/

I have attempted loads of prebuilt rootfs Busybox 1.5.0, 1.1.0, Debian
4.0 from http://uml.nagafix.co.uk/, and also a hostfs rootfs with most
of the kernels. 

I am able to get pre-built kernel and rootfs operating on Mepis (using
kernel 2.6.18.1-bb2 and rootfs busybox-1.5.0) or Red Hat 7.3 (using
kernel 2.4.32-bs3 and rootfs busybox-1.1.1)


My command line has been something like
./linux rootfstype=hostfs init=/bin/sh

or 

./linux ubd0=./rootfs init=/bin/sh

I have also various other switches described in
http://uml.nagafix.co.uk/ and http://www.landley.net/code/UML.html

Can anyone help? 

Kind Regards

Andrew Sinclair

> Antoine Martin wrote:
>>> Downgrading to skas-v8.2 makes things work fine again.
>> Ah, did you get around to generate a v8.2 patch for 2.6.19?
>
> http://www.theshore.net/~caker/uml/patches/skas-2.6.19.1-v8.2.patch
>
> So far so good.  I've got a few hosts running it now, but only a few 
> UMLs on each one.  Still too early to tell if we'll run into the hang 
> with certain filesystems...
>
>>> I think the key to reproducing this is a skas-v9 host.  It doesn't 
>>> happen for me on every file system, which is somewhat interesting.
>> Yep, it seems like a nptl/glibc issue (just a guess though)
>
> BTW, stay away from 2.6.19.1 if you use ebtables -- there's a BUG. 
> 2.6.19 works, and the above patch will apply just fine.
>
> -Chris



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
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] 11+ messages in thread

* Re: [uml-devel] 2.6.18 UML machine on FC6 host
  2007-05-18  7:51 Andrew Sinclair
@ 2007-05-18 12:07 ` Antoine Martin
  2007-05-22 18:04   ` Ryan Angilly
  0 siblings, 1 reply; 11+ messages in thread
From: Antoine Martin @ 2007-05-18 12:07 UTC (permalink / raw)
  To: Andrew Sinclair; +Cc: sivakumar.kuppusamy, user-mode-linux-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Andrew Sinclair wrote:
> Hi there,
> 
> I've been trying to run UML on FC6 (kernel 2.6.20-1.2933.fc6) and appear
> to have encountered the same issue as described in the following
> threads:
You need to upgrade your host kernel.
Try 2.6.21 or >= 2.6.20.8

Antoine


> 
> http://www.mail-archive.com/user-mode-linux-devel@lists.sourceforge.net/
> msg04571.html
> 
> http://www.mail-archive.com/user-mode-linux-user@lists.sourceforge.net/m
> sg04479.html
> 
> Has there been any further resolution of trying to get UML to run on
> FC6? The system hangs when I get to "VFS: Mounted root (ext3 filesystem)
> readonly."
> 
> I have applied patches described in both threads to kernel 2.6.19 and
> rebuilt and still encounter issues. I have also tried pre-built kernels
> 2.6.21.1 downloaded via http://uml.nagafix.co.uk/, and 2.6.13.4-bs5,
> 2.6.16.9-bs2, 2.6.18.1-bb2 from
> http://www.user-mode-linux.org/~blaisorblade/binaries/
> 
> I have attempted loads of prebuilt rootfs Busybox 1.5.0, 1.1.0, Debian
> 4.0 from http://uml.nagafix.co.uk/, and also a hostfs rootfs with most
> of the kernels. 
> 
> I am able to get pre-built kernel and rootfs operating on Mepis (using
> kernel 2.6.18.1-bb2 and rootfs busybox-1.5.0) or Red Hat 7.3 (using
> kernel 2.4.32-bs3 and rootfs busybox-1.1.1)
> 
> 
> My command line has been something like
> /linux rootfstype=hostfs init=/bin/sh
> 
> or 
> 
> /linux ubd0=./rootfs init=/bin/sh
> 
> I have also various other switches described in
> http://uml.nagafix.co.uk/ and http://www.landley.net/code/UML.html
> 
> Can anyone help? 
> 
> Kind Regards
> 
> Andrew Sinclair
> 
>> Antoine Martin wrote:
>>>> Downgrading to skas-v8.2 makes things work fine again.
>>> Ah, did you get around to generate a v8.2 patch for 2.6.19?
>> http://www.theshore.net/~caker/uml/patches/skas-2.6.19.1-v8.2.patch
>>
>> So far so good.  I've got a few hosts running it now, but only a few 
>> UMLs on each one.  Still too early to tell if we'll run into the hang 
>> with certain filesystems...
>>
>>>> I think the key to reproducing this is a skas-v9 host.  It doesn't 
>>>> happen for me on every file system, which is somewhat interesting.
>>> Yep, it seems like a nptl/glibc issue (just a guess though)
>> BTW, stay away from 2.6.19.1 if you use ebtables -- there's a BUG. 
>> 2.6.19 works, and the above patch will apply just fine.
>>
>> -Chris
> 
> 
> 

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGTZcTGK2zHPGK1rsRCs8AAJ9YPCCKTlIS+407eF7khjb0GCOJlwCfStBB
R6J3uQ6OiNyuBwhiVLLpFG0=
=xq45
-----END PGP SIGNATURE-----

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
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] 11+ messages in thread

* Re: [uml-devel] 2.6.18 UML machine on FC6 host
  2007-05-18 12:07 ` Antoine Martin
@ 2007-05-22 18:04   ` Ryan Angilly
  2007-05-23  0:59     ` Antoine Martin
  0 siblings, 1 reply; 11+ messages in thread
From: Ryan Angilly @ 2007-05-22 18:04 UTC (permalink / raw)
  To: user-mode-linux-devel

Do you know why exactly the kernel needs to be upgraded?  Just curious.

Antoine Martin <antoine <at> nagafix.co.uk> writes:
> > I've been trying to run UML on FC6 (kernel 2.6.20-1.2933.fc6) and appear
> > to have encountered the same issue as described in the following
> > threads:
> You need to upgrade your host kernel.
> Try 2.6.21 or >= 2.6.20.8
> 
> Antoine


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
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] 11+ messages in thread

* Re: [uml-devel] 2.6.18 UML machine on FC6 host
  2007-05-22 18:04   ` Ryan Angilly
@ 2007-05-23  0:59     ` Antoine Martin
  2007-05-23 23:54       ` Andrew Sinclair
  0 siblings, 1 reply; 11+ messages in thread
From: Antoine Martin @ 2007-05-23  0:59 UTC (permalink / raw)
  To: Ryan Angilly; +Cc: user-mode-linux-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Ryan Angilly wrote:
> Do you know why exactly the kernel needs to be upgraded?  Just curious.
Some bugs that were fixed in the host code.
circa 2.6.20.2

> 
> Antoine Martin <antoine <at> nagafix.co.uk> writes:
>>> I've been trying to run UML on FC6 (kernel 2.6.20-1.2933.fc6) and appear
>>> to have encountered the same issue as described in the following
>>> threads:
>> You need to upgrade your host kernel.
>> Try 2.6.21 or >= 2.6.20.8
>>
>> Antoine
> 
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> User-mode-linux-devel mailing list
> User-mode-linux-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
> 

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGU5HxGK2zHPGK1rsRClekAJ0SbywS6SoVqqU1qrdz6WMd1JpuTQCfVLcP
s1+7Uy6i1YCKyhkJUBSrXzE=
=dO3v
-----END PGP SIGNATURE-----

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
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] 11+ messages in thread

* Re: [uml-devel] 2.6.18 UML machine on FC6 host
  2007-05-23  0:59     ` Antoine Martin
@ 2007-05-23 23:54       ` Andrew Sinclair
  0 siblings, 0 replies; 11+ messages in thread
From: Andrew Sinclair @ 2007-05-23 23:54 UTC (permalink / raw)
  To: Antoine Martin; +Cc: user-mode-linux-devel

Thanks Antoine. Upgrading kernel to 2.6.21 has resolved the problem.

Kind Regards

Andrew Sinclair

-----Original Message-----
From: user-mode-linux-devel-bounces@lists.sourceforge.net
[mailto:user-mode-linux-devel-bounces@lists.sourceforge.net] On Behalf
Of Antoine Martin
Sent: Wednesday, 23 May 2007 10:59 AM
To: Ryan Angilly
Cc: user-mode-linux-devel@lists.sourceforge.net
Subject: Re: [uml-devel] 2.6.18 UML machine on FC6 host

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Ryan Angilly wrote:
> Do you know why exactly the kernel needs to be upgraded?  Just
curious.
Some bugs that were fixed in the host code.
circa 2.6.20.2

> 
> Antoine Martin <antoine <at> nagafix.co.uk> writes:
>>> I've been trying to run UML on FC6 (kernel 2.6.20-1.2933.fc6) and 
>>> appear to have encountered the same issue as described in the 
>>> following
>>> threads:
>> You need to upgrade your host kernel.
>> Try 2.6.21 or >= 2.6.20.8
>>
>> Antoine
> 
> 
> ----------------------------------------------------------------------
> --- This SF.net email is sponsored by DB2 Express Download DB2 Express

> C - the FREE version of DB2 express and take control of your XML. No 
> limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> User-mode-linux-devel mailing list
> User-mode-linux-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel
> 

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGU5HxGK2zHPGK1rsRClekAJ0SbywS6SoVqqU1qrdz6WMd1JpuTQCfVLcP
s1+7Uy6i1YCKyhkJUBSrXzE=
=dO3v
-----END PGP SIGNATURE-----

------------------------------------------------------------------------
-
This SF.net email is sponsored by DB2 Express Download DB2 Express C -
the FREE version of DB2 express and take control of your XML. No limits.
Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel




-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
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] 11+ messages in thread

end of thread, other threads:[~2007-05-23 23:54 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-19  9:00 [uml-devel] 2.6.18 UML machine on FC6 host Jacques-Charles Lafoucriere
2007-03-19 17:48 ` Jeff Dike
2007-03-20  7:37   ` Jacques-Charles Lafoucriere
2007-03-20  8:12   ` Jacques-Charles Lafoucriere
2007-03-20 14:28     ` Jeff Dike
2007-03-20 20:15       ` Jacques-Charles Lafoucriere
  -- strict thread matches above, loose matches on Subject: below --
2007-05-18  7:51 Andrew Sinclair
2007-05-18 12:07 ` Antoine Martin
2007-05-22 18:04   ` Ryan Angilly
2007-05-23  0:59     ` Antoine Martin
2007-05-23 23:54       ` Andrew Sinclair

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.