I am a bit lost how to proceed - need expert advice:
I am struggling with the incron bug (well known to the community - try a search "incron bug zombie debian buster" by Google search. Whenever incron activates bash scripts (exampl. mailer_x.sh) after I have dropped a file(s) in sensitive directories, many Zombie processes are generated like this:
Code: Select all
$ ps -ef --forest
...
root 609 1 0 Mai24 ? 00:00:00 /usr/sbin/incrond
root 5764 609 0 05:29 ? 00:00:00 \_ [bash] <defunct>
pi 5765 609 0 05:29 ? 00:00:00 \_ [mailer_x.] <defunct>
root 5766 609 0 05:29 ? 00:00:00 \_ [bash] <defunct>
root 5769 609 0 05:29 ? 00:00:00 \_ [bash] <defunct>
root 5770 609 0 05:29 ? 00:00:00 \_ [bash] <defunct>
root 5784 609 0 05:29 ? 00:00:00 \_ [bash] <defunct>
root 5785 609 0 05:29 ? 00:00:00 \_ [bash] <defunct>
root 5787 609 0 05:29 ? 00:00:00 \_ [bash] <defunct>
root 5789 609 0 05:29 ? 00:00:00 \_ [bash] <defunct>
root 5790 609 0 05:29 ? 00:00:00 \_ [bash] <defunct>
root 5791 609 0 05:29 ? 00:00:00 \_ [bash] <defunct>
root 5794 609 0 05:29 ? 00:00:00 \_ [bash] <defunct>
root 5795 609 0 05:29 ? 00:00:00 \_ [bash] <defunct>
root 5797 609 0 05:29 ? 00:00:00 \_ [bash] <defunct>
root 5799 609 0 05:29 ? 00:00:00 \_ [bash] <defunct>
root 5800 609 0 05:29 ? 00:00:00 \_ [bash] <defunct>
root 5801 609 0 05:29 ? 00:00:00 \_ [bash] <defunct>
root 5804 609 0 05:29 ? 00:00:00 \_ [bash] <defunct>
root 5805 609 0 05:29 ? 00:00:00 \_ [bash] <defunct>
root 5806 609 0 05:29 ? 00:00:00 \_ [bash] <defunct>
root 5809 609 0 05:29 ? 00:00:00 \_ [bash] <defunct>
root 5810 609 0 05:29 ? 00:00:00 \_ [bash] <defunct>
root 5811 609 0 05:29 ? 00:00:00 \_ [bash] <defunct>
...
Version status is:
Code: Select all
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
Linux version 4.19.97+ (dom@buildbot) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611)) #1294 Thu Jan 30 13:10:54 GMT 2020
1. How to bypass this bug professionally until being solved finally by the linux developers? Restart of incron periodically (on event? which event? on schedule? ...)
2. How to find out, what the Debian Linux / package developers activities are momentarily to heal the bug? Prognosis being solved ?
3. In case Debian has already solved the problem - when will it be solved in the Raspbian package (i have just updated / upgraded - still present)?
4. Any other hint (avoiding incron is not a real option ....)?
Any help is very much appreciated - thanks in advance
Regards wifi