Welcome to Soft32 Linux Forums!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

up2date doesnt work anymore!

 
   Soft32 Home -> Linux -> General Discussions RSS
Next:  FC5 on nforce 3 SATA controller  
Author Message
alexxx.magni

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
Login to vote
kurtL

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
Login to vote
kurtL

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
Login to vote
kurtL

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
Login to vote
Display posts from previous:   
Related Topics:
netscape does'nt work anymore - -- Hello! Warning: the following hosts are unknown home.netscape.com home6.netscape.com ...

'up2date --get-source' doesn't work - [root@munja rpm]# up2date --get-source kernel Fetching all package list for channel: updates-released... An error has....

How to get channels to work with Fedora up2date? - I can't seem to get up2date to work with Fedora Core 1. I signed up for a demo account on RH, but can't figure out how....

Why did up2date certificate expire without auto up2date fix? - Just ran into the following error message while trying to run up2date on my RH8 installation: There was an SSL error:....

Upgrade from FC6 to FC7 doesnt start, cant mount root part.. - Hi, if I try to upgrade my FC6 (from DVD) it finds my root partition as /dev/sda5 (although it is an IDE disc) but the...

unable to ssh anymore - I am using fedora core 1. I recently installed a DSL wireless router. However i connect my computer directly to the DS...
       Soft32 Home -> Linux -> General Discussions All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
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

Categories:
 Windows
  Linux
 Mac
 PDA


[ Contact us | Terms of Service/Privacy Policy ]