search for: dbserver

Displaying 20 results from an estimated 53 matches for "dbserver".

Did you mean: observer
2003 Jul 31
2
ENOMEM in journal_
Hi all, We have a problem with our system which is a Siemens PRIMERGY, 8xPentium III Xeon, 8GB Memory, 280GB HD, running as DB2 server. We have some kind of error message like below in /var/log/messages:
2003 Jul 11
4
module : cdr_sybase.so
...ot;,sqlcmd); return -1; } return 0; } char *description(void) { return desc; } int unload_module(void) { dbexit(); ast_cdr_unregister(name); return 0; } int load_module(void) { int res; struct ast_config *cfg; struct ast_variable *var; char *dbuser, *password, *dbserver, *application; cfg = ast_load(config); if (!cfg) { ast_log(LOG_WARNING, "Unable to load config for sybase CDR's: %s\n", config); return 0; } var = ast_variable_browse(cfg, "global"); if (!var) { return 0; } dbuser = ast_variable_retrieve(cfg,&qu...
2019 Jan 19
2
NT_STATUS_ACCOUNT_LOCKED_OUT
...an 2019 13:37:18 -0500 > Mark Foley via samba <samba at lists.samba.org> wrote: > > > I sure could use some help on this. Perhaps this problem is due to a > > recent Windows update? > > > > I have determined that whenever I log into the Windows 7 host > > DBSERVER from any other Windows 7 computer, whether it be a local > > domain workstation or an external computer, and regarless of whether > > the client workstation is logged in as 'mark' or any other user, I > > have the lockout problem. > > > > As soon as I log into...
2019 Jan 18
3
NT_STATUS_ACCOUNT_LOCKED_OUT
I'm having a very annoying problem I can't figure out. I've been running Samba4 as our office AD/DC for several years. This is a recent problem. Whenever I Remote Desktop into a particular Windows workstation (192.168.0.4) I get the following message in /var/log/samba/log.samba: Auth: [Kerberos KDC,ENC-TS Pre-authentication] user [(null)]\[mark at HPRS] at [Thu, 17 Jan 2019
2005 Feb 13
1
Mysql and SIP real time configuration...
2004 May 27
1
Samba 3.0.4-1 Error
The messages log file shows a whole series of the following error messages: May 26 10:12:22 dbserver smbd[9036]: [2004/05/26 10:12:22, 0] lib/substitute.c:alloc_sub_basic(505) May 26 10:12:22 dbserver smbd[9036]: alloc_sub_basic: NULL source string! This should not happen What is the cause of this, and what do I need to do to correct it? Thanks! Larry
2019 Jan 19
0
NT_STATUS_ACCOUNT_LOCKED_OUT
I sure could use some help on this. Perhaps this problem is due to a recent Windows update? I have determined that whenever I log into the Windows 7 host DBSERVER from any other Windows 7 computer, whether it be a local domain workstation or an external computer, and regarless of whether the client workstation is logged in as 'mark' or any other user, I have the lockout problem. As soon as I log into Windows 7 host dbserver as the domain administrat...
2019 Jan 20
0
[SOLVED] NT_STATUS_ACCOUNT_LOCKED_OUT
...an 2019 13:37:18 -0500 > Mark Foley via samba <samba at lists.samba.org> wrote: > > > I sure could use some help on this. Perhaps this problem is due to a > > recent Windows update? > > > > I have determined that whenever I log into the Windows 7 host > > DBSERVER from any other Windows 7 computer, whether it be a local > > domain workstation or an external computer, and regarless of whether > > the client workstation is logged in as 'mark' or any other user, I > > have the lockout problem. > > > > As soon as I log into...
2010 Jun 09
12
Foreman -- Reporting
.../puppet reports= log, foreman [puppetmasterd] ssl_client_header = SSL_CLIENT_S_DN ssl_client_verify_header = SSL_CLIENT_VERIFY modulepath = $confdir/modules #reports=log, foreman storeconfigs = true dbadapter = mysql dbuser = app_puppet dbpassword = password dbserver = localhost dbsocket = /sql/mysql/mysql.sock rrddir=/var/lib/puppet/rrd rrdinterval=$runinterval rrdgraph=true [puppetd] classfile = $vardir/classes.txt report = true localconfig = $vardir/localconfig What am I missing here? Thanks, Henry -- You received this messa...
2007 Feb 27
14
Using a single class multiple times
...rating an existing messy group of systems to some nice new hardware. Things are going incredibly well, and puppet''s functioning great. Have a bit of a headache. I''d like to keep myself from duplicating lots of included classes. Lets say I have this (snippet of a) class: class dbserver { file { "/etc/my_${db}.cnf": require => package["mysql-server"], mode => 644, owner => "root", group => "root", source => "puppet://puppet/configs/my_${db}.cnf",...
2007 Dec 22
8
puppet with postgresql adapter
...configure puppet to use rails with postgresql. I'' m having troubles to make it work. Got no error when running puppetmasterd but nothing is being populated in the DB. Is anybody using puppet with postgres ? my config (in puppet.conf) [rails] dbadapter = postgresql dbname = mydb dbserver = localhost dbuser = user dbpassword = password _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com https://mail.madstop.com/mailman/listinfo/puppet-users
2007 Sep 13
5
Apache mod_proxy_balancer hang on high traffic hour
more info just 1 server webserver + appserver + dbserver On 9/14/07, Yan Meng <dreamwords at gmail.com> wrote: > > Hi, Guys > > Our team is running a web2.0 finance site in China > > http://www.caibangzi.com/ > > We use APACHE + mod_proxy_balancer + mongrel to deploy our application, it > workd super in the past few mont...
2004 Mar 04
0
session setup failed: ERRDOS - ERRnoaccess (Access denied.)
When I try to connect to a NT share I get this: 19788: session setup failed: ERRDOS - ERRnoaccess (Access denied.) SMB connection failed My command is: mount -t smbfs -o username=xxx,password=xxx //DBSERVER/myshare$ /tmp/backup The above command works on other machines. Please help. Here is my debug info: INFO: Current debug levels: all: True/10 tdb: False/0 printdrivers: False/0 lanman: False/0 smb: False/0 rpc_parse: False/0 rpc_srv: False/0 rpc_cli: False/0 passdb: Fal...
2007 Aug 15
5
PuppetDatabase - collection "yes", anything in db "no"
...id (TM): - installed MySQL on same host as Puppetmaster - created db (puppetdb) - crated user/pass(puppetdb/puppetdb) - granted rights - manually added a table just to check - works Puppetmaster configured to use that DB: #puppet.conf [puppetmasterd] storeconfigs = true [rails] dbadapter = mysql dbserver = localhost dbname = puppetdb dbuser = puppetdb dbpassword = puppetdb # #rails.log Defined connections: {} Active connections: {} Active connection name: # Thanks for taking a look! cheers Simon _______________________________________________ Puppet-users mailing list Puppet-users@madstop.com h...
2009 Nov 12
6
Multiple environments
...g something? Here''s a copy of my puppet.conf file: [main] vardir = /var/lib/puppet manifest = /etc/puppet/manifests/site.pp modulepath = /etc/puppet/modules pluginsync = true storeconfigs = true # dbadapter = mysql dbuser = puppet dbpassword = **** dbserver = mysql.example.com [puppetmasterd] certname=puppet.example.com [testing] manifest=/etc/puppet-testing/manifests/site.pp modulepath=/etc/puppet-testing/modules [production] manifest=/etc/puppet/manifests/site.pp modulepath=/etc/puppet/modules Cheers, Scott --~--~---------~-...
2013 Feb 08
3
issue storing facts values in mysql on puppet master 3.0.2
...- Error: Could not retrieve catalog from remote server: wrong header line format In puppet.conf file on puppetmaster, I added following lines - facts_terminus = inventory_active_record dbadapter = mysql dbname = dashboard dbuser = test dbpassword = test123 dbserver = puppet-master.com dbsocket = /var/run/mysqld/mysqld.sock How can i solve this error? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-user...
2011 Jul 21
2
Dashboard and remote MySQL BDD
Hi, I''ve installed Dashboard on my server and I aim to remotely request the MySQL Database. All documentations read explain the way to roll out using Dashboard and MySQL Database on the same server. I am looking for any information to achieve that because I haven''t found any from the time being and I wonder if it''s just possible. Thanks you, David -- You received
2012 Jan 13
1
mysql errors
...entOS 5.7. I have a separate server running CentOS 6.1 and MySQL 5.1.52 for the inventory db. On the masters, I have inventory configured in the puppet.conf as follows: facts_terminus = inventory_active_record dbadapter = mysql dbname = inventory dbuser = inventory dbpass = xxxx dbserver = x.x.x.x The masters are running ruby enterprise 1.8.7 and all have exactly the same versions of ruby gems installed. *** LOCAL GEMS *** activemodel (3.1.3) activerecord (3.1.3) activesupport (3.1.3) arel (2.2.1) builder (3.0.0) facter (1.6.3) fastthread (1.0.7) i18n (0.6.0) multi_json (1.0.3)...
2011 Dec 05
3
puppet kick problem: host is already running
...s.txt report = true listen = true localconfig = $vardir/localconfig preferred_serialization_format = yaml [master] certname = <hidden> reports = http, store reporturl = http://<hidden>:3000/reports/upload pluginsync = true storeconfigs = true dbadapter = mysql dbuser = root dbpassword = dbserver = localhost dbsocket = /var/lib/mysql/mysql.sock I don''t know how to go about fixing/debugging this. I already tried to get the raw output with curl, but it wasn''t helpful (In one case I get the ruby object telling me it''s in status running, in the other case the succes...
2010 Jul 22
8
Foreman / External Nodes -- Node Not found
...er = SSL_CLIENT_VERIFY modulepath = $confdir/modules templatedir = /etc/puppet/manifests/templates #clientyamldir = /var/lib/puppet/yaml/node reportdir = /var/lib/puppet/reports storeconfigs = true dbadapter = mysql dbuser = app_puppet dbpassword = xxxxxxxxxxxxxx dbserver = localhost dbsocket = /sql/mysql/mysql.sock rrddir = /var/lib/puppet/rrd rrdinterval = $runinterval rrdgraph = true [puppetd] classfile = $vardir/classes.txt report = true localconfig = $vardir/localconfig Any ideas? Thanks, Henry -- You received this message beca...