LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 08-03-2011, 06:49 AM   #1
libove
LQ Newbie
 
Registered: Aug 2011
Posts: 2

Rep: Reputation: Disabled
up2date fails header download for nagios-0-2.12-9.el4.i386.hdr


I'm trying to up2date an RHEL4 ES (i386/i686, 32-bit) system. It always fails with:

Quote:
Testing package set / solving RPM inter-dependencies...

Downloading headers to solve dependencies...
There was an error downloading: http://download.fedoraproject.org/pub/epel/4/i386/headers/nagios-0-2.12-9.el4.i386.hdr
There was an error downloading: http://download.fedoraproject.org/pub/epel/4/i386/headers/nagios-0-2.12-9.el4.i386.hdr
There was an error downloading: http://download.fedoraproject.org/pub/epel/4/i386/headers/nagios-0-2.12-9.el4.i386.hdr
There was an error downloading: http://download.fedoraproject.org/pub/epel/4/i386/headers/nagios-0-2.12-9.el4.i386.hdr
There was an error downloading: http://download.fedoraproject.org/pub/epel/4/i386/headers/nagios-0-2.12-9.el4.i386.hdr
An error has occurred:
exceptions.UnboundLocalError
See /var/log/up2date for more information
The thing is, when I look in the package lists, that precise version of nagios (nagios-0-2.12-9.el4.i386.hdr) is out-of-date. The version actually in the repositories (I checked several mirrors) is nagios-0-2.12-10.el4.i386.hdr.

I tried clearing the up2date/yum caches - they just rebuilt and came back to the same error.

What can I check to see what may be outdated, or otherwise reconcile this mismatch in some dependency as compared to the actual package version available?

This is preventing me from up2date'ing any package at all on the server, even those with no relation whatsoever to nagios.

Thanks!
-Jay
 
Old 08-04-2011, 12:38 AM   #2
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
Quote:
See /var/log/up2date for more information
and did you ... ?
 
Old 08-04-2011, 02:23 AM   #3
libove
LQ Newbie
 
Registered: Aug 2011
Posts: 2

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by chrism01 View Post
Quote:
See /var/log/up2date for more information
and did you ... ?
Nah, I figured I'd just let everyone else do my job for me.
:-)

Yes, I did check /var/log/up2date. It is not very enlightening, at least to my eye. Of course, I should have posted it the first time; my apologies.

Here is the content of /var/log/up2date from such an 'up2date -u' run.
I hope someone with more 'up2date' (pun intended!) experience than I have (I had a coffee mug in the 1990s which said "I was UNIX when UNIX wasn't cool"! Never could grow the UNIX guru hair braid, unfortunately) .. can see something helpful in this.

Thanks,
-Jay

Quote:
[Thu Aug 4 09:13:19 2011] up2date updating login info
[Thu Aug 4 09:13:19 2011] up2date logging into up2date server
[Thu Aug 4 09:13:23 2011] up2date successfully retrieved authentication token from up2date server
[Thu Aug 4 09:13:23 2011] up2date availablePackageList from network
[Thu Aug 4 09:14:08 2011] up2date allAvailablePackageList from network
[Thu Aug 4 09:14:14 2011] up2date solving dep for: [('perl', '5.00396', 12), ('libnspr4.so', None, 0), ('libnss3.so', None, 0),
('libplc4.so', None, 0), ('libssl3.so', None, 0), ('libnspr4.so', None, 0), ('libnss3.so', None, 0)]
[Thu Aug 4 09:14:36 2011] up2date File "/usr/sbin/up2date", line 1315, in ?
sys.exit(main() or 0)
File "/usr/sbin/up2date", line 816, in main
fullUpdate, dryRun=options.dry_run))
File "/usr/sbin/up2date", line 1163, in batchRun
batch.run()
File "/usr/share/rhn/up2date_client/up2dateBatch.py", line 87, in run
self.__dryRun()
File "/usr/share/rhn/up2date_client/up2dateBatch.py", line 247, in __dryRun
self.percentCallback)
File "/usr/share/rhn/up2date_client/up2date.py", line 384, in dryRun
ret = depsolve.solvedep()
File "/usr/share/rhn/up2date_client/depSolver.py", line 769, in solvedep
ret = self.process_deps(deps)
File "/usr/share/rhn/up2date_client/depSolver.py", line 663, in process_deps
changed = self.__dependencies(dependencies)
File "/usr/share/rhn/up2date_client/depSolver.py", line 356, in __dependencies
msgCallback = self.msgCallback)
File "/usr/share/rhn/up2date_client/depSolver.py", line 103, in solveDep
msgCallback = msgCallback)
File "/usr/share/rhn/up2date_client/repoBackends/genericSolveDep.py", line 133, in solveDep
msgCallback = self.msgCallback)
File "/usr/share/rhn/up2date_client/repoBackends/genericSolveDep.py", line 348, in getSolutions
hdr = self.getHeader(pkg)
File "/usr/share/rhn/up2date_client/repoBackends/genericSolveDep.py", line 322, in getHeader
progressCallback = progressCallback)
File "/usr/share/rhn/up2date_client/rpcServer.py", line 239, in doCall
ret = apply(method, args, kwargs)
File "/usr/share/rhn/up2date_client/repoDirector.py", line 33, in getHeader
return self.handlers[channel['type']].getHeader(pkg, msgCallback, progressCallback)
File "/usr/share/rhn/up2date_client/rpmSource.py", line 213, in getHeader
header = source.getHeader(pkg, progressCallback = progressCallback)
File "/usr/share/rhn/up2date_client/repoBackends/yumRepo.py", line 112, in getHeader
return hdr
 
Old 08-04-2011, 11:57 PM   #4
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
I'm sure that will help somebody
Unfortunately, that's not me.
Do they have a forum for qns at EPEL; could worth a try?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
up2date fails with dependencies i386 & x86_64 rpms for Oracle gatr_head Red Hat 3 04-26-2007 07:20 PM
seamonkey-1.0.5-0.1.el4.i386.rpm dependencies? kennethcole1973 Red Hat 2 11-12-2006 07:48 AM
Up2date fails to install after download Witton Fedora 2 12-13-2005 03:38 AM
header file extraction ? (.hdr) t3gah Linux - Software 1 03-21-2005 03:57 AM
hdr(header file) question? bbmak Linux - Newbie 1 09-10-2004 01:45 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:42 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration