Re: Can't get updates

2009-05-30 Thread Anne Wilson
On Saturday 30 May 2009 01:15:37 Robert McBroom (TNWestTex) wrote:
  Anne Wilson wrote:
  I'm having great problem after upgrading F9 to F10 (using an install
  dvd).  I get huge numbers of updates downloaded, but then it fails.

 Are the downloaded updates still on your system?

 /var/cache/yum/updates/packages

 Sometimes it helps to use yumex or kyum to do the upgrades in smaller
 blocks than everything.  

It was a long hard slog, but yumex managed to get most of the packages 
installed.  The few that were left failed because I couldn't get the key for 
rpmfusion non-free updates.   I even tried running the installer, but it told 
me that it had failed to install the key.  In the end I installed the packages 
with --nogpgcheck - obviously not a good solution.

 Another variation on updates repo. [updates]
 name=Fedora $releasever - $basearch - Updates failovermethod=priority
 mirrorlist=http://presto-mirrors.anmar.eu.org/mirrorlist?repo=updates-relea
sed-f$releaseverarch=$basearch enabled=1 gpgcheck=1
 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora

I've managed to pull updates from the direct address of one of the mirrors, so 
this isn't urgent.  What's worse is that I still can't get to the normal 
fedora repo.  Can you give me an equivalent version for that?

If I'm right, though, and it's $releasever that isn't being passed, it will 
still fail.   There must be some way to test what it believes $releasever to 
be?  How do you print the contents of  a variable like that?

Anne


signature.asc
Description: This is a digitally signed message part.
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Can't get updates

2009-05-30 Thread Anne Wilson
On Saturday 30 May 2009 13:39:16 Anne Wilson wrote:
 On Saturday 30 May 2009 01:15:37 Robert McBroom (TNWestTex) wrote:
   Anne Wilson wrote:
   I'm having great problem after upgrading F9 to F10 (using an install
   dvd).  I get huge numbers of updates downloaded, but then it fails.
 
  Are the downloaded updates still on your system?
 
  /var/cache/yum/updates/packages
 
  Sometimes it helps to use yumex or kyum to do the upgrades in smaller
  blocks than everything.

 It was a long hard slog, but yumex managed to get most of the packages
 installed.  The few that were left failed because I couldn't get the key
 for rpmfusion non-free updates.   I even tried running the installer, but
 it told me that it had failed to install the key.  In the end I installed
 the packages with --nogpgcheck - obviously not a good solution.

  Another variation on updates repo. [updates]
  name=Fedora $releasever - $basearch - Updates failovermethod=priority
  mirrorlist=http://presto-mirrors.anmar.eu.org/mirrorlist?repo=updates-rel
 ea sed-f$releaseverarch=$basearch enabled=1 gpgcheck=1
  gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora

 I've managed to pull updates from the direct address of one of the mirrors,
 so this isn't urgent.  What's worse is that I still can't get to the normal
 fedora repo.  Can you give me an equivalent version for that?

 If I'm right, though, and it's $releasever that isn't being passed, it will
 still fail.   There must be some way to test what it believes $releasever
 to be?  How do you print the contents of  a variable like that?

No longer necessary - after the updates were installed I wanted to check 
something which required a reboot.  After the reboot the fedora repos all 
work!  Something obviously is fixed.  Oh yes, and by the way, my keyboard is 
now fixed as well - all the navigation keys now work.

In fact the only thing left not working is the gpg-key for 
rpmfusion-nonfree-updates.  

Anne
-- 
New to KDE4? - get help from http://userbase.kde.org
Just found a cool new feature?  Add it to UserBase


signature.asc
Description: This is a digitally signed message part.
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Can't get updates

2009-05-29 Thread TNWestTex
 
 Anne Wilson wrote:
 I'm having great problem after upgrading F9 to F10 (using an install dvd).  I
 get huge numbers of updates downloaded, but then it fails.  
Are the downloaded updates still on your system?

/var/cache/yum/updates/packages

Sometimes it helps to use yumex or kyum to do the upgrades in smaller blocks 
than everything.  Another variation on updates repo.
[updates] name=Fedora $releasever - $basearch - Updates 
failovermethod=priority 
mirrorlist=http://presto-mirrors.anmar.eu.org/mirrorlist?repo=updates-released-f$releaseverarch=$basearch
 enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora 


-- 
This is an email sent via The Fedora Community Portal https://fcp.surfsite.org
https://fcp.surfsite.org/modules/newbb/viewtopic.php?post_id=347754topic_id=71421forum=10#forumpost347754
If you think, this is spam, please report this to webmas...@fcp.surfsite.org 
and/or blame darkene...@bellsouth.net.

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Can't get updates

