Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 155176 Details for
Bug 238934
up2date-4.5.5-6.el4: repomd fails with type errors.
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
/var/log/up2date
up2date (text/plain), 7.48 KB, created by
Aleksey Nogin
on 2007-05-22 16:28:08 UTC
(
hide
)
Description:
/var/log/up2date
Filename:
MIME Type:
Creator:
Aleksey Nogin
Created:
2007-05-22 16:28:08 UTC
Size:
7.48 KB
patch
obsolete
>[Tue May 22 09:26:07 2007] up2date updating login info >[Tue May 22 09:26:07 2007] up2date logging into up2date server >[Tue May 22 09:26:08 2007] up2date successfully retrieved authentication token from up2date server >[Tue May 22 09:26:08 2007] up2date availablePackageList from network >[Tue May 22 09:26:08 2007] up2date File "/usr/sbin/up2date", line 1272, in ? > sys.exit(main() or 0) > File "/usr/sbin/up2date", line 791, in main > fullUpdate, dryRun=options.dry_run)) > File "/usr/sbin/up2date", line 1110, in batchRun > batch.init() > File "/usr/share/rhn/up2date_client/up2dateBatch.py", line 70, in init > self.__findPackagesToUpdate() > File "/usr/share/rhn/up2date_client/up2dateBatch.py", line 106, in __findPackagesToUpdate > plist.addGlobs(self.listOfGlobs) > File "/usr/share/rhn/up2date_client/packageList.py", line 161, in addGlobs > availList = rhnPackageInfo.getAvailablePackageList() > File "/usr/share/rhn/up2date_client/rhnPackageInfo.py", line 235, in getAvailablePackageList > package_list = availablePackageList( > File "/usr/share/rhn/up2date_client/rhnPackageInfo.py", line 169, in availablePackageList > progressCallback = progressCallback) > File "/usr/share/rhn/up2date_client/rpcServer.py", line 236, in doCall > ret = apply(method, args, kwargs) > File "/usr/share/rhn/up2date_client/repoDirector.py", line 22, in listPackages > return self.handlers[channel['type']].listPackages(channel, msgCallback, progressCallback) > File "/usr/share/rhn/up2date_client/rpmSource.py", line 229, in listPackages > msgCallback, progressCallback) > File "/usr/share/rhn/up2date_client/repoBackends/repomdRepo.py", line 136, in listPackages > self.initRepo() > File "/usr/share/rhn/up2date_client/repoBackends/repomdRepo.py", line 123, in initRepo > log.trace_me() > File "/usr/share/rhn/up2date_client/up2dateLog.py", line 35, in trace_me > x = traceback.extract_stack() > >[Tue May 22 09:26:12 2007] up2date File "/usr/sbin/up2date", line 1272, in ? > sys.exit(main() or 0) > File "/usr/sbin/up2date", line 791, in main > fullUpdate, dryRun=options.dry_run)) > File "/usr/sbin/up2date", line 1110, in batchRun > batch.init() > File "/usr/share/rhn/up2date_client/up2dateBatch.py", line 70, in init > self.__findPackagesToUpdate() > File "/usr/share/rhn/up2date_client/up2dateBatch.py", line 106, in __findPackagesToUpdate > plist.addGlobs(self.listOfGlobs) > File "/usr/share/rhn/up2date_client/packageList.py", line 161, in addGlobs > availList = rhnPackageInfo.getAvailablePackageList() > File "/usr/share/rhn/up2date_client/rhnPackageInfo.py", line 235, in getAvailablePackageList > package_list = availablePackageList( > File "/usr/share/rhn/up2date_client/rhnPackageInfo.py", line 169, in availablePackageList > progressCallback = progressCallback) > File "/usr/share/rhn/up2date_client/rpcServer.py", line 236, in doCall > ret = apply(method, args, kwargs) > File "/usr/share/rhn/up2date_client/repoDirector.py", line 22, in listPackages > return self.handlers[channel['type']].listPackages(channel, msgCallback, progressCallback) > File "/usr/share/rhn/up2date_client/rpmSource.py", line 229, in listPackages > msgCallback, progressCallback) > File "/usr/share/rhn/up2date_client/repoBackends/repomdRepo.py", line 136, in listPackages > self.initRepo() > File "/usr/share/rhn/up2date_client/repoBackends/repomdRepo.py", line 123, in initRepo > log.trace_me() > File "/usr/share/rhn/up2date_client/up2dateLog.py", line 35, in trace_me > x = traceback.extract_stack() > >[Tue May 22 09:26:16 2007] up2date File "/usr/sbin/up2date", line 1272, in ? > sys.exit(main() or 0) > File "/usr/sbin/up2date", line 791, in main > fullUpdate, dryRun=options.dry_run)) > File "/usr/sbin/up2date", line 1110, in batchRun > batch.init() > File "/usr/share/rhn/up2date_client/up2dateBatch.py", line 70, in init > self.__findPackagesToUpdate() > File "/usr/share/rhn/up2date_client/up2dateBatch.py", line 110, in __findPackagesToUpdate > plist.run() > File "/usr/share/rhn/up2date_client/packageList.py", line 132, in run > progressCallback = self.progressCallback ) > File "/usr/share/rhn/up2date_client/rhnPackageInfo.py", line 419, in obsoletesList > progressCallback = progressCallback ) > File "/usr/share/rhn/up2date_client/rpcServer.py", line 236, in doCall > ret = apply(method, args, kwargs) > File "/usr/share/rhn/up2date_client/repoDirector.py", line 29, in getObsoletes > return self.handlers[channel['type']].getObsoletes(channel, msgCallback, progressCallback) > File "/usr/share/rhn/up2date_client/rpmSource.py", line 252, in getObsoletes > msgCallback, progressCallback) > File "/usr/share/rhn/up2date_client/repoBackends/repomdRepo.py", line 173, in getObsoletes > self.initRepo() > File "/usr/share/rhn/up2date_client/repoBackends/repomdRepo.py", line 123, in initRepo > log.trace_me() > File "/usr/share/rhn/up2date_client/up2dateLog.py", line 35, in trace_me > x = traceback.extract_stack() > >[Tue May 22 09:26:16 2007] up2date File "/usr/sbin/up2date", line 1272, in ? > sys.exit(main() or 0) > File "/usr/sbin/up2date", line 791, in main > fullUpdate, dryRun=options.dry_run)) > File "/usr/sbin/up2date", line 1110, in batchRun > batch.init() > File "/usr/share/rhn/up2date_client/up2dateBatch.py", line 70, in init > self.__findPackagesToUpdate() > File "/usr/share/rhn/up2date_client/up2dateBatch.py", line 110, in __findPackagesToUpdate > plist.run() > File "/usr/share/rhn/up2date_client/packageList.py", line 132, in run > progressCallback = self.progressCallback ) > File "/usr/share/rhn/up2date_client/rhnPackageInfo.py", line 419, in obsoletesList > progressCallback = progressCallback ) > File "/usr/share/rhn/up2date_client/rpcServer.py", line 236, in doCall > ret = apply(method, args, kwargs) > File "/usr/share/rhn/up2date_client/repoDirector.py", line 29, in getObsoletes > return self.handlers[channel['type']].getObsoletes(channel, msgCallback, progressCallback) > File "/usr/share/rhn/up2date_client/rpmSource.py", line 252, in getObsoletes > msgCallback, progressCallback) > File "/usr/share/rhn/up2date_client/repoBackends/repomdRepo.py", line 173, in getObsoletes > self.initRepo() > File "/usr/share/rhn/up2date_client/repoBackends/repomdRepo.py", line 123, in initRepo > log.trace_me() > File "/usr/share/rhn/up2date_client/up2dateLog.py", line 35, in trace_me > x = traceback.extract_stack() > >[Tue May 22 09:26:17 2007] up2date allAvailablePackageList from network >[Tue May 22 09:26:19 2007] up2date File "/usr/sbin/up2date", line 1272, in ? > sys.exit(main() or 0) > File "/usr/sbin/up2date", line 791, in main > fullUpdate, dryRun=options.dry_run)) > File "/usr/sbin/up2date", line 1110, in batchRun > batch.init() > File "/usr/share/rhn/up2date_client/up2dateBatch.py", line 70, in init > self.__findPackagesToUpdate() > File "/usr/share/rhn/up2date_client/up2dateBatch.py", line 121, in __findPackagesToUpdate > self.allAvailablePackages = rhnPackageInfo.allAvailablePackageList() > File "/usr/share/rhn/up2date_client/rhnPackageInfo.py", line 218, in allAvailablePackageList > progressCallback = progressCallback ) > File "/usr/share/rhn/up2date_client/rpcServer.py", line 236, in doCall > ret = apply(method, args, kwargs) > File "/usr/share/rhn/up2date_client/repoDirector.py", line 25, in listAllPackages > return self.handlers[channel['type']].listAllPackages(channel, msgCallback, progressCallback) > File "/usr/share/rhn/up2date_client/rpmSource.py", line 241, in listAllPackages > msgCallback, progressCallback) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 238934
: 155176