Re: [CentOS] rpmforge vs epel

2015-06-09 Thread John R Pierce

On 6/9/2015 11:26 AM, Michael Hennebry wrote:

I've been informed that rpmforge and epel do
not play well together and that if I use both,
epel should have the higher (lower numbered) priority.
Alas I had it the other way around.
rpmforge messed up my effort to get audacity.
I no longer need audacity,
but would like to fix the situation before some other problem crops up.

Would fixing the priorities and telling yum to
reinstall all the packages from rpmforge be useful?
Would it be dangerous? 



as rpmforge is virtually unmaintained now, I would enumerate all the 
.rf. packages you currently have, ascertain if you can get them from 
better supported repos, starting with epel, and if so, remove said .rf. 
package and install the epel or nux or whatever equivalents in their 
place.   this may very well require some tinkering with package specific 
configurations on your part.




--
john r pierce, recycling bits in santa cruz

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] rpmforge vs epel

2015-06-09 Thread Michael Hennebry

I've been informed that rpmforge and epel do
not play well together and that if I use both,
epel should have the higher (lower numbered) priority.
Alas I had it the other way around.
rpmforge messed up my effort to get audacity.
I no longer need audacity,
but would like to fix the situation before some other problem crops up.

Would fixing the priorities and telling yum to
reinstall all the packages from rpmforge be useful?
Would it be dangerous?

--
Michael   henne...@web.cs.ndsu.nodak.edu
SCSI is NOT magic. There are *fundamental technical
reasons* why it is necessary to sacrifice a young
goat to your SCSI chain now and then.   --   John Woods
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmforge vs epel

2015-06-09 Thread m . roth
Michael Hennebry wrote:
 I've been informed that rpmforge and epel do
 not play well together and that if I use both,
 epel should have the higher (lower numbered) priority.
 Alas I had it the other way around.
 rpmforge messed up my effort to get audacity.
 I no longer need audacity,
 but would like to fix the situation before some other problem crops up.

 Would fixing the priorities and telling yum to
 reinstall all the packages from rpmforge be useful?
 Would it be dangerous?

I wouldn't. You should use *either*, not both. In fact, I believe that
some rpmforge packages may even conflict with the base distro. What do you
need in rpmforge that isn't available from base, rpmfusion, or epel? The
only thing I know of are some kmod packages from elrepo, and I have the
elrepo.repo configuration so that either it's not enabled by default, or I
only get specific packages for a specific machine from it (like an old
NVIDIA card).
 --
 Michael   henne...@web.cs.ndsu.nodak.edu
 SCSI is NOT magic. There are *fundamental technical
 reasons* why it is necessary to sacrifice a young
 goat to your SCSI chain now and then.   --   John Woods

Damn, does it have to be a goat? Will a rubber chicken do?

mark gotta get one for work, y'know

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmforge vs epel

2015-06-09 Thread Always Learning

On Tue, 2015-06-09 at 13:26 -0500, Michael Hennebry wrote:

 I've been informed that rpmforge and epel do
 not play well together and that if I use both,
 epel should have the higher (lower numbered) priority.
 Alas I had it the other way around.
 rpmforge messed up my effort to get audacity.
 I no longer need audacity,
 but would like to fix the situation before some other problem crops up.


My proven (it works for me on C5) solution in instances of dependency
conflicts between rpmforge and epel which prevent updates *AND*
rpmforge being the only source for applications you wish to retain:-

(1)  yum remove ... (application preventing the update)

Yum may delete addition applications you wish to retain.

(2)  disable Dag/rpmforge repo

(3)  enable EPEL repo

(4)  yum install ... (application removed in (1))

(5)  Disable EPEL repo

(6)  Enable RPMFORGE repo

(7)  yum install . (deleted packages from rpmforge you want to
retain)


Subsequently I have not experienced problems.


-- 
Regards,

Paul.
England, EU.  England's place is in the European Union.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmforge vs epel

2015-06-09 Thread Warren Young
On Jun 9, 2015, at 4:19 PM, Robert Nichols rnicholsnos...@comcast.net wrote:
 
 On 06/09/2015 03:42 PM, m.r...@5-cent.us wrote:
 What do you
 need in rpmforge that isn't available from base, rpmfusion, or epel?
 
 Do you happen to know of somewhere other than rpmforge where I can find
 hexedit and gqview for el6 ?  Epel has them for el5, but not el6.

hexedit is in the stock EL7 repo.  If you can’t upgrade that machine, the EL7 
SRPM may rebuild on EL6.

gqview appears [*] to be abandonware.  It’s probably time to choose one of the 
maintained alternatives.


[*] http://gqview.sourceforge.net/

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmforge vs epel

2015-06-09 Thread Robert Nichols
On 06/09/2015 03:42 PM, m.r...@5-cent.us 
wrote:

What do you
need in rpmforge that isn't available from base, rpmfusion, or epel?


Do you happen to know of somewhere other than rpmforge where I can find
hexedit and gqview for el6 ?  Epel has them for el5, but not el6.

Fortunately, installing them from rpmforge didn't drag along any
dependencies.

--
Bob Nichols NOSPAM is really part of my email address.
Do NOT delete it.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmforge vs epel

2015-06-09 Thread Michael Hennebry

On Tue, 9 Jun 2015, m.r...@5-cent.us wrote:


some rpmforge packages may even conflict with the base distro. What do you
need in rpmforge that isn't available from base, rpmfusion, or epel? The
only thing I know of are some kmod packages from elrepo, and I have the
elrepo.repo configuration so that either it's not enabled by default, or I
only get specific packages for a specific machine from it (like an old
NVIDIA card).


All the packages turned out to be vlc and dependencies.
I hadn't realized that I hadn't installed rpmfusion.
rpmforge is gone now and I have vlc back.
All is well with that part of the world.

--
Michael   henne...@web.cs.ndsu.nodak.edu
SCSI is NOT magic. There are *fundamental technical
reasons* why it is necessary to sacrifice a young
goat to your SCSI chain now and then.   --   John Woods
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmforge

2009-02-09 Thread Scott Silva
snip
 
 I didn't mean to stir up a ruckus
 Thanks for the help

Ruckus stirs itself on most mailing lists!

Overworked sysadmins just need to go get a cup of coffee and count to 10
before they hit reply, or at least before they hit send.

I know that dealing with dwindling IT budgets and angry managers, not to
mention clueless (l)users gets to all of us sooner or later.

PS... Half of the cup is gone before I hit send!  :-D






-- 
MailScanner is like deodorant...
You hope everybody uses it, and
you notice quickly if they don't



signature.asc
Description: OpenPGP digital signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmforge

2009-02-09 Thread David . Mackintosh
On Mon, Feb 09, 2009 at 10:50:37AM -0800, Scott Silva wrote:
  I didn't mean to stir up a ruckus
 
 Ruckus stirs itself on most mailing lists!
 
 Overworked sysadmins just need to go get a cup of coffee and count to 10
 before they hit reply, or at least before they hit send.

cen...@centos -- now 35% less bitter!

-- 
 /\oo/\
/ /()\ \ David Mackintosh | 
 d...@xdroop.com  | http://www.xdroop.com


pgpaj9h3lA6dd.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmforge

2009-02-07 Thread William L. Maltby

On Fri, 2009-02-06 at 19:22 -0500, Mail List wrote:
 On Fri, 06 Feb 2009 17:26:28 -0500, William L. Maltby wrote
  On Fri, 2009-02-06 at 15:46 -0600, rra...@comcast.net wrote:
   I have not been able to connect to rpmforge for a couple of days
 
  
  You'll probably get a better response, as well as a fix if there is a
  problem, by posting to that list rather than here.
  
   
   Richard
   snip
  
  -- 
  Bill
 
 What part of the first Line he posted you not understand Bill?

I have not been able to connect to rpmforge for a couple of days

This one I guess. I understood that he could not connect to the web
site. IIRC, that has to do with http services, not mailing lists.

I just this moment fired up a mail retrieval from
users-boun...@lists.rpmforge.net
and received two messages.

Now, maybe the web site is down or not, but mail is apparently working
at this time. Further, over the last few days, I regularly fetch mail,
if any is available, from that address.

If there is more that I did not understand, please enlighten me.

If the OP had stated that _mail_ was not working, I would have noticed
that.

 
 Richard I to have been having issues, but have no idea as to why.
 
 --
 Brian 
 snip sig stuff

-- 
Bill

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmforge

2009-02-07 Thread William L. Maltby

On Fri, 2009-02-06 at 17:39 -0800, John R Pierce wrote:
 William L. Maltby wrote:
  You'll probably get a better response, as well as a fix if there is a
  problem, by posting to that list rather than here.

 
 you mean the list you can't find since the rpmforge website is 
 apparently down?

See my other reply.

 
 luckily, google had a cached entry for it.   i signed up for the 
 us...@lists.rpmforge mail list, which apparently has just a few messages 
 a week judging from the archives.
 
 fyi, it appears rpmforge.net is redirecting to rpmrepo.org who's DNS is 
 erratic, when it works, it in turn seems to land on www.com.net which 
 disavows any knowledge.
 
 
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmforge

2009-02-07 Thread William L. Maltby

On Sat, 2009-02-07 at 08:00 -0500, William L. Maltby wrote:
 On Fri, 2009-02-06 at 17:39 -0800, John R Pierce wrote:
  William L. Maltby wrote:
   You'll probably get a better response, as well as a fix if there is a
   problem, by posting to that list rather than here.
 
  
  you mean the list you can't find since the rpmforge website is 
  apparently down?
 
 See my other reply.

I see that _your_ post to rpmforge's list got through ok and the web
site was apparently not fixed at that time, based on Dag's subsequent
post.

Now, since this is a CentOS list and the mailing lists for rpmforge were
apparently working, what is wrong with suggesting that the user post
there?

You and Brian both seem to have the same problem with my short reply to
the OP. What specifically is your beef with my suggestion, which was not
critical, combative or offensive in any way that I can see.

 snip

-- 
Bill

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmforge

2009-02-07 Thread rray_1
On Sat, 7 Feb 2009, William L. Maltby wrote:


 On Sat, 2009-02-07 at 08:00 -0500, William L. Maltby wrote:
 On Fri, 2009-02-06 at 17:39 -0800, John R Pierce wrote:
 William L. Maltby wrote:
 You'll probably get a better response, as well as a fix if there is a
 problem, by posting to that list rather than here.


 you mean the list you can't find since the rpmforge website is
 apparently down?

 See my other reply.

 I see that _your_ post to rpmforge's list got through ok and the web
 site was apparently not fixed at that time, based on Dag's subsequent
 post.

 Now, since this is a CentOS list and the mailing lists for rpmforge were
 apparently working, what is wrong with suggesting that the user post
 there?

 You and Brian both seem to have the same problem with my short reply to
 the OP. What specifically is your beef with my suggestion, which was not
 critical, combative or offensive in any way that I can see.

 snip



I didn't mean to stir up a ruckus
Thanks for the help
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmforge

2009-02-07 Thread William L. Maltby

On Sat, 2009-02-07 at 08:43 -0600, rra...@comcast.net wrote:
 On Sat, 7 Feb 2009, William L. Maltby wrote:
 
 snip

 I didn't mean to stir up a ruckus

Not your fault at all. I know that Dag often monitors this list and on
occasions when he can't/doesn't get stuff resolved at the rpmforge
site/list, he'll generously help out right from this list.

But he has posted at rpmforge list about how swamped he is. Logic would
indicate that a faster response might be had there. My assumption was
that you either didn't know about his mailing list or forgot about it.
So I just wanted to suggest it to you. I seldom (never?) intend to be
condescending or harsh in my posts (resist the urge, resist the
urge, ... oh well, the hell with it: unlike some others ;-)

Unfortunately, the desire for brevity on lists often allows a lot of
latitude for interpreting posts as harsh.

The ruckus came when some folks apparently interpreted your post
differently than I and decided that I deserved castigation.

Their problem, not mine.

 Thanks for the help

I do hope that my original reply was seen as intended - helpful.

 snip

-- 
Bill

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmforge

2009-02-07 Thread John R Pierce
rra...@comcast.net wrote:
 I have not been able to connect to rpmforge for a couple of days
 Is it me or is there a problem with the repository
   

fyi, its back online per a email reply to my query on the 
users/at/lists.rpmforge.net list...




___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmforge

2009-02-07 Thread rray_1
On Sat, 7 Feb 2009, John R Pierce wrote:

 rra...@comcast.net wrote:
 I have not been able to connect to rpmforge for a couple of days
 Is it me or is there a problem with the repository


 fyi, its back online per a email reply to my query on the
 users/at/lists.rpmforge.net list...


confirmed
thanks




 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] rpmforge

2009-02-06 Thread rray_1
I have not been able to connect to rpmforge for a couple of days
Is it me or is there a problem with the repository

Richard
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmforge

2009-02-06 Thread William L. Maltby

On Fri, 2009-02-06 at 15:46 -0600, rra...@comcast.net wrote:
 I have not been able to connect to rpmforge for a couple of days
 Is it me or is there a problem with the repository

You'll probably get a better response, as well as a fix if there is a
problem, by posting to that list rather than here.

 
 Richard
 snip

-- 
Bill

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmforge

2009-02-06 Thread Mail List
On Fri, 06 Feb 2009 17:26:28 -0500, William L. Maltby wrote
 On Fri, 2009-02-06 at 15:46 -0600, rra...@comcast.net wrote:
  I have not been able to connect to rpmforge for a couple of days

 
 You'll probably get a better response, as well as a fix if there is a
 problem, by posting to that list rather than here.
 
  
  Richard
  snip
 
 -- 
 Bill

What part of the first Line he posted you not understand Bill?

Richard I to have been having issues, but have no idea as to why.

--
Brian 
http://wx.Tatorz.com
Open WebMail Project (http://openwebmail.org)


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmforge

2009-02-06 Thread John R Pierce
William L. Maltby wrote:
 You'll probably get a better response, as well as a fix if there is a
 problem, by posting to that list rather than here.
   

you mean the list you can't find since the rpmforge website is 
apparently down?

luckily, google had a cached entry for it.   i signed up for the 
us...@lists.rpmforge mail list, which apparently has just a few messages 
a week judging from the archives.

fyi, it appears rpmforge.net is redirecting to rpmrepo.org who's DNS is 
erratic, when it works, it in turn seems to land on www.com.net which 
disavows any knowledge.


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] rpmforge i386 and x86_64?

2008-11-12 Thread Marcelo M. Garcia

Hi

Is it possible to have rpmforge for both architectures? Currently is 
only for 64bit, but I need some libraries 32bit (rrdtool) to install 
ganglia.


But if I try to install rpmforge i386, I got the message:
[EMAIL PROTECTED] mgarcia]# rpm -ivh rpmforge-release-0.3.6-1.el5.rf.i386.rpm
Preparing...### 
[100%]
file /etc/smart/channels/rpmforge.channel from install of 
rpmforge-release-0.3.6-1.el5.rf conflicts with file from package 
rpmforge-release-0.3.6-1.el5.rf
file /etc/sysconfig/rhn/sources.rpmforge.txt from install of 
rpmforge-release-0.3.6-1.el5.rf conflicts with file from package 
rpmforge-release-0.3.6-1.el5.rf

[EMAIL PROTECTED] mgarcia]#


Thanks

Marcelo
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmforge i386 and x86_64? Solved

2008-11-12 Thread Marcelo M. Garcia

Mogens Kjaer wrote:

Marcelo M. Garcia wrote:

Hi

Is it possible to have rpmforge for both architectures? Currently is
only for 64bit, but I need some libraries 32bit (rrdtool) to install
ganglia.


A problem is that the /etc/yum.repos.d/mirrors-rpmforge file has
$ARCH in it, which would still be x86_64 even if installed from
i386.

Couldn't you try to make a copy of /etc/yum.repos.d/rpmforge.repo
into, say, rpmforge32.repo, and change it into:

[rpmforge32]
name = Red Hat Enterprise $releasever - RPMforge.net - dag
baseurl = http://apt.sw.be/redhat/el5/en/i386/dag
enabled = 1
protect = 0
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag
gpgcheck = 1

and see if it works? Maybe you can pick another mirror,
but remember to replace $ARCH with i386.

Note: This is not tested, but I've done this with Livna
on a Fedora x86_64 machine without breaking anything.

Mogens


Hi

Thank you very much.

This solved the problem.

Thanks

Marcelo

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmforge i386 and x86_64?

2008-11-12 Thread Mogens Kjaer
Marcelo M. Garcia wrote:
 Hi
 
 Is it possible to have rpmforge for both architectures? Currently is
 only for 64bit, but I need some libraries 32bit (rrdtool) to install
 ganglia.

A problem is that the /etc/yum.repos.d/mirrors-rpmforge file has
$ARCH in it, which would still be x86_64 even if installed from
i386.

Couldn't you try to make a copy of /etc/yum.repos.d/rpmforge.repo
into, say, rpmforge32.repo, and change it into:

