Beste,
Nadat directadmin allerlei problemen gaf (zie vorige post) is het nu de beurt aan het gehele OS...
Na een "up2date clamav" krijg ik volgende pythonfouten:
[root@asterix ~]# up2date ?
http://fedora.redhat.com/download/up.../fedora-core-3
Traceback (most recent call last):
File "/usr/sbin/up2date", line 1248, in ?
sys.exit(main() or 0)
File "/usr/sbin/up2date", line 803, in main
fullUpdate, dryRun=options.dry_run))
File "/usr/sbin/up2date", line 1122, in batchRun
batch.run()
File "/usr/share/rhn/up2date_client/up2dateBatch.py", line 62, in run
self.__findPackagesToUpdate()
File "/usr/share/rhn/up2date_client/up2dateBatch.py", line 97, in __findPackagesToUpdate
plist.addGlobs(self.listOfGlobs)
File "/usr/share/rhn/up2date_client/packageList.py", line 157, in addGlobs
availList = rhnPackageInfo.getAvailablePackageList()
File "/usr/share/rhn/up2date_client/rhnPackageInfo.py", line 219, in getAvailablePackageList
package_list = availablePackageList(
File "/usr/share/rhn/up2date_client/rhnPackageInfo.py", line 130, in availablePackageList
svrChannels = rhnChannel.getChannels()
File "/usr/share/rhn/up2date_client/rhnChannel.py", line 212, in getChannels
url = getMirror(source,useMirrors[source['label']])
File "/usr/share/rhn/up2date_client/rhnChannel.py", line 129, in getMirror
mirrors = urlMirrors.getMirrors(source,url)
File "/usr/share/rhn/up2date_client/urlMirrors.py", line 90, in getMirrors
readfd = urlUtils.open_resource(mirrorUrl, agent="Up2date/%s" % up2dateUtils.version())
File "/usr/share/rhn/up2date_client/repoBackends/urlUtils.py", line 117, in open_resource
return opener.open(request)
File "/usr/lib/python2.3/urllib2.py", line 326, in open
'_open', req)
File "/usr/lib/python2.3/urllib2.py", line 306, in _call_chain
result = func(*args)
File "/usr/lib/python2.3/urllib2.py", line 901, in http_open
return self.do_open(httplib.HTTP, req)
File "/usr/lib/python2.3/urllib2.py", line 890, in do_open
code, msg, hdrs = h.getreply()
File "/usr/lib/python2.3/httplib.py", line 1049, in getreply
response = self._conn.getresponse()
File "/usr/lib/python2.3/httplib.py", line 778, in getresponse
response.begin()
File "/usr/lib/python2.3/httplib.py", line 273, in begin
version, status, reason = self._read_status()
File "/usr/lib/python2.3/httplib.py", line 231, in _read_status
line = self.fp.readline()
File "/usr/lib/python2.3/socket.py", line 323, in readline
data = recv(1)
socket.error: (4, 'Interrupted system call')
[root@asterix ~]# up2date clamav
http://fedora.redhat.com/download/up.../fedora-core-3
Traceback (most recent call last):
File "/usr/sbin/up2date", line 1248, in ?
sys.exit(main() or 0)
File "/usr/sbin/up2date", line 803, in main
fullUpdate, dryRun=options.dry_run))
File "/usr/sbin/up2date", line 1122, in batchRun
batch.run()
File "/usr/share/rhn/up2date_client/up2dateBatch.py", line 62, in run
self.__findPackagesToUpdate()
File "/usr/share/rhn/up2date_client/up2dateBatch.py", line 97, in __findPackagesToUpdate
plist.addGlobs(self.listOfGlobs)
File "/usr/share/rhn/up2date_client/packageList.py", line 157, in addGlobs
availList = rhnPackageInfo.getAvailablePackageList()
File "/usr/share/rhn/up2date_client/rhnPackageInfo.py", line 219, in getAvailablePackageList
package_list = availablePackageList(
File "/usr/share/rhn/up2date_client/rhnPackageInfo.py", line 130, in availablePackageList
svrChannels = rhnChannel.getChannels()
File "/usr/share/rhn/up2date_client/rhnChannel.py", line 212, in getChannels
url = getMirror(source,useMirrors[source['label']])
File "/usr/share/rhn/up2date_client/rhnChannel.py", line 129, in getMirror
mirrors = urlMirrors.getMirrors(source,url)
File "/usr/share/rhn/up2date_client/urlMirrors.py", line 90, in getMirrors
readfd = urlUtils.open_resource(mirrorUrl, agent="Up2date/%s" % up2dateUtils.version())
File "/usr/share/rhn/up2date_client/repoBackends/urlUtils.py", line 117, in open_resource
return opener.open(request)
File "/usr/lib/python2.3/urllib2.py", line 326, in open
'_open', req)
File "/usr/lib/python2.3/urllib2.py", line 306, in _call_chain
result = func(*args)
File "/usr/lib/python2.3/urllib2.py", line 901, in http_open
return self.do_open(httplib.HTTP, req)
File "/usr/lib/python2.3/urllib2.py", line 890, in do_open
code, msg, hdrs = h.getreply()
File "/usr/lib/python2.3/httplib.py", line 1049, in getreply
response = self._conn.getresponse()
File "/usr/lib/python2.3/httplib.py", line 778, in getresponse
response.begin()
File "/usr/lib/python2.3/httplib.py", line 273, in begin
version, status, reason = self._read_status()
File "/usr/lib/python2.3/httplib.py", line 231, in _read_status
line = self.fp.readline()
File "/usr/lib/python2.3/socket.py", line 323, in readline
data = recv(1)
socket.error: (4, 'Interrupted system call')

Likes:

