Displaying 20 results from an estimated 1000 matches similar to: "Syncing Multiple servers simultaneously"
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 can''t
imagine what would
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.
2007 Apr 26
2
[PATCH] facter: add interfaces, default_gateway facts on Linux
Quick and dirty:
--- lib/facter.rb (revision 203)
+++ lib/facter.rb (working copy)
@@ -989,6 +989,18 @@
%x{/usr/sbin/scutil --get LocalHostName}
end
end
+ Facter.add(:interfaces) do
+ confine :kernel => :linux
+ setcode do
+ %x{/sbin/ifconfig -a -s}.split($/)[1..-1].collect {|line|
2012 May 04
1
Help Required
On Fri, May 4, 2012 at 6:50 PM, vaibhav srivastava
<vaibhavcse30 at gmail.com>wrote:
>
> Hi all,
> Since I want to run Samba without modifying my existing kernel. Please
> tell me what are the requirements for the same.
> What are the package list required in kernel before installing samba.
> thanks in advance.
> --
> Thanks and Regards,
> Vaibhav Srivastava
>
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:
2002 Apr 20
2
Patch: update popt/ to 1.5.1
This patch updates the files under popt/ to the latest vendor 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
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 Sep 13
2
Running R file from Command line.
Hi all,
Is there any way through which i can run a R file from Command line.
For example
> r mean.R
Thanks and Regards,
Vaibhav Gathibandhe
[[alternative HTML version deleted]]
2007 Apr 27
2
Unsynchronized object state detection
Is there a way to specify 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 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
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
_/ _/ _/
_/ _/_/_/
_/ _/ _/
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?
2007 Jul 26
1
Regression with Missing values. na.action?
Hi all,
Can you please tell me what is the problem here.
My regression eq is y = B0 + B1X1 +B2X2 +e
And i am interested in coefficient B1
I am doing regression with two cases:
1) reg<-lm(y ~ X1 + X2, sam) where sam is the data
2) reg<-lm(y ~ X1 + X2, sam, na.action= na.exclude) . I have missing values
in X1
but the values of coefficient is not consistent in two cases.
Actually B1 in
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 Apr 20
2
R: Appending the files
Hello R-Experts,
I am a beginner to R. Can someone please look at my problem
I am trying to append the files in R but couldn't get the answer properly.
My code is
mat1<-matrix(0,2,3)
mat2<-matrix(1,2,3)
write.table(mat1,"foo.csv",sep=",",col.names=NA)
write.table(mat2,"foo.csv", sep=",", col.names=NA, append = TRUE)
I am getting a warning
2007 Sep 18
1
property.rb moved between 0.22 and 0.23?
FYI: We have a custom `checkout'' type which stopped working when migrating
from 0.22.4 to 0.23.2-ish. This turned out to have been caused by the 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
2005 Jun 03
1
Unable to see linux filesystem with samba running
Hi
I am new to Linux. I am using Redhat 9.0. I have installed the Samba
software, configured the smb.conf, added my client Windows XP box into the
hosts.allow, hosts.equiv etc and started the smb service.
Still I am unable to map the Linux share on to my Windows XP box. I have
tried enabling and disabling the XP firewall also. I can see the Linux
machine name in the Windows explorer "My
2009 Apr 06
2
Converting Number into Integer in ruby
I am working with a legacy oracle database. The
primary key is not defined as an integer but as a number.
This results in a url with an id as a number, such as 1234.0 instead
of 1234. It works fine, but I would prefer 1234 to be displayed in
the url. I have attempted to redefine the model id method to
convert to an integer using to_i method, but no luck. Any ideas?
Thanks,
Vaibhav
--
Posted via
2005 Aug 26
4
Ztmonitor values when zap channel is onhook
Hello,
In my quest to figure out the source of the random echo on our shiny new
asterisk install, I have been using ztmonitor on the TDM400p channels
for the good part of today.
I have 2 TDM400p cards with 8 FXO modules and 6 pots lines connected to
them (last 2 channels are unused but configured in zaptel). Even when
the lines are onhook, the Tx values settle down to 0 but the Rx values
still
2002 May 31
1
Updated ssh-agent authentication retry patch available
This patch against OpenSSH 3.2.3p1 implements an ssh-agent authentication
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: