Hi! I’m having a weird issue after upgrading to TOS6. I don’t know if it is related thus starting a new thread rather than spamming an existing one.
I noticed that some of my own init scripts are executed several times. Up to 9-11 times (the number of executions is different every time).
What I did to investigate:
- Disabled the script (/etc/init.d/script_name disable) - it is still executed
- Added another test script at the same level (25) and enabled it - the new script is not executed
- Added a preinit script to check the contents of /etc/rc.d/ before invoking procd - everything is in order
I am running out of ideas, actually.