On Wed, 2009-10-21 at 15:49 +0200, Dan Bode wrote:
> 4. Add the following code to src/lens.c
>
>char *stpncpy(char *dest, const char *src, size_t n) {
> char *d = dest;
> while (d-dest < n && *src)
>*d++ = *src++;
> return d;
>}
This is nee
I've been assuming it's a typo, and means that the apache *service*
depends on the squid class. I'd love to know how to make a class depend
on another class.
seph
Douglas Garstang writes:
> Can someone tell me what a require => Class actually does? The
> documentation on this really isn't clea
On Oct 23, 5:07 pm, Douglas Garstang wrote:
> Especially, since now I am getting this crap..
>
> Oct 23 15:06:10 gumby puppetd[2867]: Could not apply complete catalog:
> Found dependency cycles in the following relationships:
[...]
Many programmers and sysadmins used to procedural languages su
hello,
- "seph" wrote:
> I've been assuming it's a typo, and means that the apache *service*
> depends on the squid class. I'd love to know how to make a class
> depend
> on another class.
On 0.25.1 and later you can do 'require classname' instead of 'include
classname' in the cases whe
On Oct 22, 4:21 pm, Jamie wrote:
> CentOS 5.3 w/ updates
> Puppet 0.25.1.rc2 (installed from source)
> Mongrel + Nginx
>
> Am I making a mistake or is this a bug? I've experienced this issue
> using 0.24.8 from EPEL also.
>
> Thu Oct 22 13:59:43 -0700 2009 //user::virtual-users_groups/User
> [
I was wondering how Puppet relates to the DMTF's CIM. AFAICT there is
a clear connection between the two, but I see very little discussion
on the topic on the list.
Thanks,
Cameron.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the
On Fri, Oct 23, 2009 at 4:31 PM, Luke Kanies wrote:
>
> Hi all,
>
> I've been hesitant to send Reductive Labs updates to the community
> lists, but I've been told that not knowing who works for us makes some
> communication difficult.
++ to doing this Luke. This is really useful to know.
>
> S
Did anyone find a resolution to this problem? I am getting the same
thing with Solaris and have tried both 2.2.2 and 2.2.5 and get "Error
400 on SERVER: Bad Request" with both versions.
passenger-status seems to work properly:
passenger-status
--- General information ---
max
Perfect!, thank you for you detailed reply.
On Oct 26, 6:47 am, jcbollinger wrote:
> On Oct 22, 4:21 pm, Jamie wrote:
>
>
>
> > CentOS 5.3 w/ updates
> > Puppet 0.25.1.rc2 (installed from source)
> > Mongrel + Nginx
>
> > Am I making a mistake or is this a bug? I've experienced this issue
> >
seph wrote:
> I've been assuming it's a typo, and means that the apache *service*
> depends on the squid class. I'd love to know how to make a class depend
> on another class.
>
I use this all the time in 0.24.8. You just put
require => Class["whatever"]
on your resource in the dependent
My last hire worked out so well, I thought I'd do it again.. I'm
looking for a Senior Systems Administrator with a good amount of
configuration management experience to replace me in Palo Alto. I
could post a job description, but I think it's self-documenting to say
"Linux (CentOS/RHEL/ya
doug.garst...@gmail.com (Douglas Garstang) writes:
> I've got a mostly working puppet manifest for mysql, except for one problem.
>
> I'm using the RPM from the MySQL web site, and the packagers of this
> RPM in their infinite wisdom decided that the mysql service should be
> automatically start
Can anyone tell me how to configure apache + passenger +
puppetmasterd to write out the puppet server logs somewhere (apache
server log is fine). Right now I don't get any errors from
puppetmasterd and it is making it very difficult to resolve my
problems.
I have tried uncommenting "--debu
Hi everybody
I wrote another web application to monitor puppet like puppetview or
puppetshow. Sorry i was bored by the existing solutions and needed
something what looked a bit sexy.
Please have a look to
http://puppetsurvey.sourceforge.net
for more information and don't hesitate to contact me
On Mon, Oct 26, 2009 at 3:28 PM, nothings_absolute
wrote:
>
>
> Can anyone tell me how to configure apache + passenger +
> puppetmasterd to write out the puppet server logs somewhere (apache
> server log is fine). Right now I don't get any errors from
> puppetmasterd and it is making it very dif
2009/10/27 Cameron :
>
> I was wondering how Puppet relates to the DMTF's CIM. AFAICT there is
> a clear connection between the two, but I see very little discussion
> on the topic on the list.
Why do I sense a university dissertation... :)
There are overlaps between the DMTF Common Information
Solaris 10.
The 1st client I connect to the puppetmasterd with (client A) works
fine, but the 2nd (Client B) dies with "Error 403 on SERVER:
Forbidden". If I stop puppetmasterd and connect with (Client B) 1st it
will work, but when I run it again using Client A it fails. Everything
works f
Yes I created a new project in Eclispe with Unix text formatting and re
implemented the configuration and now it is working.
Thanks for your email.
Muhammad Haris Farooque
On Mon, Oct 26, 2009 at 6:02 AM, Luke Kanies wrote:
>
> On Oct 22, 2009, at 6:37 AM, haris wrote:
>
> >
> >
> >
> > On Oct
Hi,
In my organization there are several separate teams that manage their own
applications. For consistency's sake I want to 'puppetize' some aspects of the
apps.
The problem is, I'm not the one who installs the apps and which apps exist on
which servers is out of my control. If a specific
Hi
> [...]
>
> It suggests creating a custom fact which indicates if the file exists
> on the client or not. Well, frankly I don't like that idea, for two
> reasons.
>
> 1. I'd have to create a custom fact for every check, which would
> become cumbersome/tedious and is (IMHO) is just a hack/w
On Mon, Oct 26, 2009 at 5:42 PM, James Turnbull wrote:
>
> 2009/10/27 Cameron :
>>
>> I was wondering how Puppet relates to the DMTF's CIM. AFAICT there is
>> a clear connection between the two, but I see very little discussion
>> on the topic on the list.
>
> Why do I sense a university dissert
> > The mailing lists contain
> several postings to the
> > effect of 'custom facts work, just write your own and
> be quiet',
> > which frustrates me.
>
> the main issue behind that is that all the functions are
> evaluated on
> the server and only there.
Hi Peter, perhaps you started writing
> Anyway, it appears that what I'm looking for may not be possible today
> without custom facts. Ok, fine.
>My next question is, why? If it's because such functionality just hasn't
>been added yet,
>that's perfectly reasonable. I'll be glad to submit a more detailed and
>descriptive fe
> Puppet manifests are declarative, not executable.
This comes up frequently, and seems quite frustrating. People ask
questions, and often are told their questions are wrong, because puppet
is declarative. While it's sometimes correct, sometimes it's wrong. I'm
pretty far from an expert, but I kn
24 matches
Mail list logo