[leaf-user] Unable to run linuxuml Virtual Router

2002-12-04 Thread Derek Jennings
Hi
It is probably me doing something idiotic, but I am having trouble running 
Bering_1.0-stable_img_bering_1680.bin in the linuxuml-2.4.18-45 Virtual 
environment.

I have followed Jacques Nilo's instructions, and can successfully create the 
Bering_fs file system, but when I run my startuml script I get this output in 
my xterm.

early stuff SNIPPED

RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 512 buckets, 4Kbytes
TCP: Hash tables configured (established 2048 bind 2048)
Linux IP multicast router 0.06 plus PIM-SM
ip_conntrack version 2.0 (256 buckets, 2048 max) - 312 bytes per conntrack
ip_tables: (C) 2000-2002 Netfilter core team
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
Initializing software serial port version 1
mconsole (version 2) initialized on /home/leafuml/.uml/YEarYZ/mconsole
unable to open root_fs for validation
UML Audio Relay
Initializing stdio console driver
RAMDISK: Compressed image found at block 0
Freeing initrd memory: 401k freed
VFS: Mounted root (minix filesystem).
LINUXRC: Bering - Initrd - V1.0-stable
Mounting a 6M TMPFS filesystem...
LINUXRC: Could not mount the boot device. Can't install packages.
Kernel panic: Attempted to kill init!


My startuml script looks like :-
#!/bin/sh
./linuxuml-2.4.18-45 udb0=Bering_fs initrd=initrd.lrp root=/dev/ram0 
init=/linuxrc \
 boot=/dev/udb0:minix PKGPATH=/dev/udb0 devfs=nomount 
LRP=root,etc,local,log,modules,shorwall

Any suggestions would be welcome.

derek






---
This SF.net email is sponsored by: Microsoft Visual Studio.NET 
comprehensive development tool, built to increase your 
productivity. Try a free online hosted session at:
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



RE: [leaf-user] Unable to run linuxuml Virtual Router

2002-12-05 Thread Eric B Kiser
Hi Derek,

This usually happens because you are using an incompatible version of UML
Utilities. Here is the site to get the version you need:
http://user-mode-linux.sourceforge.net/dl-sf.html. The trick here is to find
the version that works. Try to choose the one that has the date code that is
closest to the date code for the kernel patch that you are using.

If you are using kernel 2.4.18-45 try using uml_utilities_20020729.tar.bz2.
If this does not work for you then it will be a matter of testing different
UML utilities until you find the one that works for you.

Best of luck and let us know how it turns out.
Regards,
Eric Kiser



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Derek
Jennings
Sent: Wednesday, December 04, 2002 7:08 PM
To: [EMAIL PROTECTED]
Subject: [leaf-user] Unable to run linuxuml Virtual Router


Hi
It is probably me doing something idiotic, but I am having trouble running
Bering_1.0-stable_img_bering_1680.bin in the linuxuml-2.4.18-45 Virtual
environment.

I have followed Jacques Nilo's instructions, and can successfully create the
Bering_fs file system, but when I run my startuml script I get this output
in
my xterm.

early stuff SNIPPED

RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 512 buckets, 4Kbytes
TCP: Hash tables configured (established 2048 bind 2048)
Linux IP multicast router 0.06 plus PIM-SM
ip_conntrack version 2.0 (256 buckets, 2048 max) - 312 bytes per conntrack
ip_tables: (C) 2000-2002 Netfilter core team
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
Initializing software serial port version 1
mconsole (version 2) initialized on /home/leafuml/.uml/YEarYZ/mconsole
unable to open root_fs for validation
UML Audio Relay
Initializing stdio console driver
RAMDISK: Compressed image found at block 0
Freeing initrd memory: 401k freed
VFS: Mounted root (minix filesystem).
LINUXRC: Bering - Initrd - V1.0-stable
Mounting a 6M TMPFS filesystem...
LINUXRC: Could not mount the boot device. Can't install packages.
Kernel panic: Attempted to kill init!


My startuml script looks like :-
#!/bin/sh
./linuxuml-2.4.18-45 udb0=Bering_fs initrd=initrd.lrp root=/dev/ram0
init=/linuxrc \
 boot=/dev/udb0:minix PKGPATH=/dev/udb0 devfs=nomount
