Displaying 20 results from an estimated 10000 matches similar to: "Low IRC presence for a bit"
2007 Nov 12
0
Heading to LISA
Hi all,
I''ll be at LISA starting tomorrow afternoon. I have a panel with
other config-mgmt authors on Thursday and I''m running BoFs at night,
but I''ll otherwise likely be trawling the hallways looking for
conversation. Track me down if you''re there; I''ll do my best to wear
a bike cap every day or something to simplify recognizing me.
--
2006 Oct 05
0
ANNOUNCE: Puppet workshop at LISA
Hi all,
I will be running a workshop on Puppet at LISA[1] this year. It will
hopefully be focused more on development than usage, but anyone
interested in Puppet''s ongoing future is welcome.
The workshop will be Sunday, the first day of the conference, and the
workshop cost is $150 and includes lunch. I expect to spend most of the
day working on development ideas for Puppet, but
2007 Oct 22
1
unsubscribe
I''d like to be removed from the puppet-users email list... but I cant
find my name on the webpage.
Thanks,
Jennifer Ford
***********************************
Manager, Unix Administration
Teach For America
Phone: 212-279-2080 ext. 688
jennifer.ford at teachforamerica.org
One day, all children in this nation will have the opportunity to attain
an excellent education.
2006 Sep 01
1
IRC Milestone
I know this is a basically meaningless milestone, but for some reason it
means something to me.
For the first time (as far as I know), #puppet on irc.freenode.net has
more users than #cfengine: 21 vs. 19.
Admittedly, that''s a low user count for #cfengine, but I''ll take it.
:)
--
Honest criticism is hard to take, particularly from a relative, a
friend, an acquaintance, or
2006 Dec 04
6
puppet definition
Hello,
still upgrading to .20.1 and i have another issue that puppet does
not regonize anymore my definitions, i use some ensure lines definition
in a function.pp file and since then i am unable to make it work.
puppetmasterd tells me this:
Unknown function sudoensure_line in file
/etc/puppet/manifests/./classes/backup.pp
the import of the function is my 2 line of the site.pp and i
2007 Mar 19
3
ANNOUNCE: Puppet 0.22.2 (grover)
Hi all,
I''m proud to announce that I seem to have pushed a new release of
Puppet out in record time. This is a minor upgrade, mostly bugfixes
and small features, but there are lots of each. See the changelog[1]
for an idea of what this release provides, but keep in mind that this
changelog is my first real attempt at keeping an up-to-date changelog.
Enjoy!
1 -
2007 Feb 02
1
Re: Subscribe to multiple files - Modification
Mr. Kanies,
If you would not mind filing the bug, it would be appreciated.
Puppet Version: 0.22.0
Platform: Fedora Core 6
Thank you,
-- Rob --
----- Original Message ----
From: Luke Kanies <luke@madstop.com>
To: Puppet User Discussion <puppet-users@madstop.com>
Sent: Friday, February 2, 2007 1:34:13 PM
Subject: Re: [Puppet-users] Subscribe to multiple files - Modification
On Feb
2007 Jun 20
0
ANNOUNCE: 0.23.0 release
Hi all,
I''ve finally released 0.23.0 (only two days late!). You can get it
from the usual locations (although the packagers will take a little
while to package it up, I assume):
https://reductivelabs.com/trac/puppet/wiki/InstallationGuide
You can read the full changelog[1], which is pretty long, but here''s
a summary of the things you either want or should look out for:
2007 May 02
1
UPDATE automated installation of puppet into solaris 10 zones
On Apr 30, 2007, at 4:44 AM, Frank.Munsche@izb.de wrote:
> I''ve built a puppet solaris - package which is distributed via
> jumpstart at installation time of a solaris 10 machine.
> It''s postinstallation registers the puppetd into smf and starts
> puppetd afterwards. Puppetd connects to puppetmasterd, gets ist
> certificate signed (autosig on) and the
2004 Jul 26
4
IRC Etiquette
To everyone who spends time in #asterisk or #asterisk-bugs or basically
anything with #asterisk in its name, I want to implore you to please treat
new users with respect, and act as good representatives of the Asterisk
community. Recently I have had more reports of new users being severely
turned off of the project in general due to the comments, reactions and
attitudes of a few members of
2008 Feb 15
17
centralized or decentralized puppet infrastructure
Hi All,
In my companies environment, we have multiple sites in multiple geographic
locations, sometimes with high latency between the sites.
I''m trying to come up with a solution that could provide puppet
infrastructure to all sites nodes.
----a few assumptions---
- puppet manifest / configuration is fetched from a centralized version
control system.
- store db is needed (ssh keys,
2007 Jan 15
1
Re: How to conditionally run defines? (and a question about updating... )
OK, too bad. I could work around it of course by adding ''unless'' and
''creates'' clauses on all the individual parts of the define where
appropriate, but I think I''ll just ignore the warnings and overhead for now.
It would be cool, though, if something like the ''unless'', ''onlyif'', etc,
logic was available for all
2007 Feb 16
0
Looking for descriptions of difficult problems
Hi all,
Paul Anderson, a friend of mine who works at the University of
Edinburgh, is looking for complicated problems that are currently
difficult to handle with existing config mgmt tools.
Please read his request below, and if you have any difficult problems
that seem to meet his needs, I''d appreciate it if you would send
descriptions of them to him.
Thanks,
Luke
Begin
2008 Feb 25
2
Switching to Google Groups tomorrow night
Hi all,
Is everyone switched over to the Google lists?
I''m basically ready for the switch, I think, and doing so would be one
more closed loop for me.
I notice we''ve only got a bit over 300 subscribers to the Puppet Users
list, while my madstop list has nearly 600. This is a bit depressing,
but it probably represents a better idea of who''s actually using the
2007 Aug 07
0
ANNOUNCE: 0.23.2 is available
Hi all,
I released 0.23.2 last night; you can get it from the usual places
[1]. Apparently Matt has already uploaded debs.
This is a bug-fix release, and I''m hoping it will be stable enough to
supplant 0.22.4.
It looks pretty likely that I''ll be putting out another release very
soon, though, because a coworker of Matt''s has figured out a way to
use HTTP
2007 Jan 05
0
Last chance to test before the next release
Hi all,
I''ve now got all but one bugs closed or bumped to the next release,
and I am planning on releasing today. People have been testing the
SVN code all week and have helped to find many bugs that we would not
have wanted in a released project, and you can help more by testing
right now.
The major change in this release is that the transactions now use a
graph library to
2007 Jan 23
5
Setting a variable to true or false, if a certain file exists...
Hi,
I need to set a variable to true or false if a certain file exists. I
need to use it in a case statement like:
case $is_installed {
false: {
exec...
file...
service...
}
true: {
package...
}
}
Is it possible...? I searched for the syntax, but I can''t find an
appropriate example...
--
Med venlig hilsen
Juri Rischel Jensen
Fab:IT ApS
Vesterbrogade 50
DK-1620
2006 Aug 03
2
(no subject)
On Thu, August 3, 2006 15:28, David Jonas wrote:
> On Thu, 2006-08-03 at 15:07 -0400, Scott Zahn wrote:
>> Hey everyone, I'm trying version 1.0rc2, via the rpm at ATrpms. I'm running on CentOS
>> 4.3 on an Opteron system. I have this running stably on a 32 bit system, but I'm
>> crashing constantly on a 64 bit system.
>>
>> Here's what I'm
2007 Feb 18
1
Passing XMLRPC errors on to clients
Hi,
I''m experimenting with using Mongrel to serve XMLRPC, and I''m having
trouble passing the XMLRPC errors on to the client.
In my webrick implementation, I just raise the XMLRPC error and the
client receives it and can handle it like a normal exception. With
Mongrel, when I raise the error, Mongrel catches it and just closes
the client connection, which means the
2006 Aug 03
3
(no subject)
Hey everyone, I'm trying version 1.0rc2, via the rpm at ATrpms. I'm running on CentOS
4.3 on an Opteron system. I have this running stably on a 32 bit system, but I'm
crashing constantly on a 64 bit system.
Here's what I'm getting in my mail logs when I try to log in via IMAP:
Aug 3 15:01:21 lisa dovecot: imap-login: Login: user=<scottz>, method=PLAIN,