[rpmforge32]
name = Red Hat Enterprise $releasever - RPMforge.net - dag
baseurl = http://apt.sw.be/redhat/el5/en/i386/dag
enabled = 1
protect = 0
gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmforge-dag
gpgcheck = 1

and see if it works? Maybe you can pick another mirror,
but remember to replace $ARCH with i386.

Note: This is not tested, but I've done this with Livna
on a Fedora x86_64 machine without breaking anything.

Mogens
-- 
Mogens Kjaer, Carlsberg A/S, Computer Department
Gamle Carlsberg Vej 10, DK-2500 Valby, Denmark
Phone: +45 33 27 53 25, Mobile: +45 22 12 53 25
Email: [EMAIL PROTECTED] Homepage: http://www.crc.dk
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmforge, perl-dbd-mysql, yum, priorities, centos, and you

2008-10-09 Thread Joe Pruett

Anything like this would probably have to be an upstream thing.  But it
would probably be a good idea for people to put this into their
kickstart configs...


i think that the yum setup diverges from upstream already, so i don't see 
this as a big change from that.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmforge, perl-dbd-mysql, yum, priorities, centos, and you

2008-10-08 Thread Joe Pruett
also, i'd like to suggest that the priorities plugin be made added to the 
base install and that the centos-base repos be configured with priority 1. 
it looks like c4 has the priority setting, but c5 doesn't and neither have 
the plugin installed.  it seems like this would create a little more 
stable setup for people when they start adding other repos.


i forgot to add to my suggestion: make the check_obsoletes option in 
yum-priorities be enabled by default for c5 as it is in c4.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmforge, perl-dbd-mysql, yum, priorities, centos, and you

2008-10-08 Thread Ian Forde
On Wed, 2008-10-08 at 10:40 -0700, Joe Pruett wrote:
 rpmforge has just released a new perl-DBD-mysql for el4 that has an 
 obsoletes against perl-DBD-MySQL and the protectbase yum plugin doesn't 
 grok obsoletes.  the priorities plugin does.  so if you are having issues 
 with this, install the yum-plugin-priorities first, make sure that the 
 CentOS-Base repo is priority 1 and the rpmforge repo is priority 2 or 
 higher (99 is the default).
 
 also, i'd like to suggest that the priorities plugin be made added to the 
 base install and that the centos-base repos be configured with priority 1. 
 it looks like c4 has the priority setting, but c5 doesn't and neither have 
 the plugin installed.  it seems like this would create a little more 
 stable setup for people when they start adding other repos.

Anything like this would probably have to be an upstream thing.  But it
would probably be a good idea for people to put this into their
kickstart configs...

-I

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmforge, perl-dbd-mysql, yum, priorities, centos, and you

2008-10-08 Thread Kai Schaetzl
Joe Pruett wrote on Wed, 8 Oct 2008 10:48:48 -0700 (PDT):

 i forgot to add to my suggestion: make the check_obsoletes option in 
 yum-priorities be enabled by default for c5 as it is in c4.

There's also an obsoletes option in yum.conf. That option you are talking 
about is for priorities.conf and would stop that rpmforge package 
obsoleting and replacing the base package?
I just checked with my default settings (without a check_obsoletes option 
in priorities.conf, but with check_obsoletes=1 in yum.conf) and the update 
output showed it would be going to update the base package. Unfortunately, 
I hit accidently y the second time I ran it ;-)
So, with check_obsoletes = 1 I assume it wouldn't have done that?

Kai

-- 
Kai Schätzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmforge-release install/rpm problem

2008-07-04 Thread Kai Schaetzl
Jim Perrin wrote on Thu, 3 Jul 2008 15:47:03 -0400:

 This is a known issue with rpm's http code. It doesn't do cookies. It
 can't really follow redirects (302 or otherwise) well, and generally
 it's a hack.

Ah, well, now I understand. Yes, there occurs a redirect. It once used to 
work, with apt.sw.be, which obviously wasn't a redirect. Thanks, it's the 
first time I've seen this, I think. Or at least so long ago that I forgot 
about the last one.

Kai

-- 
Kai Schätzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] rpmforge-release install/rpm problem

2008-07-03 Thread Kai Schaetzl
I wanted to install the rpmforge-release package on a new install and get 
the following. Do others have the same problem?

b51:~ rpm -ivvvh http://packages.sw.be/rpmforge-release/rpmforge-
release-0.3.6-1.el5.rf.i386.rpm
Retrieving http://packages.sw.be/rpmforge-release/rpmforge-release-0.3.6-
1.el5.rf.i386.rpm
D:  ... as /var/tmp/rpm-xfer.qQEt9n
D: failed to open http://packages.sw.be/rpmforge-release/rpmforge-release
-0.3.6-1.el5.rf.i386.rpm:
error: skipping http://packages.sw.be/rpmforge-release/rpmforge-release-
0.3.6-1.el5.rf.i386.rpm - transfer failed - Unknown or unexpected error
D: May free Score board((nil))

wgetting this file and installing is fine.

I then tried another one:
b51:~ rpm -ivh http://download.fedora.redhat.com/pub/epel/5/i386/epel-
release-5-3.noarch.rpm
Retrieving http://download.fedora.redhat.com/pub/epel/5/i386/epel-release
-5-3.noarch.rpm
warning: /var/tmp/rpm-xfer.9GjegW: Header V3 DSA signature: NOKEY, key ID 
217521f6
Preparing...### 
[100%]
   1:epel-release   ### 
[100%]

so, downloading via rpm is ok.


Kai

-- 
Kai Schätzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmforge-release install/rpm problem

2008-07-03 Thread Karanbir Singh

Kai Schaetzl wrote:

I wanted to install the rpmforge-release package on a new install and get
the following. Do others have the same problem?

