Re: [newbie] urpmi problem

2005-01-03 Thread eric jackson
On Sun, 02 Jan 2005 13:31:58 +1300, SnapafunFrank [EMAIL PROTECTED]  
wrote:

SnapafunFrank wrote:
Dennis Myers wrote:
On Thursday 30 December 2004 07:59 am, eric jackson wrote:

Hi,
I just installed 10.1 Official. When I finished I set up some sites
to use
with urpmi and I did an update. Urpmi was updated in the process.  
Since
that time I have been unable to get urpmi --auto-select -auto to work.
Yesterday after I entered that command the computer never gave me the
prompt back even after 6 hours.

Anybody know how I can straighten this out?
Thanks for your help!
Eric Jackson
Try urpmi auto-select -a and see if that works. HTH

ANd now back to the original thread. Did the above work upon yoy
updating urpmi?

Sorry, I thought I answered this already. Things seemed to work after I  
updated the database with urpmi.update. I had updated the database with  
the Software Media Manager before I ran urpmi --auto-select but that  
didn't fix the problem but urpmi.update straightened things out.

Thanks for the help.
Eric Jackson



--


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



Re: [newbie] urpmi problem

2005-01-01 Thread SnapafunFrank
mike wrote:
SnapafunFrank wrote:
 

mike wrote:
   

SnapafunFrank wrote:
 

And while we are on urpmi problems can someone tell me why I cannot
wholly add another media to my list.
I did:
# urpmi.addmedia myrpms file://home/frank/MYRPMS
and :
# urpmi.addmedia -f myrpms file://home/frank/MYRPMS
I get some entries in the /var/lib/urpmi directory but when I do :
# urpmq --list-media
the new media doesn't appear in the list and trying to install the rpms
downloaded to the ~/MYRPMS directory, I get the 'Not found' reply.
I have tried:
# urpmi --update -a
But this did not get my new media added either.
 
   

I just tried adding a local source as you descibed above, and all
turned out well. I used some rpms I downloaded.
Could it possibly be something wrong with the rpms themselves.
I think rpm looks at the rpm's header for info to generate the hdlist.
Maybe download some different rpm's in a new directory and try
adding them as locale source to see if it works.
Mike

 

I tried by moving or deleting rpms that though they went through before,
this time they kept coming up with errors.
[EMAIL PROTECTED] frank]# urpmi.addmedia -f myrpms /home/frank/MYRPMS/
   

snip
 

added medium myrpms
   

snip
 

reading rpm files from [/home/frank/MYRPMS]
   

It should of listed your package or packages here like...
/var/cache/urpmi/headers/Package_Name_Version_Arch
 

writing list file for medium myrpms
building hdlist [/var/lib/urpmi/hdlist.myrpms.cz]
choosing compression method with gzip -4 for archive
/var/lib/urpmi/hdlist.myrpms.cz
real archive size of /var/lib/urpmi/hdlist.myrpms.cz is 1707821
no info available for package flightgear at
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/URPM/Build.pm
line 465.
   

 

As you can see - no 'myrpms' media. I have even tried a new directory
with only the latest download ( and successfully installed ) rpm in it.
The same thing is happening. It's driving me nuts. Unless there is a
simple way of getting all my media back up should I scrap the lot and
start again, well, I may as well be back fighting windows as this is the
type of problem I left windows for.
Any other ideas anyone?
   

You can try this and see if it works.
[root]# urpmi.removemedia myrpms
[root]# urpmi.addmedia -f -c myrpms file://home/frank/MYRPMS

Mike
 

That worked bang on Mike. Thanks. I believe I had tried the switches but 
quite possible like this :

[root]# urpmi.addmedia -fc myrpms file://home/frank/MYRPMS
Whereas your way of separating them is what was needed.
Back in business and greatly appreciated the assistance offered here.
--
Regards
SnapafunFrank
Big or small, a challenge requires the same commitment to resolve.
Registered Linux User # 324213 



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



Re: [newbie] urpmi problem

2005-01-01 Thread SnapafunFrank
SnapafunFrank wrote:
Dennis Myers wrote:
On Thursday 30 December 2004 07:59 am, eric jackson wrote:
 

Hi,
I just installed 10.1 Official. When I finished I set up some sites 
to use
with urpmi and I did an update. Urpmi was updated in the process. Since
that time I have been unable to get urpmi --auto-select -auto to work.
Yesterday after I entered that command the computer never gave me the
prompt back even after 6 hours.

Anybody know how I can straighten this out?
Thanks for your help!
Eric Jackson
  
Try urpmi auto-select -a and see if that works. HTH
 

ANd now back to the original thread. Did the above work upon yoy 
updating urpmi?

--
Regards
SnapafunFrank
Big or small, a challenge requires the same commitment to resolve.
Registered Linux User # 324213 



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



Re: [newbie] urpmi problem

2005-01-01 Thread mike
SnapafunFrank wrote:
 mike wrote:
 
 SnapafunFrank wrote:
  

 mike wrote:

   

 SnapafunFrank wrote:


 

 And while we are on urpmi problems can someone tell me why I cannot
 wholly add another media to my list.

 I did:

 # urpmi.addmedia myrpms file://home/frank/MYRPMS

 and :

 # urpmi.addmedia -f myrpms file://home/frank/MYRPMS

 I get some entries in the /var/lib/urpmi directory but when I do :

 # urpmq --list-media

 the new media doesn't appear in the list and trying to install the
 rpms
 downloaded to the ~/MYRPMS directory, I get the 'Not found' reply.

 I have tried:

 # urpmi --update -a

 But this did not get my new media added either.
  
   


 I just tried adding a local source as you descibed above, and all
 turned out well. I used some rpms I downloaded.

 Could it possibly be something wrong with the rpms themselves.
 I think rpm looks at the rpm's header for info to generate the hdlist.

 Maybe download some different rpm's in a new directory and try
 adding them as locale source to see if it works.

 Mike



 

 I tried by moving or deleting rpms that though they went through before,
 this time they kept coming up with errors.

 [EMAIL PROTECTED] frank]# urpmi.addmedia -f myrpms /home/frank/MYRPMS/
   


 snip

  

 added medium myrpms
   


 snip

  

 reading rpm files from [/home/frank/MYRPMS]
   


 It should of listed your package or packages here like...
 /var/cache/urpmi/headers/Package_Name_Version_Arch

  

 writing list file for medium myrpms
 building hdlist [/var/lib/urpmi/hdlist.myrpms.cz]
 choosing compression method with gzip -4 for archive
 /var/lib/urpmi/hdlist.myrpms.cz
 real archive size of /var/lib/urpmi/hdlist.myrpms.cz is 1707821
 no info available for package flightgear at
 /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/URPM/Build.pm
 line 465.

   


  

 As you can see - no 'myrpms' media. I have even tried a new directory
 with only the latest download ( and successfully installed ) rpm in it.
 The same thing is happening. It's driving me nuts. Unless there is a
 simple way of getting all my media back up should I scrap the lot and
 start again, well, I may as well be back fighting windows as this is the
 type of problem I left windows for.

 Any other ideas anyone?


   


 You can try this and see if it works.

 [root]# urpmi.removemedia myrpms

 [root]# urpmi.addmedia -f -c myrpms file://home/frank/MYRPMS



 Mike


  

 That worked bang on Mike. Thanks. I believe I had tried the switches but
 quite possible like this :
 
 [root]# urpmi.addmedia -fc myrpms file://home/frank/MYRPMS
 
 Whereas your way of separating them is what was needed.
 
 Back in business and greatly appreciated the assistance offered here.
 

