Re: [uml-user] another networking error

2008-01-06 Thread Martin Paraskevov
halting the UML instance I was getting a lot of errors like this: modprobe: FATAL: Could not load /lib/modules/2.6.23.12/modules.dep: No such file or directory - Martin On Jan 6, 2008 6:18 AM, Martin Paraskevov <[EMAIL PROTECTED]> wrote: > I complied a custom uml kernel which I transfer

[uml-user] another networking error

2008-01-06 Thread Martin Paraskevov
I complied a custom uml kernel which I transfered to the server on which I want to run it but when I tried to set up the network I got an error: (none):~# ifconfig eth0 192.168.1.253 up tuntap_open_tramp : didn't receive a message setreuid to root failed : : Operation not permitted tuntap_open_tra

Re: [uml-user] skas3

2008-01-06 Thread Martin Paraskevov
Actually I figured that Debian has a package for the skas patch which made it very easy for me to patch and rebuild the host kernel. It is a 2.6.18 kernel since I'm planning to run Debian Stable (Etch 4.0). Debian Testing (lenny) is coming with kernel 2.6.22 and I'm reluctant to run even that. Afte

Re: [uml-user] skas3

2008-01-04 Thread Martin Paraskevov
Just to make sure I understand, the patch posted above is for kernel 2.6.23 and it is a host patch, right. If I want to patch kernel 2.6.18 (the kernel coming with Debian stable) should I use a patch for 2.6.18, for example this one: http://www.user-mode-linux.org/~blaisorblade/patches/skas3-2.6/s

[uml-user] skas3

2008-01-03 Thread Martin Paraskevov
I haven't been able to find some a resource with a recent skas3 patch and howto for installation. Is this still maintained? Can you give me some pointers to a howto for applying the patch. - Martin - This SF.net email is spon

[uml-user] virtual accounts with uml

2008-01-03 Thread Martin Paraskevov
Hello, I have an old machine at home that I connected to the internet, running Debian 4.0 (Etch). I will be giving accounts to ~30 people (I'd like to use the machine to set up an interesting project for a class) but I'd like them when they ssh into the machine to login into a UML instance (one pe

Re: [uml-user] unknown filesystem type 'hostfs'

2008-01-02 Thread Martin Paraskevov
would have thought it would > be in the standard kernel... where did you get the one you are using? > > > On 3/01/2008, at 5:00 PM, Martin Paraskevov wrote: > > > You probably mean http://user-mode-linux.sf.net/. I'm looking at > > the webpage > > but there is no i

Re: [uml-user] unknown filesystem type 'hostfs'

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

Re: [uml-user] unknown filesystem type 'hostfs'

2008-01-02 Thread Martin Paraskevov
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 directory in my UML instance > > but I'm getting unknown filesystem error: > > > > (none):~# mount -t hostfs n

[uml-user] unknown filesystem type 'hostfs'

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

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

2008-01-02 Thread Martin Paraskevov
n On Jan 2, 2008 3:04 PM, Jeff Dike <[EMAIL PROTECTED]> wrote: > 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

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 Paraskevo

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 > non

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

2008-01-02 Thread Martin Paraskevov
there is something wrong with the fs image online. I can't boot it specifying cow on the command line. - Martin On Jan 2, 2008 1:15 PM, Flavio <[EMAIL PROTECTED]> wrote: > On 02/01/2008, Martin Paraskevov <[EMAIL PROTECTED]> wrote: > > I tried it: > > > > [EMAIL

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

[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

Re: [uml-user] networking with uml

2007-12-28 Thread Martin Paraskevov
On Dec 27, 2007 5:05 PM, Allen Chan <[EMAIL PROTECTED]> wrote: > On Wednesday 26 December 2007, Martin Paraskevov wrote: > > Hi there, > > > > I'm new to uml and tried to set up networking but when I run the > > command: > > > > [EMAIL PROTECTED

Re: [uml-user] networking with uml

2007-12-26 Thread Martin Paraskevov
`/home/martin/downloads/tools-20070815/mconsole' make: *** [all] Error 2 I am stuck with this, please give me some hints and advice how to get around it. - Martin On Dec 26, 2007 5:15 PM, Martin Paraskevov <[EMAIL PROTECTED]> wrote: > Hi Jeff, > > Thanks for your reply. I am usi

Re: [uml-user] networking with uml

2007-12-26 Thread Martin Paraskevov
'll have to build it. - Martin On Dec 26, 2007 9:03 AM, Jeff Dike <[EMAIL PROTECTED]> wrote: > On Wed, Dec 26, 2007 at 05:06:27AM -0500, Martin Paraskevov wrote: > > helper_child - execvp of 'uml_net' failed - errno = 13 > > Looks like you have uml_net installed, but no

[uml-user] networking with uml

2007-12-26 Thread Martin Paraskevov
Hi there, I'm new to uml and tried to set up networking but when I run the command: [EMAIL PROTECTED] ~]# ifconfig eth0 192.168.1.253 up I get the following error: TUNSETIFF failed, errno = 1 SIOCSIFFLAGS: Operation not permitted TUNSETIFF failed, errno = 1 SIOCSIFFLAGS: Operation not permitted