trafficserver
trafficserver copied to clipboard
Unable to start using 'trafficserver start,' no prompts; running 'traffic_server' directly works fine. Where should I consider?
ubuntu22.04
Hi, it's working for me:
$ /opt/ats/bin/trafficserver start
* Starting Apache Traffic Server trafficserver [ OK ]
Note that the script that starts/stops TS do not have the underscore _
in the name:
traffic_server
<= binary
trafficserver
<= script
Thanks.
trafficserver start ~ no working
@taojishou
I use Fedora 39 and I had to install initscripts
for trafficserver
start to work for me.
Command I used:
sudo dnf install initscripts