Displaying 20 results from an estimated 11000 matches similar to: "Virtual provides"
2006 Dec 19
2
Automating client setups
Is there a Best Practices method for doing this? :)
I''m trying to configure clients by ssh''ing to them from the
puppetmaster. My steps are:
ssh $host ''svccfg import ...''
sleep
puppetca --sign $host
scp namespaceauth.conf $host
ssh $host ''svcadm restart puppet''
The problem is that I''d like to stop and log an error if the cert
signing
2009 Sep 10
1
trouble with custom type on 0.24.8
I''m having trouble getting a simple custom type to work.
Clients are giving me the following error:
"Could not retrieve catalog: Could not find resource type zypper_repo
at /etc/puppet/manifests/nodes/mgt.pp:33 on node <host.fqdn>"
The custom type is present in the /var/lib/puppet/lib/puppet/type
directory on both clients and server (via pluginsync), but it''s
2007 May 21
2
Puppet newbie: using defines
Hi folks,
I''m trying to get my feet wet in puppet-land. I''ve successfully
installed a puppetmaster and client and managed to get them to do
something (the sudo file-permission example as explained in the
tutorials). Now I''m trying to do something a bit more complex using
defines but nothing seems to happen anymore.
Config files involved:
###### site.pp
filebucket {
2007 Aug 22
1
recursive copy
Hi all,
I''m new to puppet (coming from cfengine). I have a question concerning recursive copy. We
have about 20 different types of desktop PC installations (typeA, typeB, ...). Each type
has about 10-40 different config files. What I would like to do:
I have a file server with the following structure:
/dist/typeA
/dist/typeB
/dist/typeC
...
Inside /dist/typeA the config files have
2014 Nov 05
4
[LLVMdev] RFC: Timeline for deprecating the autoconf build system?
Hello, thank you for the thoughts.
> Have you seen the docs for CMake3.0 [1] (see cmake-buildsystem
> especially)? They certainly aren't perfect but they are considerably
> better than what was there before.
Okay, the documentation has come a long way since 3.0 although it
still needs a bit of polish.
> I wouldn't say that much "important functionality is plain
1999 Dec 10
3
scp with openssh on the server side and $PATH.
Hi!
When I try to use scp from or to a machine that runs openssh-1.2pre16
on Debian Linux, I keep getting the error message "scp: command not
found". Executing "ssh this-host echo \$PATH" yields
"/usr/bin:/bin:/usr/sbin:/sbin:" which might be set in config.h.
sshd is installed to /usr/local/stow/openssh-1.2pre16/sbin, scp to
/usr/local/stow/openssh-1.2pre16/bin;
2014 Nov 04
6
[LLVMdev] RFC: Timeline for deprecating the autoconf build system?
I am an actual end user of LLVM who builds it from source and not a
developer of it so I think I have an important perspective that is not
represented here. Also I am pretty sure the llvmdev mailing is heavily
biased and might not reach actual end users of LLVM. I use the
Autotools build system for a number of reasons. If compromises or
reasonable workarounds could be found I would be okay with
2007 Aug 24
4
Variable scope: Class inheritance vs Include statement.
Hello.
I''m a long time cfengine user, some might say sufferer, and I have
finally managed to get around to experimenting with Puppet. So far I''m
very impressed.
I am trying to get puppet to configure the openntpd config file, from
an ERB template, based on the node definition in the site config.
What I''m trying to understand is why when I define a variable in a
child
2008 Jan 06
0
RFC: defined type for stowed packages
This appears to be working for me, but suggestions on improvements are
welcome:
master/manifests/definitions/stowedpackage.pp:
> define stowedpackage ( $basepackage, $version,
> $rsyncserver=''gold.cae.tntech.edu'',
> $rsyncmodule=''metastow'',
> $stowdestdir=''/usr/local/stow'' ) {
>
> file { stow_initiator:
2006 Jul 12
1
-Infinity for Doule type column
Hi list.
I''m writing a program that stores a lot of Floats into MySQL database.
Simplified version of the program use the following form of class.
class Val < ActiveRecord::BASE
end
And Vals table contains one column:
num double
One of my data contains -Infinity for num and when I try to
Val.new
Val.num = <- Here goes -Inifinity
Val.save!
Then the program crashes:
2006 Sep 11
2
Exclude usage question
Im running into an issue with exclude options not working correctly.
Here are the details, if anybody can see what Im doing incorrectly,
please let me know.. Thanks
rsync version 2.5.7 protocol version 26
Command:
"/usr/bin/rsync""--archive""--compress""--delete""--group""--perms""--st
2002 May 10
1
building OpenSSH-3.1p1 w/OpenSSL-0.9.6d
Has anyone tried to build 3.1p1 on Solaris with the new openssl-0.9.6d? I
am having trouble building; here is my setup: GNU ld, GNU make and my
config options are as follows:
./configure --prefix=/usr/local/stow/openssh-3.1p1 \
--sysconfdir=/usr/local/etc --with-md5-passwords --disable-suid-ssh \
--with-ssl-dir=/usr/local/ssl
Here is the error is fails on:
/usr/local/bin/ld -o scp scp.o
2007 Mar 07
8
Writing definitions to support changing defaults
What is the right way to write definition so that defaults can be overriden?
$puppetdir = "puppet://$server/files"
define remotefile($source, $owner = "root", $group = "root", $mode =
0644, $backup = false, $recurse = false) {
file { $name:
mode => $mode,
owner => $owner,
group => $group,
backup => $backup,
2007 Jan 10
9
Definition specialization
There was a discussion a while ago about adding inheritance to
definitions. There is a need for a way to specialize parameters while
allowing passing other options. This comes up with remotefile where
it would be nice to have a default server location but not specify all
the parameters (and their defaults) in the definition.
Was there a change to the syntax? Is there a way to accomplish this?
2006 Sep 08
4
Does acts_as_attachment :storage => :db_system work?
I found the post about needing to install acts_as_attachement_1_1_6 if
you are not on edge rails. But I am having trouble getting db_system
storage to work. As far as I can tell in from the database, things are
working, but I don''t see how my model table hooks up with the db_files
table so I am having trouble altering the image_tag from the tutorial
2007 Jan 29
1
Run command when file changes
I am writing a definition that installs a crontab. I would like it to
run the command only when the downloaded file changes. I am using
"subscribe" but it doesn''t seem to do the job. The exec command is
run every time.
define crontab($host = $hostname) {
$path = "/tmp/$name.$host.cron"
remotefile { $path:
source =>
2008 Feb 28
4
how to uninstall
hello guys
i have centos5.1, and my subject is :
when i install a package without the rpm tool cause its not rpm package like configure , make , make install
how can i uninstall it later ?
thank u all for ur time
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE!
2009 May 14
1
Bayesian Model Averaging
Hello R Group,
Below is the code I submit:
library("BMA")
X <- read.table("C:/Documents and
Settings/Administrator/Desktop/coding.txt",header=TRUE)
Y <- read.table("C:/Documents and
Settings/Administrator/Desktop/1DCS.txt",header=TRUE)
IGout<- iBMA.glm(X, Y, glm.family= gaussian(), verbose = TRUE, thresProbne0
= 5 )
summary(IGout)
IGout
I
2006 Nov 20
2
Tripp light driver?
Hey,
I am wondering if anyone gotten nut to work with a Tripp Light Smart Pro
2U Rack/Towers (SMART2200RMXL2U). If so which driver did you use, or
what driver do you think I should try?
Also when trying use a nut driver, do you have to be a nut user?
Thanks,
Ricky
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Apr 25
6
Dreamweaver MX 2004
Hi,
Has anyone had any luck installing or getting it to run from a windows install?
Basically I'm stuck at exactly the same point (I get the exact same messages
and all) as http://www.winehq.org/hypermail/wine-users/2005/02/0018.html and
the people who posted comments in the AppDB
http://appdb.winehq.org/appview.php?versionId=1810.
I'm using Wine 20050419
Brian