similar to: File copying and purging: #594

Displaying 20 results from an estimated 3000 matches similar to: "File copying and purging: #594"

2007 Sep 10
0
Subversion tags are now available in git
Hi all, As anyone on the commits list now knows, I''ve added all of the tags from svn to git. You can fetch all of the tags with this command: git fetch --tags Then you can compare the tagged releases like any other commit: git diff 0.23.1 0.23.2 I''ve also updated the PuppetSource wiki page with this info. -- Barondes'' First Law: Science abhors
2007 Apr 27
2
err: Could not find
Hi All, I''ve installed puppet and puppetmaster on 2 separate Virtual Machines. I''ve started the puppetmasterd in Verbose debugging mode and im guetting this error on the master when I try and connect to it with the puppet client... err: Could not find puppetc.myhost.com with names puppetc.myhost.com, puppetc It seams that I''ve setup the certificate right
2007 Jun 02
6
exec subscribe refresh not working
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I''m trying to figure out why exec{} which subscribes to a file, doesn''t get triggered when the file is touched by puppet. I''ve got the following: exec { "/usr/sbin/postmap /etc/postfix/checks/access": refreshonly => true, subscribe => File["/etc/postfix/checks/access"];
2007 Jan 05
3
ANNOUNCE: 0.22.0
Hi all, I''ve just published the long-awaited new release of Puppet. Yes, I accidentally skipped 0.21.0; oops. Important features in this new release are: - Graphing Puppet now uses the GRATR[1] library to do all of the internals of managing relationships between resources. This gives Puppet a lot of functionality internally, but it also makes it possible to produce simple
2007 Apr 09
8
Watch a file during the day and just report changes, replace on a scheduleat night if chnged during the day: needs to be a type?
Hi, In our dev/int environemnts, our user base wants to be able to change managed files at will during the day but be notified via email of changes that happen. At night they want the files replaced to their known good state if there were changed. I tried to do this with a custom function that wraps two file types, one that just watches checksum, the other that does a reset of content with a
2007 Jan 24
3
Another ''found a bug'' problem - This time with user purging.
Ok, given the statement on the web page about unlesssystemuser under Resources ( http://reductivelabs.com/projects/puppet/documentation/typedocs.html#resources), I assume that users can be purged. However, when I attempt to do this with resources { user: purge => true, noop => true } and what I get is: err: Found a bug: private method ''split'' called for nil:NilClass.
2014 Jul 27
1
"Corrupted dbox file [...] purging found mismatched offsets"
Doing a "doveadm purge" today I got this: """ doveadm(jcea): Error: Corrupted dbox file /home/jcea/.thunderbird/dovecot/storage/m.686 (around offset=1385772): purging found mismatched offsets (1385742 vs 1380664, 185/275) doveadm(jcea): Warning: fscking index file /home/jcea/.thunderbird/dovecot/storage/dovecot.map.index doveadm(jcea): Warning: mdbox
2006 Aug 28
0
Provider documentation
One of the *big* benefits of providers is that it is now easy to document the different backends available to you. Puppet will automatically collect all of the docs for your providers and stick them in the autogenerated docs page. For instance, check out the package docs: http://reductivelabs.com/projects/puppet/documentation/ typedocs.html#package I''m also adding what the
2008 Feb 18
2
Scheduled folder purging
Hi all. I'm looking for a way to empty user's trash folder. Can message deletion or folder purging be scheduled? Thanks in advance. -Pietro.
2006 Nov 13
4
ANNOUNCE: 0.20.1
The latest release is finally out; here is the changelog: Mostly a bug-fix release, with the most important fix being the multiple-definition error. Completely rewrote the ParsedFile system; each provider is now much shorter and much more maintainable. However, fundamental problems were found with the ''port'' type, so it was disabled. Also, added
2006 Apr 01
2
List posting etiquette
Just a tag-on for the thread about list posting etiquette, etc., etc. The following is a link to an excellent (if wordy) how-to-do-it-right instruction manaual replete with links to other treatises on the topic. The entire text of this document is emailed to the mailing list on the 1st of each month. This is the Cadillac of etiquette manuals. http://www.linux-sxs.org/index2.html Enjoy, --
2005 Apr 30
1
[LLVMdev] about AnalysisUsage
On Fri, Apr 29, 2005 at 10:32:18PM -0500, Chris Lattner wrote: > We could definitely expose the pass class itself, but there are no > implementation details or any other state that is useful. Yeah ... this, and Transforms/Scalar.h answer my original original question about why a lot of passes are present as a single CPP. The whole LLVM code generally abhors including class definitions
2011 Oct 05
1
Opsview puppet module - purging hosts from opsview
Hi all, I''m using the opsview module and the Opsviewmonitored type and it''s working just fine, I''m now trying to purge unused hosts from the Opsview monitoring (I have several hosts that dynamically go up and down). The problem is that it seems like the destroy function for opsview was not really implemented and therefore I can''t really delete hosts from
2007 Oct 22
1
unsubscribe
I''d like to be removed from the puppet-users email list... but I cant find my name on the webpage. Thanks, Jennifer Ford *********************************** Manager, Unix Administration Teach For America Phone: 212-279-2080 ext. 688 jennifer.ford at teachforamerica.org One day, all children in this nation will have the opportunity to attain an excellent education.
2007 May 15
5
Purging issue
I have a little issue with purging. I use: file { [''/etc/shorewall/puppet'',''/etc/shorewall/puppet/rules'']: ensure => directory, mode => 0700, recurse => true, purge => true, } but purging does not work, i can do a touch
2020 Aug 26
0
Expuning & Purging doesn't fully remove emails?
?I managed to figure this out. Just wanted to follow up if anyone in the future encounters the same issue. I am using HAProxy along with dovecot replication. When an email comes in... it is round robin'd to each of the 2 dovecot/postfix servers. I have postfix running on each server and it uses the local dovecot LMTP service for storing the mails. We sometimes get surges of emails(hundreds
2006 Nov 09
0
RRD Graphs
Hi all, I''ve significantly reworked the RRDGraph report. Here''s some test output based on the reports lying around on my systems: http://luke.madstop.com/rrdtest/ Currently, everything except the top-level index.html file will get generated automatically by the report. I can already see I need to go check out my virtual machines, since they''re making changes
2006 Nov 12
0
Trac accounts
I''ve added an account manager plugin to Trac, so people should now be able to create and pseudo-manage their own Trac accounts. This should make it easier to submit bugs as yourself, and anyone should be able to log in and modify info on the wiki. However, trac seems to deal weirdly with credential caching, so I don''t seem to be able to log in as a test user. Please let
2006 Sep 06
1
ANNOUNCE: 0.19.0
I''ve pushed 0.19.0 out the door. There are still two debian bugs I''d like to fix, but a specific client needed some of the support in this release. I expect to have those two Debian bugs fixed in a soon-to-come release, but I''m on pseudo-vacation for the next week and this needs to be out beforehand. Please open tickets for any bugs you find; I''ll have
2006 Aug 02
0
Reductive Labs joins the Open Management Consortium
Hi all, I''m pleased to announce that Reductive Labs has joined the Open Management Consortium: http://www.openmanagement.org/ This is a group of companies and projects committed to enhancing open source management software software; it was founded in May of this year. Hopefully this will help enhance the visibility of all projects involved and encourage more focus on this space in the