You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "marcin-wadolkowski (via GitHub)" <gi...@apache.org> on 2023/06/22 14:42:24 UTC

[GitHub] [trafficserver] marcin-wadolkowski opened a new issue, #9900: problem with stopping Traffic Server

marcin-wadolkowski opened a new issue, #9900:
URL: https://github.com/apache/trafficserver/issues/9900

   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
   


-- 
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: issues-unsubscribe@trafficserver.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org