We are happy to announce that Vesta is back under active development as of 25 February 2024. We are working on Vesta 2.0 and expect to release it by the end of 2024. Read more about it: https://vestacp.com/docs/vesta-2-development
Problem with v-list-sys-services
Problem with v-list-sys-services
Using CentOS 7.2. Possible fix?
Re: Problem with v-list-sys-services
I check it and also have problems in centos 6 and debian, but is a locale problem
Run this:
Then
Working fine.
Run this:
Code: Select all
export LC_NUMERIC="en_US.UTF-8"
Code: Select all
v-list-sys-services
Re: Problem with v-list-sys-services
Yes, working! :)
But if use another language does not work, for example: export LC_NUMERIC="pt_BR.UTF-8"
Thank you.
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
You can try this -> https://github.com/serghey-rodin/vesta/pull/843