Re: [uml-user] asm/page.h

2008-04-17 Thread Jeff Dike
On Thu, Apr 17, 2008 at 11:52:41PM +0200, vincent-perrier wrote: > It may well come from me, but I have a little compile pb for perl, > I have installed the 2.6.25 headers with make headers_install as I did > for the 2.6.24, but this time I dont seem to have > /usr/include/asm/page.h as I had be

[uml-user] asm/page.h

2008-04-17 Thread vincent-perrier
Hello, It may well come from me, but I have a little compile pb for perl, I have installed the 2.6.25 headers with make headers_install as I did for the 2.6.24, but this time I dont seem to have /usr/include/asm/page.h as I had before. SysV.xs:7:25: error: asm/page.h: No such file or directory

Re: [uml-user] cant boot 2.6.25

2008-04-17 Thread Jon Rafkind
Jeff Dike wrote: > On Thu, Apr 17, 2008 at 11:43:09AM -0600, Jon Rafkind wrote: > >> If I used root=/dev/ubd0 or root=/dev/ubda I get basically the same error >> > > Looks like a severe misconfiguration problem - like you used the > host's .config. I would start with a defconfig to get bac

Re: [uml-user] Network Difficulties II

2008-04-17 Thread Antoine Martin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Brendan McNally wrote: | Don't know why I'm doing it the hard way! | | Thanks for your help though, I'm sorted now. Would you care to share what you did wrong? It might help some other users in the future. Antoine | | Brendan | | Jeff Dike wrote:

Re: [uml-user] Network Difficulties II

2008-04-17 Thread Brendan McNally
Don't know why I'm doing it the hard way! Thanks for your help though, I'm sorted now. Brendan Jeff Dike wrote: On Thu, Apr 17, 2008 at 06:32:30PM +0100, Brendan McNally wrote: OK, after a quick reboot (to clear previous NIC stuff) I now have the below. In what range should the TAP NIC be

Re: [uml-user] cant boot 2.6.25

2008-04-17 Thread Jeff Dike
On Thu, Apr 17, 2008 at 11:43:09AM -0600, Jon Rafkind wrote: > If I used root=/dev/ubd0 or root=/dev/ubda I get basically the same error Looks like a severe misconfiguration problem - like you used the host's .config. I would start with a defconfig to get back to something sane, then look at the

Re: [uml-user] Network Difficulties II

2008-04-17 Thread Jeff Dike
On Thu, Apr 17, 2008 at 06:32:30PM +0100, Brendan McNally wrote: > OK, after a quick reboot (to clear previous NIC stuff) I now have the > below. In what range should the TAP NIC be? Host side or Guest side? Are you doing this the hard way on purpose? When you specify the tap device on the UML

Re: [uml-user] Network Difficulties II

2008-04-17 Thread Brendan McNally
Hi Does anyone even have a networking script that works for setting to host + clients that I could reuse? I'm pretty good with Linux but I've always struggled with networking setups. Thanks Brendan Brendan McNally wrote: OK, after a quick reboot (to clear previous NIC stuff) I now have the

Re: [uml-user] cant boot 2.6.25

2008-04-17 Thread Jon Rafkind
If I used root=/dev/ubd0 or root=/dev/ubda I get basically the same error VFS: Cannot open root device "ubd0" or unknown-block(0,0) Please append a correct "root=" boot option; here are the available partitions: Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) Addi

Re: [uml-user] Network Difficulties II

2008-04-17 Thread Brendan McNally
OK, after a quick reboot (to clear previous NIC stuff) I now have the below. In what range should the TAP NIC be? Host side or Guest side? [EMAIL PROTECTED]:/home/brendan/test# ifconfig -a eth0 Link encap:Ethernet HWaddr 00:0A:E4:AC:19:57 inet addr:192.168.50.101 Bcast:192.168.5

Re: [uml-user] Network Difficulties II

2008-04-17 Thread Jeff Dike
On Thu, Apr 17, 2008 at 04:28:18PM +0100, Brendan McNally wrote: > I am having major problems getting my UML sessions networked correctly. Can > someone please review my configuration or suggest a solution? It's really > getting to me! You should probably also include some indication of what exa

Re: [uml-user] Network Difficulties II

