
26 Dec
2015
26 Dec
'15
8:17 p.m.
Hello, I'm using Ubuntu 14.04.3 LTS with German locale and had a problem starting wokd: [...] wok.exception.NotFoundError: GGBCPUINF0006E: GGBCPUINF0006E This is because the output of lscpu in lscpu.py is filtered for "Core(s) per socket" but with the German locale set the output is "Kern(e) pro Socket". So I started wokd with LC_ALL=C and it works. (There is no init script to start wokd - only systemd - so I had to start it manually) export LC_ALL=C && wokd --environment=/etc/wok/wok.conf Just as hint for other users with changed locale. Kind regards, Alex