Displaying 20 results from an estimated 300 matches similar to: "Transport endpoint is not connected"
2013 Oct 11
6
puppet class if
Hello,
I created puppet class and I want the file operation to be executed on all
servers but not on server with hostname "''server1.domain.com". I tried this
class, but it does not work. Is there any other way? Thanks
class test {
if $hostname != ''server1.domain.com'' {
file { "/etc/ntp.conf":
owner
2013 Jun 12
4
certificate problem
When I try to connect to my new puppet master, I get an error because of
a self-signed certificate:
---snip---
# puppet agent --test --noop
Warning: Unable to fetch my node definition, but the agent run will
continue:
Warning: SSL_connect returned=1 errno=0 state=SSLv3 read server
certificate B: certificate verify failed: [self signed certificate in
certificate chain for /CN=Puppet CA:
2011 Feb 18
1
How to fsck.ocfs2
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi everyone,
simple question: how can I execute a "fsck.ocfs2 /dev/sdf"?
All I get is
- ---snip---
myhost:~ # fsck.ocfs2 /dev/sdf
fsck.ocfs2 1.4.3
Checking OCFS2 filesystem in /dev/sdf:
Label: SAP01
UUID: 5969C8CABB854F8EA9C17B5B8DE48EC6
Number of blocks: 183500800
Block size: 4096
Number of
2013 Aug 28
3
agent will not run
Hi,
I wonder why the puppet agent on the server itself will not run:
---snip---
# puppet agent --test
Error: Could not run Puppet configuration client: Puppet::Node does not
respond to from_s; can not intern instances from text/plain
Error: Could not run: can''t convert Puppet::Util::Log into Integer
---pins---
whereas the client on a test box tells me:
---snip---
# puppet agent --test
2004 Oct 19
1
Environment variable question
Hi,
I'm trying to run a command as follows:
rsync -Lcav temp.txt datauser@mach1:\$DATESPATH/dat
The above returns the following err:
"mkstemp /dat/.temp.txt.oYaO9U failed: No such file or directory"
$DATESPATH is a variable defined in 'datauser's profile, but it looks like
the variable is not recognized in the context of this command. I have used
something similar
2006 May 15
1
Bring up problem
I am hoping I can get a little light she on a problem I am having trying
to bring up a guest domain.
I suspect that the problem is in my supplied file system
First the environment.
VT enabled dual core EM64T processor,
Asus Mb (I can get the exact chipset infor if relevant)
2 Gig of DRAM
SATA drives.
I have build and booted the domain 0 using 3.0.2-2 version of xen. This
seems ok.
2001 Jul 27
0
boot/root rescue systems with ext3 support
These are some boot/rescue systems with ext3 support.
The RIP boot/rescue system.
This is a boot/rescue system, it comes in three versions.
There's a bootable cd version that comes with kernel 2.4.6
and has IDE and SCSI support.
rip-39.iso.bin 2528kb
They can all be found here:
http://www.tux.org/pub/people/kent-robotti/looplinux/rip/index.html
There's more info at the above site.
2007 Jan 09
2
posthoc tests with ANCOVA
dear all,
I want to perform a posthoc test for my ANCOVA:
a1<-aov(seeds~treatment*length)
With
summary(glht(a1, linfct = mcp(treatment = "Tukey")))
R tells me: "covariate interactions found -- please choose appropriate
contrast"
How do I build these contrasts?
Ideally, I would like to have the posthoc test for the ANCOVA including
a block-effect
2008 Oct 09
1
stack or dissolve matrix without double entries
Heja,
I've some bigger distance-matrices like this:
num [1:3231, 1:3231] 0.000 0.176 0.176 0.176 0.176 ...
- attr(*, "dimnames")=List of 2
..$ : chr [1:3231] "A" "B" "C" "D" ...
..$ : chr [1:3231] A" "B" "C" "D" .
I actually want to convert them into a 2 column dataframe like this:
data.frame':
2003 Feb 19
1
RODBC problems
Hello,
I successfully used RODBC very frequently, but after having updatetd to R 6.0.2, the
current RODBC-Version gives me some problems.
After connecting to my Oracle-Database via odbcConnect("") (or the necessary
information) I receive a much longer output than usual:
RODB Connection 0
Details:
case=nochange
DRIVER={Oracle in OraHome90}
...
with all the details.
Previously,
2011 Apr 21
2
combining matrices
Heja,
I hope someone is still there to help me:
How can I somehow merge/combine matrices to get such a result:
Matrix A
A B
x1 1 0
x2 1 1
Matrix B
C D
x3 1 0
x4 0 1
Resulting Matrix?
A B C D
x1 1 0 0 0
x2 1 1 0 0
x3 0 0 1 0
x4 0 0 0 1
Does anyone see this probably obvious solution with R how to do this?
Sorry if this question is silly...it's too hot here to think properly ;O)
2010 Nov 03
1
dll problem with C++ function
Dear fellow R-users,
I have the problem of being unable to repeatedly use a C++-function
within R unless by dyn.unloading/dyn.loading it after each .C call.
The C++-code (too large to attach) compiles without problem using R CMD
SHLIB. It loads (using dyn.load("myfun.so")) and executes (via .C(myfun,
...) ) properly. The function returns no object, only reads files from
disk,
2010 Feb 24
2
renaming a OCFS2 cluster
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi everyone,
another problem I did not find a solution for...
I ran "o2cb configure" and configured a cluster named "ocfs2". Lazy me,
I did not invent a new name.
Now this cluster must be renamed to avoid confusion, the name has to
change to "sapcluster".
I changed /etc/ocfs2/cluster.conf to the new name and ran
2001 Nov 22
1
fac.design
Dear all,
I am trying to find a R version of the S+ routine fac.design. In the help
of the package conf.design fac.design is listed under "see also". Any clues
as to where (which package) I can find fac.design?
thanks
Steve.
Steven Higgins
Department of Ecological Modelling
UFZ - Centre for Environmental Research Leipzig-Halle
Permoserstrasse 15
D-04318 Leipzig
Germany
Phone:
2018 Feb 12
2
[parallel] fixes load balancing of parLapplyLB
Dear R-Devel List,
**TL;DR:** The function **parLapplyLB** of the parallel package has [reportedly][1] (see also attached RRD output) not
been doing its job, i.e. not actually balancing the load. My colleague Dirk Sarpe and I found the cause of the problem
and we also have a patch to fix it (attached). A similar fix has also been provided [here][2].
[1]:
2005 Dec 09
1
O-ring statistic
Rainer M Krug writes:
> Thorsten Wiegand used in his paper Wiegand T., and K. A. Moloney 2004.
> Rings, circles and null-models for point pattern analysis in ecology.
> Oikos 104: 209-229 a statistic he called O-Ring statistic which is
> similar to Ripley's K, only that it uses rings instead of circles.
>
> http://www.oesa.ufz.de/towi/towi_programita.html#ring
2011 Nov 23
1
How to explain interaction variable in Linear regression?
Hello everyone,
Recently, I faced a problem on explanatory of *Interaction variable* in
Linear Regression, could anyone give me some help on how to explain that?
the response variable Y is significantly correlated with *Interaction
variable X* which is consisted of Continuous predictor A and Categorical
predictor B. The Categorical predictor B has two factors B1 (value=1) and
B2 (value=0). The
2018 Feb 26
2
[parallel] fixes load balancing of parLapplyLB
Dear Christian and Henrik,
thank you for spotting the problem and suggestions for a fix. We'll
probably add a chunk.size argument to parLapplyLB and parLapply to
follow OpenMP terminology, which has already been an inspiration for the
present code (parLapply already implements static scheduling via
internal function staticClusterApply, yet with a fixed chunk size;
parLapplyLB already
2004 May 17
2
kernel and initrd
I'm trying to create a single floppy based boot disk that will,
depending on what the user enters, boot redHat, SUSE or Debian.
Does anyone have any sample syslinux.cfg files that might allow me to
boot via nfs?
Also, I'm having trouble fitting init into initrd.img any ideas?
Thanks
--
Steve Glines
voice: 978-952-6340 www.is-cs.com
fax: 978-952-8524 145 Foster
2018 Feb 19
2
[parallel] fixes load balancing of parLapplyLB
Hi, I'm trying to understand the rationale for your proposed amount of
splitting and more precisely why that one is THE one.
If I put labels on your example numbers in one of your previous post:
nbrOfElements <- 97
nbrOfWorkers <- 5
With these, there are two extremes in how you can split up the
processing in chunks such that all workers are utilized:
(A) Each worker, called