Re: [newbie] Easy URPMI no longer takes

2004-11-30 Thread Roland Hughes
What I have found is that if I use the club setup, copy it to a root terminal, 
it seems to setup OK but if I go to the gui media setup it is not there. Run 
rebuild etc to no avail.
Roly

On Sunday 28 November 2004 09:57 am, Rob Blomquist wrote:
 On Sunday 28 November 2004 9:38 am, Jack wrote:
  For some strange reason, I can no longer update my media with easyurpmi.
 
  It seems to take when I run the necessary commands from root, even
  giving me messages that contrib has been added to media, etc.  But
  when I go to the media manager, they (plf, etc.) don't show up, and I've
  done a random sampling of the programs offered for install, and they all
  only originate from the original cd's.
 
  I've done this many times before.  I recently re-installed, and cannot
  understand why it won't do it now...

 Let me get this right, you use Easy Urpmi to create your sources, but when
 you open the Media Manager GUI, the sources are not updated? Interesting.

 Very Interesting. Its not Easy Urpmi, its something about either the Media
 Manager, /etc/urpmi/urpmi.cfg, or how you are handling the update of
 sources.

 cat /etc/urpmi/urpmi.cfg to see if the sources are updated. This should
 also be the file that the Media Manager reads sources from. It should be rw
 enabled for root but r only for every one else. Or maybe it is gook in cat.
 In that case, I would, in a root window, delete urpmi.cfg. I bet it will be
 remade the next time urpmi.update is run.

 Just a thought, you are updating your sources in a root window? Its a job
 for root, but I don't think anyone else can do it.

 Rob

-- 
MicroSoft - The company that made the internet unsafe!

Linux Counter #241069


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Easy URPMI no longer takes

2004-11-28 Thread Rob Blomquist
On Sunday 28 November 2004 9:38 am, Jack wrote:
 For some strange reason, I can no longer update my media with easyurpmi.

 It seems to take when I run the necessary commands from root, even
 giving me messages that contrib has been added to media, etc.  But
 when I go to the media manager, they (plf, etc.) don't show up, and I've
 done a random sampling of the programs offered for install, and they all
 only originate from the original cd's.

 I've done this many times before.  I recently re-installed, and cannot
 understand why it won't do it now...

Let me get this right, you use Easy Urpmi to create your sources, but when you 
open the Media Manager GUI, the sources are not updated? Interesting.

Very Interesting. Its not Easy Urpmi, its something about either the Media 
Manager, /etc/urpmi/urpmi.cfg, or how you are handling the update of sources.

cat /etc/urpmi/urpmi.cfg to see if the sources are updated. This should also 
be the file that the Media Manager reads sources from. It should be rw 
enabled for root but r only for every one else. Or maybe it is gook in cat. 
In that case, I would, in a root window, delete urpmi.cfg. I bet it will be 
remade the next time urpmi.update is run.

Just a thought, you are updating your sources in a root window? Its a job for 
root, but I don't think anyone else can do it.

Rob

-- 
Mountlake Terrace, WA
USA


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Easy URPMI no longer takes

2004-11-28 Thread Stephen Kühn
On Mon, 2004-11-29 at 04:38, Jack wrote:
 For some strange reason, I can no longer update my media with easyurpmi.
 
 It seems to take when I run the necessary commands from root, even 
 giving me messages that contrib has been added to media, etc.  But 
 when I go to the media manager, they (plf, etc.) don't show up, and I've 
 done a random sampling of the programs offered for install, and they all 
 only originate from the original cd's.
 
 I've done this many times before.  I recently re-installed, and cannot 
 understand why it won't do it now...
 
 Any ideas?
 
 - Jack

Have you set up your sources via the easyurpmi.zarb.org site?
Meanwhile, this is a script take fron #lfd on freenode.net - yet another
Mandrake channel - works like a charm.

Have you run urpmi.removemedia -a and then reconfigured your sources?
That seems to help sometimes...

SCRIPT BELOW


# MANDRAKE UPDATER SCRIPT
# cobbled together by briareus 12jan2004
 
clear
 echo == MANDRAKE UPDATER SCRIPT ==
 
 echo -- NOW UPDATING URPMI HDLISTS...
 
 urpmi.update --wget -a
 
 echo -- NOW ATTEMPTING TO URPMI URPMI ITSELF...
 
 urpmi --wget urpmi
 
 echo -- NOW UPDATING AND INSTALLING AVAILABLE PACKAGES...
 
 urpmi --wget --auto-select --auto
 
 echo -- NOW UPDATING SLOCATE DATABASE...
 
 updatedb
 
 echo -- NOW UPDATING MENUS...
 
 update-menus
 
 echo ...MANDRAKE UPDATE COMPLETE!
 

--
stephen kuhn
mobile: 0410-728-389
illawarra and regional new south wales
---
GNU/Linux/OpenSource Solutions and Alternatives
100% Microsoft Free - Reboot is NOT an option.
Registered Linux User # 267497
---
Well, you know boys, a nuclear reactor is a lot like a woman. You just
have to read the manual and press the right button. -- Homer Simpson
Homer Defined



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Easy URPMI no longer takes

2004-11-28 Thread H.J.Bathoorn
On Sunday 28 November 2004 18:38, Jack wrote:
 For some strange reason, I can no longer update my media with easyurpmi.

 It seems to take when I run the necessary commands from root, even
 giving me messages that contrib has been added to media, etc.  But
 when I go to the media manager, they (plf, etc.) don't show up, and I've
 done a random sampling of the programs offered for install, and they all
 only originate from the original cd's.

 I've done this many times before.  I recently re-installed, and cannot
 understand why it won't do it now...

 Any ideas?

 - Jack
Lot's of the plf-mirrors are easily swamped by too much traffic. Prolly 
plf-source didn't get added i.e. the hdlist wasn't found.

Try add the plf source manually (on the CML)and keep a sharp eye on the 
messages you see!  That way you'll know it worked or didn't.

Try different mirrors if some don't work or seem very slow.
-- 
Good luck,
HarM


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] easy urpmi has urPO'd

2004-09-19 Thread JRH








  
  Something has changed.
  
  Go to http://urpmi.org first, then 
  click the easyurpmi link..
  
  I think it's something like easyurpmi.zarb.org or whatever 
  now...
  
  Anyway, do it that way initially, and you will have no trouble!
  
  HTH,
  
  JRH
  
  ---Original Message---
  
  
  From: [EMAIL PROTECTED]
  Date: 19 September 2004 
  15:06:01
  To: newbie
  Subject: [newbie] easy 
  urpmi has urPO'd
  Did I miss something? Has easy urpmi turned up it's toes? 
  Haven't beenable to go there for a few days now - just when I had to 
  rebuild my mainbox too. Murphy does it 
  again!Brian









Re: [newbie] easy urpmi has urPO'd

2004-09-19 Thread Avi Schwartz
Brian Parish wrote:
Did I miss something?  Has easy urpmi turned up it's toes?  Haven't been
able to go there for a few days now - just when I had to rebuild my main
box too.  Murphy does it again!
 

It looks like the URL changed.  Try http://easyurpmi.zarb.org/
Avi

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] easy urpmi has urPO'd

2004-09-19 Thread Brian Parish
On Mon, 2004-09-20 at 00:17, Avi Schwartz wrote:
 Brian Parish wrote:
 
 Did I miss something?  Has easy urpmi turned up it's toes?  Haven't been
 able to go there for a few days now - just when I had to rebuild my main
 box too.  Murphy does it again!
   
 
 It looks like the URL changed.  Try http://easyurpmi.zarb.org/
 
 Avi
 
Thanks!  Should have asked sooner.  Google would appear not to have
caught up yet.

cheers
Brian



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] easy urpmi has urPO'd

2004-09-19 Thread Carroll Grigsby
On Sunday 19 September 2004 10:15 am, JRH wrote:

 whack

JRH:
Do us a favor. Turn off the HTML, and lose the attached jpeg. Neither is 
appropriate for posting to a mail list.
-- cmg



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] easy urpmi has urPO'd