Bit of a learning experience for me too. Even though I was able to
remove and re-add my locale source I discovered 2 of the packages
was missing. I found them stuck in /var/cache/urpmi/headers/
tried the -c option and got all my packages back.

Glad you got it working.

Mike





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



Re: [newbie] urpmi problem

2004-12-31 Thread eric jackson
On Thu, 30 Dec 2004 14:03:39 -0500, JR [EMAIL PROTECTED]  
wrote:

I'm no guru, but did you try urpmi.update -a first? I had to do this just
yesterday to get a package.
Jarlath
I had done an update using the Software Media Manager. That didn't help.  
Your suggestion seemed to straighten things out for me. Thank you.

Eric Jackson



On Thursday 30 December 2004 08:59 am, eric jackson wrote:
Hi,
I just installed 10.1 Official. When I finished I set up some sites to  
use
with urpmi and I did an update. Urpmi was updated in the process. Since
that time I have been unable to get urpmi --auto-select -auto to work.
Yesterday after I entered that command the computer never gave me the
prompt back even after 6 hours.

Anybody know how I can straighten this out?
Thanks for your help!
Eric Jackson


--


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



Re: [newbie] urpmi problem

2004-12-31 Thread eric jackson
On Thu, 30 Dec 2004 16:45:42 -0600, Dennis Myers  
[EMAIL PROTECTED] wrote:

On Thursday 30 December 2004 07:59 am, eric jackson wrote:
Hi,
I just installed 10.1 Official. When I finished I set up some sites to  
use
with urpmi and I did an update. Urpmi was updated in the process. Since
that time I have been unable to get urpmi --auto-select -auto to work.
Yesterday after I entered that command the computer never gave me the
prompt back even after 6 hours.

Anybody know how I can straighten this out?
Thanks for your help!
Eric Jackson
Try urpmi auto-select -a and see if that works. HTH

I managed to get things working after I did an urpmi.update. Thanks for  
your help.

Eric Jackson

--


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



Re: [newbie] urpmi problem

2004-12-31 Thread SnapafunFrank
mike wrote:
SnapafunFrank wrote:
 

And while we are on urpmi problems can someone tell me why I cannot
wholly add another media to my list.
I did:
# urpmi.addmedia myrpms file://home/frank/MYRPMS
and :
# urpmi.addmedia -f myrpms file://home/frank/MYRPMS
I get some entries in the /var/lib/urpmi directory but when I do :
# urpmq --list-media
the new media doesn't appear in the list and trying to install the rpms
downloaded to the ~/MYRPMS directory, I get the 'Not found' reply.
I have tried:
# urpmi --update -a
But this did not get my new media added either.
Hopefully I'm missing something 'no-brainer'.
Sorry for jumping in on this thread put I thought to keep the subject
matter relevant.
   


I just tried adding a local source as you descibed above, and all
turned out well. I used some rpms I downloaded.
Could it possibly be something wrong with the rpms themselves.
I think rpm looks at the rpm's header for info to generate the hdlist.
Maybe download some different rpm's in a new directory and try
adding them as locale source to see if it works.
Mike
 

I tried by moving or deleting rpms that though they went through before, 
this time they kept coming up with errors.

[EMAIL PROTECTED] frank]# urpmi.addmedia -f myrpms /home/frank/MYRPMS/
using different removable device [/dev/hdc] for Installation CD 2 (x86)
using different removable device [/dev/hdc] for Installation CD 1 (x86)
using different removable device [/dev/hdc] for Installation CD 4 (x86)
using different removable device [/dev/hdc] for Installation CD 3 (x86)
added medium myrpms
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.Installation 
CD 2 (x86).cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.dec04club.cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.dec04updates.cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.Installation 
CD 1 (x86).cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.eslrahc.cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.Installation 
CD 4 (x86).cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.dec04main.cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.frankplf.cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.updates.cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.Installation 
CD 3 (x86).cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.frankupdates.cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.eslrahc10.1.cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.dec04contrib.cz]
reading rpm files from [/home/frank/MYRPMS]
writing list file for medium myrpms
building hdlist [/var/lib/urpmi/hdlist.myrpms.cz]
choosing compression method with gzip -4 for archive 
/var/lib/urpmi/hdlist.myrpms.cz
real archive size of /var/lib/urpmi/hdlist.myrpms.cz is 1707821
no info available for package flightgear at 
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/URPM/Build.pm 
line 465.

As you can see, when I installed the flightgear package I had no 
problems and at that time this directory was a listed media. I simply 
did a urpmi.removemedia, deleted some old stuff and then ran into this 
problem when I went back to urpmi.addmedia.

[EMAIL PROTECTED] frank]# urpmq --list-media
Installation CD 2 (x86)
frankcontrib
dec04club
dec04updates
frankmain
Installation CD 1 (x86)
eslrahc
Installation CD 4 (x86)
dec04main
frankplf
updates
Installation CD 3 (x86)
frankupdates
main2
eslrahc10.1
rediris
dec04contrib
As you can see - no 'myrpms' media. I have even tried a new directory 
with only the latest download ( and successfully installed ) rpm in it. 
The same thing is happening. It's driving me nuts. Unless there is a 
simple way of getting all my media back up should I scrap the lot and 
start again, well, I may as well be back fighting windows as this is the 
type of problem I left windows for.

Any other ideas anyone?
--
Regards
SnapafunFrank
Big or small, a challenge requires the same commitment to resolve.
Registered Linux User # 324213 



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



Re: [newbie] urpmi problem

2004-12-31 Thread eric jackson
On Sat, 01 Jan 2005 01:43:20 +1300, SnapafunFrank [EMAIL PROTECTED]  
wrote:

mike wrote:
SnapafunFrank wrote:

And while we are on urpmi problems can someone tell me why I cannot
wholly add another media to my list.
I did:
# urpmi.addmedia myrpms file://home/frank/MYRPMS
and :
# urpmi.addmedia -f myrpms file://home/frank/MYRPMS
I get some entries in the /var/lib/urpmi directory but when I do :
# urpmq --list-media
the new media doesn't appear in the list and trying to install the rpms
downloaded to the ~/MYRPMS directory, I get the 'Not found' reply.
I have tried:
# urpmi --update -a
But this did not get my new media added either.
Hopefully I'm missing something 'no-brainer'.
Sorry for jumping in on this thread put I thought to keep the subject
matter relevant.



I just tried adding a local source as you descibed above, and all
turned out well. I used some rpms I downloaded.
Could it possibly be something wrong with the rpms themselves.
I think rpm looks at the rpm's header for info to generate the hdlist.
Maybe download some different rpm's in a new directory and try
adding them as locale source to see if it works.
Mike

I tried by moving or deleting rpms that though they went through before,
this time they kept coming up with errors.
[EMAIL PROTECTED] frank]# urpmi.addmedia -f myrpms /home/frank/MYRPMS/
using different removable device [/dev/hdc] for Installation CD 2 (x86)
using different removable device [/dev/hdc] for Installation CD 1 (x86)
using different removable device [/dev/hdc] for Installation CD 4 (x86)
using different removable device [/dev/hdc] for Installation CD 3 (x86)
added medium myrpms
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.Installation
CD 2 (x86).cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.dec04club.cz]
examining synthesis file  
[/var/lib/urpmi/synthesis.hdlist.dec04updates.cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.Installation
CD 1 (x86).cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.eslrahc.cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.Installation
CD 4 (x86).cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.dec04main.cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.frankplf.cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.updates.cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.Installation
CD 3 (x86).cz]
examining synthesis file  
[/var/lib/urpmi/synthesis.hdlist.frankupdates.cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.eslrahc10.1.cz]
examining synthesis file  
[/var/lib/urpmi/synthesis.hdlist.dec04contrib.cz]
reading rpm files from [/home/frank/MYRPMS]
writing list file for medium myrpms
building hdlist [/var/lib/urpmi/hdlist.myrpms.cz]
choosing compression method with gzip -4 for archive
/var/lib/urpmi/hdlist.myrpms.cz
real archive size of /var/lib/urpmi/hdlist.myrpms.cz is 1707821
no info available for package flightgear at
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/URPM/Build.pm
line 465.

As you can see, when I installed the flightgear package I had no
problems and at that time this directory was a listed media. I simply
did a urpmi.removemedia, deleted some old stuff and then ran into this
problem when I went back to urpmi.addmedia.
[EMAIL PROTECTED] frank]# urpmq --list-media
Installation CD 2 (x86)
frankcontrib
dec04club
dec04updates
frankmain
Installation CD 1 (x86)
eslrahc
Installation CD 4 (x86)
dec04main
frankplf
updates
Installation CD 3 (x86)
frankupdates
main2
eslrahc10.1
rediris
dec04contrib
As you can see - no 'myrpms' media. I have even tried a new directory
with only the latest download ( and successfully installed ) rpm in it.
The same thing is happening. It's driving me nuts. Unless there is a
simple way of getting all my media back up should I scrap the lot and
start again, well, I may as well be back fighting windows as this is the
type of problem I left windows for.
Any other ideas anyone?

Did you try adding myrpms using the Software Media Manager? Try that and  
see if things work better.

Eric Jackson


--


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



Re: [newbie] urpmi problem

2004-12-31 Thread Lanman
eric jackson wrote:
On Sat, 01 Jan 2005 01:43:20 +1300, SnapafunFrank 
[EMAIL PROTECTED]  wrote:

mike wrote:
SnapafunFrank wrote:

And while we are on urpmi problems can someone tell me why I cannot
wholly add another media to my list.
I did:
# urpmi.addmedia myrpms file://home/frank/MYRPMS
and :
# urpmi.addmedia -f myrpms file://home/frank/MYRPMS
I get some entries in the /var/lib/urpmi directory but when I do :
# urpmq --list-media
the new media doesn't appear in the list and trying to install the rpms
downloaded to the ~/MYRPMS directory, I get the 'Not found' reply.
I have tried:
# urpmi --update -a
But this did not get my new media added either.
Hopefully I'm missing something 'no-brainer'.
Sorry for jumping in on this thread put I thought to keep the subject
matter relevant.



I just tried adding a local source as you descibed above, and all
turned out well. I used some rpms I downloaded.
Could it possibly be something wrong with the rpms themselves.
I think rpm looks at the rpm's header for info to generate the hdlist.
Maybe download some different rpm's in a new directory and try
adding them as locale source to see if it works.
Mike

I tried by moving or deleting rpms that though they went through before,
this time they kept coming up with errors.
[EMAIL PROTECTED] frank]# urpmi.addmedia -f myrpms /home/frank/MYRPMS/
using different removable device [/dev/hdc] for Installation CD 2 (x86)
using different removable device [/dev/hdc] for Installation CD 1 (x86)
using different removable device [/dev/hdc] for Installation CD 4 (x86)
using different removable device [/dev/hdc] for Installation CD 3 (x86)
added medium myrpms
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.Installation
CD 2 (x86).cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.dec04club.cz]
examining synthesis file  
[/var/lib/urpmi/synthesis.hdlist.dec04updates.cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.Installation
CD 1 (x86).cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.eslrahc.cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.Installation
CD 4 (x86).cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.dec04main.cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.frankplf.cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.updates.cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.Installation
CD 3 (x86).cz]
examining synthesis file  
[/var/lib/urpmi/synthesis.hdlist.frankupdates.cz]
examining synthesis file [/var/lib/urpmi/synthesis.hdlist.eslrahc10.1.cz]
examining synthesis file  
[/var/lib/urpmi/synthesis.hdlist.dec04contrib.cz]
reading rpm files from [/home/frank/MYRPMS]
writing list file for medium myrpms
building hdlist [/var/lib/urpmi/hdlist.myrpms.cz]
choosing compression method with gzip -4 for archive
/var/lib/urpmi/hdlist.myrpms.cz
real archive size of /var/lib/urpmi/hdlist.myrpms.cz is 1707821
no info available for package flightgear at
/usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/URPM/Build.pm
line 465.

As you can see, when I installed the flightgear package I had no
problems and at that time this directory was a listed media. I simply
did a urpmi.removemedia, deleted some old stuff and then ran into this
problem when I went back to urpmi.addmedia.
[EMAIL PROTECTED] frank]# urpmq --list-media
Installation CD 2 (x86)
frankcontrib
dec04club
dec04updates
frankmain
Installation CD 1 (x86)
eslrahc
Installation CD 4 (x86)
dec04main
frankplf
updates
Installation CD 3 (x86)
frankupdates
main2
eslrahc10.1
rediris
dec04contrib
As you can see - no 'myrpms' media. I have even tried a new directory
with only the latest download ( and successfully installed ) rpm in it.
The same thing is happening. It's driving me nuts. Unless there is a
simple way of getting all my media back up should I scrap the lot and
start again, well, I may as well be back fighting windows as this is the
type of problem I left windows for.
Any other ideas anyone?

Did you try adding myrpms using the Software Media Manager? Try that 
and  see if things work better.

Eric Jackson
You need to change this command;
urpmi.addmedia myrpms file://home/frank/MYRPMS
so that it reads like this;
urpmi.addmedia myrpms file:///home/frank/MYRPMS
Urpmi needs to see 2 slashes after the URL descriptor so that it can 
read it like a URL as well as 1 extra slash which is the leading slash 
you would normally use when browsing through folders via a CLI.

In other words, file:// - notated like an HTTP or FTP address, and 
then the absolute path of the actual folder /home/frank/MYRPMS which 
equals the example noted above.