2008-04-17 Thread Antoine Martin
Only looked briefly, but your tap interfaces do not seem to have an IP host side... Antoine Brendan McNally wrote: > Hi > > Really hope you can help me out with this, networking has been a real > problem for me with UML. Can't get SSH or ping to connect from either > side. > > Brendan > > Gue

Re: [uml-user] how to create my own uml rootfs

2008-04-17 Thread Flavio
On 17/04/2008, fang zheng <[EMAIL PROTECTED]> wrote: > I want to create my own uml rootfs. > My kernel is Fedora. > but I don't know how to do it step by step. > who can give me steps. > thank you very much. Look at my website, it may helps you to build your own debian root filesystem image. It's v

Re: [uml-user] Network Difficulties II

2008-04-17 Thread Brendan McNally
Hi Really hope you can help me out with this, networking has been a real problem for me with UML.  Can't get SSH or ping to connect from either side. Brendan Guest; [EMAIL PROTECTED] ~]# ifconfig eth0 192.168.0.253 up [EMAIL PROTECTED] ~]# route add default gw 192.168.0.254 [EMAIL PROTECTED]

Re: [uml-user] cant boot 2.6.25

2008-04-17 Thread Antoine Martin
have you tried adding root=/dev/ubda ? using ubda/b/c instead of ubd0/1/2? And for the parse_chan_pair warnings, you may also want: con0=fd:0,fd:1 con=null Antoine Jon Rafkind wrote: > I just tried UML with the new 2.6.25 kernel but it would not boot up > properly. I was using the same rootfs

Re: [uml-user] Network Difficulties II

2008-04-17 Thread Jay Shah
Did you check if you could ping the host machine. If you can, but can't ping the world, check if your IP Masquerading is on. E.g. iptables -t nat -I POSTROUTING -o eth0 -j MASQUERADE Jay On Thu, Apr 17, 2008 at 4:53 PM, Antoine Martin <[EMAIL PROTECTED]> wrote: > Brendan, > > You're not explaini

[uml-user] how to create my own uml rootfs

2008-04-17 Thread fang zheng
I want to create my own uml rootfs. My kernel is Fedora. but I don't know how to do it step by step. who can give me steps. thank you very much. - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss th

[uml-user] cant boot 2.6.25

2008-04-17 Thread Jon Rafkind
I just tried UML with the new 2.6.25 kernel but it would not boot up properly. I was using the same rootfs with 2.6.21.3 and it worked fine. $ file rootfs/Gentoo-2006.1-AMD64-root_fs rootfs/Gentoo-2006.1-AMD64-root_fs: Linux rev 1.0 ext3 filesystem data (large files) $ ./linux ubd0=rootfs/Gentoo

Re: [uml-user] Network Difficulties II

2008-04-17 Thread Antoine Martin
Brendan, You're not explaining what doesn't work Have you tried pinging, traceroute, tcpdump, etc.. Cheers Antoine Brendan McNally wrote: > Hi All > > I am having major problems getting my UML sessions networked > correctly. Can someone please review my configuration or suggest a > so

Re: [uml-user] yum: not found

2008-04-17 Thread Will Morton
On 17/04/2008, Jeff Dike <[EMAIL PROTECTED]> wrote: > On Thu, Apr 17, 2008 at 02:57:01PM +0100, Will Morton wrote: > > It is rather unusual for a public list like this not to be configured > > to have the list address in the Reply-To header; would this not be > > the Right Thing to do...? > > h

[uml-user] Network Difficulties II

2008-04-17 Thread Brendan McNally
Hi All I am having major problems getting my UML sessions networked correctly. Can someone please review my configuration or suggest a solution? It's really getting to me! Thanks Brendan Host: 192.168.50.101 GW: 192.168.50.1 Network Setup on hosts; tunctl tunctl -b tunctl -u root -t umlserver

Re: [uml-user] yum: not found

2008-04-17 Thread Jeff Dike
On Thu, Apr 17, 2008 at 02:57:01PM +0100, Will Morton wrote: > It is rather unusual for a public list like this not to be configured > to have the list address in the Reply-To header; would this not be > the Right Thing to do...? http://www.unicom.com/pw/reply-to-harmful.html

Re: [uml-user] Networking Difficulties

