All of lore.kernel.org
 help / color / mirror / Atom feed
* [uml-devel] Child exit when booting uml 2.4.20 on 2.6.0-test4 host
@ 2003-09-06 13:09 Etay Meiri
       [not found] ` <200309081647.h88Glrjh030128@ccure.karaya.com>
  0 siblings, 1 reply; 12+ messages in thread
From: Etay Meiri @ 2003-09-06 13:09 UTC (permalink / raw)
  To: UML devel

Hi,

I have been running a UML kernel version 2.4.20 on a RH9
host with kernel 2.4.20-8. Everything is working properly in
that environment. Now that I've upgraded the host system to
2.6.0-test4 I can't boot that same UML kernel as before.
I get the following error:

Checking root filesystem
/dev/ubd/0: clean, 43713/75520 files, 136981/151040 blocks
[/sbin/fsck.ext3 (1) -- /] fsck.ext3 -a /dev/ubd/0
[  OK  ]
Remounting root filesystem in read-write mode:  [  OK  ]
Activating swap partitions:  [  OK  ]
Finding module dependencies:  [  OK  ]
Checking filesystems
Checking all file systems.
[  OK  ]
Mounting local filesystems:  Child 15433 exited with signal 11

The uml fs seems to be ok because I can mount it as a loop device
in the host system.

This is the command line I use for running UML:

./linux-2.4.20 ubd0=./root_fs_rh_9 mem=48M 
eth0=ethertap,tap1,,192.168.1.13 con=pty con0=fd:0,fd:1

TIA,

-- 
--------------------------------
Etay Meiri
etay-m@bezeqint.net
--------------------------------



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
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] 12+ messages in thread
* Re: [uml-devel] Child exit when booting uml 2.4.20 on 2.6.0-test4 host
@ 2003-09-09 20:43 M A Young
  2003-09-10 19:51 ` Christopher J Carella
  0 siblings, 1 reply; 12+ messages in thread
From: M A Young @ 2003-09-09 20:43 UTC (permalink / raw)
  To: jdike; +Cc: User-mode-linux-devel

> etay-m@bezeqint.net said:
> > I tried it with patch 2.6.0-test3-1 (from Aug 15).
>
> No, I've released a whole lot of patches since then.

Yes, several 2.4 patches, a uml_utilities, an RH8 skas patch, but no 2.6.0
patch - test3-1 is still the most recent.

	Michael Young



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
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] 12+ messages in thread
* Re: [uml-devel] Child exit when booting uml 2.4.20 on 2.6.0-test4 host
@ 2003-11-11 21:01 M A Young
  2003-11-15 18:22 ` BlaisorBlade
  0 siblings, 1 reply; 12+ messages in thread
From: M A Young @ 2003-11-11 21:01 UTC (permalink / raw)
  To: user-mode-linux-devel

[-- Attachment #1: Type: TEXT/PLAIN, Size: 276 bytes --]

jdike wrote:

>> If you have little  time, I can post this
>> together with a patch to the spec file which is again  out of
>> date(some files are not listed).
>
>Send me a patch to the spec file, please.

It is a fairly trival fix, eg. see the attached patch.

	Michael Young

[-- Attachment #2: Type: TEXT/PLAIN, Size: 1452 bytes --]

diff -Naur tools/uml_util.spec.orig tools/uml_util.spec
--- tools/uml_util.spec.orig	2003-09-03 20:35:45.000000000 +0100
+++ tools/uml_util.spec	2003-11-11 20:36:15.000000000 +0000
@@ -34,9 +34,11 @@
 #%attr(755,root,root)			%{_bindir}/mkrootfs
 %attr(755,root,root)			%{_bindir}/tunctl
 %attr(755,root,root)			%{_bindir}/uml_mconsole
+%attr(755,root,root)			%{_bindir}/uml_mkcow
 %attr(755,root,root)			%{_bindir}/uml_moo
 %attr(4755,root,root)			%{_bindir}/uml_net
 %attr(755,root,root)			%{_bindir}/uml_switch
+%attr(755,root,root)			%{_bindir}/uml_watchdog
 %attr(755,root,root)		%dir	%{_libdir}/uml
 #%attr(755,root,root)			%{_libdir}/uml/functions
 %attr(755,root,root)			%{_libdir}/uml/port-helper
diff -Naur tools/uml_util.spec.in.orig tools/uml_util.spec.in
--- tools/uml_util.spec.in.orig	2003-06-17 20:21:45.000000000 +0100
+++ tools/uml_util.spec.in	2003-11-11 20:37:24.000000000 +0000
@@ -34,9 +34,11 @@
 #%attr(755,root,root)			%{_bindir}/mkrootfs
 %attr(755,root,root)			%{_bindir}/tunctl
 %attr(755,root,root)			%{_bindir}/uml_mconsole
+%attr(755,root,root)			%{_bindir}/uml_mkcow
 %attr(755,root,root)			%{_bindir}/uml_moo
 %attr(4755,root,root)			%{_bindir}/uml_net
 %attr(755,root,root)			%{_bindir}/uml_switch
+%attr(755,root,root)			%{_bindir}/uml_watchdog
 %attr(755,root,root)		%dir	%{_libdir}/uml
 #%attr(755,root,root)			%{_libdir}/uml/functions
 %attr(755,root,root)			%{_libdir}/uml/port-helper

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

end of thread, other threads:[~2003-11-15 18:19 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-06 13:09 [uml-devel] Child exit when booting uml 2.4.20 on 2.6.0-test4 host Etay Meiri
     [not found] ` <200309081647.h88Glrjh030128@ccure.karaya.com>
2003-09-09 18:59   ` Etay Meiri
2003-09-09 19:54     ` Jeff Dike
2003-09-12 20:03   ` M A Young
2003-09-14 17:46     ` BlaisorBlade
2003-09-14 19:36       ` M A Young
2003-11-10  1:23       ` Jeff Dike
  -- strict thread matches above, loose matches on Subject: below --
2003-09-09 20:43 M A Young
2003-09-10 19:51 ` Christopher J Carella
2003-09-10 20:12   ` M A Young
2003-11-11 21:01 M A Young
2003-11-15 18:22 ` BlaisorBlade

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.