Displaying 3 results from an estimated 3 matches for "master_".
Did you mean:
master
2012 Sep 05
6
Weird variable dependency issue + different behavior between master/masterless
...thout
explicitly declaring dependencies.
However I''ve always been able to set variables in classes, and expect them
to be used properly in templates that I declare in a File statement in the
same class.
It looks like I came across a problem with this yesterday :
My class contains :
$master_port = 6379
$master_host = $hostname ? {
/(stage|live)-xx([a-d])-redis1/ => "$1-yy$2-redis1",
default => false,
}
file { "/etc/redis/redis.conf":
ensure => file,
owner => "root",
group => "ro...
2005 Aug 01
1
patching postfix with VDA
...onf/postfix-files
patching file conf/sample-ipv6.cf
patching file conf/sample-tls.cf
patching file makedefs
patching file man/man8/tlsmgr.8
--snip many unnecessary lines--
patching file src/lmtp/lmtp.c
patching file src/lmtp/lmtp_addr.c
patching file src/lmtp/lmtp_connect.c
patching file src/master/master_ent.c
patching file src/master/master_listen.c
patching file src/qmqpd/qmqpd_peer.c
patching file src/smtp/Makefile.in
patching file src/smtp/smtp.c
patching file src/smtp/smtp.h
patching file src/smtp/smtp_addr.c
patching file src/smtp/smtp_connect.c
patching file src/smtp/smtp_proto.c
patching fil...
2013 Sep 03
1
libR.so: cannot open shared object file
Hi all
I have a R code that incorporates a C++ programm. I compiled the C++
code with the following:
R CMD SHLIB Model.cpp -Wall funzioni.cpp
it seems to work fine but when i run the R code i get this error message
Error in dyn.load(paste(dir_func, "Model.so", sep = "")) :
unable to load shared object '/lustre/work/uuu/RCpp/Model.so':
libR.so: cannot open