2004-09-19 Thread JRH








  
  Sorry
  
  I wont bother posting again then
  
  You mean this list doesent strip HTML  attachments anyway?
  
  Oh well, I'll go back to lurking...
  
  
  ---Original Message---
  
  
  From: [EMAIL PROTECTED]
  Date: 19 September 2004 
  16:40:14
  To: [EMAIL PROTECTED]
  Subject: Re: [newbie] 
  easy urpmi has urPO'd
  On Sunday 19 September 2004 10:15 am, JRH 
  wrote: whackJRH:Do us a favor. Turn off 
  the HTML, and lose the attached jpeg. Neither is appropriate for 
  posting to a mail list.-- cmg









Re: [newbie] easy urpmi has urPO'd

2004-09-19 Thread Greg Meyer
On Sunday 19 September 2004 12:00 pm, JRH wrote:
 Sorry

 I wont bother posting again then

 You mean this list doesent strip HTML  attachments anyway?

 Oh well, I'll go back to lurking...

Now that's the wrong attitude.  We need everyone's participation to make this 
a great list.

The point is, and I am living proof, because I had to go get this message out 
of my trash when I saw Carol's message, is that many if not most of us have 
filters set up that delete html posts automatically.  I never saw your first 
post because my filters deleted it.

Including a jpg as part of a signature is just not being sensitive to others 
bandwisth limitations.  We have a lot of people on dial-up in parts of the 
world where Internet access is expensive, and doing things that reduce the 
needed bandwidth of a message, like snipping irrelevant parts, short sigs and 
no attachments is just being polite.

I have never heard of Incredimail before.  Is it a windows mailer?  Can't it 
be set to post in plain text?
-- 
/g


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] easy urpmi has urPO'd

2004-09-19 Thread Bobby
Greg Meyer wrote:
On Sunday 19 September 2004 12:00 pm, JRH wrote:
 

Sorry
I wont bother posting again then
You mean this list doesent strip HTML  attachments anyway?
Oh well, I'll go back to lurking...
   

Now that's the wrong attitude.  We need everyone's participation to make this 
a great list.

snip
I have never heard of Incredimail before.  Is it a windows mailer?  Can't it 
be set to post in plain text?
 

Incredimail it is a windows mailer, I know a few people that uses it and 
it can be set to send a plain text. A friend of mine send me email using 
incredimail and send plain text to me because she knows that I have 
several filters set up especially to delete emails using html.

BJL

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com
Join the Club : http://www.mandrakeclub.com



Re: [newbie] Easy urpmi

2004-04-08 Thread Frank




Try this instaead:

ftp://ftp.rpmfind.net/linux/Mandrake-devel/contrib/i586/synthesis.hdlist2.cz

Suggest your issue as su:

#urpmi.removemedia contib

Then:

urpmi.addmedia ftp://ftp.rpmfind.net/linux/Mandrake-devel/contrib/i586/synthesis.hdlist2.cz

Then go and enjoy yourself

Frank

On Thu, 2004-04-08 at 04:51, Dan Gordon wrote:

Just had a look at the easy urpmi site and the banner at the top of the 
page states !
ALL 10.0 MIRRORS ARE BROKEN. Mandrake team is updating them.
I am still looking for contributors. 
So for anyone having problems this would be why.  Hopefully it wont be 
too long, but it looks like they are at least keeping an eye on this 
which is a good thing.

Regards,
Dan Gordon





Re: [newbie] Easy urpmi

2004-04-08 Thread Frank




A slight ammendment to my reply, sorry, just caught the snafu

I had missed the word contrib within the addmedia call.

Try this instead:

ftp://ftp.rpmfind.net/linux/Mandrake-devel/contrib/i586/synthesis.hdlist2.cz

Suggest your issue as su:

#urpmi.removemedia contib

Then:

urpmi.addmedia contrib ftp://ftp.rpmfind.net/linux/Mandrake-devel/contrib/i586/synthesis.hdlist2.cz

Then go and enjoy yourself

Frank

On Thu, 2004-04-08 at 04:51, Dan Gordon wrote:

Just had a look at the easy urpmi site and the banner at the top of the 
page states !
ALL 10.0 MIRRORS ARE BROKEN. Mandrake team is updating them.
I am still looking for contributors. 
So for anyone having problems this would be why.  Hopefully it wont be 
too long, but it looks like they are at least keeping an eye on this 
which is a good thing.

Regards,
Dan Gordon





Re: [newbie] Easy Urpmi

2004-02-01 Thread Tom Brinkman
On Saturday 31 January 2004 03:22 pm, Margot wrote:
       IIRC, the easy urpmi site has moved, no longer hosted at
  zarb.  But urpmi.setup should list a bunch of mirrors (?). It
  won't list plf sites for the same reasons those packages
  can't be included in the distro.

 The problem is that urpmi.setup is looking to the plf zarb site
 to obtain the list of mirrors which is no longer there, so it
 fails. There must be some way to adjust urpmi.setup so it looks
 in the new place for the mirror list, but I'm afraid this is
 beyond my level of skill!

 Margot

 Just for you ;)   I looked,  Configuration | URL for Server 
list:   There you can edit it.   The nice thing about urpmi.setup 
is that it can be configured, then it adds the servers you choose 
for updates automagically, and names them main, contrib. Which 
can also be edited if you want to, say for instance, enable 
multiple mirrors.

So it looks like it needs to be pointed to urmpi.org
-- 
  Tom Brinkman Corpus Christi, Texas

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Easy Urpmi

2004-02-01 Thread JoeHill
On Sun, 1 Feb 2004 10:26:05 -0600
Tom Brinkman disseminated the following:

  The problem is that urpmi.setup is looking to the plf zarb site
  to obtain the list of mirrors which is no longer there, so it
  fails. There must be some way to adjust urpmi.setup so it looks
  in the new place for the mirror list, but I'm afraid this is
  beyond my level of skill!
 
  Margot
 
  Just for you ;)   I looked,  Configuration | URL for Server 
 list:   There you can edit it.   The nice thing about urpmi.setup 
 is that it can be configured, then it adds the servers you choose 
 for updates automagically, and names them main, contrib. Which 
 can also be edited if you want to, say for instance, enable 
 multiple mirrors.
 
 So it looks like it needs to be pointed to urmpi.org

...and the cool thing is, it even works over SSH :-)

-- 
JoeHill ++ ICQ # 280779813
Registered Linux user #282046
Homepage: www.orderinchaos.org
+++
If those in charge of our society - politicians, corporate executives, and
owners of press and television - can dominate our ideas, they will be secure in
their power. They will not need soldiers patrolling the streets. We will control
ourselves.-- Howard Zinn

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Easy Urpmi

2004-02-01 Thread Charles A Edwards
On Sun, 1 Feb 2004 10:26:05 -0600
Tom Brinkman [EMAIL PROTECTED] wrote:

 contrib. Which 
 can also be edited if you want to, say for instance, enable 
 multiple mirrors.

You do not even need to edit.
It will name them main, main1, main2etc, same for contrib.
You can also choose whether it uses hdlist.cz or synthesis. 


Charles

-- 
Fortune's real live weird band names #317:

Hard-drinkin' Housewives
-
Mandrake Linux 10.0 on PurpleDragon
2.6.2-0.rc2.1.tmb.2mdkenterprise
http://www.eslrahc.com
-


pgp0.pgp
Description: PGP signature


Re: [newbie] Easy Urpmi

2004-02-01 Thread Margot
Tom Brinkman wrote:
On Saturday 31 January 2004 03:22 pm, Margot wrote:

IIRC, the easy urpmi site has moved, no longer hosted at
zarb.  But urpmi.setup should list a bunch of mirrors (?). It
won't list plf sites for the same reasons those packages
can't be included in the distro.
The problem is that urpmi.setup is looking to the plf zarb site
to obtain the list of mirrors which is no longer there, so it
fails. There must be some way to adjust urpmi.setup so it looks
in the new place for the mirror list, but I'm afraid this is
beyond my level of skill!
Margot


 Just for you ;)   I looked,  Configuration | URL for Server 
