I'm using precompiled kernels linked to from user-mode-linux.sf.net, but
I don't know what they have in them.
I found a compilation page on the old uml web site. Is this the one you
mean:
http://user-mode-linux.sourceforge.net/old/compile.html
I kind of assumed that stuff on the old website is o
On Jan 2, 2008 11:00 PM, Martin Paraskevov <[EMAIL PROTECTED]> wrote:
> You probably mean http://user-mode-linux.sf.net/. I'm looking at the webpage
> but there is no information how to build hostfs or humfs, just how to use it:
>
> http://user-mode-linux.sourceforge.net/hostfs.html
>
> - Martin
>
Hi Cameron,
Where can I get the module from?
- Martin
On Jan 2, 2008 10:36 PM, Cameron Kerr <[EMAIL PROTECTED]> wrote:
> You either need to compile the support into the kernel (ie. not as a
> module), or copy the module into the guest... which may present a
> chicken-and-egg problem, so the firs
You either need to compile the support into the kernel (ie. not as a
module), or copy the module into the guest... which may present a
chicken-and-egg problem, so the first option is probably most desirable.
On 3/01/2008, at 1:54 PM, Martin Paraskevov wrote:
> I was trying to mount a host dir
I was trying to mount a host directory in my UML instance
but I'm getting unknown filesystem error:
(none):~# mount -t hostfs none /mnt/host
mount: unknown filesystem type 'hostfs'
The same thing for humfs. How can I get mount recognize
hostfs and humfs in my UML instance? I'm using a 2.6.23
kern
On Wed, Jan 02, 2008 at 04:08:48PM -0500, Martin Paraskevov wrote:
> I was using the binary from http://user-mode-linux.sourceforge.net/.
There's a much newer one there now.
> The homepage doesn't mention any repository. To get the latest UML,
> should one check out the latest linux kernel? And t
Thanks Jeff,
I was using the binary from http://user-mode-linux.sourceforge.net/.
The homepage doesn't mention any repository. To get the latest UML,
should one check out the latest linux kernel? And these two patches I
assume are patches to the main linux kernel as well, right?
- Martin
On Jan
On 02/01/2008, Martin Paraskevov <[EMAIL PROTECTED]> wrote:
> I changed the /etc/fstab file to the two lines that you suggested,
> but still no luck. I guess the only thing that I can try now is to build
> a fs image myself. Thanks a lot for the link.
Not at all.
Maybe there's some little problem w
On Wed, Jan 02, 2008 at 12:49:19PM -0500, Martin Paraskevov wrote:
> However, when I try to specify a cow file the boot is unsuccessful:
>
> ./linux-2.6.22-rc2 mem=128M ubda=cow1,FedoraCore5-x86-root_fs umid=fedora1
> Kernel panic - not syncing: Operation too long
This is a long-fixed bug. Eit
I changed the /etc/fstab file to the two lines that you suggested,
but still no luck. I guess the only thing that I can try now is to build
a fs image myself. Thanks a lot for the link.
- Martin
On Jan 2, 2008 2:22 PM, Flavio <[EMAIL PROTECTED]> wrote:
> On 02/01/2008, Martin Paraskevov <[EMAIL P
On 02/01/2008, Martin Paraskevov <[EMAIL PROTECTED]> wrote:
> Here is the /etc/fstab on the UML instance:
>
> [EMAIL PROTECTED] ~]$ cat /etc/fstab
> /dev/ubda / autodefaults1 1
> none/dev/ptsdevpts gid=5,mode=620 0 0
> none
I missed to cc the list on this message.
On Jan 2, 2008 2:11 PM, Martin Paraskevov <[EMAIL PROTECTED]> wrote:
> Here is the /etc/fstab on the UML instance:
>
> [EMAIL PROTECTED] ~]$ cat /etc/fstab
> /dev/ubda / autodefaults1 1
> none/dev/pts
On 02/01/2008, Martin Paraskevov <[EMAIL PROTECTED]> wrote:
> The permissions are ok:
>
> [EMAIL PROTECTED]:uml$ ls -l
> total 3169828
> -rw-r--r-- 1 martin martin 1611019264 2008-01-02 08:36 cow1
> -rw-r--r-- 1 martin martin 1610613760 2008-01-02 08:36 FedoraCore5-x86-root_fs
> -rw-r--r-- 1 martin
The permissions are ok:
[EMAIL PROTECTED]:uml$ ls -l
total 3169828
-rw-r--r-- 1 martin martin 1611019264 2008-01-02 08:36 cow1
-rw-r--r-- 1 martin martin 1610613760 2008-01-02 08:36 FedoraCore5-x86-root_fs
-rw-r--r-- 1 martin martin 1610613760 2008-01-02 08:28
FedoraCore5-x86-root_fs-net
-rwxr--r-
On 02/01/2008, Martin Paraskevov <[EMAIL PROTECTED]> wrote:
> I tried it:
>
> [EMAIL PROTECTED]:uml$ ./linux-2.6.22-rc2 mem=128M ubda=cow1 umid=fedora1
>
> However, I'm still getting the same output and uml doesn't boot.
Mmh... very strange issue this one
I usually boot using my cow files doi
I tried it:
[EMAIL PROTECTED]:uml$ ./linux-2.6.22-rc2 mem=128M ubda=cow1 umid=fedora1
However, I'm still getting the same output and uml doesn't boot.
- Martin
On Jan 2, 2008 12:59 PM, Flavio <[EMAIL PROTECTED]> wrote:
> On 02/01/2008, Martin Paraskevov <[EMAIL PROTECTED]> wrote:
> > This may
On 02/01/2008, Martin Paraskevov <[EMAIL PROTECTED]> wrote:
> This may be a simple question but I can't figure out what's wrong
> from the error messages and found nothing useful googling.
>
> I can start uml with the Fedora guest root fs from
> http://user-mode-linux.sourceforge.net/ like this:
>
This may be a simple question but I can't figure out what's wrong
from the error messages and found nothing useful googling.
I can start uml with the Fedora guest root fs from
http://user-mode-linux.sourceforge.net/ like this:
./linux-2.6.22-rc2 mem=128M ubda=FedoraCore5-x86-root_fs umid=fedora
On Sun, Dec 30, 2007 at 08:55:57PM +0100, Massimo Rimondini wrote:
> I would like to report this issue, which I have been experiencing since
> I started using SKAS0 mode.
>
> If I run two (or more) UML instances simultaneously, I get random errors
> and segmentation fault reports from guest proces
On Sat, Dec 29, 2007 at 10:01:14AM +0100, David Fernández wrote:
> Thanks for the patch. We have made several tests with a 2.6.18-1 kernel
> compiled with your patch and all the reported problems are gone.
Thanks for the confirmation.
Jeff
--
Work email - jdike at linux
20 matches
Mail list logo