search for: incron

Displaying 20 results from an estimated 24 matches for "incron".

2010 Feb 13
2
So, what about clustering and load balancing?
...ACE, ldirectord, ...) and there you go. Overall performance is limited by the speed of the shared storage and may further decrease due to locking issues, imperformant cluster filesystems and so on. 2) Set up every dovecot server with local storage and trigger a dsync after each change (pyinotfiy, incron, parse LMTP delivery logs, ...). Load balance these servers as before. Depending on the number of syncs that have to be done, mailbox replication may lag behind. The need to constantly spawn dsync processes may further decrease performance if you don't do it right (stickiness of established con...
2011 Jul 08
5
Triggering script from cron or web client
I have a Bash script, currently run a couple times an hour from cron, that pulls data from an old Windows DB by rsync, converts it to SQL, and injects it into a MySQL DB for display in a LAMP-based app. (Make and Perl are also involved to minimize the number of tables touched and to clean up the SQL generated by Pxlib.) I'd like to add the ability to refresh the data immediately from the
2017 Feb 11
12
[Bug 12576] New: popt aliases allow users to bypass sudo argument restrictions
https://bugzilla.samba.org/show_bug.cgi?id=12576 Bug ID: 12576 Summary: popt aliases allow users to bypass sudo argument restrictions Product: rsync Version: 3.1.3 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: core Assignee:
2014 Oct 18
1
Fwd: Re: Wiki advice on running getmail on INBOX access - how does that work?
Just re-tried this, and it doesn't seem to fire getmail on access for me. My incrontab is as follows: /home/user/Maildir/cur/ IN_ALL_EVENTS,IN_ONESHOT /home/user/bin/mvmail.sh The incrontab rule does work, but only if I make a physical change in /home/user/Maildir/cur/ e.g. by moving a mail from another folder in there. Just accessing the particular inbox doesn't seem to tr...
2016 Apr 21
0
Automatic sysvol replication through detection of filesystem events
I thought this can be useful to someone, so here it goes. I am using automatic SysVol replication with the help of "watcher", a recursive incron. https://github.com/splitbrain/Watcher "Watcher is a daemon that watches specified files/folders for changes and fires commands in response to those changes. It is similar to incron, however, configuration uses a simpler to read ini file instead of a plain text file. Unlike incron it can...
2016 Apr 12
6
antispam plugin, pipe backend, how to make it work?
Hi, my setup is a dovecot 2.0.19 IMAP server on Ubuntu Precise with the antispam plugin in version 2.0+20120225-2 and spamassassin at version 3.2.2 I have been trying and failed to get the pipe backend of the antispam plugin to work. Spamassin by itself works, a manual call of sa-learn works fine. Bayes data is stored in a mysql DB. I have the following configuration in
2016 Sep 30
1
Good Bye SAMBA?!?!?
lol 60++ posts. 2016-09-29 18:30 GMT-03:00 Miguel Medalha via samba <samba at lists.samba.org>: > >> Problem is -- inotify is not recursive by default. > > Yup. That's why I've been using Watcher, a recursive incron type daemon > written in Python. > > https://github.com/splitbrain/Watcher > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba > -- Atenciosamente, Rodrigo da Silva Cunha
2011 May 30
2
BIND9 - automatic zone definition replication to slave
Hello, I have simple question - is there a way to automatically replicate zone definition (not zone itself - this is easy) to slave server using BIND9? Is it BIND built-in or are there prebuilt scripts? Or I have to write that script on my own (started by Cron, transfer file with zone names, create conf file and finallly restart BIND?)? Thank you in advance -------------- next part
2008 Jun 11
5
Antispam plugin custom behavior?
Hello, I currently have a setup on my system with what I call "magic folders" to enable spam filter training. Here's how it works: 1. If you have a false-negative, put the spam into the Spam.Report folder 2. If you have a false-positive (which has all kinds of ugly spamassassin protective markup in it), put the message into the Spam.NotSpam folder
2010 Jan 21
1
Fastest restart of dovecot after upgrade: HOW?:
I'm running dovecot under runit: #!/bin/sh echo '/var/core/%p' > /proc/sys/kernel/core_pattern ulimit -n 8096 ulimit -c unlimited exec /usr/local/sbin/dovecot -F (that way, together with incron, I can automatically generate the coredumps I'm posting all the time) If I apply a patch and recompile, what is the fastest way of restarting dovecot? Which part of the process structure can be killed and takes all it's children with it? ??runsvdir???runsv???ntpd ? ??r...
2018 Feb 19
0
inotify and filesystem monitors
hi everyone do you guys know why icrond does not catch/see what happens inside autofs mounted gluster volumes? I rsync into such mount point and incron oblivious, from its perspective nothing happened. many thanks, L.
2009 Apr 30
3
How to call a script when an E-Mail will moved in a folder?
Hi, list! I use Dovecot 1.1.14 at work. It is configured to manage IMAP and IMAPs. Exim is the MTA of the Network. Of course, I installed SpamAssassin and ClamAV to check all incoming E-Mails. An, of course, some E-Mail marked as Spam are Ham and some E-Mail marked as Ham are Spam... To teach SpamAssassin I create for every user two folder: "DochSpam" (for Spam E-Mails not marked)
2007 Nov 11
4
How to know when files have finished FTPing?
Hello: I have a server set up a CentOS 5 server for a client to push files onto using FTP. I have a cron job to process the files and move them to another directory. Sometimes, the cron job executes while the client is still uploading a file (Some of them can be large) and I get a partial file. Is there a way to tell when a file has finished uploading? I am using the vsftpd daemon installed
2009 Jan 17
2
Call file in the future
Hello, I read a thread on the asterisk dev list (call file handling suggestion) May i have some comment/opinion on these two ways below to place a call file in the future ? (from the wiki and the asterisk book but added typos and stupidity come from me) The best is ? (and should work ?) tmsp = the delay in future.. say 100 seconds exten=> ra,n,System(NOW='date %S') exten=>
2017 Feb 09
1
Huge directory tree: Get files to sync via tools like sysdig
...che when inconsistencies are detected. I think one of the pretty much unavoidable race conditions is sub-directory creation; the sub-directory can have files added to it before the monitoring process is able to set a watch on it. Of course this is an application level race. I've had incron (which uses inotify) regularly fail to catch all monitored fs changes on a busy system. And the monitored system does not involve creating sub-directories -- and I don't think I'm exceeding the system's inotify event limit either. But I could be wrong about either of these. So perhap...
2017 Feb 09
2
Huge directory tree: Get files to sync via tools like sysdig
On Thu, 9 Feb 2017 10:55:51 +0100 Axel Kittenberger <axkibe at gmail.com> wrote: > > Has someone experience with collecting the changed files > > with a third party tool which detects which files were changed? > > I don't know of sysdig but am the developer of Lsyncd which does > exactly that, collect file changes via inotify event mechanism and > then calls
2013 May 20
3
contribute to rsync
Hello All, Myself Garvit Sharma working in hyderabad central university(HCU) at DCIS. I have started using rsync to sync the data and i found it very interesting. After using rsync a lot i realized to contribute to rsync by adding some extra features into it. Every time for synchronization we need to do it manually by executing command on the command line but instead of doing it
2008 Jul 24
3
Delivery notifications
I'm working on an application that is backed by Postfix 2.3.8 and Dovecot 1.0.13, configured with virtual domains, for handling messaging. I need to be able to send the notification (such as "You've received a new message on SomeAwesomeService. Click here to check it out", It's evil, I know) to a different email address, such as a mobile device. Eventually, we want
2010 Aug 20
4
Can Samba lock files until copy is complete?
Hi, We've got a system where staff use Samba mounts on their Windows desktops to drop files into a Linux directory for further processing. Some of those files are large, and take time for the file copy across Samba to complete. The problem is that looking at the directory from the Linux side, to see if there are new files to process, the directory listing for the files-copied-across-by-Samba
2013 Mar 25
1
Bug#703936: logcheck-database: SSH Bad Protocol Version Idenitifcation Rule is incomplete
...;/etc/logcheck/cracking.d/uucico' /etc/logcheck/ignore.d.paranoid/bind [Errno 13] Permission denied: u'/etc/logcheck/ignore.d.paranoid/bind' /etc/logcheck/ignore.d.paranoid/cron [Errno 13] Permission denied: u'/etc/logcheck/ignore.d.paranoid/cron' /etc/logcheck/ignore.d.paranoid/incron [Errno 13] Permission denied: u'/etc/logcheck/ignore.d.paranoid/incron' /etc/logcheck/ignore.d.paranoid/logcheck [Errno 13] Permission denied: u'/etc/logcheck/ignore.d.paranoid/logcheck' /etc/logcheck/ignore.d.paranoid/postfix [Errno 13] Permission denied: u'/etc/logcheck/ignore...