bryancall commented on issue #9240: URL: https://github.com/apache/trafficserver/issues/9240#issuecomment-4828016931
I'm closing this as a stale support request. The "Permission denied" error opening the server lockfile is a local filesystem permission issue, not an Apache Traffic Server defect: traffic_manager runs as the proxy.config.admin.user_id user (default nobody), and that user (or one of the parent directories along the var/trafficserver path) lacked the read, write, and execute access needed to create the lock file on your openEuler aarch64 install, even though the same build worked on CentOS 8. The recommended next step (verifying access along the full path, and using strace to pinpoint the EPERM) was never followed up on, so there is nothing actionable here. Note also that the traffic_manager process that produced this message was removed entirely in https://github.com/apache/trafficserver/pull/8633, first shipped in the 10.0.0 release, so this code path no longer exists in current versions. Please open a new issue with a reproduction if you still see a problem on a supported release . -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
