i updated to the latest up2date rpm.... then when updating to the latest kernel this is what happened after i ran up2date -fu for the kernel/kernel-source updates Testing package set / solving RPM inter-dependencies... Traceback (most recent call last): File "/usr/sbin/up2date", line 1174, in ? sys.exit(main() or 0) File "/usr/sbin/up2date", line 772, in main fullUpdate, dryRun=options.dry_run)) File "/usr/sbin/up2date", line 1066, in batchRun batch.run() File "up2dateBatch.py", line 74, in run File "up2dateBatch.py", line 159, in __dryRun File "up2date.py", line 395, in dryRun File "depSolver.py", line 357, in setup File "depSolver.py", line 390, in __add File "headers.py", line 37, in __getitem__ File "headers.py", line 42, in __retrievePackage File "rpcServer.py", line 304, in doCall File "repoDirector.py", line 31, in getHeader File "rpmSource.py", line 210, in getHeader File "/usr/share/rhn/up2date_client/repoBackends/yumRepo.py", line 100, in getHeader hdr = rpmUtils.readHeaderBlob(hdrBuf) TypeError: readHeaderBlob() takes exactly 2 arguments (1 given) ill post this in bugzilla also
On Thu, 2004-08-05 at 10:16, cweisiger at i-55.com wrote:> i updated to the latest up2date rpm.... > then when updating to the latest kernel > this is what happened after i ran up2date -fu > for the kernel/kernel-source updates > > Testing package set / solving RPM inter-dependencies... > Traceback (most recent call last): > File "/usr/sbin/up2date", line 1174, in ? > sys.exit(main() or 0) > File "/usr/sbin/up2date", line 772, in main > fullUpdate, dryRun=options.dry_run)) > File "/usr/sbin/up2date", line 1066, in batchRun > batch.run() > File "up2dateBatch.py", line 74, in run > File "up2dateBatch.py", line 159, in __dryRun > File "up2date.py", line 395, in dryRun > File "depSolver.py", line 357, in setup > File "depSolver.py", line 390, in __add > File "headers.py", line 37, in __getitem__ > File "headers.py", line 42, in __retrievePackage > File "rpcServer.py", line 304, in doCall > File "repoDirector.py", line 31, in getHeader > File "rpmSource.py", line 210, in getHeader > File "/usr/share/rhn/up2date_client/repoBackends/yumRepo.py", line 100, in > getHeader > hdr = rpmUtils.readHeaderBlob(hdrBuf) > TypeError: readHeaderBlob() takes exactly 2 arguments (1 given) > >It's already in RH bugzilla. https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=129215 looks like an upstream bug. -sv
damn forgot to check out bugzilla.redhat.com.... got to remember to check there first before posting here..
On Thu, 5 Aug 2004 cweisiger at i-55.com wrote:> i updated to the latest up2date rpm.... > then when updating to the latest kernel > this is what happened after i ran up2date -fu > for the kernel/kernel-source updates> TypeError: readHeaderBlob() takes exactly 2 arguments (1 given)Could it be the same problem I experienced recently and solved. Are you using my repository (with apt or yum) in conjunction with RHN with up2date ? If not, nevermind :) -- dag wieers, dag at wieers.com, http://dag.wieers.com/ -- [Any errors in spelling, tact or fact are transmission errors]
im just using the default /etc/sysconfig/rhn/sources file with up2date i didnt add or remove any mirrors in the file i could add another mirror to the file and fix it how you did yours.... could i also install the previous version of up2date so i can recieve updates till this version gets fixed that would not cause any problems would it?