Displaying 20 results from an estimated 3000 matches similar to: "MySQL server has gone away"
2012 May 01
5
RHEL 6 and ActiveRecord issues
All,
I am trying to install puppet master version 2.7.13 on Red Hat
Enterprise Linux 6, and utilize stored configs.
I followed the guide here: http://projects.puppetlabs.com/projects/1/wiki/Using_Stored_Configuration
When I run puppet --noop on one of the clients, I get the following
error:
err: Could not retrieve catalog from remote server: Error 400 on
SERVER: Could not autoload
2009 Aug 05
2
check if package installed
How can I check if some package installed in manifest?
Only by writing facter plugin?
For example:
if ssh_installed {
file{"/etc/ssh/sshd_config":
source =>.........
}
}
Alexey Wasilyev
Systems Administrator
Grid Dynamics
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Puppet Users"
2013 Oct 18
2
Can't find a supported method of using storeconfigs on AWS
I can''t seem to find a sane way of running storeconfigs on the new AWS
server environment I''m working on.
- SQLite is not an option. It becomes unusable far too quickly.
- Using a mysql adapter doesn''t seem to work properly.
- I quickly run into bug #9290<http://projects.puppetlabs.com/issues/9290>again and again. Which after 2 years STILL
2008 Feb 13
7
dependency to storeconfig
Hi all,
I''ve noticed, that once using storeconfig, if the db (in my case mysql) is
down than puppet wont start...
is there a real reason for making puppet depend on the db?
Thanks,
Ohad
_______________________________________________
Puppet-users mailing list
Puppet-users@madstop.com
https://mail.madstop.com/mailman/listinfo/puppet-users
2009 Jul 28
1
puppet vs cron vs x86_64
I have following trouble on x86_64 machines.
On i686 machines all ok.
[awasilyev@hyperic ~]$ sudo puppetd -t
err: Could not create puppet: Could not find a default provider for cron
warning: Not using cache on failed catalog
warning: Configuration could not be instantiated: Could not find a default
provider for cron
[awasilyev@hyperic ~]$ ls /usr/lib/ruby/site_ruby/1.8/puppet/provider/cron
2011 Jun 06
4
How do you handle deleted nodes with exported resources in this situation?
I have an issue where for a file type of an exported resource I must define
as such:
force => false,
replace => false,
Meaning the file is created, but do not replace after it''s added. I do this
because of the app modifies the config file after (I know bad idea on their
part).
How can I ensure this file is removed when I remove the node from
2011 Oct 04
11
Concat::Fragment collection broken in 2.7.5
I don''t if anybody is using the concat modules from ripienaar,
but since an upgrade to 2.7.5 I keep getting an error on fragment
collection.
The code is like below:
@@concat::fragment{ "${name}" :
target => "/etc/bind/named.conf.keys",
content => template("dns/named.conf.keys.erb"),
order => 10,
tag =>
2009 Jul 10
6
Best practices for building a file from distributed data.
G''day.
I am wondering what the current best practice for building a single file out
of distributed fragments is with puppet. Specifically, my problem:
1. Install munin-node on arbitrary machines.
2. Install ''munin.conf'' as a single file on one machine, containing a
configuration stanza for every machine that munin-node is installed on.
The current best practice
2010 Mar 22
0
rspec bug, on Mysql::Error: MySQL server has gone away: ROLLBACK TO SAVEPOINT active_record_1
hello
can anybody help me with this bug, (this sometimes occur sometimes passes)
1)
ActiveRecord::StatementInvalid in ''MailReader on Simple Tasks should not
accept duplicate email''
Mysql::Error: MySQL server has gone away: ROLLBACK TO SAVEPOINT
active_record_1
/home/poldz/.gem/ruby/1.8/gems/activerecord-2.3.5/lib/active_record/connection_adapters/abstract_adapter.rb:219:in
2012 May 31
6
Manage but don't create resource
Hi,
I have certain situations where I want to manage user attributes, if the
user already exists on a system, but not actually create them if they are
missing. Is there a way to do this?
I tried removing the explicit "ensure => present", but this seems to have
no effect (i.e. missing users still created).
I am running 2.7.9.
Thanks,
Alan
--
You received this message because
2006 Oct 10
6
"MySQL server has gone away" with Apache 2.2 + Mongrel cluster
Hi
I just setup a server (Apache 2.2, mod_proxy_balancer, mongrel_cluster) with
2 Rails applications according to this excellent Post:
http://blog.codahale.com/2006/06/19/time-for-a-grown-up-server-rails-mongrel-apache-capistrano-and-you
Everythings works great, but after a long inactive period (say one night),
the first 3 connections allways get an Error 500
Excerpt from production.log:
...
2013 Aug 21
11
Confusion with puppetdb (storeconfig) and query database
Hello,
I have configured puppet and puppetdb (storeconfig) with postgresql and the
service run and the collecting are good for example:
I can make query with the next command and responds ok .
[.........................]
[root@master]# curl -X GET -H ''Accept: application/json''
http://127.0.0.1:8080/v2/facts --data-urlencode ''query=["=", "name",
2010 Dec 20
2
foreman issue
Hello!
I try to use foreman. It''s successfuly import current nodes from
puppet storeconfig. Nodes hostname stored in short form, without
domain.
After that, i run puppet on newly created additional 5 nodes. They
shows in foreman with full fqdn. Os, environment, architecture for
this nodes not shown.
How can i fix this issue?
--
You received this message because you are subscribed to
2010 Oct 19
14
client won't use remote file bucket
Hi all,
I''m having a stupid moment getting a remote file bucket working. My
client only file buckets locally, not remotely.
I have this site.pp:
*********
filebucket { "main": server => "puppet" }
File { backup => "main" }
node ''default'' {
include test
}
*********
and this test module:
*********
class test {
file {
2009 Aug 26
7
storeconfigs + environments issue
Hi Guys,
Im trying to turn on storeconfigs with a mysql db backend. On my
testing server in our lab, i configured this successfully and can see
if keeping information on all test hosts.
When trying to implent the same idea onto our production puppet
server, I get the following errors:
Aug 26 16:35:53 opsynxsr0097 puppetmasterd[27003]: (/Settings[/etc/
2007 Mar 16
1
Documentation and howto
Hi all.
I'm really intrested on how the CentOS team rebuilds all of the packages
from the src rmps: build environment, setup, tips and tricks.
Is there documentation about this somewhere?
Thanks.
--
Andrea Carpani <andrea.carpani at criticalpath.net>
Critical Path
2006 Nov 02
1
Apache 2.2X
Hello All.
I am trying to set up a rails+mongrel+mod_proxy_balance application.
Unfortunately the stock apache install on centos is the 2.0 series
which does not support mod_proxy_balance. I could not find the 2.2X
RPMs on dag or dries either.
Is there a yummy way to upgrade to the 2.2 series of apache? I tried
with the individual RMPS but no joy there due to comples web of
dependencies.
2003 Jul 23
1
bind failure: can't contact ldap server
Hi list,
I have installed samba 2.2.8 on my linux rh 9. with Openldap rmps. I am
trying to setup a PDC server using Samba with ldap as the backend. The samba
server can not connect to the ldap server. I am getting the following error
when I run any smb commands:
LDAPS option set...!
ldap_connect_system: Binding to ldap server as ""
Bind failed: Can't contact ldap server
I
2005 May 09
2
3.0.14 and MacOs X (tiger)
Hi!
I upgraded our sambainstallation today since it got into problems with
Windows ADS 2003.
So I installed all suse rmps for 9.2 (samba 3.0.14) and tested with a few
windows boxes and everything works perfektly. No more strange errormessages
in the logs about not finding existing users.
Now to the problem, when I came back to my own computer, MacOs X 10.4, i
suddenly can't use any
2011 Feb 28
7
Puppet features
Dear all,
I''m a software integrator and i''m currently evaluating Puppet to
understand how we can potentially integrate our products with it.
I''ve been reading documentation on it and i''m currently installing a
Puppet system but i have some questions that i was hoping someone
could answer?
a) In this page, it says that Puppet Enterprise supports provisioning