We're seeing a bunch of tlwebaccess processes lingering around, even though there is not a single connection active: > $ pgrep -f tlwebaccess | wc -l > 31 Not sure what they are doing, as they have no socket open: > $ ll /proc/1105480/fd > total 0 > lr-x------. 1 root root 64 Jul 22 02:30 0 -> /dev/null > l-wx------. 1 root root 64 Jul 22 02:30 1 -> /var/log/tlwebaccess.log > l-wx------. 1 root root 64 Jul 22 02:30 2 -> /var/log/tlwebaccess.log > l-wx------. 1 root root 64 Jul 22 02:30 24 -> 'pipe:[11029849]' Looking in the logs, all of them have responded to a bogus request that resulted in 404: > 'GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1' 404 - > code 404, message Not Found Not sure where that last line is coming from. That should not be there.
Seen with ThinLinc 4.17.0 on RHEL 9.
Unsure what the triggering condition is. I tried running a bunch of curl with the above path, but could not get any stray processes. Maybe a race condition?