Airtime server says its running But its not registering components
The other servers say PID Failed but the processes are running and I can see their PIDs I have have hunted high and low in the forum but cannot see anything exactlty like this.
[index.php : () : line 71] - Unable to execute INSERT statement [INSERT INTO cc_service_register (NAME,IP) VALUES (:p1,:p2)] [wrapped: SQLSTATE[22001]: String data, right truncated: 7 ERROR: value too long for type character varying(18)]
I know I'm bumping an old thread, but I think it could be interesting to other users too.
I spent whole day trying to reinstall/debug AirTime 2.5, with the same problems as original poster.
Cryptic errors outputed (from logs) when running "airtime-check-system" didn't help at all...
At last I took a closer look at zendphp.log file, and I noticed that pypo, media-monitor and other services are trying to bind on IPv6 addresses (mistakenly interpreted as MAC addr by original poster), which fails dramatically.
After a quick sweep of AirTime conf files I concluded that no file contains IPv6 addresses. That left only one option - /etc/hosts file. I commented out the line with hostname mapped to IPv6 and - voila! It works
I hope this will help anyone else not to loose hours and grayhair... maybe add it to manual/wiki?