trafficserver icon indicating copy to clipboard operation
trafficserver copied to clipboard

problem with stopping Traffic Server

Open marcin-wadolkowski opened this issue 2 years ago • 1 comments

Hi Apache Traffic Server Team, I noticed that there is a problem with stopping Traffic Server. I run it with command: sudo /usr/local/bin/trafficserver start Traffic Server runs without problems. There is list of commands I tried: root@[server name deleted]:/usr/local/var/trafficserver# sudo /usr/local/bin/trafficserver stop

  • Stopping Apache Traffic Server trafficserver [ OK ] root@[server name deleted]:/usr/local/var/trafficserver# ps aux | grep traff nobody 59097 12.9 0.1 11826228 259072 ? Sl 15:20 0:02 /usr/local/bin/traffic_server root 59396 0.0 0.0 20396 2048 pts/0 S+ 15:21 0:00 grep --color=auto traff root@[server name deleted]:/usr/local/var/trafficserver# sudo start-stop-daemon --stop --retry=QUIT/30/KILL/5 --pidfile /usr/local/var/trafficserver/server.lock --name traffic_server No traffic_server found running; none killed.

Only killing with -9 stops process. This problem occurs when Traffic Server is built from sources, master branch https://github.com/apache/trafficserver/ System: Ubuntu 22.04.2 LTS, kernels 6.4.0 and 5.19.17 Best Regards, Marcin Wądołkowski

marcin-wadolkowski avatar Jun 22 '23 14:06 marcin-wadolkowski

This issue has been automatically marked as stale because it has not had recent activity. Marking it stale to flag it for further consideration by the community.

github-actions[bot] avatar Jun 22 '24 01:06 github-actions[bot]