similar to: yum updated to 3.3, rpmdb corrupted

Displaying 20 results from an estimated 600 matches similar to: "yum updated to 3.3, rpmdb corrupted"

2008 Jan 10
4
yum hangs when Reading Local RPMDB
All of a sudden yum hangs on a Centos 4.5 (updated to the latest patch before 4.6) when I try to use it. "clean metadata" didn't help. The output of -d5 shows it gets to the point of "Reading Local RPMDB" and then sits there. The process doesn't die, but doesn't seem to do anything from that point on. strace shows this: futex(0xb76dcae8, FUTEX_WAIT, 2, NULL I
2006 Jul 07
3
Upgrade 3.4 --> 3.7 went awry: rpmdb hosed
I installed CentOS 3.4 from a CD image I'd burned a while ago, and then attempted to update with yum to 3.7. All the packages installed OK, but at the very end of final cleanup I got an error message from db4 saying to "RUN RECOVERY". I did "rpm --rebuilddb" which may have been the wrong thing -- it issued an error about "pages missing". I then ran it again,
2005 Jul 20
4
Yum/rpm error (rpmdb versioning issue?)
Has anyone seen this before? [root at shelob rpm]# yum update rpmdb: Program version 4.2 doesn't match environment version error: db4 error(22) from dbenv->open: Invalid argument error: cannot open Packages index using db3 - Invalid argument (22) error: cannot open Packages database in /var/lib/rpm Traceback (most recent call last): File "/usr/bin/yum", line 30, in ?
2004 Sep 24
0
Fwd: Re: yum updated to 3.3, rpmdb corrupted
Quoting Martin Hamant <mh at accelance.fr>: > on my freshly updated system ( 3.3 ): > > # cat /etc/redhat-release > CentOS release 3.3 (final) > # rpm -qa | wc -l > 483 > > And no such error message ... Indeed, in fact I'd be surprised if everyone was having this problem; I don't suppose 3.3 would have been released if they were. What I am suggesting is
2005 Mar 03
2
rpm corruption
I have recently deployed a number of CentOS-3.4 boxes and I am seeing problems with rpm database apparent corruption. db4 errors like DB_PAGE_NOTFOUND. I have found that using LD_ASSUME_KERNEL=2.2.5 seems to fix the problem but I can''t find much info on why or if doing that is good or bad. I have done --rebuilddb but with the LD_ASSUME_KERNEL that might be making thinks worse... I just
2005 Aug 21
3
YUM is seriously fubar
Okay, I have over 9 gigs of spare room on my main hard drive, so I don't think var is filling up. I've set prelinking to be off (I think), and yet still, YUM continues to freeze my computer. If I try to do a search or install, about half the time it will go nuts on the hard drive, I lose control of the mouse, and eventually I have no choice but to hard reset. What's wrong with
2005 Jan 06
2
samba-3.0.9-1.3E.2
I wouldn't normally hurry you guys about a package release, (because you're doing an excellent job), but any eta on the above? samba-3.0.9-1.3E.1 is in the current repos and that install seriously fubar'd my ADS + winbind setup. samba-3.0.9-1.3E.2 (which requires krb5-libs-1.2.7-31) fixes the problem. NB, samba-3.0.7-1.3E.1 (the old version) was fine for me, its only this
2006 Oct 02
5
Yet another yum/rpm update problem
I am in the process of updating a dozen or so workstations from CentOS 4.3 to CentOS 4.4. I set up a local YUM repository, and have been able to successfully update all systems except for one. Both yum and rpm either hang or core dump on this system. I've done a "yum clean all" and an "rpm --rebuilddb" (after deleting the __db files). I was able to
2006 Aug 12
5
Windows build?
I performed a get on the CVS WxRuby2; I have installed wxWidgets 2.6.3 and SWIG 1.3.29. Additionally I am running Visual Studio on Windows XP. When I run rake to compile I receive the following error. App.cpp c:\wxWidgets-2.6.3/include\wx/platform.h(190) : fatal error C1083: Cannot open include file: ''wx/setup.h'': No such file or directory rake aborted! Command failed with
2019 Sep 14
0
RPMDB problem
On Sat, 2019-09-14 at 14:09 -0400, Fred Smith wrote: > When doing yum operations I get this message at the end of whatever > yum was doing: > > ** Found 1 pre-existing rpmdb problem(s), 'yum check' output follows: > brscan4-0.4.8-1.x86_64 is a duplicate with brscan4-0.4.3-1.x86_64 > > It is true, if I do "rpm -qa | grep brscan" it shows two of them. >
2019 Sep 14
2
RPMDB problem
When doing yum operations I get this message at the end of whatever yum was doing: ** Found 1 pre-existing rpmdb problem(s), 'yum check' output follows: brscan4-0.4.8-1.x86_64 is a duplicate with brscan4-0.4.3-1.x86_64 It is true, if I do "rpm -qa | grep brscan" it shows two of them. what's the best/proper way to deal with this? -remove both, reinstall one? -remove one?
2006 Aug 15
4
contributing?
What do I need to do to be able to contribute patches? Thanks, Joe _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2013 Apr 19
1
Winbind and User Private Groups
Hello, I'm doing R&D on using Winbind to authenticate Active Directory users (W2K3S R2) on RHEL 6 servers. I have a working implementation of this using idmap_rid as the backend. I followed 'configuration 1' in the following guide:
2006 May 05
1
RadRails and path issues
I have been using RadRails as my editor for Ruby development. Overall I''m pretty happy with it. I''m experiencing a couple of path problems though when using it. Inside of my project within RadRails I will have a directory structure that looks similar to this. +MyProject ++src +++src_sub_directories ++props ++output ..misc files RadRails then treats all files within the src
2006 Aug 15
1
Segmentation Fault
I was finally able to build wxruby2 yesterday. Today I tried switching an existing app over to wxruby2, but on running it I received a segmentation fault error. I then created a quick minimal script to see if the error still occurred. Here is the minimal script. # *** BEGIN SCRIPT *** require ''wx'' include Wx class PPGui < App def on_init Frame.new(nil, -1, "The
2006 Aug 18
2
irc ?
Is there an irc channel for WxRuby development? If not, would anyone be interested in having me set one up? Joe _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2006 Aug 03
6
evt_scrollwin_thumbtrack/GetPosition?
I am attempting to create a scrollable panel. This works fine for using the scroll arrows, as I am capturing the event and then incrementing the scroll pos by the desired amount. However, it is not working on thumbtracking. I capture the event successfully, but I am unable to capture the position of the thumb tracker. I have looked at the poor man''s doc and have been unable to figure
2009 Feb 23
7
Recover rpm DB corrupted by disk failure?
Over the weekend my workstation (still on CentOS 3) started showing SMART errors, so we shut it down and moved everything onto a new drive. On reboot, the RPM database reports as corrupted and "rpm --rebuilddb" segmentation faults. Is there any reasonable way to recover from this, short of a complete reinstall? The machine is otherwise up though it''s quite likely some files
2012 May 22
2
yum problem with glibc
Is anyone getting a yum update problem with glibc and glibc-common? I'm getting the error message ------------------------------- Error: Protected multilib versions: glibc-2.12-1.47.el6_2.12.x86_64 != glibc-2.12-1.47.el6_2.9.i686 ** Found 3 pre-existing rpmdb problem(s), 'yum check' output follows: bash-4.1.2-9.el6_2.x86_64 is a duplicate with bash-4.1.2-8.el6.centos.x86_64
2009 Nov 04
2
rpm and yum issues
Greetings. I am having issues with rpm/yum on a centos 5.2 x86_64. I am trying to update from 5.2 to 5.4. During yum update, the application became unresponsive during the package search. It had not begun to download any packages. I tried to do a "yum clean all", but that wouldn't complete either. I tried to do a rpm --rebuild, but that failed with a segmentation fault. Tried