Displaying 20 results from an estimated 1000 matches similar to: ".20.1 and port type"
2006 Dec 04
6
puppet definition
Hello,
still upgrading to .20.1 and i have another issue that puppet does
not regonize anymore my definitions, i use some ensure lines definition
in a function.pp file and since then i am unable to make it work.
puppetmasterd tells me this:
Unknown function sudoensure_line in file
/etc/puppet/manifests/./classes/backup.pp
the import of the function is my 2 line of the site.pp and i
2007 Oct 04
2
Selector syntax error on Debian Etch
Hi all,
I''m having problems making some manifest work, and it''s so simple that I
don''t know where the issue is:
I get this error message when trying to load this vhost.pp file: "Could not
retrieve configuration: Syntax error at ''}'' in file
/etc/puppet/manifests/classes/vhost.pp at line 9"
define vhost ( $domain, $admin, $docroot, $enable )
2006 Dec 11
7
0.20.1 upgrade problem
I just upgraded to puppet 0.20.1 from 0.18.4 (both using the debian
packages). After the upgrade, I''m getting the following error:
err: Could not find type "remotefile" in file /etc/puppet/manifests/classes/kerberos.pp at line 47
Here''s the where the error is occuring:
service { nfs-common:
ensure => running,
hasstatus => true,
subscribe
2007 Apr 18
14
puppet does not speak french ;)
i got a little idea there,
should not puppet use environement LANG=C when managing facts or
packages etc... ?
i have LANG=fr_FR.UTF-8
and puppet choke on quite a few facts (erors messages with uname for
exemple: Pour en savoir davantage, faites: « uname --help ».
) and also with packages updates :
/usr/bin/apt-cache policy mysql-client-4.1
=>
err:
2007 May 30
16
Shorewall recipe BETA, need comments !!
Hello community !
I have posted here my shorewall recipe:
http://reductivelabs.com/trac/puppet/wiki/AqueosShorewall
If anyone is interested please test and comment to see if we can
improve it ! :)
I also updated my facter recipe for VERIO vps servers if anyone
interested... :)
http://reductivelabs.com/trac/puppet/wiki/AqueosFacterVps
Hope that helps !
--
Cordialement,
Ghislain
2007 Aug 24
1
Mistake in FAQ?
Hi,
I think there's a mistake in the french version of the FAQ
at http://vorbis.com/faq/
----8<------8<------8<------8<--
Est-il possible de porter l'encodeur/d?codeur Vorbis pour une plateforme
sans gestion de virgule flottante ?
Cela a d?j? ?t? fait pour le d?codeur.
Tremor est une impl?mentation ? virgule fixe du d?codeur Vorbis qui
peut ?tre utilis?e sur les
2006 Dec 12
2
OpenSSL 0.9.7e-p1 25 Oct 2004
Hello,
As i still have issue i wonder if anyone using this version of openssl
? OpenSSL 0.9.7e-p1
I still cannot make puppet accept Certificate on freeBSD6 with this
openssl version. I got the famous
error 7 at 1 depth lookup:certificate signature failure
and i havent find a way to get around that :(
--
Cordialement,
Ghislain
_______________________________________________
2007 Jan 25
3
overriding file in a class
Hello,
i use a file type to manage sysctl.conf. For some work i override this file by doign File[''/etc/sysctl.conf''] and i
have an exec refresh only to run sysctl -p so it reread the sysctl.conf file if changed.
My issue is that at each run i got, i start in state when i see the overriden one on the server:
1st run, i have the basic sysctl.conf not the ovveriden one
2006 Sep 02
7
BayLISA Puppet presentation video
Hi all,
Jennifer Davis from BayLISA has done us the service of already
posting the presentation from this past Wednesday night:
http://video.google.com/videoplay?docid=8202036065161263530&hl=en
http://video.google.com/videoplay?docid=7740462681265962824&hl=en
It''s about 2 hours total, and I can''t promise it''s any kind of
amazing presentation, but I do a
2007 Jun 13
3
trigger configuration run remotely
I was wondering how to trigger a configration run remotely. Is this
possible? Looking through the docs, I see mention that puppet can listen
on port 8139, but I don''t see that this is the case on my servers. Can
someone please enlighten me as to the proper method of doing this, if it
can indeed be done?
Thanks!
2007 Sep 19
12
server provisionning
Hello puppet users,
I know this is not really a puppet thing but i wanted to know what
tools do you use for server provisionning ?
I have to build quite a lot of servers for a prject and i need to
instal them. Of course puppet take care of the configuration but i
wondered if some of you use things like FAI . It seems that i could use
puppet to script FAI to install machines. What do you
2012 Jun 01
0
r-project, votre plateforme transfert de fichier
[1]transfert [2]transfert
[3]fichier [4]fichier
[5]s??curis?? [6]s??curis??
Bonjour,
Vous ??tes plus de 200 000 utilisateurs ?? ??changer vos fichiers
professionnels en toute simplicit?? et de mani??re s??curis??e avec notre
[7]plateforme.
Saviez-vous que nous
2007 Feb 08
16
exported ressources
Hello,
i wanted to know if we can use exported ressrouces to do things like this:
- for all nodes tagged as xxx create on the node yyy a file which content is a template where we can have each hostname
, or create one file per nodes matching
exemple
/etc/hosts.allow
sshd: host1
sshd: host2
...
or
/etc/backuppc/host1
/etc/backuppc/host2
...
from the docs it seems i can collect only ALL
2007 Mar 13
11
N00B questions: How to dynamically set hostname in a config file . . .
Greetings -
I''ve just started testing Puppet and have a couple of questions:
1. Is there a way to dynamically change a configuraion file that is
sent to nodes?
For example, I want to modify /etc/hosts to have the hostname and ip
address set dynamically - the hosts file shoule look like:
12.34.56.78 node1.example.com
22.35.66.99 server1.example.com
But I don''t want to
2006 Apr 20
3
The contrary of command %in%
Dear r-list,
I've got a data base:
> HData[1:10,]
NumTree Site Species Date Age DBH H IdentTree
1 1 Queige Spruce 2002 184 49 33.5 Queige 1
2 2 Queige Fir 2002 NA 5 4.6 Queige 2
3 3 Queige Fir 2002 25 8 6.6 Queige 3
4 4 Queige Spruce 2002 198 47 32.5 Queige 4
5 5 Queige Fir 2002 200 59 35.3 Queige 5
6 6 Queige
2017 Aug 21
2
Control multi-threading in standard matrix product
Hi Tomas,
Thanks for your answer.
Indeed, I checked and my R-3.4.1 installed from the ubuntu repository
use 'libopenblasp-r0.2.18.so' while my R-3.3.2 that I did compiled on my
machine use 'libRblas.so' which explain the difference of behavior.
I will use RhpcBLASctl to avoid issue when combining matrix product and
other multi-threading package.
Maybe this point regarding
2007 Jun 14
19
Please test export/collect from svn
For those of you out there using export/collect (which we really need
to come up with a better name for...), can you test the current SVN
code?
I''m mostly wondering if the performance is any better. To use it,
you''ll have to remove your current database, since the database
schema is significantly changed.
I''m getting what looks like an additional 25% reduction
2006 Aug 19
2
file type when you create directory inside throw
Hello,
I have a strange problem this nigth that i cannot solve, perhaps you
can help me understand what is wrong.
I have a file type that upload a directory into my servers. Inside this
uploaded directory i create subdirectory and files on my own (directly
on the target host). The problem is that when puppet comes back to the
directory it spills out this error:
err:
2005 Jul 06
2
Plotting confidence intervals for lme
Hello and sorry to disturb.
I'm trying to plot the confidence intervals for the fixed effects of a lme.
I want to obtain graphically, if it is possible, a bar with Estimate, upper
and lower CI for each level of the factors.
I know how to do for a lm model but for a lme one, I tried with
plot(intervals(...)) and plot(ci(...)) from the gmodels package but it
doesn't work well.
Thanks
2007 Apr 30
3
syntax error, but wherz
sorry to come with such a silly request but i have a code:
shorewall-zone { "$name":
SHTYPE => ''ipv4'',
PARENT => "$PARENT"
}
and it bring a syntax error :
debug: importing