incron icon indicating copy to clipboard operation
incron copied to clipboard

cron-like daemon which handles filesystem events

Results 77 incron issues
Sort by recently updated
recently updated
newest added

Hi, This is a sligthly modified version of the proposed solution to #36 by original author Willi Mann. it fixes #36 It also solves Debian bug #[947425](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=947425) by Willi Mann,...

The installation on my Ubuntu 18.04 (incron 0.5.10, installed from repo) sees changes in specified directories but not in sub-directories. Example config: ``` /etc/nginx IN_CLOSE_WRITE,IN_DELETE,IN_MOVE_FROM,IN_MOVE_TO /usr/local/bin/replicate.php sslproxy $@ $# $%...

Hello. I have a problem that the path to the monitored directory changes automatically after it is saved. `incrontab -e` looks like this: `/home/melon/Gry/Steam/steamapps/compatdata/4500/pfx/drive_c/documents and settings/all users/documents/stalker-shoc/savedgames/ IN_CREATE /bin/bash /home/melon/Test/incron_test.sh...

This is my **"incrontab -e":** _/home/< User >/filename IN_MODIFY /home//th.sh $#_ This is my **th.sh:** _OUTPUT=$(xclip -o); curl "< stuff that's irrelevant to the post >&message='${OUTPUT}'"_ The issue is that...

I tried to use incron to watch a process's thread creation (watching a directory like _/proc/PID/task_), but it seems not working. I noticed that _/proc_ is mounted with _nosuid_, so...

The last commit made to this repo was in 2017 and there have been outstanding security issues since 2016 (see i.e. #35). This project is in the official repos of...

it seems incron is crawling all disk , but should onyl monitor "1" file > syslog.2.gz:Sep 30 01:28:40 scytale incrond[1225]: access denied on ./proc/2787/task/3193/fd/3 - events will be discarded silently...

Hi, I am trying to build it for AMD64 but its failing with below error: "The command "sudo apt-get update -qq" failed and exited with 100 during ." Seems that...

this behaviour is new since 0.5.12, see https://bugs.mageia.org/show_bug.cgi?id=25130 Simple testcase: $ cat /etc/incron.d/test /tmp/in IN_CLOSE_WRITE /usr/bin/echo $@ $# $ mkdir /tmp/in $ systemctl start incrond.service $ ps aux|grep incron root...