similar to: Puppet not picking up files

Displaying 20 results from an estimated 3000 matches similar to: "Puppet not picking up files"

2011 Jun 20
13
confused about file ensure/require
my base/default includes this ntp manifest # cat modules/ntp/manifests/ntp.pp # ntp.pp class ntp { case $operatingsystem { centos, redhat: { $service_name = ''ntpd'' $conf_file = ''ntp.conf.el'' } debian, ubuntu: { $service_name = ''ntp'' $conf_file = ''ntp.conf.debian'' } } package {
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
2013 May 09
1
equivalent way to iterate through a hash
If I have something like this in my node file: daemontools_service::setup { ''carbon-cache'': service_name => ''carbon-cache'', .... extra_envs => { "GRAPHITE_STORAGE_DIR" => "/mnt/statsd-data/graphite-storage" "SOMETHING_ELSE" =>
2007 Nov 03
2
Service.services bug (pure Ruby version)
Hi all, I''ve hit a curious bug in the Service.services method. This is in the pure Ruby version in CVS. Check it out and run this snippet: Service.services{ |s| p s.service_name p s.display_name } That will segfault after about 14 entries for me. It appears to be a problem with memcpy on line 658, but I couldn''t tell you why. The interesting thing is that the more I
2016 Nov 03
2
server services line
On 11/3/2016 12:07 PM, Marc Muehlfeld via samba wrote: > Hi Bob, > > Am 03.11.2016 um 16:43 schrieb Bob of Donelson Trophy via samba: >> I have seen you state this before that "server services" line within a >> smb.conf file is not necessary on a DC. >> >> I have to ask, and it may have been asked before but, I recently install >> from source the
2011 Jun 06
1
libvirt-bin MOSTLY fails to create default virtual network
I have observed 3 scenarios after I reboot the host with 2 guests (which are supposed to autostart after boot/reboot of the host): 1. Default network is created but I can not ping guests. Gests don't have assigned IP address or they both have IP address 192.168.122.100. 2. Default network is not created. 3. Default netork is properly created and everything works fine. In each case guests are
2012 Jul 10
2
Refresh not working with launchd service provider?
Hi, Refresh doesn''t seem to be working with the launched service provider on OS X Lion (10.7.4). I''ve come up with a simple "service" script, plist file and puppet script to apply to demonstrate. The problem. Here''s the shell script which logs an initial starting message and then just loops logging a "Still running…" message.
2016 Nov 03
2
server services line
On Fri, 04 Nov 2016 06:56:32 +1300 Andrew Bartlett via samba <samba at lists.samba.org> wrote: > On Thu, 2016-11-03 at 13:17 -0400, lingpanda101 via samba wrote: > > On 11/3/2016 12:07 PM, Marc Muehlfeld via samba wrote: > > > > > > Hi Bob, > > > > > > Am 03.11.2016 um 16:43 schrieb Bob of Donelson Trophy via samba: > > > > >
2006 Jun 21
4
Yet another data structure + pack/unpack question (win32-service)
Hi all, If you take a look at the service.rb file in the win32-service repository (the new one in the toplevel repository path), I''ve got this bit of code, which succeeds, but I can''t seem to unpack the data structure properly. Did I pack it wrong to begin with? I should know this but I''m spacing out. proc_status =
2011 Aug 24
2
handy tip against unhelpful "Could not intern from pson" error
Not sure if people are already aware of this, but it might save someone some time in the future. I''ve been tracking down the following error today, it''s rather unhelpful in telling you where the problem is in your manifests: # puppetd --test info: Retrieving plugin err: Could not retrieve catalog from remote server: Could not intern from pson: Could not convert from pson: Could
2006 Jul 06
5
Strange RPC error
Hi, I''m tryng to set up Xen, I have errors and google does not help me. The situation is simple: I installed Xen-3.0.2 on gentoo. The Dom0 kernel is up and running, all works perfectly. But when I try to start a DomU, xm raises this error: # xm create -c <conf_file> Using config file <conf_file> Error: <ProtocolError: RPC2/: -1> It''s all. After, `xm list`
2016 Nov 03
2
server services line
On Thu, 3 Nov 2016 14:15:57 -0400 lingpanda101 via samba <samba at lists.samba.org> wrote: > On 11/3/2016 2:03 PM, Rowland Penny via samba wrote: > > On Fri, 04 Nov 2016 06:56:32 +1300 > > Andrew Bartlett via samba <samba at lists.samba.org> wrote: > > > >> On Thu, 2016-11-03 at 13:17 -0400, lingpanda101 via samba wrote: > >>> On 11/3/2016
2019 Nov 28
2
security = ads parameter not working in samba 4.9.5
On 28/11/2019 20:01, S?rgio Basto wrote: > This recommendation , why ? wiki say to add it [1] > [1] > https://wiki.samba.org/index.php/Setting_up_a_Share_Using_Windows_ACLs#Enable_Extended_ACL_Support_in_the_smb.conf_File Yes, but under it, in a bright orange warning box, it says this: On a Samba Active Directory (AD) domain controller (DC), extended ACL support is automatically
2012 Jul 26
2
class with multiple package resources does not install RPMs
Hi, I am able to install my RPM via this puppet code ... [root@agent1 ~]# puppet apply -v install_named_conf.pp info: Loading facts in /opt/puppet/share/puppet/modules/stdlib/lib/facter/facter_dot_d.rb info: Loading facts in /opt/puppet/share/puppet/modules/stdlib/lib/facter/puppet_vardir.rb info: Loading facts in /opt/puppet/share/puppet/modules/stdlib/lib/facter/root_home.rb info: Loading
2017 Jun 27
3
ACL SHARE
On Tue, 27 Jun 2017 16:32:22 +0200 "L.P.H. van Belle via samba" <samba at lists.samba.org> wrote: > Hai Carlos, > > I suggest start here : > https://wiki.samba.org/index.php/Setting_up_Samba_as_a_Domain_Member#Setting_up_a_Basic_smb.conf_File > > Which says.. > > # Default ID mapping configuration for local BUILTIN accounts > # and groups on
2007 Jan 19
5
Merb Init Script
I''m trying to emulate the mongrel_cluster_ctl but it takes a -c conf_file option... meaning I can run it from anywhere as long as I tell it where the conf file is. Merb doesn''t have that capability does it? (it has an additional/supplemental config like mup.conf etc) Do I have to be under the merb_app root /path/to/merb/app/ to be able to run merb? Let me know. Thanks,
2017 Nov 16
2
Samba AD and NIS integration
Thanks for your reply Rowland. > The id ranges are what you choose, reading this may help: > > https://wiki.samba.org/index.php/Setting_up_Samba_as_a_Domain_Member#Setting_up_a_Basic_smb.conf_File > > >/Is there any working way of controlling those ranges, />/given idmap breaks stuff? / > What do you mean 'idmap breaks things' ? > Sorry, should have made it
2005 Dec 10
1
win32 service
Hi Ernest, I''m cc''ing the win32utils-devel mailing list in case anyone has any ideas. --- Ernest Ellingson <erne at powernav.com> wrote: > Daniel Berger wrote: > > >Hi Ernest, > > > >Me again. I just realized that it''s just a bug in > my > >documentation (duh). You can pass arguments to the > >Service.start method.
2004 Feb 10
0
Daemon help
I''m having some trouble separating the Daemon class stuff from the Service Control stuff. I have a "daemon.rb" file in ''C:\''. I also have a daemonctrl.rb script in another directory. It installs fine, but I can never start it successfully. What am I doing wrong? Dan # daemon.rb in ''C:\'' require "win32/service" include Win32
2008 Sep 04
1
open_fake_file_shared: access_denied
Hi there, I have found following messages in log: open_fake_file_shared: access_denied to service[SERVICE_NAME] file[$Extend/$Quota:$Q:$INDEX_ALLOCATION] user[USER_NAME] The messages appears in some computers' logs for more then just one user. It looks like computer dependent not user dependent. I don't know what exactly this message means and I don't understand where is the