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

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

Re: [uml-user] yum: not found

2008-04-16 Thread Flavio
Where you've downloaded the UML filesystem image? Please don't open a lot of discussions! Flavio On 16/04/2008, fang zheng <[EMAIL PROTECTED]> wrote: > Since yum :not found, > how should I use yum > > - > This SF.net email

[uml-user] yum: not found

2008-04-16 Thread fang zheng
Since yum :not found, how should I use yum - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doub

Re: [uml-user] YUM only wants to download x86_64 not i386 in my UML

2005-08-12 Thread Blaisorblade
On Monday 08 August 2005 15:16, Phill Wombat wrote: > Hi List, > > Everyone is going to have this: > yum proceeds to download the entire FC4/x86_64 distro! even though the > UML is i386. > uname -a > Linux uml-test.localdomain 2.6.12-bb10-skas0 #1 Sun Aug 7 00:11:09 EST > 2005 x86_64 x86_64 x86_

Re: [uml-user] YUM only wants to download x86_64 not i386 in my UML

2005-08-08 Thread Phill Wombat
Answering my own question again, but I'm sure it'll help someone. You need to hack: /usr/lib/python2.4/site-packages/rpmUtils/arch.py Look for "uname" add immediately after: return "i686" You have to indent correctly or python spits the dummy. (Quite nice actually, makes for visually pleasing

[uml-user] YUM only wants to download x86_64 not i386 in my UML

2005-08-08 Thread Phill Wombat
Hi List, Everyone is going to have this: yum install httpd yum proceeds to download the entire FC4/x86_64 distro! even though the UML is i386. Essentially the issue is related to: uname -a which is executed by /usr/lib/python2.4/site-packages/yum/archwork.py Python gets: Linux uml-test.loca