search for: db_stat

Displaying 5 results from an estimated 5 matches for "db_stat".

Did you mean: db_state
2010 Mar 08
1
openldap-2.3.43 and db4-utils - DB_VERSION_MISMATCH
Hi, I just started to set up a test ldap server and followed some tutorials. One topic is the tuning/monitoring of the bdb. So I installed the db4-utils and executed a "db_stat -h /var/lib/ldap/ -m". The answere is no stat, but: db_stat: Program version 4.3 doesn't match environment version db_stat: DB_ENV->open: DB_VERSION_MISMATCH: Database environment version mismatch The systemsetup is a basic, fresh centos 5.4 isntallation. So why do I get this message...
2006 Mar 26
4
select information from sqlite_master error
...rking on extending tepee to a personal e-notebook sort of tool (never lose my papers/revisions....hehe). I''ve given tepee an oswd css design, and am currently adding a admin page that I want to show the ruby version, sqlite version and db size and db stats information. I tried running: @db_stats = ZenDesk::Models::Base.find_by_sql("SELECT * FROM sqlite_master") to see what information I could gleen from the master table and I got this error: ZenDesk::Controllers::Admin.GET ActiveRecord::SubclassNotFound The single-table inheritance mechanism failed to locate the subclass: '...
2013 Jan 22
2
FreeBSD 9.1 - openldap slapd lockups, mutex problems
Hi. (Im am sending this to the "stable" list, because it maybe kernel related.. ) On 9.1-RELEASE I am witnessing lockups of the openldap slapd daemon. The slapd runs for some days and then hangs, consuming high amounts of CPU. In this state slapd can only be restarted by SIGKILL. # procstat -kk 71195 PID TID COMM TDNAME KSTACK 71195
2005 Jan 28
1
Samba 3.0 PDC + LDAP: Workstation account disappearing
Hello, I've a Debian 3.1 box with Samba 3.0.9 acting as a PDC with OpenLDAP 2.1.30, smbldap-tools 0.8.5, libnss-ldap version 220-1. The problem is this: Yesterday suddenly a user from a workstation already joined to the domain could not log on any more. The log message was: Workstation HPDX02$: no account in domain Digging into LDAP I've found that the entry in the LDAP DB exists (I
2007 Sep 23
0
A preliminary design for an external DB for rsync
...# CHROOT_PATH_PTR: can be NULL. # FLAGS: active-checksum-type, incl-acl-info, incl-xattr-info, etc. The chroot path modifies incoming filenames into a global DB context and strips the returned filenames down to work in a chroot (also ensures that no filenames outside the chroot will be returned). db_stat(FILENAME_PTR, STATX_STRUCT_PTR, CHKSUM_PTR, FLAGS); # CHKSUM_PTR: can be NULL. Will be returned if enabled in db_open(). # FLAGS: lstat/stat, use-checksum-for-stat The stat info is used during the lookup, and then updated. Stat would try to handle renamed files by using both filename and inode i...