LRP=root,etc,local,log,modules,shorwall

Any suggestions would be welcome.

derek






---
This SF.net email is sponsored by: Microsoft Visual Studio.NET
comprehensive development tool, built to increase your
productivity. Try a free online hosted session at:
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



Subject: [leaf-user] Unable to run linuxuml Virtual Router

2002-12-05 Thread Rogan Lynch
Yes Derek,

It was in fact something idiotic.

Fix your UML script to call Universal Block Devices..
ubd0 instead of udb...



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



RE: [leaf-user] Unable to run linuxuml Virtual Router -solved

2002-12-05 Thread Derek Jennings
Thanks  for the reply Eric
As expected it was just me being idiotic :(
I spent two days typing the boot device as udb0 when it should have been ubd0  Doh!

Fortunately the nice person who corrected me on the UserMode Linux list was gentle..


derek

- Original Message -
From: "Eric B Kiser" <[EMAIL PROTECTED]>
Date: Thu, 5 Dec 2002 10:47:12 -0500
To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>
Subject: RE: [leaf-user] Unable to run linuxuml Virtual Router


> Hi Derek,
> 
> This usually happens because you are using an incompatible version of UML
> Utilities. Here is the site to get the version you need:
> http://user-mode-linux.sourceforge.net/dl-sf.html. The trick here is to find
> the version that works. Try to choose the one that has the date code that is
> closest to the date code for the kernel patch that you are using.
> 
> If you are using kernel 2.4.18-45 try using uml_utilities_20020729.tar.bz2.
> If this does not work for you then it will be a matter of testing different
> UML utilities until you find the one that works for you.
> 
> Best of luck and let us know how it turns out.
> Regards,
> Eric Kiser
> 
> 
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Derek
> Jennings
> Sent: Wednesday, December 04, 2002 7:08 PM
> To: [EMAIL PROTECTED]
> Subject: [leaf-user] Unable to run linuxuml Virtual Router
> 
> 
> Hi
> It is probably me doing something idiotic, but I am having trouble running
> Bering_1.0-stable_img_bering_1680.bin in the linuxuml-2.4.18-45 Virtual
> environment.
> 
> I have followed Jacques Nilo's instructions, and can successfully create the
> Bering_fs file system, but when I run my startuml script I get this output
> in
> my xterm.
> 
> early stuff SNIPPED
> 
> RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
> NET4: Linux TCP/IP 1.0 for NET4.0
> IP Protocols: ICMP, UDP, TCP, IGMP
> IP: routing cache hash table of 512 buckets, 4Kbytes
> TCP: Hash tables configured (established 2048 bind 2048)
> Linux IP multicast router 0.06 plus PIM-SM
> ip_conntrack version 2.0 (256 buckets, 2048 max) - 312 bytes per conntrack
> ip_tables: (C) 2000-2002 Netfilter core team
> NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
> Initializing software serial port version 1
> mconsole (version 2) initialized on /home/leafuml/.uml/YEarYZ/mconsole
> unable to open root_fs for validation
> UML Audio Relay
> Initializing stdio console driver
> RAMDISK: Compressed image found at block 0
> Freeing initrd memory: 401k freed
> VFS: Mounted root (minix filesystem).
> LINUXRC: Bering - Initrd - V1.0-stable
> Mounting a 6M TMPFS filesystem...
> LINUXRC: Could not mount the boot device. Can't install packages.
> Kernel panic: Attempted to kill init!
> 
> 
> My startuml script looks like :-
> #!/bin/sh
> ./linuxuml-2.4.18-45 udb0=Bering_fs initrd=initrd.lrp root=/dev/ram0
> init=/linuxrc \
>  boot=/dev/udb0:minix PKGPATH=/dev/udb0 devfs=nomount
> LRP=root,etc,local,log,modules,shorwall
> 
> Any suggestions would be welcome.
> 
> derek
> 
> 
> 
> 
> 
> 
> ---
> This SF.net email is sponsored by: Microsoft Visual Studio.NET
> comprehensive development tool, built to increase your
> productivity. Try a free online hosted session at:
> http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en
> 
> leaf-user mailing list: [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/leaf-user
> SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
> 
> 

   
-- 
___
Get your free email from http://mymail.operamail.com

Powered by Outblaze


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



RE: [leaf-user] Unable to run linuxuml Virtual Router -solved

2002-12-06 Thread Eric B Kiser
Derek,

If you have it working now, please post which version of the UML kernel and
UML utilities that you are using.

Thanks in advance,
Eric Kiser



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Derek
Jennings
Sent: Thursday, December 05, 2002 7:17 PM
To: Eric B Kiser; [EMAIL PROTECTED]
Subject: RE: [leaf-user] Unable to run linuxuml Virtual Router -solved


Thanks  for the reply Eric
As expected it was just me being idiotic :(
I spent two days typing the boot device as udb0 when it should have been
ubd0  Doh!

Fortunately the nice person who corrected me on the UserMode Linux list was
gentle..


derek

- Original Message -
From: "Eric B Kiser" <[EMAIL PROTECTED]>
Date: Thu, 5 Dec 2002 10:47:12 -0500
To: <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]>
Subject: RE: [leaf-user] Unable to run linuxuml Virtual Router


> Hi Derek,
>
> This usually happens because you are using an incompatible version of UML
> Utilities. Here is the site to get the version you need:
> http://user-mode-linux.sourceforge.net/dl-sf.html. The trick here is to
find
> the version that works. Try to choose the one that has the date code that
is
> closest to the date code for the kernel patch that you are using.
>
> If you are using kernel 2.4.18-45 try using
uml_utilities_20020729.tar.bz2.
> If this does not work for you then it will be a matter of testing
different
> UML utilities until you find the one that works for you.
>
> Best of luck and let us know how it turns out.
> Regards,
> Eric Kiser
>
>
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Derek
> Jennings
> Sent: Wednesday, December 04, 2002 7:08 PM
> To: [EMAIL PROTECTED]
> Subject: [leaf-user] Unable to run linuxuml Virtual Router
>
>
> Hi
> It is probably me doing something idiotic, but I am having trouble running
> Bering_1.0-stable_img_bering_1680.bin in the linuxuml-2.4.18-45 Virtual
> environment.
>
> I have followed Jacques Nilo's instructions, and can successfully create
the
> Bering_fs file system, but when I run my startuml script I get this output
> in
> my xterm.
>
> early stuff SNIPPED
>
> RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
> NET4: Linux TCP/IP 1.0 for NET4.0
> IP Protocols: ICMP, UDP, TCP, IGMP
> IP: routing cache hash table of 512 buckets, 4Kbytes
> TCP: Hash tables configured (established 2048 bind 2048)
> Linux IP multicast router 0.06 plus PIM-SM
> ip_conntrack version 2.0 (256 buckets, 2048 max) - 312 bytes per conntrack
> ip_tables: (C) 2000-2002 Netfilter core team
> NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
> Initializing software serial port version 1
> mconsole (version 2) initialized on /home/leafuml/.uml/YEarYZ/mconsole
> unable to open root_fs for validation
> UML Audio Relay
> Initializing stdio console driver
> RAMDISK: Compressed image found at block 0
> Freeing initrd memory: 401k freed
> VFS: Mounted root (minix filesystem).
> LINUXRC: Bering - Initrd - V1.0-stable
> Mounting a 6M TMPFS filesystem...
> LINUXRC: Could not mount the boot device. Can't install packages.
> Kernel panic: Attempted to kill init!
>
>
> My startuml script looks like :-
> #!/bin/sh
> ./linuxuml-2.4.18-45 udb0=Bering_fs initrd=initrd.lrp root=/dev/ram0
> init=/linuxrc \
>  boot=/dev/udb0:minix PKGPATH=/dev/udb0 devfs=nomount
> LRP=root,etc,local,log,modules,shorwall
>
> Any suggestions would be welcome.
>
> derek
>
>
>
>
>
>
> ---
> This SF.net email is sponsored by: Microsoft Visual Studio.NET
> comprehensive development tool, built to increase your
> productivity. Try a free online hosted session at:
> http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en
> 
> leaf-user mailing list: [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/leaf-user
> SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html
>
>


--
___
Get your free email from http://mymail.operamail.com

Powered by Outblaze


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf

leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html