Displaying 13 results from an estimated 13 matches for "entraill".
Did you mean:
entrails
2007 Nov 23
9
Usage of ''case'' in site.pp
Hi
Does anyone know if the following is supposed to work?
------------------------------------------------------
site.pp
case $psi_rank {
Devel: {
import "Devel/psi_gfa/*"
import "Devel/nodes"
import "Devel/os/yum_update"
}
Prod: {
import "Prod/psi_gfa/*"
import "Prod/nodes"
import
2007 Apr 30
2
S-plus coding
Hi, i would like to ask, what is the Trigg monitor and the CUSUM monitor?
Thank you
2005 Dec 21
0
ustack() issues && correlating SIGSEGV activ ity?
Hi Ryan,
> Does anyone happen to know why the ustack() doesn''t show lex,
> yak, main
> and _start?
A quick look with the source browser seems to indicate that _rt_boot is code
executed very early in the lifetime of your process by ld.so.1. What seems
to be happening is that ld.so.1 has allocated some memory before DTrace got
control of your process - long before main() was
2006 Oct 20
3
fqdn & templates
So, looks like the latest facter has fqdn... cool. but for some
reason templates can''t access it. I was defining $fqdn in my
site.pp, but had to remove it after the last yum update, which
brought in a new facter package. But now my templates can use fqdn.
Why would this happen?
--jason
2009 Jun 30
2
odd behaviour in quantreg::rq
Hi,
I am trying to use quantile regression to perform weighted-comparisons of the
median across groups. This works most of the time, however I am seeing some
odd output in summary(rq()):
Call: rq(formula = sand ~ method, tau = 0.5, data = x, weights =
area_fraction)
Coefficients:
Value Std. Error t value Pr(>|t|)
(Intercept) 45.44262 3.64706 12.46007
2005 Feb 03
0
Displaying a distribution -- was: Combining two histograms
I am immediately reminded of something I read which goes
"A sufficiently trained statistician can read the vagaries of a Q-Q plot like a sharman can read a chicken's entrails, with a similar recourse to scientific principles. Interpreting Q-Q plots is more a visceral than an intellectual exercise. The uninitiated are often mystified by the process. Experience is the key here."
2012 Dec 11
2
Bug#695645: xen-utils-common: xm block-attach does not create /dev/xvd* devices on dom0
Package: xen-utils-common
Version: 4.1.3-6
Severity: minor
Dear Maintainer,
I am trying to run the following command on a dom0 Debian server in order to mount a vmware vmdk. I don't want to use kpartx or losetup as they have poor write performance and I'm hoping blktap will provide better performance.
xm block-attach 0 tap:vmdk:/mnt/backup/3MSYDDP01/3MSYDDP01_2-flat.vmdk /dev/xvda1 w 0
2008 Dec 28
5
playing with Wine on Cygwin
I'm currently playing with Wine on Cygwin on Windows 2000 on
VirtualBox. Just to see what happens. Also to see how feasible Wine on
Windows is from here.
I've been updating the http://wiki.winehq.org/CygwinSupport page accordingly.
With the 1.1.11 source tarball, I'm getting a compile error:
internettransport.c:348: error:
2006 Oct 18
19
Creating client certificates
I testing Puppet 0.19.3. If we decide to use it, we''d deploy it
across several thousand hosts. The method described for creating
client certificates described in the documentation - running
"puppetd --server <server> --waitforcert 60 --test" and "puppetca
--sign <client>" - is not practical for our installation. I''ve
tried creating
2006 Mar 31
0
comments for joel about rails in software discussion
Is it the first to this community or already the discussion started.
sorry if posted it again.
This is for people who has not seen this...
------------------------------------------------------------------
Rails'' Ridiculous Restrictions, a Rant
I recently finished using Ruby on Rails to write a simple bug tracking
application. I thought I''d take this new RAD environment for a
2006 Sep 07
13
How to handle config files used by a combination of classes?
Hi,
How should I handle the combinatorics when one config file must be
built for a combination of possible classes?
Take for example the amd automounter''s configuration file, which on
Debian is found at /etc/am-utils/amd.conf. This is an INI style file
which looks like:
[fsname1]
param1=foo
param2=bar
[fsname2]
param1=baz
param2=quag
In my case I have one class of machines
2007 Apr 30
10
mount type and ensure => present on OS X
Hello all.
There is some strange thing going on with our OS X clients.
We have created a package which is run via SystemStarter. What it does?
It parses /etc/fstab and mounts the NFS directories mentioned there.
This is needed since we want to have static mounts and the
NetInfo-automounter combination does not do static mounts (even with
ttl=0 set for the mount, which is supposed to do a
2007 Nov 18
20
Testing modules
There''s definitely enough complexity in some of the modules out there to
warrant solid test coverage, especially if people start extending a module
to support more distributions and OSes, while trying to keep the existing
support working. That''s even before you start thinking about functions,
facts, and native types. They''re *really* in need of solid testing, being
all