Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

So incrond is generating zombies and threads that hang around forever again? #81

Open
dachshund-digital opened this issue May 29, 2021 · 0 comments

Comments

@dachshund-digital
Copy link

So incrond is generating zombies and threads that hang around forever again? Raspberry Pi OS (Debian 10, current as of today, valdiated). incron task works fine on sending system, a simple scp file copy done, trigger is write file close. But on receiving system, that gets the file, and does on write file close, does a cp to copy file to different location, the incrond (service) hangs the thread, on result 0 or successful completion. End up with 100s then 1000s of process threads existing. Also seems like incron runs the same event twice? Per syslog every event trigger twice. I validate cron is NOT running twice. So appears incrond has some major issues?

After execution on receiver side...
# ps -ef | grep cron root 373 1 0 May27 ? 00:00:00 /usr/sbin/cron -f root 21934 1 0 02:33 ? 00:00:00 /usr/sbin/incrond root 22009 21934 0 02:33 ? 00:00:00 /usr/sbin/incrond root 22020 21934 0 02:33 ? 00:00:00 /usr/sbin/incrond root 22033 22009 0 02:33 ? 00:00:00 /usr/sbin/incrond root 22042 22009 0 02:33 ? 00:00:00 /usr/sbin/incrond root 22057 22009 0 02:33 ? 00:00:00 /usr/sbin/incrond root 22065 22020 0 02:33 ? 00:00:00 /usr/sbin/incrond root 22079 22009 0 02:33 ? 00:00:00 /usr/sbin/incrond root 22080 22009 0 02:33 ? 00:00:00 /usr/sbin/incrond root 22101 22057 0 02:33 ? 00:00:00 /usr/sbin/incrond root 22107 22020 0 02:33 ? 00:00:00 /usr/sbin/incrond root 22119 22020 0 02:33 ? 00:00:00 /usr/sbin/incrond root 22133 22020 0 02:33 ? 00:00:00 /usr/sbin/incrond root 22145 22020 0 02:33 ? 00:00:00 /usr/sbin/incrond root 22151 22079 0 02:33 ? 00:00:00 /usr/sbin/incrond root 22159 19147 0 02:33 pts/0 00:00:00 grep cron

Any suggestions? This project dead? No updates in ages?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant