similar to: File paths must be fully qualified

Displaying 20 results from an estimated 3000 matches similar to: "File paths must be fully qualified"

2010 Mar 03
6
File paths must be fully qualified
I was using Puppet 0.24.8 and now upgrade the puppet server and client both to 0.25.4 (on 1 machine i.e. server and client), but i am facing some problems. While testing, some of the configs which were/are running fine on older version generates error here; for instance, i have defined the FileSource path in ''/etc/puppet/fileserver.conf'' [myFileSrc] path
2007 Jul 09
9
This list through gmane
Hi, Would it be possible to make this list accessible from gmane? www.gmane.org. Regards, -- Ugo Bellavance (ugob@lubik.ca) Consultant en Sécurité Informatique Lubik Inc. Site Web: http://www.lubik.ca # Tél.: 514-907-3253 # Sans Frais: 866-507-3253 # Fax.: 1-866-334-1426 Protection de courriel par LastSpam (www.lastspam.com)
2006 Oct 07
3
Contribute
Hi, I want to put on the wiki a tutorial I wrote about Cacti on CentOS4 My UserName is UgoBellavance Regards, -- Ugo Bellavance (ugob at lubik.ca) Consultant en S?curit? Informatique Lubik Inc. Site Web: http://www.lubik.ca # T?l.: 514-907-3253 # Fax.: 1-866-334-1426 Telephone IP (SIP): ugo at sip.lubik.ca Protection de courriel par LastSpam (www.lastspam.com)
2008 Mar 06
6
Slightly OT: How to learn UNIX
Hi, I was wondering what would be the best way to learn AIX, Solaris, or HP-UX, for someone who knows Linux very well? Books? Courses? Self-teaching in a home lab? Thanks, Ugo
2007 Dec 21
3
Polycom 330 beep on new VM
Hi, I have a Polycom 330 that emits a beep every 30s or so when there is a message waiting. Is there a way to disable that? It is pretty annoying. Regards, Ugo
2012 Nov 20
6
Exception for one server on a basic setup
Hi, I''m not a total newbie with puppet, but I only use it for a few things and I''m not even using modules yet, mostly because I only deploy configuration files for now. I have a configuration for NTP that looks like this: class ntpd { package { "ntp": ensure => installed, } file { "/etc/ntp.conf": owner => root,
2007 Nov 20
7
Backups on external USB HDD
Hi, I'm trying to implement this: I have: - A windows 2000 server - A centos 4 server - Monday, Tuesday, Wednesday, Thursday, Friday, Monthly. The tape drive in the windows server died recently and I decided to switch to USB external drives. However, the USB controller in the windows server is only 1.1, so it is very slow. I didn't want to install a 2.0 USB controller in the
2007 Jul 06
2
Modifying a firewall
I''m trying to be able to use puppet to modify an existing firewall on a web server. The idea is that if I use puppet to do this, then if the machine ever has to be rebuilt, aside from backups, I have a documented configuration. I looked at the module that was on the wiki that had a perl program and what not, but I don''t think I''m clear on what my thinking should be
2007 Jun 12
1
SSH remote port forward
Hi, I'm trying to do a remote port forward, and the remote hosts only listens to 127.0.0.1 on the forwarded port. [ugob at server ~]$ netstat -ln Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 127.0.0.1:5500 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:5666
2007 Nov 15
0
AW: Linux PDA/smartphone sync?
Hi Ugo, Maybe "Funambol" could do the job :-) Many Devices will work with this Software, But i'm unsure if your Device will work. For Details you should have a closer look to: http://www.funambol.com/opensource/ Regards, Marc Rebischke ----- Urspr?ngliche Nachricht ----- Von: Ugo Bellavance <ugob at lubik.ca> Gesendet: Mittwoch, 14. November 2007 22:13 An: centos at
2011 Dec 02
1
1.6x speedup for requal() function (in R/src/main/unique.c)
Hi, FWIW: /* Taken from R/src/main/unique.c */ static int requal(SEXP x, int i, SEXP y, int j) { if (i < 0 || j < 0) return 0; if (!ISNAN(REAL(x)[i]) && !ISNAN(REAL(y)[j])) return (REAL(x)[i] == REAL(y)[j]); else if (R_IsNA(REAL(x)[i]) && R_IsNA(REAL(y)[j])) return 1; else if (R_IsNaN(REAL(x)[i]) && R_IsNaN(REAL(y)[j])) return 1;
2007 Nov 22
3
HDD usage oddity
Hi, 2 of my Centos4 servers are showing weird behavior. [root at server1 ~]# du -sh /var/ 1.8G /var/ [root at server1 ~]# df -h /var Filesystem Size Used Avail Use% Mounted on /dev/sda7 4.3G 3.9G 181M 96% /var [root at server2 var]# df -h /var Filesystem Size Used Avail Use% Mounted on /dev/sda7 2.9G 2.7G 0 100% /var [root at server2
2009 Oct 14
1
using mapply to avoid loops
Hello, I would like to use mapply to avoid using a loop but for some reason, I can't seem to get it to work. I've included copies of my code below. The first set of code uses a loop (and it works fine), and the second set of code attempts to use mapply but I get a "subscript out of bounds" error. Any guidance would be greatly appreciated. Xj, Yj, and Wj are also lists, and s2,
2011 Oct 06
1
sum of functions
Dear all, I would like to create a code for semiparametric Klein and Spady's estimator. For that I created a function that provides the log-likelihood function for each observation (so it is a function of betas and i, where i denotes the observation). Now, in order to maximize the log-likelihood function, I have to sum these log-likelihood functions for each i and so to get another function
2012 Nov 25
1
Puppet agent on Windows
Hi, What are the requirements to have puppet agents on windows servers? I have 2003 R2 and 2008 R2 servers, 32 and 64- bit, Puppetmaster 2.6. What are the types that can be used on Windows? Is it production-ready? Thanks, Ugo -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit
2003 Oct 01
0
Question: handling fully-qualified SIP dial requests
I have Cisco 79xx phones on the desktop here, which are capable of alpha input through the numeric keypad. I'd like to place calls to fully-qualified SIP addresses (user@foo.edu) but it seems that Asterisk is somehow stripping the @foo.edu part of the request off when the entry hits my dialplan, and only the username is being matched. I'd like to just match on any string that
2009 Aug 12
3
listescape + shared folders with fully qualified user names
Hi, the listescape plugin seems to take its job a little bit too serious. Dovecot version: 1.2.3 + patch 9b62aa2132de Without listescape: 2 list "" "*" * LIST (\HasNoChildren) "/" "INBOX" * LIST (\Noselect \HasChildren) "/" "#Users/test1 at merry.dovecot" * LIST (\HasNoChildren) "/" "#Users/test1 at
2006 Oct 02
2
fully qualified usernames ??
Hi there Just a couple of questions to help me understand. When I upgrade from 3.0.22 to 3.0.23c the access restrictions on my shares on the member server no longer work. I read in the Changes file "Since Samba 3.0.8, it has been recommended that all domain accounts listed in smb.conf on a member server be fully qualified with the...." So far so good I know what I have to do still I
2006 Sep 20
2
Defining function in template files?
Hi, Is it possible to define a function in a template file? For example, I thought it might be a good idea to define my Debian systems'' /etc/apt/sources.list files based on what level of stability and freeness a system should have. So I have this puppet code: #---------- apt.pp ---------------- define apt-sources-list
2012 Feb 19
1
fully qualified variables and nodes.pp
hi folks, As a response to " Dynamic lookup of $var at is deprecated. Support will be removed in Puppet 2.8. Use a fully-qualified variable name (e.g., $classname::variable) or parameterized classes." warning i''m trying to apply fully-qualified variable name solution following this Doc http://docs.puppetlabs.com/guides/scope_and_puppet.html, but i have a problem with variable