Hint: wokd vs. German locale / NotFoundError: GGBCPUINF0006E

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

Hi Alexander, Thanks for reporting it. We have already fixed that problem upstream (https://github.com/kimchi-project/wok/commit/cddfc3c3) Regards, Aline Manera On 12/26/2015 05:17 PM, Alexander Tomisch wrote:
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 _______________________________________________ Kimchi-users mailing list Kimchi-users@ovirt.org http://lists.ovirt.org/mailman/listinfo/kimchi-users
participants (2)
-
Alexander Tomisch
-
Aline Manera