Displaying 20 results from an estimated 700 matches similar to: "Just what is puppet doing here?"
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
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 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
2010 Aug 22
3
extlookup in 2.6.1 defaults
Hmmm....
So I was just trying the extlookup function that comes with puppet
2.6.1. It now lets you do this:
$version = extlookup("rsyslog_version", "present", "packages")
which, according to the documentation:
# This will look for a version configured in packages.csv and then in
the rest as configured
# by $extlookup_precedence if it''s not found anywhere
2010 Sep 07
0
Confused about virtual Resources
I''m confused about virtual resources. The documentation on the Puppet
Labs web site isn''t very clear, but, as is often the case, by trial
and error, I thought I had it figured out. It seemed like you could
define a resource as virtual in one definition, realize it in that
definition, and then require => it in a different definition. That''s
how it seemed to work
2007 Aug 10
2
jinfo, jboss and ExtendedDTraceProbes
Hi,
I would like to use dtrace to observe some behaviour in my J2EE app
running in JBoss. I start JBoss normally in a 1.6 VM. When I try to
enable set the ExtendedDTraceProbes flag using jinfo, I get a thread
dump in the JBoss console and the message: "Unable to open door: target
process not responding or HotSpot VM not loaded" in the jinfo console.
I have tried this with both
2012 Sep 03
2
Class for transfering files from Server to Client
I have installed JBOSS application manually following these steps:
[code]
1.$ su -c "yum install java-1.6.0-openjdk-devel"
2.$ java –version
3.wget
http://download.jboss.org/jbossas/7.1/jboss-as-7.1.1.Final/jboss-as-7.1.1.Final.zip
4.$ unzip jboss-as-7.1.1.Final.zip -d /usr/share
5.$ adduser jboss
6.$ chown -fR jboss.jboss /usr/share/jboss-as-7.1.1.Final/
7.$ su jboss
8.$ cd
2010 Nov 17
5
centos add user failed
Hello, I have problem with creating user under centos:
part of my class:
user {jboss:
ensure => present,
home => "$jboss_home",
shell => "/bin/bash",
groups => jboss,
}
and in log I see:
err change from absent to present failed: Could not create user
jboss: Execution of ''/usr/sbin/useradd -d
2007 Jan 05
1
Help with rsync configuration
Hello there! We are trying to get rsync to work in our servers but so
far we did not succeeded. Our scenario is a 3 machines where one
directory must be replicated through all the clusters, no matter where
the file was saved. I have a few basic questions regarding that:
1st Do I need a daemon on all instances or just one of them? Files
saved on any of them must be mirrored
2nd We gave a try with
2012 Dec 20
3
Whats the best approach to create a repo of the installers to be used for installing and upgrading in the puppet managed nodes
Lets take the example, I am having a jboss-4.2.3 installers as a .tar file.
In general to install jboss, i ll
1. untar the jboss-4.2.3 into a prefefined folder (opt/server/jbossas/)
into multiple servers
2. untar the openjdk into a preferined path (/opt/software/java)set the
path in the bash.profile
3. Create server profile in the place where jboss is installed
4. Start the server.
Lets say
2006 Aug 14
2
Rails Monitoring, reprise
Last week I posted a question about monitoring Rails applications.
Basically, the java folks at my business cited one of their reasons
for sticking with Java is it''s monitoring tools. After picking some
ears, I found out that the one we''re looking at most is JBoss
Operations Network. And I have to say, it''s pretty neat.
2017 Apr 11
1
jave-1.5.0 on centos 7...
Curring a long story short...
we had a centos 5 server running jboss 6 and jboss 4.2.3GA
because of centois 5 EOL TPTB have decreed this server needs migratiung to a Centos 7 server
But... ?the hboss 4.2.3GA jboss app uses java 1.5.0 (_22 FTWT).
I can't *(unsurprisingly!) find java 1.5.0 under yum.
anyone got it in an rpm or know where it can found?
(At his stage it is merely a guess that
2005 Jun 09
1
Oracle, java and other heavy stuff....
Hi Team,
as I''m new to XEN my questions might be stupid - but I hope the answers wont
be :-)
I like for testing purposes to run Oracle and a jboss server on an XEN / Debian
in dom0.
The Oracle data shall be stored on a cluster of other XEN domains.
I would also like to have Oracle clients and other jboss server running in XEN
domains.
As far as I noticed this shouldn''t
2005 May 05
4
Twice NAT Possible
Hi all,
I have had shorewall running successfully for over two years, its a
great firewall! I have a NAT question that I cannot seem to find the
answer to, and I was hoping someone could give me a hand. I have
recently learned of a type of NAT called "Twice NAT", it which when a
specific DNS address is requested, the information is forwarded on. I
have outlined what I would
2008 Nov 24
3
debugging a faulty jboss/application
>From time to time a jboss process would end eating all, the available CPU and the load avg would skyrocket.
Once the operators restarted jboss, the system''d be normal again (sometimes for weeks) until the next incident
Since we moved the app from a v440 running Solaris 10 8/07 to a t2000 running Solaris 10 5/08 the problem started to happen more frequently (2-3 times a week). The
2005 Oct 23
6
configuring DNS
Hello
I have DSL 2000 (2048 kbit/s download and 256 kbit/s upload)
I have ping to fast sites very high:
64 bytes from w2.rc.vip.scd.yahoo.com (66.94.234.13): icmp_seq=3 ttl=50 time=2185 ms
64 bytes from w2.rc.vip.scd.yahoo.com (66.94.234.13): icmp_seq=4 ttl=50 time=1983 ms
64 bytes from w2.rc.vip.scd.yahoo.com (66.94.234.13): icmp_seq=5 ttl=50 time=1826 ms
and I know why. I have 2 interfaces:
2014 Mar 09
2
Question about trademarks
I've tried emailing this to centos-tm at redhat.com , but
mailer-daemon at googlemail.com sent me this
Delivery to the following recipient failed permanently:
centos-tm at redhat.com
Technical details of permanent failure:
Google tried to deliver your message, but it was rejected by the server for the recipient domain redhat.com by mx1.redhat.com. [209.132.183.28].
The error that
2005 Oct 24
4
Shorewall and GEOIP????
Hello all gurus,
I have a question, and I do not know if it has every been asked. I am
wondering if shorewall has the capablility to use GEOip. I have an
extensive blacklist that keeps growing and growing by the month. I was
wondering if there was any capablility of using GEOip or any plans in the
future.
Thanks
Shorewall Administrator.
2010 Sep 14
1
cron breaking when enabling ldap
Hi
When I enable a box to do authentication using LDAP it breaks cron for users like jboss.
I get the following in /var/log/secure
Sep 14 15:25:01 exoipatest01 crond[7214]: pam_access(crond:account): access denied for user `jboss' from `cron'
I have the following in /etc/ldap.conf
nss_initgroups_ignoreusers root,ldap,named,avahi,haldaemon,dbus,tomcat,radiusd,news,mailman,nscd,jboss
2012 Aug 25
8
JBOSS installation and Configuration through puppet
Hi All,
I have puppet server and client ready. I found JBOSS module and manifests
under https://github.com/example42/puppet-jboss/<https://github.com/example42/puppet-jboss/blob/master/manifests/init.pp> and
imported it through git.
I am encountering these isse while I run :
http://pastebin.com/S67JqmSK
--
You received this message because you are subscribed to the Google Groups