That's assuming that the folder MYRPMS was named using all capital 
letters, of course.

Also, did you run genhdlist inside of that folder? I haven't been 
following this thread, so I don't know if someone suggested it yet.
In case you don't know, genhdlist will generate the hdlist.cz file 
that urpmi requires.

So, after running genhdlist, 

Re: [newbie] urpmi problem

2004-12-31 Thread mike
SnapafunFrank wrote:
 mike wrote:
 
 SnapafunFrank wrote:
  

 And while we are on urpmi problems can someone tell me why I cannot
 wholly add another media to my list.

 I did:

 # urpmi.addmedia myrpms file://home/frank/MYRPMS

 and :

 # urpmi.addmedia -f myrpms file://home/frank/MYRPMS

 I get some entries in the /var/lib/urpmi directory but when I do :

 # urpmq --list-media

 the new media doesn't appear in the list and trying to install the rpms
 downloaded to the ~/MYRPMS directory, I get the 'Not found' reply.

 I have tried:

 # urpmi --update -a

 But this did not get my new media added either.
   



 I just tried adding a local source as you descibed above, and all
 turned out well. I used some rpms I downloaded.

 Could it possibly be something wrong with the rpms themselves.
 I think rpm looks at the rpm's header for info to generate the hdlist.

 Maybe download some different rpm's in a new directory and try
 adding them as locale source to see if it works.

 Mike

  

 I tried by moving or deleting rpms that though they went through before,
 this time they kept coming up with errors.
 
 [EMAIL PROTECTED] frank]# urpmi.addmedia -f myrpms /home/frank/MYRPMS/

snip

 added medium myrpms

snip

 reading rpm files from [/home/frank/MYRPMS]

It should of listed your package or packages here like...
/var/cache/urpmi/headers/Package_Name_Version_Arch

 writing list file for medium myrpms
 building hdlist [/var/lib/urpmi/hdlist.myrpms.cz]
 choosing compression method with gzip -4 for archive
 /var/lib/urpmi/hdlist.myrpms.cz
 real archive size of /var/lib/urpmi/hdlist.myrpms.cz is 1707821
 no info available for package flightgear at
 /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi/URPM/Build.pm
 line 465.
 

 
 As you can see - no 'myrpms' media. I have even tried a new directory
 with only the latest download ( and successfully installed ) rpm in it.
 The same thing is happening. It's driving me nuts. Unless there is a
 simple way of getting all my media back up should I scrap the lot and
 start again, well, I may as well be back fighting windows as this is the
 type of problem I left windows for.
 
 Any other ideas anyone?
 
 

You can try this and see if it works.

[root]# urpmi.removemedia myrpms

[root]# urpmi.addmedia -f -c myrpms file://home/frank/MYRPMS



Mike



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



[newbie] urpmi problem

2004-12-30 Thread eric jackson

Hi,
I just installed 10.1 Official. When I finished I set up some sites to use  
with urpmi and I did an update. Urpmi was updated in the process. Since  
that time I have been unable to get urpmi --auto-select -auto to work.  
Yesterday after I entered that command the computer never gave me the  
prompt back even after 6 hours.

Anybody know how I can straighten this out?
Thanks for your help!
Eric Jackson


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



Re: [newbie] urpmi problem

2004-12-30 Thread JR
I'm no guru, but did you try urpmi.update -a first? I had to do this just 
yesterday to get a package.

Jarlath
On Thursday 30 December 2004 08:59 am, eric jackson wrote:
 Hi,

 I just installed 10.1 Official. When I finished I set up some sites to use
 with urpmi and I did an update. Urpmi was updated in the process. Since
 that time I have been unable to get urpmi --auto-select -auto to work.
 Yesterday after I entered that command the computer never gave me the
 prompt back even after 6 hours.

 Anybody know how I can straighten this out?

 Thanks for your help!


 Eric Jackson


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



Re: [newbie] urpmi problem

2004-12-30 Thread Dennis Myers
On Thursday 30 December 2004 07:59 am, eric jackson wrote:
 Hi,

 I just installed 10.1 Official. When I finished I set up some sites to use
 with urpmi and I did an update. Urpmi was updated in the process. Since
 that time I have been unable to get urpmi --auto-select -auto to work.
 Yesterday after I entered that command the computer never gave me the
 prompt back even after 6 hours.

 Anybody know how I can straighten this out?

 Thanks for your help!


 Eric Jackson
Try urpmi auto-select -a and see if that works. HTH
-- 
Dennis M. linux user #180842


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



Re: [newbie] urpmi problem

2004-12-30 Thread SnapafunFrank
Dennis Myers wrote:
On Thursday 30 December 2004 07:59 am, eric jackson wrote:
 

Hi,
I just installed 10.1 Official. When I finished I set up some sites to use
with urpmi and I did an update. Urpmi was updated in the process. Since
that time I have been unable to get urpmi --auto-select -auto to work.
Yesterday after I entered that command the computer never gave me the
prompt back even after 6 hours.
Anybody know how I can straighten this out?
Thanks for your help!
Eric Jackson
   

Try urpmi auto-select -a and see if that works. HTH
 

And while we are on urpmi problems can someone tell me why I cannot 
wholly add another media to my list.

I did:
# urpmi.addmedia myrpms file://home/frank/MYRPMS
and :
# urpmi.addmedia -f myrpms file://home/frank/MYRPMS
I get some entries in the /var/lib/urpmi directory but when I do :
# urpmq --list-media
the new media doesn't appear in the list and trying to install the rpms 
downloaded to the ~/MYRPMS directory, I get the 'Not found' reply.

I have tried:
# urpmi --update -a
But this did not get my new media added either.
Hopefully I'm missing something 'no-brainer'.
Sorry for jumping in on this thread put I thought to keep the subject 
matter relevant.

--
Regards
SnapafunFrank
Big or small, a challenge requires the same commitment to resolve.
Registered Linux User # 324213 



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



Re: [newbie] urpmi problem

2004-12-30 Thread mike
SnapafunFrank wrote:
 And while we are on urpmi problems can someone tell me why I cannot
 wholly add another media to my list.
 
 I did:
 
 # urpmi.addmedia myrpms file://home/frank/MYRPMS
 
 and :
 
 # urpmi.addmedia -f myrpms file://home/frank/MYRPMS
 
 I get some entries in the /var/lib/urpmi directory but when I do :
 
 # urpmq --list-media
 
 the new media doesn't appear in the list and trying to install the rpms
 downloaded to the ~/MYRPMS directory, I get the 'Not found' reply.
 
 I have tried:
 
 # urpmi --update -a
 
 But this did not get my new media added either.
 
 Hopefully I'm missing something 'no-brainer'.
 
 Sorry for jumping in on this thread put I thought to keep the subject
 matter relevant.
 
 


I just tried adding a local source as you descibed above, and all
turned out well. I used some rpms I downloaded.

Could it possibly be something wrong with the rpms themselves.
I think rpm looks at the rpm's header for info to generate the hdlist.