b51:~ rpm -ivvvh http://packages.sw.be/rpmforge-release/rpmforge-
release-0.3.6-1.el5.rf.i386.rpm
Retrieving http://packages.sw.be/rpmforge-release/rpmforge-release-0.3.6-
1.el5.rf.i386.rpm
D:  ... as /var/tmp/rpm-xfer.qQEt9n
D: failed to open http://packages.sw.be/rpmforge-release/rpmforge-release
-0.3.6-1.el5.rf.i386.rpm:
error: skipping http://packages.sw.be/rpmforge-release/rpmforge-release-
0.3.6-1.el5.rf.i386.rpm - transfer failed - Unknown or unexpected error
D: May free Score board((nil))

wgetting this file and installing is fine.

I then tried another one:
b51:~ rpm -ivh http://download.fedora.redhat.com/pub/epel/5/i386/epel-
release-5-3.noarch.rpm
Retrieving http://download.fedora.redhat.com/pub/epel/5/i386/epel-release
-5-3.noarch.rpm
warning: /var/tmp/rpm-xfer.9GjegW: Header V3 DSA signature: NOKEY, key ID
217521f6
Preparing...###
[100%]
1:epel-release   ###
[100%]

so, downloading via rpm is ok.


go look at the http code in rpm :D

- KB
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmforge-release install/rpm problem

2008-07-03 Thread Kai Schaetzl
Karanbir Singh wrote on Thu, 03 Jul 2008 18:22:21 +0100:

 go look at the http code in rpm :D

do you get the same result?

Kai

-- 
Kai Schätzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmforge-release install/rpm problem

2008-07-03 Thread Jim Perrin
On Thu, Jul 3, 2008 at 2:31 PM, Kai Schaetzl [EMAIL PROTECTED] wrote:
 go look at the http code in rpm :D

 do you get the same result?

This is a known issue with rpm's http code. It doesn't do cookies. It
can't really follow redirects (302 or otherwise) well, and generally
it's a hack.  That's why Karanbir said to look at rpm's http handling
code.  It was written back when dinosaurs roamed the internet, and was
pounded into rpm with a rather large mallet.


-- 
During times of universal deceit, telling the truth becomes a revolutionary act.
George Orwell
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] rpmforge problem

2008-04-21 Thread Anne Wilson
For several days now I've been trying to update clamav from rpmforge without 
success.  Does anyone know what's likely to be the problem?

Anne
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmforge problem

2008-04-21 Thread Matt Hyclak
On Mon, Apr 21, 2008 at 02:33:33PM +0100, Anne Wilson enlightened us:
 For several days now I've been trying to update clamav from rpmforge without 
 success.  Does anyone know what's likely to be the problem?
 

As has been covered before, this isn't the correct list for this question.
There is a user's list at rpmforge.net where this has been covered a couple
of times.

Matt

-- 
Matt Hyclak
Department of Mathematics 
Department of Social Work
Ohio University
(740) 593-1263
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmforge problem

2008-04-21 Thread Anne Wilson
On Monday 21 April 2008 14:38, John wrote:
 On Mon, 2008-04-21 at 14:33 +0100, Anne Wilson wrote:
  For several days now I've been trying to update clamav from rpmforge
  without success.  Does anyone know what's likely to be the problem?
 
  Anne

 Did you try to manually download it? Several peeps seem to be having a
 problem with.
 Don't Laugh I stick with what works! Has latest definitions.

 rpm -qa | grep clam
 clamav-db-0.91.2-1.el5.rf
 clamd-0.91.2-1.el5.rf
 clamav-0.91.2-1.el5.rf
 clamtk-3.08-1.el5.rf

I have

clamav-0.92.1-1.el5.rf
clamtk-3.08-1.el5.rf
clamav-devel-0.92.1-1.el5.rf
clamd-0.92.1-1.el5.rf
fuse-clamfs-0.9.1-1.el5.rf
clamav-db-0.92.1-1.el5.rf
clamav-milter-0.92.1-1.el5.rf

yum tells me that an update is ready, but fails due to dependency on 
libclamav.so.3

I'll try to see if I can find it manually.

Anne
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmforge problem

2008-04-21 Thread Ralph Angenendt
John wrote:
 rpm -qa | grep clam
 clamav-db-0.91.2-1.el5.rf
 clamd-0.91.2-1.el5.rf
 clamav-0.91.2-1.el5.rf

Those are stone old and have security issues. DO NOT USE THEM.

Ralph


pgpQrKh5f8JeZ.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmforge problem

2008-04-21 Thread John
On Mon, 2008-04-21 at 14:33 +0100, Anne Wilson wrote:
 For several days now I've been trying to update clamav from rpmforge without 
 success.  Does anyone know what's likely to be the problem?
 
 Anne

Did you try to manually download it? Several peeps seem to be having a
problem with.
Don't Laugh I stick with what works! Has latest definitions.

rpm -qa | grep clam
clamav-db-0.91.2-1.el5.rf
clamd-0.91.2-1.el5.rf
clamav-0.91.2-1.el5.rf
clamtk-3.08-1.el5.rf




 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
-- 
~/john

OpenPGP Sig:BA91F079

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmforge problem

2008-04-21 Thread John
On Mon, 2008-04-21 at 14:47 +0100, Anne Wilson wrote:
 On Monday 21 April 2008 14:38, John wrote:
  On Mon, 2008-04-21 at 14:33 +0100, Anne Wilson wrote:
   For several days now I've been trying to update clamav from rpmforge
   without success.  Does anyone know what's likely to be the problem?
  
   Anne
 
  Did you try to manually download it? Several peeps seem to be having a
  problem with.
  Don't Laugh I stick with what works! Has latest definitions.
 
  rpm -qa | grep clam
  clamav-db-0.91.2-1.el5.rf
  clamd-0.91.2-1.el5.rf
  clamav-0.91.2-1.el5.rf
  clamtk-3.08-1.el5.rf
 
 I have
 
 clamav-0.92.1-1.el5.rf
 clamtk-3.08-1.el5.rf
 clamav-devel-0.92.1-1.el5.rf
 clamd-0.92.1-1.el5.rf
 fuse-clamfs-0.9.1-1.el5.rf
 clamav-db-0.92.1-1.el5.rf
 clamav-milter-0.92.1-1.el5.rf
 
 yum tells me that an update is ready, but fails due to dependency on 
 libclamav.so.3
 
 I'll try to see if I can find it manually.

