Comment 22 for bug 1119428

Revision history for this message
Vladimir Zhukov (vl-zhukov) wrote :

>> Waiting for g-api (10.233.53.154:9292) to start...
>> + timeout 60 sh -c 'while ! http_proxy= wget -q -O- http://10.233.53.154:9292; do sleep 1; done'
>> + echo 'g-api did not start'
>> g-api did not start

I fixed this by setting in the POSIX locale in Ubuntu 12.04

cat /etc/default/locale
LANG="POSIX"