list:   There you can edit it.   The nice thing about urpmi.setup 
is that it can be configured, then it adds the servers you choose 
for updates automagically, and names them main, contrib. Which 
can also be edited if you want to, say for instance, enable 
multiple mirrors.

So it looks like it needs to be pointed to urmpi.org
Thank you Tom. All up and running now!

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Easy Urpmi

2004-02-01 Thread JoeHill
On Sun, 1 Feb 2004 10:26:05 -0600
Tom Brinkman disseminated the following:

  The problem is that urpmi.setup is looking to the plf zarb site
  to obtain the list of mirrors which is no longer there, so it
  fails. There must be some way to adjust urpmi.setup so it looks
  in the new place for the mirror list, but I'm afraid this is
  beyond my level of skill!
 
  Margot
 
  Just for you ;)   I looked,  Configuration | URL for Server 
 list:   There you can edit it.   The nice thing about urpmi.setup 
 is that it can be configured, then it adds the servers you choose 
 for updates automagically, and names them main, contrib. Which 
 can also be edited if you want to, say for instance, enable 
 multiple mirrors.
 
 So it looks like it needs to be pointed to urmpi.org

My only problem with urpmi.setup is that it doesn't give me all the details as
to what's going on in the background, the way urpmi.addmedia or urpmi.update
does. I still prefer the command line for package management over the rest, and
I can't see how the CLI, combined with the Easy Urpmi site, is not 'newb
friendly'.

Anyhow, just my HO.

-- 
JoeHill ++ ICQ # 280779813
Registered Linux user #282046
Homepage: www.orderinchaos.org
+++
I have the South in front of me and the bankers behind me -- and for my
country, I fear the bankers most.-- Abraham Lincoln

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Easy Urpmi

2004-02-01 Thread John Rye
On Sun, 01 Feb 2004 19:27:55 +
Margot [EMAIL PROTECTED] wrote:

 Tom Brinkman wrote:
  On Saturday 31 January 2004 03:22 pm, Margot wrote:
  
  IIRC, the easy urpmi site has moved, no longer hosted at
 zarb.  But urpmi.setup should list a bunch of mirrors (?). It
 won't list plf sites for the same reasons those packages
 can't be included in the distro.
 
 The problem is that urpmi.setup is looking to the plf zarb site
 to obtain the list of mirrors which is no longer there, so it
 fails. There must be some way to adjust urpmi.setup so it looks
 in the new place for the mirror list, but I'm afraid this is
 beyond my level of skill!
 
 Margot
  
  
   Just for you ;)   I looked,  Configuration | URL for Server 
  list:   There you can edit it.   The nice thing about urpmi.setup 
  is that it can be configured, then it adds the servers you choose 
  for updates automagically, and names them main, contrib. Which 
  can also be edited if you want to, say for instance, enable 
  multiple mirrors.
  
  So it looks like it needs to be pointed to urmpi.org
 
 Thank you Tom. All up and running now!

So what did you finally point it at? I've tried various combinations
without success

Cheers

John

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Easy Urpmi

2004-02-01 Thread JoeHill
On Mon, 02 Feb 2004 10:51:40 +1300
John Rye disseminated the following:

 So what did you finally point it at? I've tried various combinations
 without success

http://urpmi.org/easyurpmi/index.php

-- 
JoeHill ++ ICQ # 280779813
Registered Linux user #282046
Homepage: www.orderinchaos.org
+++
18:10:17 up 16 days, 19:12, 5 users, load average: 0.48, 0.29, 0.12
+
The US is our trading partner, our neighbour, our ally and our friend... and
sometimes we'd like to give them such a smack!-- Rick Mercer

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Easy Urpmi

2004-02-01 Thread Glenn
On Sunday 01 February 2004 16:10, JoeHill wrote:
 On Mon, 02 Feb 2004 10:51:40 +1300

 John Rye disseminated the following:
  So what did you finally point it at? I've tried various combinations
  without success

 http://urpmi.org/easyurpmi/index.php

Didn't work for me.  However,
http://plf.zarb.org/~nanardon/mdkmirror.php did.

Glenn

