Re: [uml-user] cannot start uml with cow

2008-01-02 Thread Jeff Dike
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

Re: [uml-user] cannot start uml with cow

2008-01-02 Thread Martin Paraskevov
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

Re: [uml-user] cannot start uml with cow

2008-01-02 Thread Flavio
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

Re: [uml-user] cannot start uml with cow

2008-01-02 Thread Jeff Dike
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

Re: [uml-user] cannot start uml with cow

2008-01-02 Thread Martin Paraskevov
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

Re: [uml-user] cannot start uml with cow

2008-01-02 Thread Flavio
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

Re: [uml-user] cannot start uml with cow

2008-01-02 Thread Martin Paraskevov
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

Re: [uml-user] cannot start uml with cow

2008-01-02 Thread Flavio
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

Re: [uml-user] cannot start uml with cow

2008-01-02 Thread Martin Paraskevov
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-

Re: [uml-user] cannot start uml with cow

2008-01-02 Thread Flavio
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

Re: [uml-user] cannot start uml with cow

2008-01-02 Thread Martin Paraskevov
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

Re: [uml-user] cannot start uml with cow

2008-01-02 Thread Flavio
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: >

[uml-user] cannot start uml with cow

2008-01-02 Thread Martin Paraskevov
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