Maybe download some different rpm's in a new directory and try
adding them as locale source to see if it works.

Mike




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



[newbie] urpmi problem

2004-10-07 Thread JoeHill

I wanted to install an updated version of Imlib2 (see 'Python help' thread).

At first, I built it, made a checkinstall RPM, did an rpm -Uvh new Imlib2, and
it installed okay.

Then I realized I had built it without using --prefix=/usr (bangs head against
table, table breaks).

So, I uninstalled it with 'rpm -e --nodeps', intending to rebuild imlib2
properly and reinstall. However, now:

rpm -Uvh /usr/src/RPM/RPMS/i586/imlib2-1.1.2-1mdk.i586.
Preparing...### [100%]
file /usr/lib/libImlib2.so.1 from install of imlib2-1.1.2-1mdk conflicts
with file from package libimlib2_1-1.0.6-4.1.92mdkfile
/usr/bin/imlib2-config from install of imlib2-1.1.2-1mdk conflicts with file
from package libimlib2_1-devel-1.0.6-4.1.92mdkfile /usr/include/Imlib2.h
from install of imlib2-1.1.2-1mdk conflicts with file from package
libimlib2_1-devel-1.0.6-4.1.92mdkfile /usr/lib/libImlib2.a from install
of imlib2-1.1.2-1mdk conflicts with file from package
libimlib2_1-devel-1.0.6-4.1.92mdkfile /usr/lib/libImlib2.la from install
of imlib2-1.1.2-1mdk conflicts with file from package
libimlib2_1-devel-1.0.6-4.1.92mdkfile /usr/lib/libImlib2.so from install
of imlib2-1.1.2-1mdk conflicts with file from package
libimlib2_1-devel-1.0.6-4.1.92mdk

...so, I thought what I would do is reinstall the *old* imlib2, but no go:

urpmi libimlib2_1
medium contrib uses an invalid list file:
  mirror is probably not up-to-date, trying to use alternate method
Everything already installed

even though it is clearly no longer installed:

[EMAIL PROTECTED]:~$rpm -qa | grep imlib
imlib-1.9.14-8mdk
libimlib2_1-loaders-1.0.6-4.1.92mdk
libimlib1-devel-1.9.14-8mdk
libimlib2_1-filters-1.0.6-4.1.92mdk
libimlib2_1-1.0.6-4.1.92mdk
libimlib1-1.9.14-8mdk
libimlib2_1-devel-1.0.6-4.1.92mdk
[EMAIL PROTECTED]:~$

So far nothing is *broken*, ie. I can install the newest imlib2 with just 'make
install' and everything appears to work OK, however I would like to have it
installed as an RPM so that MDK doesn't think it's missing at some point in the
future.

Thanks all!

-- 
JoeHill RLU / #282046 / www.freeyourmachine.org
10:13:33 up 64 days, 10:01, 4 users, load average: 0.17, 0.39, 0.56
+++
Permit me to issue and control the money of a nation, and I care not who makes
its laws. -- Amschel Mayer Rothschild, banker


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



RE: [newbie] urpmi problem

2004-10-07 Thread Dan Gordon

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of JoeHill
 Sent: Thursday, October 07, 2004 10:24 AM
 To: Mandrake Newbs
 Subject: [newbie] urpmi problem 
 So far nothing is *broken*, ie. I can install the newest 
 imlib2 with just 'make
 install' and everything appears to work OK, however I would 
 like to have it
 installed as an RPM so that MDK doesn't think it's missing at 
 some point in the
 future.
 
 
Joe have you tried urpmi.update -a to see if that cleans and updates
your database ?

Regards,
Dan Gordon

Beer is the answer
Now, What was the
question ?


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.772 / Virus Database: 519 - Release Date: 10/1/2004
 



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



Re: [newbie] urpmi problem

2004-10-07 Thread JoeHill
On Thu, 7 Oct 2004 12:59:22 -0400
Dan Gordon disseminated the following:

  install' and everything appears to work OK, however I would 
  like to have it installed as an RPM so that MDK doesn't think it's missing
  at some point in the future.
  
  
 Joe have you tried urpmi.update -a to see if that cleans and updates
 your database ?

I'm fairly sure that just updates my sources, it didn't help. I looked at 'man
rpm', and there's a --rebuilddb switch, but I'm gonna check the Twiki before I
run anything with 'rebuild' in it ;-)

Thanks!

-- 
JoeHill RLU / #282046 / www.freeyourmachine.org
15:20:25 up 64 days, 15:08, 6 users, load average: 0.30, 0.09, 0.03
+++
President Bush is asking Congress for $80 billion dollars to rebuild Iraq. And
when you make out that check, remember there are two L's in Halliburton. --
David Letterman


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



Re: [newbie] urpmi problem

2004-10-07 Thread Dennis Myers
On Thursday 07 October 2004 09:23 am, JoeHill wrote:
 I wanted to install an updated version of Imlib2 (see 'Python help'
 thread).

 At first, I built it, made a checkinstall RPM, did an rpm -Uvh new
 Imlib2, and it installed okay.

 Then I realized I had built it without using --prefix=/usr (bangs head
 against table, table breaks).

 So, I uninstalled it with 'rpm -e --nodeps', intending to rebuild imlib2
 properly and reinstall. However, now:

 rpm -Uvh /usr/src/RPM/RPMS/i586/imlib2-1.1.2-1mdk.i586.
 Preparing...###
 [100%] file /usr/lib/libImlib2.so.1 from install of imlib2-1.1.2-1mdk
 conflicts with file from package libimlib2_1-1.0.6-4.1.92mdkfile
 /usr/bin/imlib2-config from install of imlib2-1.1.2-1mdk conflicts with
 file from package libimlib2_1-devel-1.0.6-4.1.92mdkfile
 /usr/include/Imlib2.h from install of imlib2-1.1.2-1mdk conflicts with file
 from package libimlib2_1-devel-1.0.6-4.1.92mdkfile
 /usr/lib/libImlib2.a from install of imlib2-1.1.2-1mdk conflicts with file
 from package
 libimlib2_1-devel-1.0.6-4.1.92mdkfile /usr/lib/libImlib2.la from
 install of imlib2-1.1.2-1mdk conflicts with file from package
 libimlib2_1-devel-1.0.6-4.1.92mdkfile /usr/lib/libImlib2.so from
 install of imlib2-1.1.2-1mdk conflicts with file from package
 libimlib2_1-devel-1.0.6-4.1.92mdk

 ...so, I thought what I would do is reinstall the *old* imlib2, but no go:

 urpmi libimlib2_1
 medium contrib uses an invalid list file:
   mirror is probably not up-to-date, trying to use alternate method
 Everything already installed

 even though it is clearly no longer installed:

 [EMAIL PROTECTED]:~$rpm -qa | grep imlib
 imlib-1.9.14-8mdk
 libimlib2_1-loaders-1.0.6-4.1.92mdk
 libimlib1-devel-1.9.14-8mdk
 libimlib2_1-filters-1.0.6-4.1.92mdk
 libimlib2_1-1.0.6-4.1.92mdk
 libimlib1-1.9.14-8mdk
 libimlib2_1-devel-1.0.6-4.1.92mdk
 [EMAIL PROTECTED]:~$

 So far nothing is *broken*, ie. I can install the newest imlib2 with just
 'make install' and everything appears to work OK, however I would like to
 have it installed as an RPM so that MDK doesn't think it's missing at some
 point in the future.

 Thanks all!
Joe, did you do rpm --rebuilddb  updatedb before you tried the reinstall. 
It might be that the old headers (?) need to be cleaned out. HTH
-- 
Dennis M. linux user #180842


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



Re: [newbie] urpmi problem

2004-10-07 Thread JoeHill
On Thu, 7 Oct 2004 12:59:22 -0400
Dan Gordon disseminated the following:

  So far nothing is *broken*, ie. I can install the newest 
  imlib2 with just 'make install' and everything appears to work OK, however I
  would like to have it installed as an RPM so that MDK doesn't think it's
  missing at some point in the future.
  
  
 Joe have you tried urpmi.update -a to see if that cleans and updates
 your database ?

Okay, so on a tip from offlist, I ran this:

urpmi.update --wget -a -c -f  rpm --rebuilddb  updatedb  ldconfig

*Still*, urpmi thinks libimlib2_1 is installed, though it is not.

Shite!

-- 
JoeHill RLU / #282046 / www.freeyourmachine.org
18:25:17 up 64 days, 18:13, 5 users, load average: 2.04, 1.81, 1.70
+++
Fascism should rightly be called Corporatism, as it is the merger of corporate
and government power -- Benito Mussolini


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



Re: [newbie] urpmi problem

2004-10-07 Thread JoeHill
On Thu, 7 Oct 2004 16:58:44 -0500
Dennis Myers disseminated the following:

  So far nothing is *broken*, ie. I can install the newest imlib2 with just
  'make install' and everything appears to work OK, however I would like to
  have it installed as an RPM so that MDK doesn't think it's missing at some
  point in the future.
 
  Thanks all!
 Joe, did you do rpm --rebuilddb  updatedb before you tried the reinstall. 
 It might be that the old headers (?) need to be cleaned out. HTH

Yep, see upcoming post, should be arriving right about now. Weird shite, but so
far not causing any problems other than nagging at the back of my mind every
waking minute...'when is it going to break, and how am I going to get back?' ;-)

-- 
JoeHill RLU / #282046 / www.freeyourmachine.org
18:28:47 up 64 days, 18:17, 5 users, load average: 1.33, 1.56, 1.62
+++
When you give food to the poor, they call you a saint. When you ask why the
poor have no food, they call you a communist. -- Archbishop Helder Camara


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



Re: [newbie] urpmi problem

2004-10-07 Thread Charles A Edwards
On Thu, 7 Oct 2004 10:23:41 -0400
JoeHill wrote:

 So far nothing is *broken*, ie. I can install the newest imlib2 with
 just 'make install' and everything appears to work OK, however I would
 like to have it installed as an RPM so that MDK doesn't think it's
 missing at some point in the future.


rpm -e libimlib2_1-devel-1.0.6-4.1.92mdk (add --nodeps if needed)
and then
rpm -Uvh /usr/src/RPM/RPMS/i586/imlib2-1.1.2-1mdk.i586.

It should now install cleanly



Charles

-- 
One does not thank logic.
-- Sarek, Journey to Babel, stardate 3842.4
-
Mandrake Linux 10.1 on PurpleDragon
2.6.8.1-10mdkenterprise
http://www.eslrahc.com
-



pgp9oRKR6b9Nq.pgp
Description: PGP signature


Re: [newbie] urpmi problem

2004-10-07 Thread JoeHill
On Thu, 7 Oct 2004 18:51:18 -0400
Charles A Edwards disseminated the following:

  So far nothing is *broken*, ie. I can install the newest imlib2 with
  just 'make install' and everything appears to work OK, however I would
  like to have it installed as an RPM so that MDK doesn't think it's
  missing at some point in the future.
 
 
 rpm -e libimlib2_1-devel-1.0.6-4.1.92mdk (add --nodeps if needed)
 and then
 rpm -Uvh /usr/src/RPM/RPMS/i586/imlib2-1.1.2-1mdk.i586.
 
 It should now install cleanly

Should, but doesn't (man, when I make a mess...):

[EMAIL PROTECTED]:/home/joehill$rpm -Uvh
/usr/src/RPM/RPMS/i586/imlib2-1.1.2-1mdk.i586.rpm Preparing...   
### [100%]
file /usr/lib/libImlib2.so.1 from install of imlib2-1.1.2-1mdk conflicts
with file from package libimlib2_1-1.0.6-4.1.92mdk

My problem is now compounded by the fact that rpm thinks libimlib2 is already
installed, but it's not. I've tried rebuilding my RPM database, still no go (see
other posts).

Knowing as much as you do about RPM's, is it that big of a deal that my version
of libimlib2 is different than the devel libs (which I need to build Pekwm) and
the 'loaders' and 'filters'? IIRC, you're an Enlightenment guru too, no? ;-)
Could I build and install the 1.1.2 versions of all the Imlib2 components, and
if so, how?

Pekwm seems to be running fine, even though it was built against the older devel
libs...

Your reply is very much appreciated, considering your last...er...comments :-)

-- 
JoeHill RLU / #282046 / www.freeyourmachine.org
19:30:11 up 64 days, 19:18, 5 users, load average: 0.05, 0.38, 0.79
+++
Government officials who glorify other people's patriotic deaths are rarely
eager to partake of such glory themselves. Cases in point: Dick Cheney. George
W. Bush. -- Norman Solomon, Truthout.org, Sept. 11 2004


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



Re: [newbie] urpmi problem [solved]

2004-10-07 Thread JoeHill
On Thu, 7 Oct 2004 16:58:44 -0500
Dennis Myers disseminated the following:

  So far nothing is *broken*, ie. I can install the newest imlib2 with just
  'make install' and everything appears to work OK, however I would like to
  have it installed as an RPM so that MDK doesn't think it's missing at some
  point in the future.
 
  Thanks all!
 Joe, did you do rpm --rebuilddb  updatedb before you tried the reinstall. 
 It might be that the old headers (?) need to be cleaned out. HTH

It's fixed now, ie., I have a way to back off the change to version 1.1.2 and
urpmi the 'official' MDK version. Done it twice now, in fact, just to make sure
;-)

Turns out, AFAICT, that the old 'medium contrib uses an invalid list' error was
the stumbling block. It could be coincidence, but once I got rid of that error
(been meaning to do that for awhile...) and ran 'urpmi.update -a -c -f  rpm
--rebuilddb  updatedb  ldconfig -v', all behaved as it should.

Thanks to all who replied, and esp. to Charlie who replied to me offlist and got
me to finally nix that 'contrib' warning.

Urpmi is weird and wonderful, tha's fer sure.