-- 
18:26:04 up 8:26, running Mandrake Linux 9.2, kernel 2.4.22-26mdk on an Intel 
P4 1.8
Registered Linux user #324360

To say you got a vote of confidence would be to say you needed a vote of
confidence.
-- Andrew Young


Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Easy Urpmi

2004-01-31 Thread JoeHill
On Fri, 30 Jan 2004 10:27:54 -0600
Tom Brinkman disseminated the following:

  What I ment was, would there be a way to put the Easy
  Urpmi interface or concept *into* cooker.
 
 
  Better than Easy Urpmi has long been in cooker, even in 9.x 
 days.  It's called 'urpmi.setup'  Currently
 
 urpmi.setup-0.4.4-4mdk.noarch.rpm

I'm trying it now, and it still seems to depend on plf.zarb.org being available,
which right now is not.

Wasn't there a mirror of the Easy Urpmi site? I can't seem to find it in my
archives from this list...

-- 
JoeHill ++ ICQ # 280779813
Registered Linux user #282046
Homepage: www.orderinchaos.org
+++
Not only do I think marijuana should be legalized, I think it should be
mandatory-- Bill Hicks

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Easy Urpmi

2004-01-31 Thread Tom Brinkman
On Saturday 31 January 2004 11:50 am, JoeHill wrote:
 On Fri, 30 Jan 2004 10:27:54 -0600

 Tom Brinkman disseminated the following:
   What I ment was, would there be a way to put the Easy
   Urpmi interface or concept *into* cooker.
 
   Better than Easy Urpmi has long been in cooker, even in
  9.x days.  It's called 'urpmi.setup'  Currently
 
  urpmi.setup-0.4.4-4mdk.noarch.rpm

 I'm trying it now, and it still seems to depend on plf.zarb.org
 being available, which right now is not.

 Wasn't there a mirror of the Easy Urpmi site? I can't seem to
 find it in my archives from this list...

 That's what I get for postin about somethin I don't use.
urpmi.setup detects your Mandrake version and lists the media 
available for it.  I don't use it because with cooker, updates to 
the final aren't (of course) available yet.  I have used it after 
final, when cooker is still on holiday, waitin for the next devel 
cycle.

 IIRC, the easy urpmi site has moved, no longer hosted at 
zarb.  But urpmi.setup should list a bunch of mirrors (?). It 
won't list plf sites for the same reasons those packages can't be 
included in the distro.
-- 
  Tom Brinkman Corpus Christi, Texas

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Easy Urpmi

2004-01-31 Thread Margot
Tom Brinkman wrote:
On Saturday 31 January 2004 11:50 am, JoeHill wrote:

On Fri, 30 Jan 2004 10:27:54 -0600

Tom Brinkman disseminated the following:

What I ment was, would there be a way to put the Easy
Urpmi interface or concept *into* cooker.
Better than Easy Urpmi has long been in cooker, even in
9.x days.  It's called 'urpmi.setup'  Currently
urpmi.setup-0.4.4-4mdk.noarch.rpm
I'm trying it now, and it still seems to depend on plf.zarb.org
being available, which right now is not.
Wasn't there a mirror of the Easy Urpmi site? I can't seem to
find it in my archives from this list...


 That's what I get for postin about somethin I don't use.
urpmi.setup detects your Mandrake version and lists the media 
available for it.  I don't use it because with cooker, updates to 
the final aren't (of course) available yet.  I have used it after 
final, when cooker is still on holiday, waitin for the next devel 
cycle.

 IIRC, the easy urpmi site has moved, no longer hosted at 
zarb.  But urpmi.setup should list a bunch of mirrors (?). It 
won't list plf sites for the same reasons those packages can't be 
included in the distro.
The problem is that urpmi.setup is looking to the plf zarb site to 
obtain the list of mirrors which is no longer there, so it fails. There 
must be some way to adjust urpmi.setup so it looks in the new place for 
the mirror list, but I'm afraid this is beyond my level of skill!

Margot

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Easy Urpmi

2004-01-30 Thread JoeHill
On Fri, 30 Jan 2004 05:30:58 -0800 (PST)
Tango Echo disseminated the following:

 Can anyone get into Easy Urpmi?