2008-04-17 Thread Jeff Dike
On Thu, Apr 17, 2008 at 03:33:20PM +0100, Brendan McNally wrote: > Could you perhaps try sending some normal plain text? Jeff -- Work email - jdike at linux dot intel dot com - This SF.net email is s

[uml-user] Networking Difficulties

2008-04-17 Thread Brendan McNally
Hi All I am having major problems getting my UML sessions networked correctly.  Can someone please review my configuration or suggest a solution?  It's really getting to me! Thanks Brendan Host: 192.168.50.101 GW: 192.168.50.1 Network Setup on hosts; tunctl tunctl -b tunctl -u root -t umlse

Re: [uml-user] yum: not found

2008-04-17 Thread Flavio
On 17/04/2008, Will Morton <[EMAIL PROTECTED]> wrote: > It is rather unusual for a public list like this not to be configured > to have the list address in the Reply-To header; would this not be > the Right Thing to do...? Maybe you're right, but since here, we hadn't any problem using it. It ma

Re: [uml-user] yum: not found

2008-04-17 Thread Will Morton
On 17/04/2008, Flavio <[EMAIL PROTECTED]> wrote: > YOU MUST REPLY TO THE LIST!!! > > DO YOU UNDERSTAND??? > It is rather unusual for a public list like this not to be configured to have the list address in the Reply-To header; would this not be the Right Thing to do...? W -

Re: [uml-user] yum: not found

2008-04-17 Thread Will Morton
On 17/04/2008, Flavio <[EMAIL PROTECTED]> wrote: > YOU MUST REPLY TO THE LIST!!! > > DO YOU UNDERSTAND??? > It is rather unusual for a public list like this not to be configured to have the list address in the Reply-To header; would this not be the Right Thing to do...? W -

Re: [uml-user] Fwd: yum: not found

2008-04-17 Thread Antoine Martin
http://catb.org/~esr/faqs/smart-questions.html fang zheng wrote: > > > -- Forwarded message -- > From: *fang zheng* <[EMAIL PROTECTED] > > Date: 2008-4-17 21:21 > Subject: Re: [uml-user] yum: not found > To: Flavio <[EMAIL PROTECTED]

[uml-user] Fwd: yum: not found

2008-04-17 Thread fang zheng
-- Forwarded message -- From: fang zheng <[EMAIL PROTECTED]> Date: 2008-4-17 21:21 Subject: Re: [uml-user] yum: not found To: Flavio <[EMAIL PROTECTED]> reply? what's meaning? You say I must register in this site? which site? please tell me in detail. thank you very much 2008/4/17

Re: [uml-user] yum: not found

2008-04-17 Thread Flavio
On 17/04/2008, fang zheng <[EMAIL PROTECTED]> wrote: > reply? > what's meaning? > You say I must register in this site? > which site? > please tell me in detail. Do you know what a mailing list is? Every message you submit, you have to send it to the list address: user-mode-linux-user@lists.source

Re: [uml-user] make command not found

2008-04-17 Thread Flavio
It's just to forward the Daniel's message to the list. Sometime people forgive to reply to the list! Flavio On 17/04/2008, Daniel Janzon <[EMAIL PROTECTED]> wrote: > > On Wed, 2008-04-16 at 18:13 +0200, Flavio wrote: > > On 16/04/2008, Daniel Janzon <[EMAIL PROTECTED]> wrote: > > > > > > Ma

Re: [uml-user] yum: not found

2008-04-17 Thread Flavio
YOU MUST REPLY TO THE LIST!!! DO YOU UNDERSTAND??? Flavio PS: You should tell me where you've downloaded the filesystem image, not vice versa. On 17/04/2008, fang zheng <[EMAIL PROTECTED]> wrote: > could you tell me the address of filesystem? > thank you very much. > > 2008/4/17, Flavio <[EMAIL

[uml-user] yum

2008-04-17 Thread fang zheng
# su -c 'yum install make' //command Setting up Install Process Setting up repositories ftp://mirrors.kernel.org/fedora.us/fedora/fedora/1/i386/yum/os/repodata/repomd.xml: [Errno 4] IOError: [Errno ftp error] 550 Failed to change directory. Trying other mirror. Error: Cannot open/read repomd.xm