similar to:

Displaying 20 results from an estimated 300 matches similar to: ""

2011 Jun 23
12
Turn off client autoupdate
Hello! By default puppet node connects to server periodically and looks if there is something execute. I''m wondering is it possible to make puppet clients not connect to server themselves? So that it would be possible to update a node only with puppetrun nodename. --- WBR, Sergey -- You received this message because you are subscribed to the Google Groups "Puppet Users"
2011 Jun 24
7
Different users within same exec
I have the following exec in my manifest : exec { some_exec: path => [ "/bin","/usr/bin","/usr/local/bin" ], command => "EXECUTE COMMAND 1", onlyif => "EXECUTE COMMAND 2", logoutput => "on_failure" } I want that the "COMMAND 1" should be executed by "USER 1" and "COMMAND 2"
2011 Jun 17
5
ssh_authorized_key and NIS user
Hi, I have this resource definition: ssh_authorized_key { "nagios@login2": key => [REDACTED] user => "nagios", type => "ssh-dss", require => Service[''nis''], } This nagios user comes from NIS, yp.conf and nsswitch.conf are handled by puppet and configured before the key. I still get an "User does not
2011 Jul 01
4
require => Class
Hi I have been trying to use class dependency and had no luck so far. following are the two classes i am trying to use [root@puppet]#cat libreoffice.pp class libreoffice { case $hostname { "foo": { package { "libreoffice": ensure => present, require => Class["foo1"] } } } } [root@puppet]#cat foo.pp class foo1 { package {
2011 May 24
6
installing puppet client
Hi, how to install puppet client thru puppet master . My requirement is to install puppet client nearly 400 client servers. its difficult to install puppet client in all the servers by apt- get . share u r suggestions . Regards chebrian -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to
2011 May 20
7
PC EU feedback: exported resource syntax is too magical, hard to read
http://projects.puppetlabs.com/issues/7612 The exported resources syntax: @@user { luke: ensure => present } Is concise and powerful, but very difficult to read. We should consider word-based syntax, e.g.: export @user { luke: ensure => present } And taking into account #7605, perhaps: export virtual user { luke: ensure => present } Please comment on the ticket or reply
2010 Apr 16
2
Testing a sip call through Asterisk?
I'm looking to find a test tool that will register with our Asterisk (Trixbox) server here at work and place an outgoing call via our main SIP trunk (BroadVoice) to confirm that things are working. I've looked around but I can't seem to find any tools that will do what I'm looking for. I can't just monitor the status of the trunk inside Asterisk, as this is the normal status:
2002 Jan 17
1
Problems with VFAT files with spaces in Wine
I am running RedHat 7.1 on it's own linux drive, and have my win98 drive mounted in fstab as vfat. I have installed wine, and can run programs on my windows drive in old 8.3 named directoies. However, whenever I try to run anything in Program Files, for example (with the space in the file name), I get the following error: /opt/wine/bin/wine.bin: cannot find 'mnt/c/Program\
2011 Jun 17
7
Questions for puppet 2.6.8 client certificate management
How do I initiate a certificate request without going into non-daemon mode ? According to "Pro Puppet" book, so far the only way I know that can trigger a certficate request with puppet master is like this puppet agent --server=puppetmaster.test.com --no-daemonize --verbose but doing so will break my intention of automation I need to create a puppet client package. A control-C is
2011 Jun 13
15
puppet clients
I''ve gone over the documentation several times now and I can''t figure out how to ''apply'' a manifest to a client. The client does have a signed certificate but the only thing in the /etc/puppet folder on the client is an ssl directory. I have a manifest that works fine on the puppet ''master'' I have added the client into
2003 Jan 20
1
make check for R-1.6.2 on IBM AIX
Dear all, The 'make check' step fails for the pacakge mva on IBM AIX. The tail of the Rout log file looks like: > for(factors in 2:4) print(update(Harman23.FA, factors = factors)) Call: factanal(factors = factors, covmat = Harman23.cor) Uniquenesses: height arm.span forearm lower.leg weight 0.170 0.107 0.166
2006 Aug 04
2
plotting picture data
Hi R users I have a dataset which represents points that are market by patients as the source of pain. Basically the patients indicates by a cross on a chest pictures where he/she thinks is the source of pain. The data was then digitalized by divinding the chest into small squares and each square was give value 1 if it was the center 2 if it was touched by the markings and 3 if it was not
2009 Apr 07
2
Frequency table to histogram
I have read a frequency table in to R called "temp." I now want to create a histogram table from it, but I obviously first have to expand the data - to the sample size of 100. I want to use the command rep(), but I'm not sure how to go about it..I tried using the code: temp1<-rep(temp$Chest,100) hist(temp1) But this creates a v. odd histogram so I know it must be wrong!
2010 Apr 23
6
RTP over TCP
Hi List, i have to put an * between two other SIP gateways and due to some circumstances, i have to use sip over tcp. With 1.6.2.6 this is working fine: sip gw A (deverto4) sends the call, i hand it over to sip gw B (ocs) and that's about it. In the other direction however (ocs -> me -> deverto4) the call setup is complete but there is no audio. I can see the audio in the form of
2010 Jan 06
4
serialized attribute converting to string on reload
Hello, Anybody help me out? I done googled it good and didn''t find anything (which should mean that I''ve done something wrong). Not much code to talk about here, quite simply I have an attribute that is serialzied and when I update it, irb shows the object and my methods run on it as it were indeed so. Though when I reload it changes the data to a string. Not yaml, just one
2007 Feb 26
5
Panel Slider (like on maps.google.com)
Hi, I want to create a panel slider like shown on maps.google.com (click the little triangle on the left side of the map (in the vertical- middle)). I tried several scriptaculous treasure chest thingies .. but they didn''t work. Does anyone know of a way to do this? Thanks, Joost --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed
2010 Jan 07
17
Laptop for CentOS-5
I have a defective HP-Compaq nx9420 and so I am looking to replace it. I have pretty much decided to buy no further MicroSoft based products and would very much like to hear recommendations for a suitable notebook host to provide me with Linux based alternative. Given that all the basic functionality required is provided, the main thing that I am looking for is reliability of the host itself. I
2001 Aug 09
11
Vorbis ACM codec
Is the Vorbis ACM codec still being maintained? Then I encode an avi with Vorbis audio, the sound gets out of sync after a while no matter what I try. --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only the word 'unsubscribe' in the
2004 Aug 10
2
Re: VoIP SPAM, what's next ?
At 7:14 PM +0200 on 8/10/04, Soren Rathje wrote: >Gang, > >Do anyone have a clue on how they do this ?? > >"QOVIA FILES PATENTS FOR VOICE SPAM BLOCKING TECHNOLOGY" >http://www.qovia.com/company/news/06.28.2004_voip_spam_patent_app_final.htm > >"Qovia ready to take on VoIP spam" >http://www.nwfusion.com/news/2004/071204qovia.html > >Next thing
2012 Apr 02
2
World Of Warcraft installer not working in wine
when i try to run the installer from the dvd included in the battle chest it says "installer could not find the file necessary". is this an error with wine or linux? my DVD drive is a "Samsung External DVD Writer Model SE-S084"