Yep.

-- 
JoeHill ++ ICQ # 280779813
Registered Linux user #282046
Homepage: www.orderinchaos.org
+++
True communication is possible only between equals, because inferiors are more
consistently rewarded for telling their superiors pleasant lies than for telling
the truth.-- The SNAFU Principle

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


RE: [newbie] Easy Urpmi

2004-01-30 Thread Tango Echo
-Original Message-
From: JoeHill [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 30, 2004 8:38 AM
To: [EMAIL PROTECTED]
Subject: Re: [newbie] Easy Urpmi


On Fri, 30 Jan 2004 05:30:58 -0800 (PST)
Tango Echo disseminated the following:

 Can anyone get into Easy Urpmi?

Yep.

-- 
JoeHill ++ ICQ # 280779813

lol, okay, it must've been a temporary outage...
Figures.  I just needed to be patient.

So, what about the possible cooker integration?  I
think something like that would be great!  ...I'm not
sure to what extent the integration was considered -
be it just adding the internet favorite or actually
building an app for it - but that would certainly make
Easy Urpmi much more easier...  And easy should be the
goal of Mandrake =)

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Easy Urpmi

2004-01-30 Thread JoeHill
On Fri, 30 Jan 2004 06:50:28 -0800 (PST)
Tango Echo disseminated the following:

 So, what about the possible cooker integration?  I
 think something like that would be great! 

I thought Cooker was already an option on EasyUrpmi?

-- 
JoeHill ++ ICQ # 280779813
Registered Linux user #282046
Homepage: www.orderinchaos.org
+++
In our civilization, and under our republican form of government, intelligence
is so highly honored that it is rewarded by exemption from the cares of
office.-- Ambrose Bierce, The Devil's Dictionary

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


RE: [newbie] Easy Urpmi

2004-01-30 Thread Tango Echo
-Original Message-
From: JoeHill [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 30, 2004 9:58 AM
To: [EMAIL PROTECTED]
Subject: Re: [newbie] Easy Urpmi

On Fri, 30 Jan 2004 06:50:28 -0800 (PST)
Tango Echo disseminated the following:

 So, what about the possible cooker integration?  I
 think something like that would be great!

I thought Cooker was already an option on EasyUrpmi?

-- 
JoeHill ++ ICQ # 280779813

Are you pulling my leg or did you just misunderstand? 
I never know with you, Joe =)

Then again, maybe it was myself that was
misunderstanding the conversation...

What I ment was, would there be a way to put the Easy
Urpmi interface or concept *into* cooker.  Like it
could be an option on Mandrake update, if Mdk-update
doesnt' already modify the urpmi db...  Perhaps if one
mirror isn't working correctly (spews *any* errors) it
could give you the option to proceed or choose another
mirror.  It could even utilize the speed checker
script to find the fastest mirror!

Keep in mind, that I'm 100% new to cooker.  I've
installed it twice and that is the limit to my
experience.  I hope to become more active with the
project as it seems very exciting!  I'm not a
programmer but I can at least test apps for bugs and
try it on different hardware I guess...

I know, this conversation must be more appropriate for
the cooker list, but it's important to bring up the
topic once and a while.  Hey we could aways use a few
more recruits, right? =)

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com


Re: [newbie] Easy Urpmi

2004-01-30 Thread JoeHill
On Fri, 30 Jan 2004 07:15:18 -0800 (PST)
Tango Echo disseminated the following:

 I thought Cooker was already an option on EasyUrpmi?
 
 -- 
 JoeHill ++ ICQ # 280779813
 
 Are you pulling my leg or did you just misunderstand? 
 I never know with you, Joe =)
 
 Then again, maybe it was myself that was
 misunderstanding the conversation...

Nah, 'twas me. I was just referring to the drop-down menu on EasyUrpmi having a
'cooker' option. I didn't realize you had such a complex system in mind.

-- 
JoeHill ++ ICQ # 280779813
Registered Linux user #282046
Homepage: www.orderinchaos.org
+++
The philosophers have only interpreted the world in various ways. The point,
however, is to change it.-- Karl Marx

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com