Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

up2date errors

Status
Not open for further replies.

frozenpeas

Technical User
Sep 13, 2001
893
CA
Hi, I'm trying to run up2date. Right now I'm trying just: up2date up2date but am getting this:

Code:
Retrieving list of all available packages...

Removing installed packages from list of updates...
100.0%
Removing packages marked to skip from list...
100.0%
Getting headers for available packages...
100.0%
Removing packages with files marked to skip from list...
Traceback (innermost last):
  File "/usr/sbin/up2date", line 382, in ?
    main()
  File "/usr/sbin/up2date", line 366, in main
    sys.exit(batchRun(onlyList, pkgNames))
  File "/usr/sbin/up2date", line 138, in batchRun
    updated, skipped = up2date.getUpdatedPackageList(printit, percent)
  File "/usr/share/rhn/up2date/up2date.py", line 894, in getUpdatedPackageList
    progressCallback)
  File "/usr/share/rhn/up2date/up2date.py", line 851, in removeSkipFilesPackagesFromList
    if checkModified(h, f_i):
  File "/usr/share/rhn/up2date/up2date.py", line 786, in checkModified
    if installedFileMD5s[j] != md5(fileName):
  File "/usr/share/rhn/up2date/up2date.py", line 218, in md5
    f = open(fileName, "r")
IOError: [Errno 2] No such file or directory: '/var/[URL unfurl="true"]www/html/index.html'[/URL]
[root@scout /]#

Any idea why? I don't have anything in that directory... but why does up2date need to get there anyway? I would really like to get my system updated.

Thanks for your help.
 
do you get the same error if you try to upgrade up2date using rpm from the command line?
 
Please forgive my idiocy... how do I go about doing that?

Thanks.
 
What version of RH are you running and have you tried opting only to update the up2date package before trying to update anything else?
 
I am running RH 7.0... this is the first method I have tried to update anything.
 
I'm downloading RH8 right now... I'll update it from that for now.

Thanks for your help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top