- Original Message -
> I stumbled across a problem of "trafficserver start" exiting at line
> 217.
>
> Turns out the culprit was an empty DISTRIB_ID. Looking at the top
> of the script I see that's set in an idiosyncratic-looking way:
>
> if [ -e /etc/SuSE-release ]; then
> DISTRIB_ID=
I stumbled across a problem of "trafficserver start" exiting at line 217.
Turns out the culprit was an empty DISTRIB_ID. Looking at the top
of the script I see that's set in an idiosyncratic-looking way:
if [ -e /etc/SuSE-release ]; then
DISTRIB_ID="suse"
elif [ -e /etc/fedora-release ]; then