The transceiver check if it is already running when initializing. However, this check was done by comparing its pid for >= 0, which is not sensible anymore since valid PIDs only start at 1.
The transceiver check if it is already running when initializing. However, this check was done by comparing its pid for >= 0, which is not sensible anymore since valid PIDs only start at 1.