similar to: Confused about virtual Resources

Displaying 20 results from an estimated 7000 matches similar to: "Confused about virtual Resources"

2009 Dec 04
0
Could not find dependency Class
Well, I''m suddenly confused. I''m getting this error... Dec 3 15:55:37 gumby puppetd[15606]: Configuration could not be instantiated: Could not find dependency Class[java::jdk] for Package[tf-tomcat-starterkit-tfel0] at /etc/puppet/modules/tomcat/manifests/init.pp:19 I can''t see why.The aforementioned line 19 in tomcat/manifests/init.pp is the line containing
2009 Nov 17
2
Just what is puppet doing here?
What is puppet doing here? Nov 17 00:02:01 gumby yum: Installed: tf-starterkit-tfel0-1.0-1.tf.noarch Nov 17 00:02:01 gumby puppetd[720]: (//Node[gumby.fr.xxx.com]/Starterkit::Setup[tfel0]/Package[tf-starterkit-tfel0]/ensure) created Nov 17 00:02:07 gumby yum: Installed: tf-jboss-server-4.2.3.GA-1.tf.noarch Nov 17 00:02:07 gumby puppetd[720]:
2010 Aug 20
6
Debugging errors with external nodes
How do I debug errors with external nodes? When my client connects, the following appears on the puppetmaster when running in debug mode. It''s not feasible to always be running the pupeptmaster in debug mode. debug: importing ''/etc/puppet/modules/yum/manifests/client.pp'' in environment production info: Automatically imported yum::client from yum/client into production
2010 Dec 22
4
Report Error
I keep getting this in /var/log/messages every time a client grabs a catalog... Report store failed: Got 1 failure(s) while initializing: change from absent to directory failed: Failed to set owner to ''0'': Operation not permitted - /var/lib/puppet/reports/app01.den.xxx.com Why? Doug. -- You received this message because you are subscribed to the Google Groups "Puppet
2009 Nov 04
2
Using before=> in a definition...
I hope I haven''t dug myself into a corner here... How can I make sure that /some/file.xml is created BEFORE the jboss-tfel0 service is started? I can''t use before => in the file{} in the jboss class because it doesn''t exist there. define create_jboss_inst($inst, $version, $naming_port) { .... service { "jboss-$inst": require
2014 Aug 21
0
Re: virsh snapshot
On 08/21/2014 12:51 AM, Adam King wrote: > > ----- Original Message ----- > From: "Eric Blake" <eblake@redhat.com> > To: "Adam King" <kinga@sghs.org.uk>, libvirt-users@redhat.com > Sent: Thursday, August 21, 2014 3:17:09 AM > Subject: Re: [libvirt-users] virsh snapshot Including this blurb in the reply was overkill. > >> > I then
2011 Aug 08
12
Hash Interpolation inside double quotes?
I''ve got this: file { ''/opt/sugarsync/tomcat/tomcat-home/current'': ensure => "tomcat-$config[''tomcat_version_server'']"; where $config[''tomcat_version_server''] was set with extlookup (the yaml one), by loading: --- tomcat_config: tomcat_version_server: 6.0.20-1 tomcat_version_libs: 1.0-1
2008 Oct 03
2
Writing to shares directly
Within a Samba configuration, is it not advisable to create files on the directory on the local machines themselves? Out setup is like so: Server 1 (where the files reside): /data/shares/app01 Server 2 (mounts the above drive): /data/mounts/app01 If, on Server 1, I create a file: # echo test > /data/shares/app01/test The file is created, but on Server 2, I cannot seem to edit the file as
2014 Aug 21
1
Re: virsh snapshot
> Your quoting is horrible. You used the same prefix for your original > content as for my reply (">> >" in both cases). I'm not sure what > mailer you are using, but it is making conversation difficult. OK, let's see if this is better. Turned out my email app wasn't doing text wrap and quoting prefix default was bizarre....my apologies. > > >
2014 Aug 21
0
Re: virsh snapshot
On 08/20/2014 06:34 PM, Adam King wrote: > Hi, [Can you convince your mailer to wrap long lines?] > > I had a 'domain' called APP03. I was performing auto snapshots each night using /usr/bin/virsh snapshot-create APP03 . This creates an internal snapshot, where the state of the snapshot is stored in the same qcow2 file as the current state. > I then wanted the domain to
2009 Nov 10
23
Puppet Not Running chkconfig correctly.
So, I noticed that when adding a service to puppet, puppet is running a chkconfig <service>. However, as far as I can tell, puppet should be running a chkconfig --add <service>, otherwise the symlinks don''t get created from the service in /etc/rc.d/rc6.d back to the service in /etc/init.d. As as a result, the service is not stopped on shut down. I must be missing something
2014 Aug 21
2
Re: virsh snapshot
----- Original Message ----- From: "Eric Blake" <eblake@redhat.com> To: "Adam King" <kinga@sghs.org.uk>, libvirt-users@redhat.com Sent: Thursday, August 21, 2014 3:17:09 AM Subject: Re: [libvirt-users] virsh snapshot On 08/20/2014 06:34 PM, Adam King wrote: > Hi, > [Can you convince your mailer to wrap long lines?] > > I had a 'domain' called
2010 Jun 24
7
Yet more variable scoping pain.
Some days I wonder why I even bother with puppet. --- classes: - datacentre::new_york - role::appserver - elements::tfel0 environment: production: parameters: < set key/value pairs here > class ldap { < do some stuff that behaves slightly differently between different data centers > } class role::appserver { include ldap } So, I wanted to set some variables in the
2014 Aug 21
2
virsh snapshot
Hi, I had a 'domain' called APP03. I was performing auto snapshots each night using /usr/bin/virsh snapshot-create APP03 . I then wanted the domain to be called APP01 for clarity's sake, so I did virsh dumpxml APP03 > APP03.xml, edited the name to APP01 and changed the ID. I then did virsh define APP03.xml to get APP01. I have now realised that the qcow2 images are huge (1.1TB
2011 Sep 30
1
Help with cloud provisioner
I have a very basic puppet install right now, running puppet master, with the dashboard and foreman on the same host, I have some legacy static nodes (nodes.pp) and now I am using puppet to provision nodes in EC2. I am running cloud provisioner .60rc1 and my question is what happens after a puppet node bootstrap? I''m running into some issues and maybe its just idiot user driving this
2005 Aug 19
2
FXO not picking up; baffled
I'm a newbie to Asterisk, but I'm moderately knowledgeable about phone systems. Right now, I'm most certainly confused. I have a TDM-04B (four FXO) and four analog FXO lines running into it from an AdTran 616. I have Asterisk working internally, although I could use some help getting incoming calls to answer properly and configuring my outbound dialplan. Here's where I'm
2010 Mar 18
3
Puppet Client using wrong environment.
Hi, I exposed few days ago this situation on the IRC, but unfortunately I haven''t found a way to solve it yet. I run the Puppet Master with multiple environments, and everything is working good but a couple of nodes that are causing me some troubles. These nodes are pointing to my production environment and I need to point them back to development to grab some changes I made. I
2009 May 13
0
AGI scripts in Groovy, JavaScript, JRuby or PHP running on the Java Virtual Machine
Hi, We've just finished adding support for writing AGI scripts in a variety of popular scripting languages to Asterisk-Java. The FastAGI server in Asterisk-Java allows you to move your AGI scripts to a dedicated server and increases performance by eleminating the need to start the language interpreter for each request. Our current snapshot release includes an AGI demo in Groovy, JavaScript
2011 Mar 29
0
OT: virtual host for apache/tomcat servers
I hope someone here can answer my question so I don't have to join another mailing list, on too many as it is... I have the following installed: httpd-2.2.3-43.el5.centos.3 tomcat5-5.5.23 I have a small jsp app that I can hit through apache like: http://www.mydomain.com/tomcat/myapp.jsp So tomcat in the url above is the apache proxy address for the tomcat server. I want to setup a
2016 Apr 05
1
Bug#820154: 4.4.1-9+deb8u4: impossible to 'lv migrate' with latest stable version
Package: xen-utils-4.4 Version: 4.4.1-9+deb8u4 Severity: important Dear Maintainer, * What led up to the situation? Upgrading to Debian 8.4. * What exactly did you do (or not do) that was effective (or ineffective)? Doing a live migration to a host running Xen 4.4.1-9+deb8u4, from a host running 4.4.1-9+deb8u3 fails every time. Doing a live migration to a host running Xen