Page 1 of 1

Problem with v-list-sys-services

Posted: Tue Sep 06, 2016 1:51 am
by edica
Using CentOS 7.2. Possible fix?

Image

Re: Problem with v-list-sys-services

Posted: Sun Sep 18, 2016 7:31 pm
by skamasle
I check it and also have problems in centos 6 and debian, but is a locale problem

Run this:

Code: Select all

export LC_NUMERIC="en_US.UTF-8"
Then

Code: Select all

v-list-sys-services
Working fine.

Re: Problem with v-list-sys-services

Posted: Mon Sep 19, 2016 5:00 pm
by edica
Yes, working! :)

But if use another language does not work, for example: export LC_NUMERIC="pt_BR.UTF-8"

Thank you.

Re: Problem with v-list-sys-services

Posted: Mon Sep 26, 2016 7:28 am
by skamasle