Displaying 20 results from an estimated 59 matches for "__db".
Did you mean:
__d0
2006 May 26
2
Do I need large Cyrus DB files?
While investigating my earlier Sendmail confusion I noticed these files:
# ll /var/lib/imap/db/
total 15952
-rw------- 1 cyrus mail 16384 Jan 22 04:02 __db.001
-rw------- 1 cyrus mail 663552 Jan 22 04:02 __db.002
-rw------- 1 cyrus mail 98304 Jan 22 04:02 __db.003
-rw------- 1 cyrus mail 22568960 Jan 22 04:02 __db.004
-rw------- 1 cyrus mail 32768 Jan 22 04:02 __db.005
-rw------- 1 cyrus mail 64 Jan 22 04:02 log.0000000001
The date...
2008 Oct 27
2
dovecot expire doesn't work (?)
...logfiles, and nothing on the console. I have the
/var/dovecot/expire directory:
# ls -la /var/dovecot/expire/
total 1640
drwx------ 2 root wheel 512 Oct 26 19:47:53 2008 ./
drwxr-x--- 3 root wheel 512 Oct 27 07:57:42 2008 ../
-rw------- 1 root wheel 24576 Oct 27 13:00:01 2008 __db.001
-rw------- 1 root wheel 57344 Oct 27 13:00:01 2008 __db.002
-rw------- 1 root wheel 270336 Oct 27 13:00:01 2008 __db.003
-rw------- 1 root wheel 98304 Oct 27 13:00:01 2008 __db.004
-rw------- 1 root wheel 49152 Oct 27 13:00:01 2008 __db.005
-rw------- 1 root wheel 3...
2008 Jan 10
4
yum hangs when Reading Local RPMDB
...wasn't the case here.
python-2.3.4-14.4
python-sqlite-1.1.7-1.2.1
sqlite-3.3.6-2
yum-2.4.3-3.el4.centos
Kernel in use is not the latest 4.5 kernel, but one from 4.3. This
shouldn't matter in this case, shouldn't it?
How can I resolve this?
I see that one suggestion is rm /var/lib/rpm/__db*. How do I rebuild it
then?
I found that cleaning the metadata doesn't remove the sqlite databases, so
I removed these from /var/yum/cache as well. The rebuilt databases were
different, but it didn't solve the problem.
Kai
--
Kai Sch?tzl, Berlin, Germany
Get your web at Conactive Int...
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
2009 Jan 18
2
Starting slapd: /bin/bash: /tmp/start-slapd.K12378: Permission denied
....conf
-rw-r----- 1 ldap ldap 12288 Jan 16 18:07 .slapd.conf.swp
$ sudo ls -al /var/lib/ldap/
total 572
drwx------ 2 ldap ldap 4096 Jan 16 17:41 .
drwxr-xr-x 21 root root 4096 Jan 16 17:40 ..
-rw-r--r-- 1 ldap ldap 2048 Jan 16 17:41 alock
-rw------- 1 ldap ldap 24576 Jan 16 17:41 __db.001
-rw------- 1 ldap ldap 278528 Jan 16 17:41 __db.002
-rw------- 1 ldap ldap 270336 Jan 16 17:41 __db.003
-rw------- 1 ldap ldap 98304 Jan 16 17:41 __db.004
-rw------- 1 ldap ldap 352256 Jan 16 17:41 __db.005
-rw------- 1 ldap ldap 24576 Jan 16 17:41 __db.006
-rw------- 1 ldap l...
2016 Aug 18
1
[PATCH] v2v: linux: simplify RPM database cleaning
...-- a/v2v/convert_linux.ml
+++ b/v2v/convert_linux.ml
@@ -85,9 +85,7 @@ let rec convert ~keep_serial_console (g : G.guestfs) inspect source rcaps =
Linux.augeas_init g;
(* Clean RPM database. This must be done early to avoid RHBZ#1143866. *)
- let dbfiles = g#glob_expand "/var/lib/rpm/__db.00?" in
- let dbfiles = Array.to_list dbfiles in
- List.iter g#rm_f dbfiles;
+ Array.iter g#rm_f (g#glob_expand "/var/lib/rpm/__db.00?");
(* What grub is installed? *)
let grub_config, grub =
--
2.7.4
2007 Aug 22
0
rpm command freezing
Howdy,
If ever somebody here might have encountered this, the rpm -qa commands just
stuck for ages on my box ( honestly this is rhel 3 box).
I done rebuilding already the /var/lib/rpm/__db* as per KB article but to no
avail.
Any additional hints what's to look for?
One thing I notice w/c I think is weird is that we I losf the process of rpm
-qa that's freezing, it's looking somewhere instead of /var/lib/rpm/ I
supposed.
[root at server1 root]# ps aux | grep rpm
root...
2005 Jan 18
5
rpm db
Hi All,
I wonder if someone can help. My rpm db was corrupted.
So I ran rm -f __db* followed rpm rebuild db which ran OK. But I keep
getting the following error.
error: cannot open Packages database in /var/lib/rpm
warning: kernel-source-2.4.21-20.0.1.EL.i386.rpm: V3 DSA signature: NOKEY, key
ID 025e513b
error: cannot open Packages database in /var/lib/rpm
--
Regards
JC
2006 Oct 02
5
Yet another yum/rpm update problem
...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 successfully update yum itself, but now even a
"yum --version" or "rpm -q yum" hang and can only be killed with a
"kill -9 <pid>".
Any suggestions on how to proceed? I had no problems on any of the
other systems, and they were all...
2008 Dec 20
1
glusterfs1.4rc6 bdb problem
I download 1.4rc6 version, and
#rpmbuild -ta glusterfs-1.4.0rc6.tar.gz --without ibverbs
# cd /usr/src/redhat/RPM/i386/
# rpm -ivh glusterfs-1.4.0rc6-1.i386.rpm
my configuration:
# cat /etc/gluster/glusterfs-server.vol
volume bdb
type storage/bdb
option directory /data2/glusterfs
option checkpoint-timeout 10
option lru-limit 200
end-volume
volume bdbserver
type protocol/server
option
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,
2004 Sep 24
0
Fwd: Re: yum updated to 3.3, rpmdb corrupted
...ced from centos/dag) to try and pin-point the problem.
>
> >
> > Nothing happened to the machine whilst it was updating, no errors
> > appeared whilst yum was running.
> >
> > After yum has finished there are the following files in /var/lib/rpm:
> >
> > __db.001
> > __db.002
> > __db.003
>
> I have these files too.
Yeah, the only reason I deleted them is because googling suggested it was worth
doing before a rebuilddb. On the first machine I did this I didn't delete
those files and the rebuilddb didn't help.
> > Anybo...
2006 Jul 24
0
md5sum -c failing on some files after rsync backup
...bels recipe
(http://www.mikerubel.org/computers/rsync_snapshots/). I am creating lvm
snapshots of partitions whose contents changes fast. In order to verify
if evyerthing went ok, I do md5sum checks on all files and everytime some
files are failing the test. Here is a list of them:
./amavis/db/__db.001: FAILED
./amavis/db/__db.002: FAILED
./amavis/db/__db.003: FAILED
./amavis/quarantine/spam-Tj3tsKAU7G3c.gz: FAILED
./amavis/quarantine/spam-VyKl+vwlBxlY.gz: FAILED
./amavis/quarantine/spam-pAMwYjbMNhuP.gz: FAILED
./amavis/quarantine/spam-36fTxT+IWOPS.gz: FAILED
./amavis/quarantine/virus-tvUARLx...
2004 Sep 21
1
yum updated to 3.3, rpmdb corrupted
I'd guess this is probably something pretty specific to my test box, but when I
yum updated to 3.3 my rpmdb got totally hosed. Unfortunately, I didn't save
the error that occured at the time because a rpm --rebuilddb _appeared_ to fix
the problem. Unfortunately I found out later that I was left with a db that
only contained a subset of the actual install base. I'm now trying to
2009 Nov 04
2
rpm and yum issues
...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 it a couple of times... Reboot didn't work. I copied the
database files out of /var/lib/rpm to a safe location, then deleted the
__db.* files. Ran rpm --initdb. That seemed to work. Now, I've been
running rpm --rebuild for around 18 hours.
The load factor on the server is 1.0, according to uptime. Top shows
that it is running, using 100% cpu. Iostat shows around 25% usr load.
I see the os raid drives bounce on occasio...
2009 Feb 04
2
Expire plugin does not work
Hi.
I test expire plugin for my dovecot 1.1.8. But, it seems to not work.
I have 3 mailboxes on my machine.
I want my messages in Junk and Trash expire after 1 day. I removed all messages in them before installing expire plugin.
See my dovecot.conf:
expire: Trash 1 Junk 1
expire_dict: proxy::expire
My dabatases in /var/lib/dovecot are used.
When I launch /usr/local/sbin/dovecot
2019 Feb 07
2
Did I install too much for clamav?
...Feb 07 08:16:59 klovia.htt-consult.com amavis[6327]: Using primary
internal av scanner code for ClamAV-clamd
Feb 07 08:16:59 klovia.htt-consult.com amavis[6327]: Found secondary av
scanner ClamAV-clamscan at /usr/bin/clamscan
Feb 07 08:16:59 klovia.htt-consult.com amavis[6327]: Deleting db files
__db.002,snmp.db,nanny.db,__db.001,__db.003 in /var/spool/amavisd/db
Feb 07 08:16:59 klovia.htt-consult.com amavis[6327]: Creating db in
/var/spool/amavisd/db/; BerkeleyDB 0.51, libdb 5.3
Feb 07 08:17:00 klovia.htt-consult.com amavis[6327]: initializing
Mail::SpamAssassin (0)
Feb 07 08:17:08 klovia.ht...
2007 Mar 14
4
"No space left on device" but there is space
Hi,
I've been receiving message "No space left on device" but there is space.
I've forced fsck on reboot 2 times but did not solve.
# yum
rpmdb: /var/lib/rpm/__db.001: No space left on device
error: db4 error(28) from dbenv->open: No space left on device
error: cannot open Packages index using db3 - No space left on device (28)
error: cannot open Packages database in /var/lib/rpm
Traceback (most recent call last):
<...>
# df -h
Filesystem...
2007 Apr 20
2
Learning SELINUX management, help?
...1 SMP Thu Mar 15
21:02:53 EDT 2007 i686 i686
Alert Count 1
Line Numbers
Raw Audit Messages
avc: denied { read, write } for comm="cupsd" dev=dm-0 egid=0 euid=0
exe="/usr/sbin/cupsd" exit=0 fsgid=0 fsuid=0 gid=0 items=0 name="__db.000"
path="socket:[15083]" pid=5515
scontext=system_u:system_r:cupsd_t:s0-s0:c0.c1023
sgid=0 subj=system_u:system_r:cupsd_t:s0-s0:c0.c1023 suid=0 tclass=file
tcontext=system_u:object_r:rpm_var_lib_t:s0 tty=tty1 uid=0
I checked in /usr/share/docs/selinux-policy-2.4.6/html
and find...
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 ?