2009-05-28 Thread Anne Wilson
On Wednesday 27 May 2009 15:45:45 Antonio M wrote:
 2009/5/27 Anne Wilson an...@kde.org:
  On Wednesday 27 May 2009 15:09:03 François Patte wrote:
  Anne Wilson a écrit :
   I'm having great problem after upgrading F9 to F10 (using an install
   dvd).  I get huge numbers of updates downloaded, but then it fails.
 
  Did you, before all update yum:
 
  yum update yum
 
  I forgot that - but I can't:
 
  Downloading Packages:
  http://download.fedoraproject.org/pub/fedora/linux/updates/testing/10/i38
 6/yum-3.2.23-3.fc10.noarch.rpm: [Errno 4] IOError: urlopen error (-2,
  'Name or service not known') Trying other mirror.
 
 
  Error Downloading Packages:
   yum-3.2.23-3.fc10.noarch: failure: yum-3.2.23-3.fc10.noarch.rpm from
  updates-testing: [Errno 256] No more mirrors to try.
 
  Anne
 
  --
  fedora-list mailing list
  fedora-list@redhat.com
  To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
  Guidelines:
  http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

 Anne,

 can you download the yum rpm directly and save on your hard disk???
 then by rpm command you should be able to install it...

Eventually I got a url for a mirror, found the new yum, downloaded and 
installed it.  I still have the same problem.  By now I'm almost convinced 
that $releasever either isn't set, or is passing a wrong version.  Googling 
seems to add weight to this idea.

How do I find the current value of $releasever?  If it's wrong, is the correct 
command

SET $releasever = 10

?

Anne
-- 
New to KDE4? - get help from http://userbase.kde.org
Just found a cool new feature?  Add it to UserBase


signature.asc
Description: This is a digitally signed message part.
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Can't get updates

2009-05-28 Thread Giuseppe Fuggiano
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Anne Wilson wrote:
 wget: unable to resolve host address `download.fedoraproject.org' - strange!

To reach that mirror you have to assure that:

 1. You can resolve hostnames
Look in /etc/resolv.conf for a valid nameserver;

 2. You should verify you can open a http connection
Try to use netcat:  nc -v 209.132.176.120 80, if you get
Connection to 209.85.171.100 80 port [tcp/http] succeeded! so you are
able to connect to the internet.

That error message says it cannot resolve host
download.fedoraproject.org.  Try to resolve for it, using
209.132.176.120 instead.  Otherwise add nameserver 208.67.222.222 line
at the beginning of /etc/resolv.conf file.

Hope this will help.

Cheers,
  Giuseppe

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iEYEARECAAYFAkoe8SAACgkQBBweuI38tryLcQCg6GaoteJY3m+bJza+NFYYvbEq
72sAn3N4NQHvhAglest3llgKRd8QSSWj
=zVFH
-END PGP SIGNATURE-

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Can't get updates

2009-05-28 Thread giuseppe . fuggiano

2009/5/27 Anne Wilson an...@kde.org:

wget: unable to resolve host address `download.fedoraproject.org' - strange!


Also, are you behind a firewall?  Are you behind a proxy?

--
Giuseppe Fuggiano
Linux user #483710



signature.asc
Description: OpenPGP digital signature
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Can't get updates

2009-05-28 Thread Anne Wilson
On Thursday 28 May 2009 21:16:32 Giuseppe Fuggiano wrote:
 Anne Wilson wrote:
  wget: unable to resolve host address `download.fedoraproject.org' -
  strange!

 To reach that mirror you have to assure that:

  1. You can resolve hostnames
 Look in /etc/resolv.conf for a valid nameserver;

  2. You should verify you can open a http connection
 Try to use netcat:  nc -v 209.132.176.120 80, if you get
 Connection to 209.85.171.100 80 port [tcp/http] succeeded! so you are
 able to connect to the internet.

 That error message says it cannot resolve host
 download.fedoraproject.org.  Try to resolve for it, using
 209.132.176.120 instead.  Otherwise add nameserver 208.67.222.222 line
 at the beginning of /etc/resolv.conf file.

 Hope this will help.

Thanks for trying to help.  I can reach the Internet on other sites.  I can 
use konqueror to reach a mirror site and download packages manually.

This box has been upgraded rather than a clean install.  I suspect that 
$releasever is not being correctly passed, but I don't know how to test that 
theory, nor how to correct it if I'm right.

Anne
-- 
New to KDE4? - get help from http://userbase.kde.org
Just found a cool new feature?  Add it to UserBase


signature.asc
Description: This is a digitally signed message part.
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Can't get updates

2009-05-27 Thread Anne Wilson
I'm having great problem after upgrading F9 to F10 (using an install dvd).  I 
get huge numbers of updates downloaded, but then it fails.  The problem 
appears to be related to my updates repo.  I've tried it with both baseurl and 
mirrors, without success.  Errors I've seen include

Could not retrieve mirrorlist 
http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-
f10arch=i386 error was
[Errno 4] IOError: urlopen error (-2, 'Name or service not known')
Error: Cannot find a valid baseurl for repo: updates

Trying other mirror.
http://download.fedoraproject.org/pub/fedora/linux/updates/10/i386/xsane-
gimp-0.996-3.fc10.i386.rpm: [Errno 4] IOError: urlopen error (-2, 'Name or 
service not known')
Trying other mirror.

My updates repo says:

[updates]
name=Fedora $releasever - $basearch - Updates
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/$releasever/$basearch/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-
f$releaseverarch=$basearch
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch

[updates-debuginfo]
name=Fedora $releasever - $basearch - Updates - Debug
failovermethod=priority
baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/$releasever/$basearch/debug/
#mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-
debug-f$releaseverarch=$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch

[updates-source]
name=Fedora $releasever - Updates Source
failovermethod=priority
baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/$releasever/SRPMS/
#mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-
source-f$releaseverarch=$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch


Can someone point me to the problem and solution?  Thanks

Anne



signature.asc
Description: This is a digitally signed message part.
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Can't get updates

2009-05-27 Thread François Patte
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Anne Wilson a écrit :
 I'm having great problem after upgrading F9 to F10 (using an install dvd).  I 
 get huge numbers of updates downloaded, but then it fails. 

Did you, before all update yum:

yum update yum


Then, after,

yum update

- --
François Patte
UFR de mathématiques et informatique
Université Paris Descartes
Tél. +33 (0)1 4286 2145
http://www.math-info.univ-paris5.fr/~patte
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org

iEYEARECAAYFAkodSX8ACgkQdE6C2dhV2JXF3QCeMEXL2GRiRo/2LobF4zJ9JqS7
780AmQF+NVp6ZDYcbvAr4jbavxh3UUY5
=poZ9
-END PGP SIGNATURE-

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Can't get updates

2009-05-27 Thread Anne Wilson
On Wednesday 27 May 2009 15:09:03 François Patte wrote:
 Anne Wilson a écrit :
  I'm having great problem after upgrading F9 to F10 (using an install
  dvd).  I get huge numbers of updates downloaded, but then it fails.

 Did you, before all update yum:

 yum update yum

I forgot that - but I can't:

Downloading Packages:
http://download.fedoraproject.org/pub/fedora/linux/updates/testing/10/i386/yum-3.2.23-3.fc10.noarch.rpm:
 
[Errno 4] IOError: urlopen error (-2, 'Name or service not known')
Trying other mirror.


Error Downloading Packages:
  yum-3.2.23-3.fc10.noarch: failure: yum-3.2.23-3.fc10.noarch.rpm from 
updates-testing: [Errno 256] No more mirrors to try.

Anne


signature.asc
Description: This is a digitally signed message part.
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Can't get updates

2009-05-27 Thread Frank Murphy (Frankly3d)

Anne Wilson wrote:

On Wednesday 27 May 2009 15:09:03 François Patte wrote:

Anne Wilson a écrit :

I'm having great problem after upgrading F9 to F10 (using an install
dvd).  I get huge numbers of updates downloaded, but then it fails.

Did you, before all update yum:

yum update yum


I forgot that - but I can't:

Downloading Packages:
http://download.fedoraproject.org/pub/fedora/linux/updates/testing/10/i386/yum-3.2.23-3.fc10.noarch.rpm: 
[Errno 4] IOError: urlopen error (-2, 'Name or service not known')

Trying other mirror.


Error Downloading Packages:
  yum-3.2.23-3.fc10.noarch: failure: yum-3.2.23-3.fc10.noarch.rpm from 
updates-testing: [Errno 256] No more mirrors to try.



download the rpm and do yum localinstall or rpm -Uvh

Frank


--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Can't get updates

2009-05-27 Thread Antonio M
2009/5/27 Anne Wilson an...@kde.org:
 On Wednesday 27 May 2009 15:09:03 François Patte wrote:
 Anne Wilson a écrit :
  I'm having great problem after upgrading F9 to F10 (using an install
  dvd).  I get huge numbers of updates downloaded, but then it fails.

 Did you, before all update yum:

 yum update yum

 I forgot that - but I can't:

 Downloading Packages:
 http://download.fedoraproject.org/pub/fedora/linux/updates/testing/10/i386/yum-3.2.23-3.fc10.noarch.rpm:
 [Errno 4] IOError: urlopen error (-2, 'Name or service not known')
 Trying other mirror.


 Error Downloading Packages:
  yum-3.2.23-3.fc10.noarch: failure: yum-3.2.23-3.fc10.noarch.rpm from
 updates-testing: [Errno 256] No more mirrors to try.

 Anne

 --
 fedora-list mailing list
 fedora-list@redhat.com
 To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
 Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Anne,

can you download the yum rpm directly and save on your hard disk???
then by rpm command you should be able to install it...


-- 
Antonio Montagnani
Skype : antoniomontag
SIP: antoniomon...@ekiga.net

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: Can't get updates

2009-05-27 Thread Anne Wilson
On Wednesday 27 May 2009 15:43:49 Frank Murphy (Frankly3d) wrote:
 Anne Wilson wrote:
  On Wednesday 27 May 2009 15:09:03 François Patte wrote:
  Anne Wilson a écrit :
  I'm having great problem after upgrading F9 to F10 (using an install
  dvd).  I get huge numbers of updates downloaded, but then it fails.
 
  Did you, before all update yum:
 
  yum update yum
 
  I forgot that - but I can't:
 
  Downloading Packages:
  http://download.fedoraproject.org/pub/fedora/linux/updates/testing/10/i38
 6/yum-3.2.23-3.fc10.noarch.rpm: [Errno 4] IOError: urlopen error (-2,
  'Name or service not known') Trying other mirror.
 
 
  Error Downloading Packages:
yum-3.2.23-3.fc10.noarch: failure: yum-3.2.23-3.fc10.noarch.rpm from
  updates-testing: [Errno 256] No more mirrors to try.

 download the rpm and do yum localinstall or rpm -Uvh

wget: unable to resolve host address `download.fedoraproject.org' - strange!

