Hello, everyone,
I am a newbie to user-model-linux. Sorry for the spamming naive questions.
I patched Linux kernel 2.6.14.7 , and compile it successfully. But I stuck on
make UML run. I tried to specify some file systems and make UML run,
# mount root_fs_slack8.1 /dev/ubd/ -o loop
# ./linu
On Fri, Feb 10, 2006 at 03:58:35AM -0700,
Yu Yang <[EMAIL PROTECTED]> wrote
a message of 80 lines which said:
> # ./linux root=/dev/ubd
I believe this should be:
./linux ubd0=/your/file/system/image [other args here]
---
This SF.net ema
On Fri, Feb 10, 2006 at 03:58:35AM -0700, Yu Yang wrote:
Hello,Yu
>
> I am a newbie to user-model-linux. Sorry for the spamming naive questions.
>
> I patched Linux kernel 2.6.14.7 , and compile it successfully. But I stuck
> on
> make UML run. I tried to specify some file systems and make UM
> I downloaded the file root_fs and the .config from
> http://uml.nagafix.co.uk/Slackware-Honeypot/
The first thing it says on this page is:
"Warning: Do not use these images unless you know what you are doing."
Use another image, like these ones:
http://uml.nagafix.co.uk/Slackware-10.2/
> This
On Thursday 09 February 2006 23:44, mlij wrote:
> > Several people have contributed to the root file systems listed here.
> > Unfortunately, some of these images are also dated (and assume Devfs
> > support). Good luck!
>
> I solved this issue.
> If I put the command devfs=mount, everything is ok.
On Fri, Feb 10, 2006 at 03:58:35AM -0700, Yu Yang wrote:
> UML reports errors similar to below:
>
> [42949373.44] VFS: Cannot open root device "ubd" or unknown-block(0,0)
> [42949373.44] Please append a correct "root=" boot option
> [42949373.44] Kernel panic - not syncing: VFS: Unabl
On Fri, Feb 10, 2006 at 10:52:28AM -0500, Jeff Dike wrote:
Hi Jeff,
> On Fri, Feb 10, 2006 at 03:58:35AM -0700, Yu Yang wrote:
> > UML reports errors similar to below:
> >
> > [42949373.44] VFS: Cannot open root device "ubd" or unknown-block(0,0)
> > [42949373.44] Please append a correct
On Friday 10 February 2006 16:58, Stefano Melchior wrote:
> On Fri, Feb 10, 2006 at 10:52:28AM -0500, Jeff Dike wrote:
> Hi Jeff,
>
> > On Fri, Feb 10, 2006 at 03:58:35AM -0700, Yu Yang wrote:
> > > UML reports errors similar to below:
> > >
> > > [42949373.44] VFS: Cannot open root device "ub
On Fri, Feb 10, 2006 at 05:24:41PM +0100, Blaisorblade wrote:
> On Friday 10 February 2006 16:58, Stefano Melchior wrote:
> > On Fri, Feb 10, 2006 at 10:52:28AM -0500, Jeff Dike wrote:
> > Hi Jeff,
> >
> > > On Fri, Feb 10, 2006 at 03:58:35AM -0700, Yu Yang wrote:
> > > > UML reports errors simila
On Friday 10 February 2006 17:28, Stefano Melchior wrote:
> On Fri, Feb 10, 2006 at 05:24:41PM +0100, Blaisorblade wrote:
> > On Friday 10 February 2006 16:58, Stefano Melchior wrote:
> > > On Fri, Feb 10, 2006 at 10:52:28AM -0500, Jeff Dike wrote:
> > > Hi Jeff,
> > >
> > > > On Fri, Feb 10, 2006
On Fri, Feb 10, 2006 at 05:40:09PM +0100, Blaisorblade wrote:
Hi all,
> > > > > On Fri, Feb 10, 2006 at 03:58:35AM -0700, Yu Yang wrote:
> > > > > > UML reports errors similar to below:
> > > > > >
> > > > > > [42949373.44] VFS: Cannot open root device "ubd" or
> > > > > > unknown-block(0,0) [
I've released the other day 2.6.15-bs2 and binaries for it against 2.6.15.3 -
the detailed Changelog is on the news page, as usual. This time a few
critical bugs were corrected, thanks to Jeff.
I also compiled this patchset against 2.6.15.3, for 32 and 64 bit.
Enjoy!
--
Inform me of my mistake
On Friday 10 February 2006 17:43, Stefano Melchior wrote:
> On Fri, Feb 10, 2006 at 05:40:09PM +0100, Blaisorblade wrote:
> Hi all,
>
> no problem, I often experienced this error during my test because it has
> happened to forget some option around in the bash scripts.
> Could it be a good idea to
Hello, everyone,
Thanks a lot for the reply! Now I understand on running UML better.
I still got questions on how to create a filesystem by myself.
Right now I can only use the created file systems from sourceforge.
These file systems are a little bit out of dated.
The documentation online
On Fri, Feb 10, 2006 at 02:26:45PM -0700, Yu Yang wrote:
Hello Yu,
>
> Thanks a lot for the reply! Now I understand on running UML better.
> I still got questions on how to create a filesystem by myself.
> Right now I can only use the created file systems from sourceforge.
> These file system
hi,
I try to set up the networking for a 2.4.27 uml kernel via tun/tap.
when I try to call ifconig eth0 on the guest I get the following message:
ifconfig eth0 172.20.52.192 up
SIOCSIFFLAGS: Operation not permitted
and on the console
read_output - read of data failed, err = -35
read_output - re
On Fri, Feb 10, 2006 at 02:26:45PM -0700, Yu Yang wrote:
> The problem with me is that when I use
>
> dd if=/dev/zero of=my_filesystem seek=100 count=1 bs=1M
>
> to create my_filesystem, I cannot boot UML with it.
Can you boot a physical machine on an empty disk? That's pretty much
what you're
On Fri, Feb 10, 2006 at 02:26:45PM -0700, Yu Yang wrote:
> dd if=/dev/zero of=my_filesystem seek=100 count=1 bs=1M
And BTW, 100M is a pretty small filesystem. You'll want something
larger if you want to install anything serious into it.
Jeff
On Saturday 11 February 2006 00:44, stefan wrote:
> hi,
>
> I try to set up the networking for a 2.4.27 uml kernel
( Which is old and not recommended - but that's another story )
> via tun/tap.
> when I try to call ifconig eth0 on the guest I get the following message:
>
> ifconfig eth0 172.20.52
19 matches
Mail list logo