As an aside, if I install the Mandrake RPM for libimlib2, PyPanel 2.0 still runs
(though it shouldn't) and so does Eterm, but not Esetroot. If I forcibly remove
the Mandrake RPM, and do a make install of the newer version, everything works.

I think I'll hold off upgrading any other libs for awhile, I'm pushin' me luck.

-- 
JoeHill RLU / #282046 / www.freeyourmachine.org
20:27:08 up 64 days, 20:15, 6 users, load average: 0.97, 0.64, 0.42
+++
When the going gets weird, the weird turn pro. -- Hunter S. Thompson


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



Re: [newbie] urpmi problem

2004-10-07 Thread Charles A Edwards
On Thu, 7 Oct 2004 19:40:25 -0400
JoeHill wrote:

 Your reply is very much appreciated, considering your
 last...er...comments :-)

That was to the expert list and does not apply to newbie.

If you still want the rpms for imlib2-1.1.2 I have attached a spec file
which will allow you to build the appropriate Mdk rpms for them and
install using -Uvh

It builds as shown for Mdk 10.1 but if you are running 10.0/9.2 add
%define __libtoolize/bin/true 
below the existing line 
%define release 0.1mdk.cae

 
Charles

-- 
Life is not for everyone.
-
Mandrake Linux 10.1 on PurpleDragon
2.6.8.1-10mdkenterprise
http://www.eslrahc.com
-



imlib2.spec.tar.bz2
Description: Binary data


pgpwGXXzic7CM.pgp
Description: PGP signature


[newbie] urpmi Problem

2004-04-25 Thread lake-wind
I'm having a problem with a media entry in urpmi. I keep getting this error 
when running urpmi:

unable to take medium Z2main into account as no list file 
[/var/lib/urpmi/list.Z2main] exists

I did have a medium at one time named Z2main, however I removed it with 
urpmi.removemedia. 

I checked my urpmi.cfg file and it does not list Z2main as a medium. I also 
went into Mandrake Control Center, Software Management, Software Media 
Manager and there is no entry in that either for Z2main. At this point I have 
no idea how to remove this ghost entry from urpmi. Any suggestions would be 
very much appreciated.

Thanks!
-- 
Registered Linux User: 271967



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



[newbie] urpmi problem

2003-01-16 Thread rajukv
Hi,

I installed Mandrake 9.0 on my laptop. Since I have a dial-up connection I
used my friend's broadband connection and downloaded the updates to
/var/cache/urpmi/rpms

But when I run 
# urpmi --update --auto-select
Can't call method arch on an undefined value at
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/URPM/Resolve.pm line
14.

Any idea how I can resolve this?

Thanks in advance,
Raju
PS: where do I get the sendmail RPM for Mandrake 9.0?


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



Re: [newbie] urpmi problem.

2002-05-01 Thread Seedkum Aladeem

On Tuesday 30 April 2002 10:50 pm, Sridhar Dhanapalan wrote:
 On Tue, 30 Apr 2002 09:50:38 -0700, Seedkum Aladeem
 [EMAIL PROTECTED]

 wrote:
  On Tuesday 30 April 2002 01:44 am, Sridhar Dhanapalan wrote:
   Try manually editing /etc/urpmi/urpmi.cfg.
  
   On Tue, 30 Apr 2002 00:58:46 -0700, Seedkum Aladeem
   [EMAIL PROTECTED]
  
   wrote:
Hi,
   
When I use urpmi I keep getting the message that some media files do
not exist. In an attempt to eliminate those messages, I used
rpmi.removemedia trying to remove the problem media, I got the same
messages urpmi gives. I show these error messages below. Further down
I show the files that actually exist in the direcotry
/var/lib/urpmi/.
   
Can somebody show me how to remove these annoying message that come
from urpmi?
 
  Hi Sridhar,
 
  This is all there is in that file (I see nothing that looks related to
  the extraneous messages):
 
  ger2  {
    hdlist: hdlist.ger2.cz
    with_hdlist: ../base/hdlist.cz
    list: list.ger2
  }
 
  update_source  {
    hdlist: hdlist.update_source.cz
    with_hdlist: ../base/hdlist.cz
    list: list.update_source
    update
  }
 
  rmpdir file://mnt/fat_32/rpmdir {
    hdlist: hdlist.rmpdir.cz
    list: list.rmpdir
  }
 
  us1  {
    hdlist: hdlist.us1.cz
    with_hdlist: ../base/hdlist.cz
    list: list.us1
  }

 Try this:

 Firstly, back up /etc/urpmi/urpmi.cfg and delete the original. Then run
 rpmdrake and use the GUI to configure new sources. Then try urpmi again.

No joy resulted. The extraneous messages remain. The urpmi.cfg file now looks 
like this:

[root@grumpy urpmi]# cat urpmi.cfg
usa1  {
  hdlist: hdlist.usa1.cz
  with_hdlist: ../base/hdlist.cz
  list: list.usa1
}

[root@grumpy urpmi]#

BTW. I used Software Manager. I found no rpmdrake.

Thanx,

Seedkum




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



[newbie] urpmi problem.

2002-04-30 Thread Seedkum Aladeem

Hi,

When I use urpmi I keep getting the message that some media files do not 
exist. In an attempt to eliminate those messages, I used  rpmi.removemedia 
trying to remove the problem media, I got the same messages urpmi gives. I 
show these error messages below. Further down I show the files that actually 
exist in the direcotry /var/lib/urpmi/. 

Can somebody show me how to remove these annoying message that come from 
urpmi?

Thanx,

Seedkum

[root@grumpy rpmdir]#
[root@grumpy rpmdir]# urpmi.removemedia disc\ 1\ Download\ Edition\ 
Installation\ CD\ \(x86\)\ \(cdrom1\)
unable to take medium disc 1 Download Edition Installation CD (x86) 
(cdrom1) into account as no list file [/var/lib/urpmi/list.disc 1 Download 
Edition Installation CD (x86) (cdrom1)] exists
unable to take medium disc 1 Download Edition Installation CD (x86) (disk1) 
into account as no list file [/var/lib/urpmi/list.disc 1 Download Edition 
Installation CD (x86) (disk1)] exists
unable to take medium disc 2 Download Edition Second Installation CD (x86) 
(cdrom2) into account as no list file [/var/lib/urpmi/list.disc 2 Download 
Edition Second Installation CD (x86) (cdrom2)] exists
unable to take medium disc 2 Download Edition Second Installation CD (x86) 
(disk2) into account as no list file [/var/lib/urpmi/list.disc 2 Download 
Edition Second Installation CD (x86) (disk2)] exists
unable to take medium disc 3 Download Edition Contributions CD (x86) 
(cdrom3) into account as no list file [/var/lib/urpmi/list.disc 3 Download 
Edition Contributions CD (x86) (cdrom3)] exists
unable to take medium disc 3 Download Edition Contributions CD (x86) 
(cdrom4) into account as no list file [/var/lib/urpmi/list.disc 3 Download 
Edition Contributions CD (x86) (cdrom4)] exists
unable to take medium disc 3 Download Edition Contributions CD (x86) 
(disk3) into account as no list file [/var/lib/urpmi/list.disc 3 Download 
Edition Contributions CD (x86) (disk3)] exists
unable to take medium disc 3 Download Edition Contributions CD (x86) 
(disk4) into account as no list file [/var/lib/urpmi/list.disc 3 Download 
Edition Contributions CD (x86) (disk4)] exists
unable to take medium Updates for Mandrake Linux 8.2 (ftp1u) into account 
as no list file [/var/lib/urpmi/list.Updates for Mandrake Linux 8.2 (ftp1u)] 
exists
trying to select inexistent medium disc 1 Download Edition Installation CD 
(x86) (cdrom1)
read synthesis file [/var/lib/urpmi/synthesis.hdlist.rmpdir.cz]
[root@grumpy rpmdir]#
[root@grumpy rpmdir]#
[root@grumpy rpmdir]# ls /var/lib/urpmi/
compssUsers.flat
depslist.ordered
descriptions.update_source
hdlist.disc 1 Download Edition Installation CD (x86) (cdrom1).cz
hdlist.disc 1 Download Edition Installation CD (x86) (disk1).cz
hdlist.disc 2 Download Edition Second Installation CD (x86) (cdrom2).cz
hdlist.disc 2 Download Edition Second Installation CD (x86) (disk2).cz
hdlist.disc 3 Download Edition Contributions CD (x86) (cdrom3).cz
hdlist.disc 3 Download Edition Contributions CD (x86) (cdrom4).cz
hdlist.disc 3 Download Edition Contributions CD (x86) (disk3).cz
hdlist.disc 3 Download Edition Contributions CD (x86) (disk4).cz
hdlist.ger2.cz
hdlist.rmpdir.cz
hdlist.Updates for Mandrake Linux 8.2 (ftp1u).cz
hdlist.update_source.cz
hdlist.us1.cz
list.ger2
list.rmpdir
list.update_source
list.us1
provides
synthesis.hdlist.disc 1 Download Edition Installation CD (x86) (cdrom1).cz
synthesis.hdlist.disc 1 Download Edition Installation CD (x86) (disk1).cz
synthesis.hdlist.disc 2 Download Edition Second Installation CD (x86) 
(cdrom2).cz
synthesis.hdlist.disc 2 Download Edition Second Installation CD (x86) 
(disk2).cz
synthesis.hdlist.disc 3 Download Edition Contributions CD (x86) (cdrom3).cz
synthesis.hdlist.disc 3 Download Edition Contributions CD (x86) (cdrom4).cz
synthesis.hdlist.disc 3 Download Edition Contributions CD (x86) (disk3).cz
synthesis.hdlist.disc 3 Download Edition Contributions CD (x86) (disk4).cz
synthesis.hdlist.ger2.cz
synthesis.hdlist.rmpdir.cz
synthesis.hdlist.update_source.cz
synthesis.hdlist.us1.cz
8 substitutions on 8 lines



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



Re: [newbie] urpmi problem.

2002-04-30 Thread Sridhar Dhanapalan

Try manually editing /etc/urpmi/urpmi.cfg.

On Tue, 30 Apr 2002 00:58:46 -0700, Seedkum Aladeem [EMAIL PROTECTED]
wrote:
 Hi,
 
 When I use urpmi I keep getting the message that some media files do not 
 exist. In an attempt to eliminate those messages, I used  rpmi.removemedia 
 trying to remove the problem media, I got the same messages urpmi gives. I 
 show these error messages below. Further down I show the files that actually 
 exist in the direcotry /var/lib/urpmi/. 
 
 Can somebody show me how to remove these annoying message that come from 
 urpmi?

-- 
Sridhar Dhanapalan

Attachements [sic] are evil.
   -- Linus Torvalds



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



Re: [newbie] urpmi problem.

2002-04-30 Thread Seedkum Aladeem

On Tuesday 30 April 2002 01:44 am, Sridhar Dhanapalan wrote:
 Try manually editing /etc/urpmi/urpmi.cfg.

 On Tue, 30 Apr 2002 00:58:46 -0700, Seedkum Aladeem
 [EMAIL PROTECTED]

 wrote:
  Hi,
 
  When I use urpmi I keep getting the message that some media files do not
  exist. In an attempt to eliminate those messages, I used 
  rpmi.removemedia trying to remove the problem media, I got the same
  messages urpmi gives. I show these error messages below. Further down I
  show the files that actually exist in the direcotry /var/lib/urpmi/.
 
  Can somebody show me how to remove these annoying message that come from
  urpmi?


Hi Sridhar,

This is all there is in that file (I see nothing that looks related to the 
extraneous messages):

ger2  {
  hdlist: hdlist.ger2.cz
  with_hdlist: ../base/hdlist.cz
  list: list.ger2
}

update_source  {
  hdlist: hdlist.update_source.cz
  with_hdlist: ../base/hdlist.cz
  list: list.update_source
  update
}

rmpdir file://mnt/fat_32/rpmdir {
  hdlist: hdlist.rmpdir.cz
  list: list.rmpdir
}

us1  {
  hdlist: hdlist.us1.cz
  with_hdlist: ../base/hdlist.cz
  list: list.us1
}



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



Re: [newbie] urpmi problem.

2002-04-30 Thread Sridhar Dhanapalan

On Tue, 30 Apr 2002 09:50:38 -0700, Seedkum Aladeem [EMAIL PROTECTED]
wrote:
 On Tuesday 30 April 2002 01:44 am, Sridhar Dhanapalan wrote:
  Try manually editing /etc/urpmi/urpmi.cfg.
 
  On Tue, 30 Apr 2002 00:58:46 -0700, Seedkum Aladeem
  [EMAIL PROTECTED]
 
  wrote:
   Hi,
  
   When I use urpmi I keep getting the message that some media files do not
   exist. In an attempt to eliminate those messages, I used 
   rpmi.removemedia trying to remove the problem media, I got the same
   messages urpmi gives. I show these error messages below. Further down I
   show the files that actually exist in the direcotry /var/lib/urpmi/.
  
   Can somebody show me how to remove these annoying message that come from
   urpmi?
 
 
 Hi Sridhar,
 
 This is all there is in that file (I see nothing that looks related to the 
 extraneous messages):
 
 ger2  {
   hdlist: hdlist.ger2.cz
   with_hdlist: ../base/hdlist.cz
   list: list.ger2
 }
 
 update_source  {
   hdlist: hdlist.update_source.cz
   with_hdlist: ../base/hdlist.cz
   list: list.update_source
   update
 }
 
 rmpdir file://mnt/fat_32/rpmdir {
   hdlist: hdlist.rmpdir.cz
   list: list.rmpdir
 }
 
 us1  {
   hdlist: hdlist.us1.cz
   with_hdlist: ../base/hdlist.cz
   list: list.us1
 }

Try this:

Firstly, back up /etc/urpmi/urpmi.cfg and delete the original. Then run rpmdrake
and use the GUI to configure new sources. Then try urpmi again.

-- 
Sridhar Dhanapalan

The only intuitive interface is a nipple.
After that, it's all learned.



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