Displaying 20 results from an estimated 41 matches for "catnook".
2007 May 15
5
Puppet performance
--On Monday, May 14, 2007 9:16 PM -0700 Jos Backus <jos@catnook.com> wrote:
> ObPuppet: we ramping up our deployment this week to around 200 hosts. So
> far everything has been going smoothly.
We don''t have nearly as many and yet, we see occasional errors ("End of
file reached") which seems to indicate the network cutting out. I...
2002 Apr 20
2
Patch: update popt/ to 1.5.1
...endor drop. The only
change is the inclusion of a FreeBSD-specific patch to popt.c. This is needed
in case somebody decides to build rsync on that platform without using the
port. I'm not happy about the wording in popt/README.rsync so I may change it.
The patch is available at
http://www.catnook.com/rsync-popt-1.5.1.patch
Comments welcome!
(Note that I will be losing DSL connectivity for a week any moment now while I
switch providers.)
--
Jos Backus _/ _/_/_/ Santa Clara, CA
_/ _/ _/
_/ _/_/_/...
2007 Apr 26
2
[PATCH] facter: add interfaces, default_gateway facts on Linux
...work so we have
interface names like `eth0'', `bond0'' and `bond0.401''. Is the best practice to
create facts such as `mac_address[bond0.401]''?
These facts would allow us to verify that a given machine has the proper
interface configuration.
--
Jos Backus
jos at catnook.com
2007 Nov 29
3
gem provider non-interactive
Hi,
I was wondering if there is any of getting the gem package provider to
run non-interactively? When upgrading mongrel it fails because it gets
prompted for which version to install:
Attempting remote update of mongrel
Select which gem to install for your platform (x86_64-linux)
1. mongrel 1.1.1 (ruby)
2. mongrel 1.1.1 (jruby)
3. mongrel 1.1.1 (mswin32)
4. mongrel 1.1 (mswin32)
5.
2002 May 31
1
Updated ssh-agent authentication retry patch available
...ion
retry mechanism which is useful when starting many ssh clients in a short
period of time. The number of retries and the maximum delay between retries is
runtime-configurable using
AuthMaxRetries <integer>
AuthRetryDelay <seconds>
The patch is available at:
http://www.catnook.com/patches/openssh-3.2.3p1-auth-retry.patch
While I have no hopes of this being merged into the main OpenSSH distribution,
perhaps other people may find it useful. Comments welcome.
--
Jos Backus _/ _/_/_/ Santa Clara, CA
_/ _/ _/...
2002 Jul 12
2
Patch to update the included popt to 1.6.4
http://www.catnook.com/patches/rsync-popt-1.6.4.patch
has a patch which upgrades the popt included with rsync to the latest version,
1.6.4. The configure script had to be regenerated (with autoconf 2.53) because
popt.c wants HAVE_FLOAT_H. As an aside, I have heard people complain about
this version of autoconf gener...
2003 May 03
4
Update included popt to version 1.7
Perhaps now is a good time to commit this patch which updates the included
popt to version 1.7. This has been tested on FreeBSD and Solaris.
http://www.catnook.com/patches/rsync-popt-1.7.diff
Comments?
--
Jos Backus _/ _/_/_/ Sunnyvale, CA
_/ _/ _/
_/ _/_/_/
_/ _/ _/ _/
jos at catnook.com _/_/ _/_/_/ require ...
2007 Oct 02
10
End of file and other errors: solution
For anyone that has experienced the odd End of file or Cannot describe
errors, we''ve found that switching to Mongrel has fixed this problem for
us. We''re currently running 5 instance of puppetmaster under mongrel (with
the apache proxy in front) and things are going great.
For more information on setting up Mongrel, visit:
2008 Jun 05
14
Why not ignore stale PID files?
Hi,
I have an application which is dying horrible deaths
(i.e. segmentation faults) in mid-flight, in production... And of
course, I should fix it. But while I find and fix the bugs, I found
something I think should be different - I can work on submitting a
patch, as it is quite simple, but I might be losing something on my
rationale.
When Mongrel segfaults, it does not -obviously- get to clean
2007 Jul 05
10
Does Puppet ensure that a service is up and running?
Just curious as to the functionality of puppet. Does Puppet ensure that a service is up and running as long as puppet is running?
Ie, I want to make sure ssh is always running, if for some reason ssh get''s shut down, does puppet start it back up when it does it''s config sync run?
Thanks!
---------------------------------
Pinpoint customers who are looking for
2002 Jul 08
0
[Bug 339] New: 3.4p1: UsePrivilegeSeparation breaks key fingerprint logging
http://bugzilla.mindrot.org/show_bug.cgi?id=339
Summary: 3.4p1: UsePrivilegeSeparation breaks key fingerprint
logging
Product: Portable OpenSSH
Version: -current
Platform: All
URL: http://www.catnook.com/misc/sshd-key-fp-logging.txt
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: jos at catnook.com
See URL.
------- You are receiving this mai...
2007 Sep 18
1
property.rb moved between 0.22 and 0.23?
...location
of property.rb changing between 0.22.4 (puppet/type/property.rb) and
0.23.2-ish (puppet/property.rb).
(I say 0.23.2-is because I''m using 40491ebe7ca9692b57fb533412ece8fb694b7d4c
since it only has a few extra bugfixes over 0.23.2. Maybe I''m wrong.)
--
Jos Backus
jos at catnook.com
2007 Apr 27
2
Unsynchronized object state detection
...ify on a per-object basis that Puppet should merely
report that an object needs to be updated without actually performing the
update?
This would make it possible to detect changes to critical objects (e.g. config
files) that Puppet shouldn''t try to fix automaticaly.
--
Jos Backus
jos at catnook.com
2007 May 11
14
Trailing commas [best practice survey]
I''m sure everyone has read and committed the Puppet Best Practice to memory
by now (I joke). One of the things I''ve written in there deals with
trailing commas, which I adopted from the way I used to do multiline in
Perl, but I''ve noticed that most people don''t tend to do that in Puppet.
Should I revise this or should we all start using the trailing commas?
2008 May 20
13
puppet thinks yum fails when it doesn't
Hi all,
Not sure if this is a bug in puppet, yum, or just something I''m doing wrong.
I''m trying to use puppet to update a package to a particular version and exec
a command when that update is applied.
The problem is, puppet calls yum which successfully updates the package, but
puppet then thinks the update has failed and hence doesn''t trigger the exec.
Next
2007 Sep 30
2
Central principal->user@host management?
[Apologies if this is an off-topic question; please direct me to a more
appropriate place if so.]
Using Kerberos/GSSAPIAuthentication, is there a way to centrally
control/manage (perhaps using LDAP?) which user principals can log into what
hosts/accounts?
--
Jos Backus
jos at catnook.com
2002 Apr 08
1
--delete-after-fetch mode?
On 9 Apr 2002, George Michaelson <ggm@apnic.net> wrote:
Please read this first:
http://www.eyrie.org/~eagle/faqs/questions.html
> I am using rsync to pull maildrop boxes to a laptop.
>
> when I do this, I really do want to zero/delete the file
> afterward.
>
> I use rsync because its a lowest common denominator, and its fast
> and reliable.
>
> But, I have
2002 Apr 17
1
rsync and missing files?
(The list archiving site appears to be down -- sorry if this is answered
there...)
I'm using rsync to perform backups to an rsync daemon as follows:
/usr/local/bin/rsync -az --delete $X user@1.2.3.4::backup/current
One of those $X's is /home, which contains a few thousand maildir's.
Trouble arises when attempting to copy files that are quickly moved. (eg,
when someone initiates a
2002 Apr 19
2
[PATCH] --soften-links option (fwd from md@Linux.IT) Re: rsync and debian mirrors
Any thoughts?
I have half a mind to turn it on by default, but I guess it's better
not to.
--
Martin
-------------- next part --------------
An embedded message was scrubbed...
From: Marco d'Itri <md@Linux.IT>
Subject: Re: rsync and debian mirrors
Date: Fri, 19 Apr 2002 14:58:58 +0200
Size: 4416
Url: http://lists.samba.org/archive/rsync/attachments/20020419/b22ddd1a/attachment.eml
2002 Aug 28
1
Using -F and -f
Hi all,
I'm interesting in using -F and -f options to generate
delta files to transfer to other computers not connected by
network.
I'm using cygwin whit rsync version 2.5.5 protocol 26, but
even if those options are explaned, I can't use them.
So I downloaded source for rsync+ but I'm not able to
compile it because I have this error messages.
$ make all
gcc -I. -I. -g -O2