Let me ask a stupid question. What do you use fuse-clamfs-0.9.1-1.el5.rf
for?

 
 Anne
 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
-- 
~/john

OpenPGP Sig:BA91F079

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmforge problem

2008-04-21 Thread John
On Mon, 2008-04-21 at 15:56 +0200, Ralph Angenendt wrote:
 John wrote:
  rpm -qa | grep clam
  clamav-db-0.91.2-1.el5.rf
  clamd-0.91.2-1.el5.rf
  clamav-0.91.2-1.el5.rf
 
 Those are stone old and have security issues. DO NOT USE THEM.
 
 Ralph

Now your forcing me to yum update clamav! I know there old..


 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
-- 
~/john

OpenPGP Sig:BA91F079

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmforge problem

2008-04-21 Thread John
On Mon, 2008-04-21 at 14:47 +0100, Anne Wilson wrote:
 On Monday 21 April 2008 14:38, John wrote:
  On Mon, 2008-04-21 at 14:33 +0100, Anne Wilson wrote:
   For several days now I've been trying to update clamav from rpmforge
   without success.  Does anyone know what's likely to be the problem?
  
   Anne
 
  Did you try to manually download it? Several peeps seem to be having a
  problem with.
  Don't Laugh I stick with what works! Has latest definitions.
 
  rpm -qa | grep clam
  clamav-db-0.91.2-1.el5.rf
  clamd-0.91.2-1.el5.rf
  clamav-0.91.2-1.el5.rf
  clamtk-3.08-1.el5.rf
 
 I have
 
 clamav-0.92.1-1.el5.rf
 clamtk-3.08-1.el5.rf
 clamav-devel-0.92.1-1.el5.rf
 clamd-0.92.1-1.el5.rf
 fuse-clamfs-0.9.1-1.el5.rf
 clamav-db-0.92.1-1.el5.rf
 clamav-milter-0.92.1-1.el5.rf
 
 yum tells me that an update is ready, but fails due to dependency on 
 libclamav.so.3
 
 I'll try to see if I can find it manually.
 
 Anne
 yum update clamav
Loading installonlyn plugin
Loading fastestmirror plugin
Setting up Update Process
Setting up repositories
extras100% |=| 1.1 kB
00:00 
rpmforge  100% |=| 1.1 kB
00:04 
base  100% |=| 1.1 kB
00:00 
updates   100% |=|  951 B
00:00 
c5-testing100% |=|  951 B
00:00 
centosplus100% |=|  951 B
00:00 
addons100% |=|  951 B
00:00 
Loading mirror speeds from cached hostfile
Reading repository metadata in from local files
Resolving Dependencies
-- Populating transaction set with selected packages. Please wait.
--- Downloading header for clamav to pack into transaction set.
clamav-0.93-2.el5.rf.i386 100% |=|  17 kB
00:11 
--- Package clamav.i386 0:0.93-2.el5.rf set to be updated
-- Running transaction check
-- Processing Dependency: libclamav.so.2 for package: clamd
-- Processing Dependency: clamav = 0.91.2-1.el5.rf for package: clamd
-- Restarting Dependency Resolution with new changes.
-- Populating transaction set with selected packages. Please wait.
--- Downloading header for clamd to pack into transaction set.
clamd-0.93-2.el5.rf.i386. 100% |=| 6.2 kB
00:03 
--- Package clamd.i386 0:0.93-2.el5.rf set to be updated
-- Running transaction check

Dependencies Resolved

=
 Package Arch   Version  Repository
Size 
=
Updating:
 clamav  i386   0.93-2.el5.rfrpmforge
1.4 M
Updating for dependencies:
 clamd   i386   0.93-2.el5.rfrpmforge
86 k

Transaction Summary
=
Install  0 Package(s) 
Update   2 Package(s) 
Remove   0 Package(s) 

Total download size: 1.4 M
Is this ok [y/N]: y

I have no prob doing it. Maybe try updating your fuse filesystem first
then you fuse clamfs. Also im not running clamav milter.

Ralph made me do this! 

 ___
 CentOS mailing list
 CentOS@centos.org
 http://lists.centos.org/mailman/listinfo/centos
-- 
~/john

OpenPGP Sig:BA91F079

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmforge problem

2008-04-21 Thread Lorenzo Martínez Rodríguez


Hello, I have suffered the same problem you describe with clam updates. 
Finally it worked the upgrade from 0.92.XXX to 0.93.


[EMAIL PROTECTED] ~]# rpm -qa|grep -i clam
clamav-db-0.93-2.el4.rf.i386
clamd-0.93-2.el4.rf.i386
clamav-0.93-2.el4.rf.i386

The problem I had was that at starting the clamd the daemon it crashed 
claiming something about the database format was incorrect. As you can 
imagine I have uninstalled clam*; saved the configuration files; 
updatedb; locate -i clam; yum install clamav-db clamd clamav; re-tunned 
the conf files, rights, etc...; fresclam; and it is working again.


Hope it helps. Regards,

P.S.: Yes, I do love top-posting if it helps (before some taliban says 
something to me, the list is to help people. I hope not to be unpolite)


John escribió:

On Mon, 2008-04-21 at 14:47 +0100, Anne Wilson wrote:
  

On Monday 21 April 2008 14:38, John wrote:


On Mon, 2008-04-21 at 14:33 +0100, Anne Wilson wrote:
  

For several days now I've been trying to update clamav from rpmforge
without success.  Does anyone know what's likely to be the problem?

Anne


Did you try to manually download it? Several peeps seem to be having a
problem with.
Don't Laugh I stick with what works! Has latest definitions.

rpm -qa | grep clam
clamav-db-0.91.2-1.el5.rf
clamd-0.91.2-1.el5.rf
clamav-0.91.2-1.el5.rf
clamtk-3.08-1.el5.rf

  

I have

clamav-0.92.1-1.el5.rf
clamtk-3.08-1.el5.rf
clamav-devel-0.92.1-1.el5.rf
clamd-0.92.1-1.el5.rf
fuse-clamfs-0.9.1-1.el5.rf
clamav-db-0.92.1-1.el5.rf
clamav-milter-0.92.1-1.el5.rf

yum tells me that an update is ready, but fails due to dependency on 
libclamav.so.3


I'll try to see if I can find it manually.

Anne


 yum update clamav
Loading installonlyn plugin
Loading fastestmirror plugin
Setting up Update Process
Setting up repositories
extras100% |=| 1.1 kB
00:00 
rpmforge  100% |=| 1.1 kB
00:04 
base  100% |=| 1.1 kB
00:00 
updates   100% |=|  951 B
00:00 
c5-testing100% |=|  951 B
00:00 
centosplus100% |=|  951 B
00:00 
addons100% |=|  951 B
00:00 
Loading mirror speeds from cached hostfile

Reading repository metadata in from local files
Resolving Dependencies
-- Populating transaction set with selected packages. Please wait.
--- Downloading header for clamav to pack into transaction set.
clamav-0.93-2.el5.rf.i386 100% |=|  17 kB
00:11 
--- Package clamav.i386 0:0.93-2.el5.rf set to be updated

-- Running transaction check
-- Processing Dependency: libclamav.so.2 for package: clamd
-- Processing Dependency: clamav = 0.91.2-1.el5.rf for package: clamd
-- Restarting Dependency Resolution with new changes.
-- Populating transaction set with selected packages. Please wait.
--- Downloading header for clamd to pack into transaction set.
clamd-0.93-2.el5.rf.i386. 100% |=| 6.2 kB
00:03 
--- Package clamd.i386 0:0.93-2.el5.rf set to be updated

-- Running transaction check

Dependencies Resolved

=
 Package Arch   Version  Repository
Size 
=

Updating:
 clamav  i386   0.93-2.el5.rfrpmforge
1.4 M
Updating for dependencies:
 clamd   i386   0.93-2.el5.rfrpmforge
86 k

Transaction Summary
=
Install  0 Package(s) 
Update   2 Package(s) 
Remove   0 Package(s) 


Total download size: 1.4 M
Is this ok [y/N]: y

I have no prob doing it. Maybe try updating your fuse filesystem first
then you fuse clamfs. Also im not running clamav milter.

Ralph made me do this! 

  

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos




--



Lorenzo Martínez Rodríguez
Consultor de seguridad informática


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmforge problem

2008-04-21 Thread William L. Maltby
On Mon, 2008-04-21 at 19:41 +0200, Lorenzo Martínez Rodríguez wrote:
 snip

 P.S.: Yes, I do love top-posting if it helps (before some taliban says
 something to me, the list is to help people. I hope not to be
 unpolite)
 snip

I'm not taliban, nor intolerant. But Have you thought about what you
just said? If you knowingly violate accepted standard behavior in a
venue, and it does cause delay or increases difficulty for those trying
to offer help to others, and it is only to satisify your whim (personal
desire, convenience, ...), then you are almost by definition being
impolite.

MHO
-- 
Bill

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] RPMforge metadata problems

2007-10-12 Thread Kai Schaetzl
Dag Wieers wrote on Fri, 12 Oct 2007 13:35:42 +0200 (CEST):

 Yesterday evening I added a TIMESTAMP to the root of my tree in order to
 follow up on the correctness of mirrors. And after 12 hours more than 50%
 of the mirrors do not have that TIMESTAMP file.
 
 It is possible that it is filtered out, so the test is not at all valid.
 I am going to reduce the number of mirrors and only add the ones that have
 a recent TIMESTAMP.
 
 However since information on why this happens (or when this happens) is
 scarce, I am not sure if reducing the mirrorlist will be effective.
 
 So hopefully, after this weekend the problems some of you have seen with
 Yum and the mirrorlist will be a problem of the past.

This would be great. If it still happens is there anything one could compare 
(except for the TIMESTAMP file)? I went to 
ftp://ftp.tu-chemnitz.de/pub/linux/dag/ (official apt.sw.be mirror, but 
there with a wftp hostname) and looked around, there's no TIMESTAMP file. 
But there is a _LASTMIRROR.txt from tonight.

Kai

-- 
Kai Schätzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] RPMforge metadata problems

2007-10-12 Thread Dag Wieers
Hi,

Yesterday evening I added a TIMESTAMP to the root of my tree in order to
follow up on the correctness of mirrors. And after 12 hours more than 50%
of the mirrors do not have that TIMESTAMP file.

It is possible that it is filtered out, so the test is not at all valid.
I am going to reduce the number of mirrors and only add the ones that have
a recent TIMESTAMP.

However since information on why this happens (or when this happens) is
scarce, I am not sure if reducing the mirrorlist will be effective.

So hopefully, after this weekend the problems some of you have seen with
Yum and the mirrorlist will be a problem of the past.

-- 
--   dag wieers,  [EMAIL PROTECTED],  http://dag.wieers.com/   --
[Any errors in spelling, tact or fact are transmission errors]
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmforge checksum errors

