Displaying 20 results from an estimated 11000 matches similar to: "puppet in java"
2011 Mar 11
6
failed to retrieve certificate on Amazon EC2
Hi,
I''m using puppet on EC2 to setup my VMs with the following configuration:
# puppetd --version
0.25.5
# uname -a
Linux hostname.domain 2.6.16-xenU #1 SMP Mon May 28 03:41:49 SAST 2007 i686
i686 i386 GNU/Linux
But I keep facing some timeout from puppetd:
warning: peer certificate won''t be verified in this SSL session
Exiting; failed to retrieve certificate and waitforcert
2011 Feb 23
6
Puppetmaster/Amazon EC2/DNS
Hi,
I''m using Amazon EC2 and I''m planning to use puppet to deploy automatically
my instances, however, I have an issue I can''t rely think through.
As most people advised, I used a DNS server (bind to be precise) so that my
instances can register to it but also ask this DNS Server the IP of the
puppetmaster. However, as this DNS server is also running on Amazon EC2
2011 Feb 16
4
Sensible, Manageable, CentOS puppetmaster?
I''ve been going round in circles a little bit in the last few days
trying to figure out how to get a 64-bit CentOS-based puppetmaster
that can be managed/provisioned via puppet also - so I''d like ruby,
passenger, rails etc coming from RPMs and yum. As far as I can see,
the three choices are:
1) Puppetlabs prosvc repo, which specifically says it can go away at any time
2)
2011 Jan 25
1
What's new about the Webrick/Mongrel situation ?
Hi,
I''ve just finished James Turnbull book "Pulling Strings With Puppet" - which
definitely an excellent introduction to Puppet, and I was wondering - as the
book is a couple years old, what was the status of the all mongrel/webrick
situation ? I guess it''s still recommended to use Mongrel rather than
Webrick for puppetmaster, at least for 0.25.5 (which I''m
2011 Jan 14
10
Using puppet to redeploy staging app
Hi,
I''m building a staging environement and I would like it to be able to
redeploy automatically, after each commit - or every hour, some
applications. Those applications are right now deployed and set up by
puppet. I wonder if I should use puppet to redeploy those applications after
each commit, and if I should how trigger, on the puppet, a full
redeployement of the application ?
--
2011 Sep 19
2
Puppet is very slow when running in AWS
I am using Puppet 2.7.2 with ruby 1.8.7 (2010-01-10 patchlevel 249)
and 64 bit Ubuntu 10.4.
I have a Vagrant environment which I have been using for development.
In the vagrant environment about 5 minutes is required to run all of
the modules used for the configuration I have been developing. When I
run exactly the same modules in AWS several hours are required. The
Vagrant VM has 1 CPU and 1 GB
2006 Aug 21
4
indexing multiple languages with acts_as_ferret
I have an applicaiton where I''m indexing content in a number of
languages, all encoded in UTF8. I would think that having my locale
set to en_US.utf8 would be sufficient to make this work in
ferret/acts_as_ferret, but I keep running into problems, even with
english text.
What have others done to cope with these encoding difficulties?
-ryan
2007 Feb 27
2
running asterisk through cellphone
hi everybody,
I'm currently planning a small-sized web-applicaiton allowing users to
call-in via phone. the phonecalls should be recorded and processed further
by some custom scripts - sounds like asterisk is a perfect match for this
app.
however, during prototyping I have no ISDN-connection whatsoever available,
so I was asking myself if it's possible to connect a cellphone via
2007 Sep 04
3
Model Specs: Fixtures vs Mocks + Stubs?
What is the general opinion about fixtures versus mocking and stubbing
in model specs? I heard from agile on IRC that they save the database
testing for integration testing, but I also see that the caboose
sample applicaiton uses fixtures. I also noticed that on the rspec
site, it says "Ironically (for the traditional TDD''er) these are the
only specs that we feel should actually
2006 Feb 23
5
OT: VoIP over bonded link
I have to provision several dozen * users to a seperate building on our
campus in the same subnet. Ordinarily, I'd just run a gigabit cat6 cable to
another switch if it doesn't violate the 100 metre rule, but this building
is several hundred metres away from my backbone. My only option for cabling
to the remote building is copper. My plan is to provision them with a Linux
bridge with 4
2012 Jul 13
2
Creating Subgroups in Puppet Dashboard
Hi All,
Is there a feasibility for creating subgroups on the Puppet Dashboard?
Basically the requirement is that we have a huge number of VMs running
designated services. Some of VMs having the same service may yet have
different properties configured on them. We are exploring the feasibility
of having these properties managed through puppet. Currently all these VMs
are put into a single
2006 Jun 16
5
Application Error
Hi Folks,
When I have tried this cookbook example from onLamp tutorial,
I got some error like this,
output of development.log is
----------
Permission denied -
/var/www/html/cookbook/public/../config/../tmp/sessions//rub
y_sess.d51d8997edf6be91
only the first line of output is this,
output truncated.
---------
what it will be ?
How to solve this ?
In my browser, I am getting Applicaiton
2006 Jul 07
5
Can a route require POST or GET? / REST problem with routing
Hi,
A store front a customer wants to GET /product/5/show. But for the
application this is really GET /cart_item/new/5 or even better
/cart_item/new?cart_item[product_id]=5
When the customer clicks add_to_cart they POST /product/5/show so that
the url doesn''t confuse the user when any validation errors occur. But
for the applicaiton this should be POST
2002 Dec 29
3
lowess + turnpoints = doubling integers?
Happy New Year, r-helpers!
I am using lowess to smooth a scatter plot,
xx<-lowess(xinput,f=.04) #defaults for other args
followed by
turnpoints(xx$y) #defaults for other args
I plot the smoothed result as well as turnpoints (using yy$tppos) on top of raw
data plot.
Result is exactly as expected, graphically.
For another purpose, I calcuate the difference between turnpoints (representing
2009 Jul 08
5
R regular expression to extract words with the query string.
Hi,
Is there a way in R to get the string which matches the expression, where
the expression is a substring of the parent string.
Lets say, I have $i <- "transcript:ENST0000112334 pid:ENSP000012345"
What I need is the string "pid:ENSP000012345" from $i using the query
"ENSP".
Appreciate your comments.
Praveen Surendran
School of Medicine and
2018 Mar 24
4
Samba NT4 to AD- LDAP
Hi Rowland,
I did that initially and that came with
Failed to connect to ldap URL 'ldap://lin-pdc.lin - LDAP client internal error: NT_STATUS_BAD_NETWORK_NAME
Hence I removed the whole ldap:// bit
After your email I tried again but using ldap://localhost and it seems to have worked. Not sure what the issue is with the fqdn. I could run ldap queries when using fqdn.
Regards,
Praveen
2019 Jun 30
2
orc vs mcjit
yeah i m concerned about jit compilation time..
On Sun, Jun 30, 2019 at 12:57 PM Praveen Velliengiri <
praveenvelliengiri at gmail.com> wrote:
> Yes I think so.. Could you please tell me in which context (compile time
> improvement)? That is whether you are interested in knowing whether having
> ORC instead of MCJIT, will increase your LLVM Build time or you are
> concerned
2012 Oct 29
3
Opening SAS file using read.sas7bdat() function in sas7bdat library.
Hi,
I have a file in .sas7bdat format. I tried to open this file using
read.sas7bdat() function.
This gave me an error - "Error in read.sas7bdat("bnp_genetic.sas7bdat") :
unknown host X64_7PRO".
Could someone tell me what this error means?
Thank you,
Praveen.
[[alternative HTML version deleted]]
2019 Jun 27
4
Reverse DNS
Hai Praveen,
> -----Oorspronkelijk bericht-----
> Van: Praveen Ghimire [mailto:PGhimire at sundata.com.au]
> Verzonden: donderdag 27 juni 2019 13:46
> Aan: samba at lists.samba.org
> CC: 'L.P.H. van Belle'
> Onderwerp: RE: [Samba] Reverse DNS
>
> Hi Guys,
>
> Thank you for your emails. Here is the info
>
> /etc/apparmor.d/local/usr.sbin.dhcp
>
2018 Mar 24
2
Samba NT4 to AD- LDAP
On Sun, 25 Mar 2018 08:01:57 +1300
Andrew Bartlett <abartlet at samba.org> wrote:
> On Sat, 2018-03-24 at 12:50 +0000, Praveen Ghimire via samba wrote:
> > Hi Rowland,
> >
> > I did that initially and that came with
> > Failed to connect to ldap URL 'ldap://lin-pdc.lin - LDAP client
> > internal error: NT_STATUS_BAD_NETWORK_NAME Hence I removed the