similar to: Notifying a service when config file changes

Displaying 20 results from an estimated 800 matches similar to: "Notifying a service when config file changes"

2009 Jan 23
7
Quote, dollar and pipe
Hi All, By working on our bootstrap puppet scripts (executed wih standalone puppet), I found a difference between pipe and file parsing : A simple file with a content : $ cat withdollar.pp file { "/tmp/withdoller.txt": content => ''something like echo $1'' } When puppet parses the file : $ puppet withdollar.pp notice:
2009 Sep 01
11
Storing puppet info in a database
Hi all. We have a bunch of RHEL servers running Puppet. They are also connected to our Red Hat Satellite server. Currently we don''t have any master documentation system that stores all relevant information (i.e. type of server, hardware info, linux configuration, etc) about the servers. So what I''d like to do is implement some sort of system that can hold all this information.
2008 Sep 12
1
Type nfs_share changes exported folder/file ownership
I''ve used the nfs_share type to export NFS shares on server A: nfs_share { "": shares => ["/path/to/share/", "/path/to/another/share/"], share_access => "server.example.com" } The /etc/exports file on server A look like this: /path/to/share server.example.com(rw,sync)
2008 Sep 10
5
Managing SSH keys
Hello all, I''d like to have Puppet distributing one of your server''s (public) SSH keys, effectively doing the same as the ssh-copy-id command. Is there a build in puppet resource type for managing SSH keys. We''re running version 0.24.4 of puppet. Regards, Kenneth Holter --~--~---------~--~----~------------~-------~--~----~ You received this message because you are
2011 Dec 19
2
Hosting the user password only, not the .bashrc and -bash_profile files
Hi all, We have a number of server on which user "admin" exists, and that have manual modifications to its bashrc and bash_profile files. What I''d like to do is to host its user password from puppet master, but not the bash-files. I tries this (we''re running Puppet Enterprise 2): -- code start -- pe_accounts::user { ''admin'': password =>
2008 Apr 25
4
Certificate retrieval failed: Connection reset by peer
Hi. When registering a new client with the puppetmaster I get the following error: [root@host ~]# puppetd --server puppetmaster --waitforcert 50 --test info: Creating a new certificate request for host info: Creating a new SSL key at /var/lib/puppet/ssl/private_keys/ host.pem warning: peer certificate won''t be verified in this SSL session err: Could not call puppetca.getcert:
2008 Jun 16
1
ACL support
Hi. Does puppet v.0.24.4 support Access Control Lists (ACLs)? Can''t find any documentation on this, so I''m guessing it''s not supported yet. Regards, Kenneth Holter --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to
2009 Jan 08
5
Puppet client hangs if LDAP server is not accessible
Hi. I''ve noticed that on servers that are both puppet and LDAP clients, the puppet client will hang if the LDAP server is not reachable. Does anyone know what the reason for this is? Regards, Kenneth Holter --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this
2008 Feb 12
4
getaddrinfo: Name or service not known
Hi. When running "puppetd --server <puppetmaster> --waitforcert 50 --test" on a puppet client we get the following error: /usr/lib/ruby/1.8/net/http.rb:560:in `initialize'': getaddrinfo: Name or service not known (SocketError) from /usr/lib/ruby/1.8/net/http.rb:560:in `open'' from /usr/lib/ruby/1.8/net/http.rb:560:in `connect''
2009 Oct 23
2
The /var/lib/puppet/clientbucket directory grew 4GB in minutes, filling up /var on production server
Hi. Last night the /var/lib/puppet/clientbucktet directory on one of our production servers suddenly grew about 4 GB, filling up the entire /var partition. Around that time, I see that there was a problem with one of our CIFS mount points (i.e. our CIFS client had problems reaching our CIFS server). We''re using puppet to set up the CIFS mount point. Under the clientbucket folder, I
2005 Mar 27
5
Print from wine
I'm running debian sarge and have installed wine with "apt-get" (wine 20041201). Afterwards I configurated it with winetools. Everything went fine. I also installed the Internet Explorer and Office 2000. There were no problems during the installation and IE and Office run without problems besides printing. There I get error messages like "no printer installed". Is
2023 Jan 30
11
[p2v PATCH 00/11] Expose virt-v2v's "-oo"; re-enable openstack
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1792141 Let the user pass "-oo" options from the kernel cmdline and from the GUI to virt-v2v. This is primarily useful with the OpenStack output mode, so reenable that mode. Cc: Alban Lecorps <alban.lecorps at ubisoft.com> Laszlo Alban Lecorps (1): Introduce "p2v.output.misc" for passing "-oo" options
2009 Sep 18
5
Using variables in virtual resources
Hi. I''ve defined a virtual user "kenneth", and depending on a variable in the node definiton I''d like to add the users to different groups. Consider this example: ###### Code start node "server.example.com" { $server_type = "typeA" realize User[kenneth] } @user {"kenneth": ensure => present, uid => 1000,
2016 Dec 06
2
winbind terminates after machine password change and needs domain rejoin
Hello, Samba 4.4.7 AD member on Linux SLES 12 here ... We've been running flawlessly for weeks with version 4.4.5 until we updated to 4.4.6 and experienced this bug: https://bugzilla.samba.org/show_bug.cgi?id=12369 So we updated to 4.4.7 in which this issue was fixed with an interim downgrade to version 4.4.5 until 4.4.7 was available. Now, we're experiencing another issue and it seems
2004 Apr 19
2
Can't resolve address 127.0.0.1
Hi , I recently installed Fedora Core 1. Installed postfix on it and that is running fine. I am trying to get dovecot to run and I have changed only the following line from the default dovecot.conf : imap_listen = 127.0.0.1 since I'd like to install squirrelmail later on. Now when I try to start dovecot I get "Starting Dovecot Imap: Fatal: Can't resolve address
2004 May 05
3
Migrate passwords from NT4 to Samba-LDAP
We were able to migrate the Machines and the Users from NT4 to Samba-LDAP, but now we find that the passwords did not migrate. Is there a solution for this? Is there another problem. We are doing the migration onto a Suse system with samba 3.0.2a and have used both the smbldap-tools 0.8.2 and 0.8.4 without complete success.
2006 Mar 13
1
Segfaults from gcc, awk and Zend; advice needed
For some reason I'm getting more or less random segfaults compiling kernels, world or PHP5 on BETA-3 (Python and perl went ok). So far I haven't succeeded building a fresh kernel or world. This system is an Athlon XP with 1MB RAM and 4GB swap, compiling is done in the usual places in /usr, which is a set of two gstriped partitions. Dmesg attached. Previously this system has been
2008 Aug 27
3
Solaris nss_ldap vs PADL nss_ldap
Hi All, Any thoughts on why, while everything seems ok at the OS level (getent , id -a ) Samba doesn't pickup any supplementary groups when Solaris is configured with 'group: files ldap' in nsswitch.conf and using it's own native nss_ldap.so.1 but does when using PADL's nss_ldap? Everything else is equal. Do they use/accept different calls or could it be an
2005 Oct 24
1
rsync and caps on FAT32 disk
hello, I plan to use rsync for backing up my data to a FAT32 USB disk. I'm running the last Mandriva linux 2006 and my filesystem is ext8 using UFT-8 charset. I run into a problem with some of my folders that have full caps names on the ext3 disk (/home/foo/BAR/ for example). When rsync creates the folder on the USB disk, it doesn't create /home/foo/BAR/ but /home/foo/bar/. And then
2013 Jun 04
3
Serial terminal issues
I can't seem to get my serial terminal to work with my new system. I had a serial terminal connected to my old system that worked great and copied /boot.config, /boot/loader.conf and /etc/ttys settings over from it. The new system has a Gigabyte GA970A-UD3 board with just a serial header on the board. I bought a serial connector backplate in an electronics store and connected it to the