Anne


signature.asc
Description: This is a digitally signed message part.
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Can't get updates

2009-05-27 Thread Anne Wilson
On Wednesday 27 May 2009 15:54:42 Tosh wrote:
 Anne Wilson wrote:
  On Wednesday 27 May 2009 15:09:03 François Patte wrote:
  Anne Wilson a écrit :
  I'm having great problem after upgrading F9 to F10 (using an install
  dvd).  I get huge numbers of updates downloaded, but then it fails.
 
  Did you, before all update yum:
 
  yum update yum
 
  I forgot that - but I can't:
 
  Downloading Packages:
  http://download.fedoraproject.org/pub/fedora/linux/updates/testing/10/i38
 6/yum-3.2.23-3.fc10.noarch.rpm: [Errno 4] IOError:urlopen error (-2,
  'Name or service not known') Trying other mirror.
 
 
  Error Downloading Packages:
 yum-3.2.23-3.fc10.noarch: failure: yum-3.2.23-3.fc10.noarch.rpm from
  updates-testing: [Errno 256] No more mirrors to try.
 
  Anne

 are you sure you are connected to the internet?
 try ping google.com

Yes - I get replies.

 otherwise try yum clean all and then try to update

I did that at the beginning :-(

Anne


signature.asc
Description: This is a digitally signed message part.
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: Can't get updates

2009-05-27 Thread Anne Wilson
On Wednesday 27 May 2009 15:43:49 Frank Murphy (Frankly3d) wrote:
 Anne Wilson wrote:
  On Wednesday 27 May 2009 15:09:03 François Patte wrote:
  Anne Wilson a écrit :
  I'm having great problem after upgrading F9 to F10 (using an install
  dvd).  I get huge numbers of updates downloaded, but then it fails.
 
  Did you, before all update yum:
 
  yum update yum
 
  I forgot that - but I can't:
 
  Downloading Packages:
  http://download.fedoraproject.org/pub/fedora/linux/updates/testing/10/i38
 6/yum-3.2.23-3.fc10.noarch.rpm: [Errno 4] IOError: urlopen error (-2,
  'Name or service not known') Trying other mirror.
 
 
  Error Downloading Packages:
yum-3.2.23-3.fc10.noarch: failure: yum-3.2.23-3.fc10.noarch.rpm from
  updates-testing: [Errno 256] No more mirrors to try.

 download the rpm and do yum localinstall or rpm -Uvh

Off-list I was told to try http://mirrors.reflected.net/fedora/linux/ -

The server mirrors.reflected.net refused to allow this computer to make a 
connection

This has to be something in my configuration.  Any idea what/where?

Anne


signature.asc
Description: This is a digitally signed message part.
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines