Displaying 20 results from an estimated 1100 matches similar to: "External_nodes definition not working. Client states "could not find node""
2009 Dec 13
13
Inherited Client and Server Apps
So, I''ve been doing something like this for applications that have a
client and server component...
node base_node {
include syslog_ng::client
}}
node app_node inherits base_node {
}
node syslog_server inherits base_node {
include syslog_ng::server
}
... because I want the client portion, syslog-ng in this case to be
installed on everything. However, the server node also has a
2007 Dec 13
4
access to databases in puppet - best practice?
Hello!
In my puppet configuration I need to get some data from database.
Ie.: I''ve got information about my all hosts in db - thier name, mac
addresses, ip addresses, what to backup from this host etc. For now
it''s just .xml file, but it could be sql db, or ldap directory. Then,
using this small "database", I want to generate configuration using
puppet - ie.:
2007 Jan 24
3
Capturing output from external executables, in windows
Hi,
Any help on the following would be much appreciated
I wish to capture the output (currently going to console) from an
external executable.
The executable is successfully run using
system("program -switch ")
and the output printed to the DOS console.
How do I capture this output? I have tried redirecting the output to a
text file, and then reading this in
2003 Jun 12
9
Programcode and data in the same textfile
I have the following problem. It is not of earthshaking importance,
but still I have spent a considerable amount of time thinking about
it.
PROBLEM: Is there any way I can have a single textfile that contains
both
a) data
b) programcode
The program should act on the data, if the textfile is source()'ed
into R.
BOUNDARY CONDITION: I want the data written in the textfile in exactly
2002 Nov 22
2
Need help with pipe()
Hello.
I have an R program that calls gawk (GNU Awk 3.06 for Windows) from
within pipe() to preprocess a large file before it is read into a data
frame with read.table().
I've recently upgraded from Win98SE to WinXP, and have also upgraded
from R1.5.0 to R1.6.1 over the past month or so. This program worked
before the upgrade(s), but now fails. I observe the following sort of
behavior with
2008 Mar 18
2
Matching multiple nodes with a regular expression
Hello,
I''m setting up puppet on various clusters (tomcat, mysql, tomcat
+cocoon, etc) of computers, each of which has a hostname consisting of
the cluster type and a unique id (e.g. tc-dev-1, mysql-stg-3, etc).
I''ve been merrily adding each node by hand to puppet but being
naturally lazy I wondered if this could be done with a regular
expression instead, something along the
2003 Jul 15
4
(no subject)
Hi
I got a problem with creating a textfile:
how can I create a textfile, which has a headline like:
#data1
1 2 3 4
5 6 7 8
the problem is, how to bind text and matrix, so that the
"read.table"-function
will ignore the text and read the numbers.
Thank you for help
Michael
--
2
1998 Oct 28
2
W95 and no update from samba shares
Hi,
i have a annoying problem that drives me crazy.
We have set up a Digital/Unix box with samba and the clients (W95) can mount
the shares from this box. On the Unix side we create a textfile which will be
periodically (or not) appended with new data. A Application on the W95 side
reads this file.
The Problem is, that the textfile has new lines, the Application don't see
them !!!
To
2005 Feb 19
2
I have a odd question...
Hi all.
I am going to do a simple "voting application" for a radiostation.
The idea is to have listeners call in to vote on songs.
What I want to do is to take a phonenumer for each song and present the
result on a simple webpage.
Eg.
To vote on song number one, call 555-1111
To vote on song number two, call 555-2222 etc etc.
When the listener calls in, a playback tells him:
2007 Nov 13
6
Groups
Hello,
Is it possible to group many nodes together? Suppose I have a large
number of machines that I all want to have the same config - rather
than specify them as individual nodes each inheriting the same config,
I''d like to say that a group inherits a config, and define the group
elsewhere.
Does this sort of construction already exist? Could it be cobbled
together from what we
2001 Dec 19
1
combine
hello there,
I ` m a newbie in R so please excuse my maybe simple question!
I have several (the number of the files changes) textfiles. Each
textfile contains one column with 3 rows (3 numerical values). I want to
combine each file with another file and create new textfiles which then
contain 2 columns with 3 rows. How can I do this in R? Do I have to
use cbind? How Do I use cbind for my
2007 Nov 09
9
fixture_file_upload and edge rspec?
Hi all,
I had some specs that were using fixture_file_upload that were
passing just fine. Then I froze edge rails to get some 2.0
functionality, then a I upgraded to trunk rspec to deal with
uninitialized constant ActionView::Helpers::JavaScriptMacrosHelper
After a couple other of tribulations, I have now gotten down to just
a couple of not passing specs, all using the fixture_file_upload.
2010 Nov 11
7
Problem with modules
Hello. I use puppet 2.6.3-rc2
Now I try move my classes to modules.
But I got a problem that Puppet does not sees modules.
in puppet.conf:
[main]
logdir = /var/log/puppet
rundir = /var/run/puppet
ssldir = $vardir/ssl
libdir = /opt/puppet-dashboard/lib/puppet
modulepath=$confdir/modules
In nodes :
node postgres {
include basesystem
include postgres
}
In
2018 Feb 02
3
[GSOC 2018] Mentors and projects needed! Any help appreciated.
All,
The LLVM project has had many years of success with the Google Summer of Code project and we would really like to continue our participation. However, without the support of more community members, we fear that we may not be selected as an organization this year. They are already reviewing projects and to improve our chances of participation we need more projects and mentors listed on the
2014 Aug 26
2
Fn textfile background
Hello,
In doc/menu.txt:
"F1 textfile [background]"
I am trying the second optional parameter using 640x480 x 4bits color
depth png's.
Should I be using a different file format?
Or a different color depth?
Or specific colors?
Which versions are supposed to support the second optional parameter,
"background", from menu.c32?
I have tried (and failed) with (menu.c32)
2009 Apr 17
2
Manipulate single line in textfile
Hello all,
Is it possible to modify a single line in a textfile?
I know it is possible to load the whole text file, do the change, and
save this as a new file. However, this is not practical in my case,
because the document is huge and cannot be fully loaded in R.
Any idea?
Best,
Guillaume
2007 Jan 24
4
Installing YUM with Puppet
Hi,
I have this small problem with my servers managed by Puppet (i have a
workaround so the problem is not so important):
1) These servers are installed with Red Hat Linux Enterprise and i use
Puppet in client-server mode.
2) I''ve made a Puppet class called "yum" to install (by the RPM
package provider) and configure YUM on my servers. I don''t use the YUM
package
2014 Aug 26
3
Fn textfile background
> On 08/25/2014 07:49 PM, Ady wrote:
> > Hello,
> >
> > In doc/menu.txt:
> > "F1 textfile [background]"
> >
> > I am trying the second optional parameter using 640x480 x 4bits color
> > depth png's.
> >
> > Should I be using a different file format?
> > Or a different color depth?
> > Or specific colors?
>
2004 May 07
2
Samples inside a packet
Hi,
Just to confirm:
for blockSizes of 256 and 2048 (0 and 1 respectively) the number of sample inside this audio packet will be acording to table below:
LastWind ThisWin Samples
0 0 128
0 1 576
1 0 576
1 1 1024
Correct??
thanks a lot.
--- >8 ----
List archives:
2002 Jun 27
2
cygwin rsync and ascii files
I am ysyncing text files between NT/95/XP machines and Solaris. I noted
that the text/ascii files created on the windows platforms contain ^M at
the end of each line when transfered to the Solaris system. This can be
explained by the binary transmission and can use FTP is ASCII mode to
prevent this from happening. It is crutial that we preserve the time
stamp, so running dos2unix isn't one