frozenpeas
Technical User
Hi, I'm trying to run up2date. Right now I'm trying just: up2date up2date but am getting this:
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.
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.