search for: dbconfig

Displaying 20 results from an estimated 20 matches for "dbconfig".

Did you mean: db_config
2009 Jul 15
0
idmap problem
...fic directives apply to this backend until another # 'backend' directive occurs backend hdb database hdb suffix "dc=mydomain,dc=site" rootdn "cn=adm,dc=mydomain,dc=site" rootpw {SSHA}....... directory "/var/lib/ldap" dbconfig set_cachesize 0 100000000 1 dbconfig set_lk_max_objects 1500 dbconfig set_lk_max_locks 1500 dbconfig set_lk_max_lockers 1500 dbconfig set_lg_regionmax 262144 dbconfig set_lg_bsize 524288 dbconfig set_lg_dir /var/lib/ldap/log dbconfig set_flags DB_LOG_AUTOREMOVE index objec...
2014 Apr 21
0
Facing troubles installing rubymine latest one in vps ubuntu 12.04 64 bit
...Unpacking redmine-mysql (from .../redmine-mysql_1.3.2+dfsg1-1ubuntu1_all.deb) ... Selecting previously unselected package redmine. Unpacking redmine (from .../redmine_1.3.2+dfsg1-1ubuntu1_all.deb) ... Setting up redmine-mysql (1.3.2+dfsg1-1ubuntu1) ... Setting up redmine (1.3.2+dfsg1-1ubuntu1) ... dbconfig-common: writing config to /etc/dbconfig-common/redmine/instances/default.conf Creating config file /etc/dbconfig-common/redmine/instances/default.conf with new version Creating config file /etc/redmine/default/database.yml.new with new version granting access to database redmine_default for red...
2009 Nov 26
1
password expiration problem
...le /var/run/slapd/slapd.pid argsfile /var/run/slapd/slapd.args loglevel 256 modulepath /usr/lib/ldap moduleload back_bdb sizelimit 500 tool-threads 1 backend bdb database bdb suffix "dc=workgroup" directory "/var/lib/ldap" dbconfig set_cachesize 0 2097152 0 dbconfig set_lk_max_objects 1500 dbconfig set_lk_max_locks 1500 dbconfig set_lk_max_lockers 1500 index objectClass eq index cn pres,sub,eq index sn pres,sub,eq index uid pres,sub,eq index...
2009 May 31
0
Smbd startup failure caused by a failure to create an NT token for the guest account
..."cn=admin,dc=dil,dc=edu" rootpw {SSHA}0cp6jXILNJnHBSYUAaLH5nfLk/QKm+KV directory "/var/lib/ldap" ############################################################################ # DB Settings # # The dbconfig settings are used to generate a DB_CONFIG file the first # # time slapd starts. They do NOT override existing an existing DB_CONFIG # # file. You should therefore change these settings in DB_CONFIG directly # # or remove DB_CONFIG and restart slapd for changes to take effect. # # For...
2007 Sep 26
0
activerecord multiple databases
...in my very basic tests so I thought I''d share. Just posting it in case this helps anyone else trying to do the same thing. I''m using this with activerecord, but not rails, so there may be some adjustments needed if you are trying to incorporate this into rails. module Project DBCONFIG = YAML::load(File.open(''database.yml'')) module ConnectionFactory class DB1 < ActiveRecord::Base self.establish_connection(Project::DBCONFIG[''db1'']) end class DB2 < ActiveRecord::Base self.establish_connection(Project::DBCONFIG[...
2009 Nov 29
0
password expiration
...le /var/run/slapd/slapd.pid argsfile /var/run/slapd/slapd.args loglevel 256 modulepath /usr/lib/ldap moduleload back_bdb sizelimit 500 tool-threads 1 backend bdb database bdb suffix "dc=workgroup" directory "/var/lib/ldap" dbconfig set_cachesize 0 2097152 0 dbconfig set_lk_max_objects 1500 dbconfig set_lk_max_locks 1500 dbconfig set_lk_max_lockers 1500 index objectClass eq index cn pres,sub,eq index sn pres,sub,eq index uid pres,sub,eq index...
2008 Nov 04
0
Workstation joins domain but user cannot log in SMB-LDAP
...gsfile /var/run/slapd/slapd.args logfile /var/log/slapd.log loglevel 256 modulepath /usr/lib/ldap moduleload back_bdb sizelimit 500 tool-threads 1 backend bdb database bdb suffix "dc=srecengineering,dc=int" directory "/var/lib/ldap" dbconfig set_cachesize 0 2097152 0 dbconfig set_lk_max_objects 1500 dbconfig set_lk_max_locks 1500 dbconfig set_lk_max_lockers 1500 index objectClass eq lastmod on checkpoint 512 30 access to attrs=userPassword,shadowLastChange,sambaNTPassword,sambaLMPassword by dn="cn=a...
2009 Jun 16
0
(no subject)
...base #1 suffix "dc=home" # rootdn directive for specifying a superuser on the database. This is needed # for syncrepl. # rootdn "cn=admin,dc=home" # Where the database file are physically stored for database #1 directory "/var/lib/ldap" # The dbconfig settings are used to generate a DB_CONFIG file the first # time slapd starts. They do NOT override existing an existing DB_CONFIG # file. You should therefore change these settings in DB_CONFIG directly # or remove DB_CONFIG and restart slapd for changes to take effect. # For the Debian package...
2010 Feb 10
2
LDAP backend replication?
Hi to all! I've set up Zimbra LDAP (2.4) as master, and I want to use RHEL v5 LDAP (2.3) as a slave. This is relevant part of my slapd.conf on LDAP 2.3: # syncrepl directives syncrepl rid=101 provider=ldap://192.168.1.86 bindmethod=simple binddn="uid=zimbra,cn=admins,cn=zimbra" credentials=PASSword searchbase="dc=company,dc=com" schemachecking=on
2007 Dec 05
0
Cannot access share
...s is needed # for syncrepl. rootdn "cn=admin,dc=mydomain,dc=ie" # Where the database file are physically stored for database #1 directory "/var/lib/ldap" # For the Debian package we use 2MB as default but be sure to update this # value if you have plenty of RAM dbconfig set_cachesize 0 2097152 0 # Sven Hartge reported that he had to set this value incredibly high # to get slapd running at all. See http://bugs.debian.org/303057 # for more information. # Number of objects that can be locked at the same time. dbconfig set_lk_max_objects 1500 # Number of locks (both...
2007 Dec 05
0
Cannot access share]
...s is needed # for syncrepl. rootdn "cn=admin,dc=mydomain,dc=ie" # Where the database file are physically stored for database #1 directory "/var/lib/ldap" # For the Debian package we use 2MB as default but be sure to update this # value if you have plenty of RAM dbconfig set_cachesize 0 2097152 0 # Sven Hartge reported that he had to set this value incredibly high # to get slapd running at all. See http://bugs.debian.org/303057 # for more information. # Number of objects that can be locked at the same time. dbconfig set_lk_max_objects 1500 # Number of locks (both...
2010 Mar 09
3
Windows machine has to join two times
...fix "dc=test,dc=com" # rootdn directive for specifying a superuser on the database. This is needed # for syncrepl. # rootdn "cn=admin,dc=test,dc=com" # Where the database file are physically stored for database #1 directory "/ldap_data" # The dbconfig settings are used to generate a DB_CONFIG file the first # time slapd starts. They do NOT override existing an existing DB_CONFIG # file. You should therefore change these settings in DB_CONFIG directly # or remove DB_CONFIG and restart slapd for changes to take effect. # For the Debian package...
2010 Mar 29
1
urgent
...f your directory in database #1 suffix "dc=csimaroc,dc=net" rootdn "cn=admin,dc=csimaroc,dc=net" rootpw {SSHA}L0puRf7u2ASeTVeRziR/s1JZQUQpCaQ0 # Where the database file are physically stored for database #1 directory "/var/lib/ldap" dbconfig set_cachesize 0 2097152 0 # Sven Hartge reported that he had to set this value incredibly high # to get slapd running at all. See http://bugs.debian.org/303057 for more # information. # Number of objects that can be locked at the same time. dbconfig set_lk_max_objects 1500 # Number of locks (both...
2011 Jun 14
5
puppet dashboard
...oard: puppet-dashboard depends on ruby; however: Package ruby is not installed. puppet-dashboard depends on ruby1.8 (>= 1.8.7); however: Package ruby1.8 is not installed. puppet-dashboard depends on rake (>= 0.8.3); however: Package rake is not installed. puppet-dashboard depends on dbconfig-common; however: Package dbconfig-common is not installed. puppet-dashboard depends on libdbd-mysql-ruby; however: Package libdbd-mysql-ruby is not installed. puppet-dashboard depends on rubygems; however: Package rubygems is not installed. puppet-dashboard depends on libhttpclient-ruby1.8...
2008 Jan 01
2
Problem with samba and ldap
..."cn=admin,dc=mik" rootpw {SSHA}wDFytSLjQhvYo1aiIXXRXKYtnwAk6Fkk # Where the database file are physically stored for database #1 directory "/var/lib/ldap" # For the Debian package we use 2MB as default but be sure to update this # value if you have plenty of RAM dbconfig set_cachesize 0 2097152 0 # Sven Hartge reported that he had to set this value incredibly high # to get slapd running at all. See http://bugs.debian.org/303057 # for more information. # Number of objects that can be locked at the same time. dbconfig set_lk_max_objects 1500 # Number of locks (both...
2007 Sep 03
11
MySQL has gone away
Hi, in a production environment we are running into "MySQL server has gone away" errors (see below) when we call rebuild_index in aaf. This happens sporadically. Any suggestions for what might be wrong or workarounds? I guess we try a reconnect before we call rebuild_index? Matthew ActiveRecord::StatementInvalid (Mysql::Error: MySQL server has gone away: SELECT count(*) AS
2013 Jul 03
2
[Bug 9995] New: Rsync 3.1 dev :
...ne Davison for his work. I 'm testing Rsync 3.1, with the db.diff Patch, especially the checksum feature. The build has no troubles. But, to initialize the tables in the Mysql Database, i have found an error : dvu at alix:~/LADHYX/Dev/Rsync/Git/rsync> /opt/Rsync/bin/rsyncdb --db=/opt/Rsync/dbconfig --init --mounts Creating DB rsync (if it does not exist) Dropping old tables (if they exist)) Creating empty tables ... [rsyncdb] Prepare failed: Table 'rsync.disk' doesn't exist INSERT INTO disk SET host = ?, last_seen = ?, mount_uniq = ?, devno = ? ON DUPLICATE KEY UPDATE last_seen =...
2012 May 15
5
setting up the SQLite database
I know this isn''t Python, but I''d like to get a view on the ''one obvious'' way to set up an SQLite (or other) database and its location per-app. I''ve got a bit lost with the Camping 2 changes and various code snippets I have kicking around. 1. is it best to set up the DB creation/connection: 1.1 at the end of the app
2012 Dec 17
20
early clean exit from module?
Hi folks, I''ve poked around the language reference, and havent found anything on this so far. I''d like to be able to force a clean early exit from a module. WITHOUT encasing the whole body of the module in an if statement. What I''m looking for: class somemodule { #no this isnt going to be a global variable I''m just using that as an example, if
2013 Jan 26
0
Processed: switching email address
....1 (<< 5.5) Changed Bug submitter to 'Andreas Beckmann <anbe at debian.org>' from 'Andreas Beckmann <debian at abeckmann.de>' > submitter 670506 ! Bug #670506 [movabletype-opensource] movabletype-opensource: unowned files after purge (policy 6.8, 10.8): /var/lib/dbconfig-common/sqlite/movabletype-opensource/movabletypeopensource Changed Bug submitter to 'Andreas Beckmann <anbe at debian.org>' from 'Andreas Beckmann <debian at abeckmann.de>' > submitter 657142 ! Bug #657142 [sasl2-bin] sasl2-bin: unowned files after purge (policy 6.8,...