2007-09-06 Thread David Hrbáč
Peter Kjellstrom napsal(a):
 We see it too. My assumption is that it has to do with slow mirror sync 
 somehow. It seems a bunch of mirrors typically sit on a old or new version 
 that does not work with the local data (previously pulled from another 
 mirror). My typical fix is to ignore it (either it finds a mirror eventually 
 that's compatible or I try again later...).

My fix is 'yum clean all', it helps.
David
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmforge checksum errors

2007-09-03 Thread Kai Schaetzl
Dag Wieers wrote on Thu, 30 Aug 2007 15:21:38 +0200 (CEST):

 I wonder if this could be related to the fact that the metadata and data
 are synchronized independently and not with the rsync --delay-updates
 options.

The error refers to the metadata only it seems. What exactly does this 
check *do* check? If it is some hash check of the primary.xml.gz the 
status of the repo should not have any effect on it. If it is a 
consistency check about the sync status between metadata and data, then, 
yes, I would expect an error if they don't match.

Kai

-- 
Kai Schätzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmforge checksum errors

2007-08-30 Thread Dag Wieers
On Tue, 28 Aug 2007, Phil Schaffner wrote:

 On Tue, 2007-08-28 at 08:31 +0200, Kai Schaetzl wrote:
  As already said the problem exists with an unspecified number of
  mirrors. I
  don't use a mirror. I installed your rpmforge repo rpm package.
  That
  retrieves the list of mirrors and tries one (at random it seems). The
  checksum fails, it goes off to the next and so on. It seems to do
  this
  about ten times and then stops. Or maybe it was out of mirrors. One
  time
  none of them succeeded the checksum check, usually it takes 4, 5 or 6
  tries
  before I get a valid checksum.

 I also frequently see checksum errors with a similar setup, but seldom
 more than one or two failures.  I also use the fastestmirror plugin
 which may have some effect on the results.  No proxy is involved and
 results are similar at home and at work.

I wonder if this could be related to the fact that the metadata and data
are synchronized independently and not with the rsync --delay-updates
options.

-- 
--   dag wieers,  [EMAIL PROTECTED],  http://dag.wieers.com/   --
[Any errors in spelling, tact or fact are transmission errors]
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmforge checksum errors

2007-08-30 Thread Phil Schaffner
On Thu, 2007-08-30 at 15:21 +0200, Dag Wieers wrote:
 I wonder if this could be related to the fact that the metadata and
 data
 are synchronized independently and not with the rsync --delay-updates
 options.

Seems like a reasonable hypothesis.  How hard would it be to test it by
synchronizing the updates and asking for reports?  Would need some time
to test and cooperation on reporting as it seems not to be a
deterministic problem.

Phil


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmforge checksum errors

2007-08-28 Thread Phil Schaffner
On Tue, 2007-08-28 at 08:31 +0200, Kai Schaetzl wrote:
 As already said the problem exists with an unspecified number of
 mirrors. I 
 don't use a mirror. I installed your rpmforge repo rpm package.
 That 
 retrieves the list of mirrors and tries one (at random it seems). The 
 checksum fails, it goes off to the next and so on. It seems to do
 this 
 about ten times and then stops. Or maybe it was out of mirrors. One
 time 
 none of them succeeded the checksum check, usually it takes 4, 5 or 6
 tries 
 before I get a valid checksum. 

I also frequently see checksum errors with a similar setup, but seldom
more than one or two failures.  I also use the fastestmirror plugin
which may have some effect on the results.  No proxy is involved and
results are similar at home and at work.

Phil


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmforge checksum errors

2007-08-28 Thread Peter Kjellstrom
On Tuesday 28 August 2007, Phil Schaffner wrote:
 On Tue, 2007-08-28 at 08:31 +0200, Kai Schaetzl wrote:
  As already said the problem exists with an unspecified number of
  mirrors. I
  don't use a mirror. I installed your rpmforge repo rpm package.
  That
  retrieves the list of mirrors and tries one (at random it seems). The
  checksum fails, it goes off to the next and so on. It seems to do
  this
  about ten times and then stops. Or maybe it was out of mirrors. One
  time
  none of them succeeded the checksum check, usually it takes 4, 5 or 6
  tries
  before I get a valid checksum.

 I also frequently see checksum errors with a similar setup, but seldom
 more than one or two failures.  I also use the fastestmirror plugin
 which may have some effect on the results.  No proxy is involved and
 results are similar at home and at work.

We see it too. My assumption is that it has to do with slow mirror sync 
somehow. It seems a bunch of mirrors typically sit on a old or new version 
that does not work with the local data (previously pulled from another 
mirror). My typical fix is to ignore it (either it finds a mirror eventually 
that's compatible or I try again later...).

/Peter

 Phil


signature.asc
Description: This is a digitally signed message part.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmforge checksum errors

2007-08-27 Thread Jordi Espasa Clofent

I've only seen this on networks where I  (or my providers) use
proxies, however you may have better luck asking on the rpmforge
user's list.


M... I sufer this issue frequently. And I establish the connection 
from several sites (home, work). Maybe I'm behind a proxy network in my 
hme connection, but in my job it doesn't.


I will notice Dag about this post.

--
Thanks,
Jordi Espasa Clofent
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] rpmforge checksum errors

2007-08-27 Thread Kai Schaetzl
Dag Wieers wrote on Mon, 27 Aug 2007 23:33:21 +0200 (CEST):

 If you do have problems related to network issues, setting up a local
 mirror is a good way to control the environment _and_ save ond bandwidth.

It's sure not a network issue. Don't experience it at the moment as yum is 
still using the cached files. Mirroring rpmforge locally is really not what 
I want as I don't need 99% of the files and have only a few machines here 
locally.
What can I do for getting more information when it happens next time?

Kai

-- 
Kai Schätzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com



___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos