Displaying 20 results from an estimated 20000 matches similar to: "Issue with starting puppetmaster service"
2013 Nov 27
2
Icecast service remains locked in CentOs
I have been having a problem with my icecast server running on CentOs.
Occasionally, the service will stop running, but it will fail to restart
because the subsys is locked.
If the service stops, I need to manually log into my VPS, delete the
empty file in /var/lock/subsys and restart the icecast service.
What could be causing the icecast service to not drop the locked file?
This is the only
2011 Jul 29
3
issue with GlusterFS to store KVM guests
i'm having difficulty running KVM virtual machines off of a glusterFS volume
mounted using the glusterFS client. i am running centOS 6, 64-bit.
i am using virt-install to create my images but encountering the following
error:
qemu: could not open disk image /mnt/myreplicatestvolume/testvm.img: Invalid
argument
(see below for a more lengthy version of the error)
i have found an example of
2013 Aug 08
2
Will the puppetmaster compile a catalog if there are not changes?
I have been asked a question for which I cannot seem to find an answer.
When a client contacts my puppetmaster, will the puppet master compile a
catalog if there have been not changes to that clients configuration? Or,
will the puppetmaster just say ''there are no changes to your catalog so you
need not do anything''?
Thanks in advance
rjl
--
You received this message
2013 Jul 17
1
Puppetmaster 3.2.3 logging different than previous versions
Hello:
After upgrading to Puppet 3.2.3 I have noticed that the puppetmaster does
not log the catalog compilation time like it did in 3.1.1 or before. This
log line used to look like:
"myserver puppet-master[19002]: Compiled catalog for myhost in environment
production in 1.01 seconds"
Even if I change the logging level to debug in the rack config I do not see
this line. Anyone
2015 Sep 26
5
CentOS 6 Xen virt* issues
Hello,
I just upgraded some of my el6xen boxes to latest CentOS 6.7, Xen 4.4.3 and dom0 3.18.17 rpms, and noticed these new problems:
1) virt-manager fails to start with an error: "D-Bus library appears to be incorrectly set up; failed to read machine uuid: Failed to open "/var/lib/dbus/machine-id": No such file or directory"
And indeed.. there was no such file. Running
2013 Oct 26
1
Puppet 3.3.1: custom function change requires restart of puppetmaster
Hi!
I''ve spent quite a while before I understood that for Puppet to see changes in custom functions'' code Puppetmaster needs to be restarted.
Is this a normal behaviour or may be it''s a bug ?
--
Best regards,
Sergey Arlashin
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To unsubscribe from this group and
2012 May 19
1
Migration with rbd storage backend
Hi,
Seems that such migration is currently broken, at least for
0.9.11|0.9.12, with 0.9.8 all works fine:
virsh migrate --live testvm qemu+tcp://towerbig/system
---snip---
2012-05-17 21:22:30.250+0000: 16926: debug :
qemuDriverCloseCallbackGet:605 : vm=testvm,
uuid=feb7ccb6-1087-8661-9284-62e3a1e9f44a, conn=(nil)
2012-05-17 21:22:30.250+0000: 16926: debug :
qemuDriverCloseCallbackGet:611 :
2013 Nov 06
1
PuppetMaster and Puppet Client in the same machine
Hi Dears,
I am installing the puppetmaster server and puppet client is running in the
same machine.
When i running : puppet agent --test --waitforcert 30
I received the error :
Error: /File[/var/lib/puppet/lib]: Failed to generate additional resources
using ''eval_generate'': SSL_connect returned=1 errno=0 state=SSLv3 read
server certificate B: certificate verify failed:
2002 Dec 11
3
Error starting the samba services
Please, People, help me !
When I start the smb services, I receive this message:
[root @g 11:25:39 /root]# service smb restart
Stopping service SMB: [ OK ]
Stopping service NMB: [ OK ]
rm: cannot remove `/var/lock/subsys/smb': IO Error
Starting service SMB: [ OK ]
Starting service NMB:
2005 Oct 24
1
starting a java application as a service
I have a single requirement to launch a java application on startup
as a service. The application is shipped in a file called jes.jar.
It requires three arguments: a dotted quad IP address, an initial
service port, and a translated service port.
I can get the application running as a console command. Can
someone point me to a site that documents how to script a sys V
init.d style script
2013 Feb 22
3
gem packages installed directory on puppetmaster
What is the right path for ruby gems on puppet master.
Scenario:
I have installed hiera couple of months back. So the gem was installed
under
/opt/puppet/lib/gems/1.8/gems/hiera-0.3.0
/opt/puppet/lib/gems/1.8/gems/hiera-puppet-0.3.0
Later when I updated to new version of hiera then it installed (via gem
install) under
/opt/puppet/lib/gems/1.8/gems/hiera-1.1.1
2013 Nov 21
1
saving copy of template on puppetmaster
I am using puppet to manage files on the nodes with the ERB templates.
Plain old standard. What I need to do is to get a copy of the generated
(parsed) template file on the puppet master server. What I want to achieve
is that I want to see the current version of the file as it is on the
client, but on the server...
I was going through the documentation but I didn''t find anything
2008 Sep 18
4
Migration stalls with 2.6.26.5 kernel
Hello,
I have been struggling through the task of moving our infrastructure
over to Xen VMs. We were initially using Ubuntu packages for both dom0
and our domUs, but experienced extreme instability so we moved to
CentOS, which has been much more reliable for dom0. Since we already
had a bunch of Ubuntu VMs, we left them using the Ubuntu 2.4.24-19-xen
kernel, but this has turned out to be
2020 Mar 30
2
Ovs error when starting vm: ovs-vsctl: 'del-port' command requires at least 1 arguments
Hi,
my system got updated to libvirt 6.0.0 (from 5.6.0) this morning, and
now I'm having problems starting VMs that make use of openvswitch
portgroups.
When I start a VM, I get this error message on virsh:
> virsh # start testvm
> error: Failed to start domain testvm
> error: An error occurred, but the cause is unknown
The system log contains:
> Mar 30 09:45:39 tplinux
2013 Jul 23
3
Debugging Puppetmaster with Apache/Rack/Passenger
Hi,
I''m currently trying to debug a performance issue I''m having. Therefore I
would need "DEBUG" output. When using one puppetmaster process, this is
fairly easy by starting it like this:
> puppet master --no-daemonize --debug
Now I need to see this debug output when running puppetmaster the way I
ususally do - using Apache/Rack/Passenger. After looking
2010 Oct 04
2
Using Puppet to Configure Other Services on the PuppetMaster Server
Hi,
I just wanted to check a few things. I have a build server which is used to run the CI server. It also doubles up as my puppetmaster.
Would it be possible to have a puppet client talk to a puppetmaster on the same machine?
Cheers,
Tom
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to
2013 Mar 04
4
Problem while Installing software (agent) from puppetmaster to clients
I had installed puppet master and client on two different machines. machine
A has puppet master and machine B has client. both are centos6 64 bit
machines.
Machine B (client) is successfully connected to master (machine A). My aim
is to install New Relic agent (server monitorinig tool) on different
clients. I had installed new relic agent on machine A and trying to build a
module so that I
2017 Jul 06
1
samba 4.5.8 @ debian 9 - wrong groups IDs for PAM authorization
Hello list.
I’m using samba4 authorization with debian 8 without any problems. But in debian 9 very same config causes problems - unable to change GID. Here is my smb.conf:
[global]
netbios name = testvm
security = ADS
workgroup = WRKGRP
realm = EXAMPLE.COM
password server = 172.24.0.253
wins server = 172.24.0.253
wins proxy = no
2013 Apr 20
1
PuppetDB / inventory service configuration problem
Hi,
I''ve just been configuring my new Puppet 3.1.1 / Dashboard setup with
Passenger to use PuppetDB for the inventory service. I configured it via
the puppetdb forge module, and it all seems to be configured correctly as
far as the docs describe.
When I look at a node in the dashboard, under the inventory section, I just
see:
Could not retrieve facts from inventory service: 404
2009 Sep 08
7
Puppetmaster be client of another puppetmaster?
Is is possible to have a puppetmaster that is a client of a different
puppetmaster? We manage our customers'' server via puppet, but one customer
has a puppetmaster server which looks after their internal systems. We''ve
tried the following in /etc/puppet/puppet.conf ("customer" and "us"
replacing the domain names) on their puppetmaster:
[puppetmasterd]