Re: [uml-user] [Fwd: Re: Problems compiling user mode linux kernel]

2006-10-09 Thread Samuel Korpi
Hi, Just a thought. Check that you have package glibc-devel installed in addition to the normal glibc (i.e. run 'rpm -q glibc-devel' and it should return you the package version - 2.4-11 on my FC5). If it isn't, install it. Otherwise, you could try reinstalling it. Hope this helps, /Samuel On 1

Re: [uml-user] [newbie] guest compiled with SUBARCH=i386 in deadloop

2006-10-09 Thread Jeff Dike
On Mon, Oct 09, 2006 at 09:42:13PM +0159, Frank Marien wrote: > but once I go SUBARCH=i386, things stop working.. What does this mean? You built a 32-bit UML on a 64-bit host? If so, you need more than just SUBARCH=i386. That will pull in the i386 kernel headers and some other i386 stuff, but i

Re: [uml-user] network setup

2006-10-09 Thread Jeff Dike
On Mon, Oct 09, 2006 at 01:54:37PM -0400, Fei Liu wrote: > After going back and forth with Mr. Martin from uml.nagafix.co.uk. I was > finally able to set up everything correctly. However, the kernel-2.6.18 > binary provided crashed during a yum install session. Here is the > output. Let me know

Re: [uml-user] [Fwd: Re: Problems compiling user mode linux kernel]

2006-10-09 Thread Jeff Dike
On Mon, Oct 09, 2006 at 02:57:19PM +0100, Lee Cartwright wrote: > /usr/bin/ld: cannot find -lutil > collect2: ld returned 1 exit status Can you link anything against libutil? Try some stupid little hello world program. This smells like some sort of problem on the host.

Re: [uml-user] network setup

2006-10-09 Thread Jeff Dike
On Mon, Oct 09, 2006 at 11:06:39AM -0400, Fei Liu wrote: > Determining IP information for eth0...[42949541.28] TUNSETIFF > failed, errno = 1 > [42949542.32] TUNSETIFF failed, errno = 1 > SIOCSIFFLAGS: Operation not permitted > [42949542.32] TUNSETIFF failed, errno = 1 > SIOCSIFFLAGS: O

Re: [uml-user] proc fs and ip address

2006-10-09 Thread Jeff Dike
On Sun, Oct 08, 2006 at 09:09:00PM +0200, Blaisorblade wrote: > Mconsole exec would also be useful for this, if it could return output - maybe > redirecting to dev/console would do that (to test) or it could maybe be added > easily, now. We do have a way of returning console output to an mconsole

Re: [uml-user] Boot problem

2006-10-09 Thread Jeff Dike
On Fri, Oct 06, 2006 at 09:09:24PM +0200, Flavio wrote: > This is my command line: > linux ubd0=rootfs.debian.etch ubd1=swapfs.debian > eth0=tuntap,,,192.168.1.101noprocmm Is there really no space between the "eth0=tuntap,,,192.168.1.101" and "noprocmm"? If so, that would cetainly break something

[uml-user] User-Mode-Linux & kernel debugging : new tutorial [in portuguese only for while]

2006-10-09 Thread Rodrigo Baroni
Hi all. I've put steps to build an uml enviroment in : http://www.ime.usp.br/~baroni/docs/uml.html For while, it is in portuguese, but as soon as someone (you?) translate it (or I find time to that) it will be available in english too. It is fresh - in the meaning that there is

[uml-user] [newbie] guest compiled with SUBARCH=i386 in deadloop

2006-10-09 Thread Frank Marien
Hi folks, I'm playing around with the following config: processor : 0 vendor_id : AuthenticAMD cpu family : 15 model : 5 model name : AMD Opteron(tm) Processor 246 stepping: 10 cpu MHz : 2009.294 cache size : 1024 KB fpu : yes fpu_e

[uml-user] New tutorial [in portuguese only for while]

2006-10-09 Thread Rodrigo Baroni
Hi all. I've put steps to build an uml enviroment in : http://www.ime.usp.br/~baroni/docs/uml.html For while, it is in portuguese, but as soon as someone translate it (or I find time to that) it will be available in english too. It is fresh - in the meaning that there is a lot of o

Re: [uml-user] network setup

2006-10-09 Thread Antoine Martin
try adding mem=256 to the kernel command line, your guest is out of memory. > [42950509.72] Out of Memory: Kill process 2175 (yum) score 564 and > children. > [42950509.72] Out of memory: Killed process 2175 (yum). > Killed Antoine --

Re: [uml-user] network setup

2006-10-09 Thread Fei Liu
After going back and forth with Mr. Martin from uml.nagafix.co.uk. I was finally able to set up everything correctly. However, the kernel-2.6.18 binary provided crashed during a yum install session. Here is the output. Let me know if further information is required. [EMAIL PROTECTED] ~]# yum in

Re: [uml-user] network setup

2006-10-09 Thread Antoine Martin
Hi, On Mon, 2006-10-09 at 11:06 -0400, Fei Liu wrote: > Hi, I visited your website http://uml.nagafix.co.uk/ about UML, it's > excellent. Thanks very much! > Note it's subnet 192.168.0.0 not 192.168.0.1 (dhcpd will complain/stop > when it's 192.168.0.1) Oops sorry about that, I've updated the w

[uml-user] AD:1度喰ったら止めら れない!

2006-10-09 Thread fehu
俺の場合、月月火水木金金って感じで 出会い系やってます。止まらないんですぅ〜。 http://biz-station.org/osy/ - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business

[uml-user] network setup

2006-10-09 Thread Fei Liu
Hi, I visited your website http://uml.nagafix.co.uk/ about UML, it's excellent. Everything worked perfectly until the network setup part. UML just couldn't seem to pick up an IP for eth0. I followed exactly the same commands you put on your website. I am using Fedora core 5 Linux release. Here

[uml-user] [Fwd: Re: Problems compiling user mode linux kernel]

2006-10-09 Thread Lee Cartwright
Hi all, I was dragged away from this problem for a couple of weeks and have only just got back to it. I'm still having the same problem. I have even tried building 2.6.17.13 and get exactly the same error, which suggests to me it is definitely something in my setup. I'm running Fedora Core 4,