Show More
@@ -49,12 +49,16 b' shipped with the optimal configuration a' | |||||
49 | To fix this issue, upgrade to |RCE| 3.3.2 or greater, and if you discover |
|
49 | To fix this issue, upgrade to |RCE| 3.3.2 or greater, and if you discover | |
50 | memory consumption issues check the VCS Server settings. |
|
50 | memory consumption issues check the VCS Server settings. | |
51 |
|
51 | |||
52 | Fedora 23 / Ubuntu 18.04 |
|
52 | Newer Operating system locales | |
53 | ------------------------ |
|
53 | ------------------------------ | |
54 |
|
54 | |||
55 | |RCC| has a know problem with locales, due to changes in glibc 2.27+ which affects |
|
55 | |RCC| has a know problem with locales, due to changes in glibc 2.27+ which affects | |
56 | the local-archive format, which is now incompatible with our used glibc 2.26. |
|
56 | the local-archive format, which is now incompatible with our used glibc 2.26. | |
57 |
|
57 | |||
|
58 | Mostly affected are: | |||
|
59 | - Fedora 23+ | |||
|
60 | - Ubuntu 18.04 | |||
|
61 | - CentOS / RHEL 8 | |||
58 |
|
62 | |||
59 | To work around this problem, you need set path to ``$LOCAL_ARCHIVE`` to the |
|
63 | To work around this problem, you need set path to ``$LOCAL_ARCHIVE`` to the | |
60 | locale package in older pre glibc 2.27 format, or set `LC_ALL=C` in your enviroment. |
|
64 | locale package in older pre glibc 2.27 format, or set `LC_ALL=C` in your enviroment. | |
@@ -74,8 +78,15 b' 2. Point ``$LOCAL_ARCHIVE`` to the local' | |||||
74 |
|
78 | |||
75 | $ export LOCALE_ARCHIVE=/home/USER/locale-archive # change to your path |
|
79 | $ export LOCALE_ARCHIVE=/home/USER/locale-archive # change to your path | |
76 |
|
80 | |||
77 |
This |
|
81 | This should be added *both* in `enviroment` variable of `~/.rccontrol/supervisor/supervisord.ini` | |
78 | or in user .bashrc/.zshrc etc, or via a startup script that |
|
82 | e.g | |
|
83 | ||||
|
84 | ``` | |||
|
85 | [supervisord] | |||
|
86 | environment = HOME=/home/user/rhodecode,LOCALE_ARCHIVE=/YOUR-PATH/locale-archive` | |||
|
87 | ``` | |||
|
88 | ||||
|
89 | and in user .bashrc/.zshrc etc, or via a startup script that | |||
79 | runs `rccontrol self-init` |
|
90 | runs `rccontrol self-init` | |
80 |
|
91 | |||
81 | If you happen to be running |RCC| from systemd, use the following |
|
92 | If you happen to be running |RCC| from systemd, use the following |
General Comments 0
You need to be logged in to leave comments.
Login now