 |
|
 |
|
Next: FC5 on nforce 3 SATA controller
|
| Author |
Message |
External

Since: Apr 03, 2006 Posts: 1
|
(Msg. 1) Posted: Sun Apr 02, 2006 9:54 pm
Post subject: up2date doesnt work anymore! Archived from groups: linux>redhat (more info?)
|
|
|
I get this (from the console, if I launch it from menu it just
freezes).
....
An error has occurred:
exceptions.ValueError
See /var/log/up2date for more information
It happens after:
Fetching rpm header: system-config-nfs-1.3.19-0.fc4.2 - but it happened
also with other packages in other cases.
RPM version: up2date-4.4.23-4, up2date-gnome-4.4.23-4
last lines in the log:
....
[Mon Apr 3 11:51:14 2006] up2date File "/usr/sbin/up2date", line
1265, in ?
sys.exit(main() or 0)
File "/usr/sbin/up2date", line 891, in main
gui.main()
File "/usr/share/rhn/up2date_client/gui.py", line 2158, in main
gtk.mainloop()
File
"/usr/src/build/612051-i386/install/usr/lib/python2.4/site-packages/gtk-2.0/gtk/__init__.py",
line 70, in __call__
File "/usr/share/rhn/up2date_client/gui.py", line 1377, in
onSkippedPagePrepare
self.__preparePackageList()
File "/usr/share/rhn/up2date_client/gui.py", line 1263, in
__preparePackageList
self.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 420, in
obsoletesList
progressCallback = progressCallback )
File "/usr/share/rhn/up2date_client/rpcServer.py", line 316, in
doCall
ret = apply(method, args, kwargs)
File "/usr/share/rhn/up2date_client/repoDirector.py", line 28, 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()
[Mon Apr 3 11:51:14 2006] up2date File
"/usr/share/rhn/up2date_client/gui.py", line 1393, in
onSkippedPagePrepare
maxlength = max(map(lambda x: len(x[0][0]), self.skipPkgList)) * 8
thanks for any info!
Alessandro Magni |
|
| Back to top |
|
 |  |
External

Since: Apr 03, 2006 Posts: 3
|
(Msg. 2) Posted: Mon Apr 03, 2006 4:11 pm
Post subject: Re: up2date doesnt work anymore! [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
alexxx.magni.RemoveThis@gmail.com wrote:
> I get this (from the console, if I launch it from menu it just
> freezes).
> ...
> An error has occurred:
> exceptions.ValueError
> See /var/log/up2date for more information
>
> It happens after:
> Fetching rpm header: system-config-nfs-1.3.19-0.fc4.2 - but it happened
> also with other packages in other cases.
>
> RPM version: up2date-4.4.23-4, up2date-gnome-4.4.23-4
>
>
> last lines in the log:
> ...
> [Mon Apr 3 11:51:14 2006] up2date File "/usr/sbin/up2date", line
> 1265, in ?
> sys.exit(main() or 0)
> File "/usr/sbin/up2date", line 891, in main
> gui.main()
> File "/usr/share/rhn/up2date_client/gui.py", line 2158, in main
> gtk.mainloop()
> File
> "/usr/src/build/612051-i386/install/usr/lib/python2.4/site-packages/gtk-2.0/gtk/__init__.py",
> line 70, in __call__
> File "/usr/share/rhn/up2date_client/gui.py", line 1377, in
> onSkippedPagePrepare
> self.__preparePackageList()
> File "/usr/share/rhn/up2date_client/gui.py", line 1263, in
> __preparePackageList
> self.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 420, in
> obsoletesList
> progressCallback = progressCallback )
> File "/usr/share/rhn/up2date_client/rpcServer.py", line 316, in
> doCall
> ret = apply(method, args, kwargs)
> File "/usr/share/rhn/up2date_client/repoDirector.py", line 28, 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()
>
> [Mon Apr 3 11:51:14 2006] up2date File
> "/usr/share/rhn/up2date_client/gui.py", line 1393, in
> onSkippedPagePrepare
> maxlength = max(map(lambda x: len(x[0][0]), self.skipPkgList)) * 8
>
>
> thanks for any info!
>
> Alessandro Magni
>
It never worked very well anyway. Just open a terminal and type "yum -y
update". That always works.
....kurt |
|
| Back to top |
|
 |  |
External

Since: Apr 03, 2006 Posts: 3
|
(Msg. 3) Posted: Mon Apr 03, 2006 4:12 pm
Post subject: Re: up2date doesnt work anymore! [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
alexxx.magni RemoveThis @gmail.com wrote:
> I get this (from the console, if I launch it from menu it just
> freezes).
> ...
> An error has occurred:
> exceptions.ValueError
> See /var/log/up2date for more information
>
> It happens after:
> Fetching rpm header: system-config-nfs-1.3.19-0.fc4.2 - but it happened
> also with other packages in other cases.
>
> RPM version: up2date-4.4.23-4, up2date-gnome-4.4.23-4
>
>
> last lines in the log:
> ...
> [Mon Apr 3 11:51:14 2006] up2date File "/usr/sbin/up2date", line
> 1265, in ?
> sys.exit(main() or 0)
> File "/usr/sbin/up2date", line 891, in main
> gui.main()
> File "/usr/share/rhn/up2date_client/gui.py", line 2158, in main
> gtk.mainloop()
> File
> "/usr/src/build/612051-i386/install/usr/lib/python2.4/site-packages/gtk-2.0/gtk/__init__.py",
> line 70, in __call__
> File "/usr/share/rhn/up2date_client/gui.py", line 1377, in
> onSkippedPagePrepare
> self.__preparePackageList()
> File "/usr/share/rhn/up2date_client/gui.py", line 1263, in
> __preparePackageList
> self.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 420, in
> obsoletesList
> progressCallback = progressCallback )
> File "/usr/share/rhn/up2date_client/rpcServer.py", line 316, in
> doCall
> ret = apply(method, args, kwargs)
> File "/usr/share/rhn/up2date_client/repoDirector.py", line 28, 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()
>
> [Mon Apr 3 11:51:14 2006] up2date File
> "/usr/share/rhn/up2date_client/gui.py", line 1393, in
> onSkippedPagePrepare
> maxlength = max(map(lambda x: len(x[0][0]), self.skipPkgList)) * 8
>
>
> thanks for any info!
>
> Alessandro Magni
>
It never worked very well anyway. Just open a terminal and type "yum -y
update". That always works.
....kurt |
|
| Back to top |
|
 |  |
External

Since: Apr 03, 2006 Posts: 3
|
(Msg. 4) Posted: Mon Apr 03, 2006 4:14 pm
Post subject: Re: up2date doesnt work anymore! [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
alexxx.magni RemoveThis @gmail.com wrote:
> I get this (from the console, if I launch it from menu it just
> freezes).
> ...
> An error has occurred:
> exceptions.ValueError
> See /var/log/up2date for more information
>
> It happens after:
> Fetching rpm header: system-config-nfs-1.3.19-0.fc4.2 - but it happened
> also with other packages in other cases.
>
> RPM version: up2date-4.4.23-4, up2date-gnome-4.4.23-4
>
>
> last lines in the log:
> ...
> [Mon Apr 3 11:51:14 2006] up2date File "/usr/sbin/up2date", line
> 1265, in ?
> sys.exit(main() or 0)
> File "/usr/sbin/up2date", line 891, in main
> gui.main()
> File "/usr/share/rhn/up2date_client/gui.py", line 2158, in main
> gtk.mainloop()
> File
> "/usr/src/build/612051-i386/install/usr/lib/python2.4/site-packages/gtk-2.0/gtk/__init__.py",
> line 70, in __call__
> File "/usr/share/rhn/up2date_client/gui.py", line 1377, in
> onSkippedPagePrepare
> self.__preparePackageList()
> File "/usr/share/rhn/up2date_client/gui.py", line 1263, in
> __preparePackageList
> self.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 420, in
> obsoletesList
> progressCallback = progressCallback )
> File "/usr/share/rhn/up2date_client/rpcServer.py", line 316, in
> doCall
> ret = apply(method, args, kwargs)
> File "/usr/share/rhn/up2date_client/repoDirector.py", line 28, 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()
>
> [Mon Apr 3 11:51:14 2006] up2date File
> "/usr/share/rhn/up2date_client/gui.py", line 1393, in
> onSkippedPagePrepare
> maxlength = max(map(lambda x: len(x[0][0]), self.skipPkgList)) * 8
>
>
> thanks for any info!
>
> Alessandro Magni
>
It never worked very well anyway. Just open a terminal and type "yum -y
update". That always works.
....kurt |
|
| Back to top |
|
 |  |
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
 |
|
|