- 17 Nov, 2025 1 commit
-
-
Jérome Perrin authored
caucase.sh does not work with openssl 1.1
-
- 14 Nov, 2025 3 commits
-
-
Łukasz Nowak authored
TrafficServer is recent enough to work on any make, not only the old one.
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 13 Nov, 2025 3 commits
-
-
Jérome Perrin authored
So that when the path change, typically after switching the instance to a new slapos software release, the wrapper gets automatically reinstalled. Because wrapper recipe uses the same technique as zc.recipe.egg scripts with sys.path , it needs the same technique of depending of buildout paths in options.
-
Jérome Perrin authored
After trying to upgrade the components using libxml2 I went back to just backporting minimal patches for the following reasons: - mariadb 10.4 is EOL but we are not fully ready to use newer versions in ERP5. - updating inkscape needs gcc > 10 but scipy py2 needs gcc < 10 and we do not have an easy way of using more than one gcc version in a software - gdal is used only in an old projects still using python2, so updating it too early and depending on py3 seemed not usefull. - I don't understand why this started to appear now, but libreoffice does not start because of a libc version mismatch, it was still using icu from the system, so this also includes a fix to use slapos' icu /reviewed-on nexedi/slapos!1919
-
Jérome Perrin authored
and assorted small fixes /reviewed-on nexedi/slapos!1923
-
- 12 Nov, 2025 4 commits
-
-
Jérome Perrin authored
This happens with python3 chained exceptions tracaback
-
Jérome Perrin authored
This saves almost 20Go of disk space
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 07 Nov, 2025 2 commits
-
-
Jérome Perrin authored
we are seeing errors like this: /srv/slapgrid/slappart5/t/ere/i/0/tmp/soft/bd65cee5d841cea8a82fc7264c1a6c66/parts/libreoffice-bin/program/soffice.bin: /srv/slapgrid/slappart5/srv/shared/gcc-10.5/d28efa7033268bbb1a884af96ef3368d/lib64/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by /lib/x86_64-linux-gnu/libicuuc.so.72)
-
Jérome Perrin authored
also re-organise the multi version
-
- 06 Nov, 2025 5 commits
-
-
Xavier Thompson authored
-
Jérome Perrin authored
/reviewed-on nexedi/slapos!1921
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 05 Nov, 2025 3 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
it seems better to not let pipe error pass through
-
Jérome Perrin authored
A typo in 8ebd8949 (stack/wendelin: Introduce mariadb replication, 2024-10-30) cause the timezones to not be loaded and caused a warning on the script: ./bin/mariadb-on-startup: 31: mysql_tzinfo_to_sql: not found
-
- 04 Nov, 2025 1 commit
-
-
Jérome Perrin authored
/reviewed-on nexedi/slapos!1598
-
- 03 Nov, 2025 1 commit
-
-
/reviewed-on nexedi/slapos!1916
-
- 30 Oct, 2025 12 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
This was depending on a side effect of slapos.recipe.template of creating the intermediate folder structure so that it is here for subsequent slapos.recipe.build:download sections Using slapos.recipe.build is a bit more explit
-
Jérome Perrin authored
template & rendered work, but they are legacy options
-
Jérome Perrin authored
such convention is understood by nxdbom
-
Jérome Perrin authored
-
Jérome Perrin authored
This disables the use of shared memory which caused process to hang
-
Jérome Perrin authored
Update to current HEAD of python3 branch, as the previous version caused errors while running tests: Compiling IEC Program into C code... 0.331s Extracting Located Variables... C code generated successfully. PLC : [CC] plc_main.c -> plc_main.o 0.192s [CC] plc_debugger.c -> plc_debugger.o 0.101s Warning: /srv/slapgrid/slappart56/t/eyv/i/0/tmp/inst/BeremizRuntimeWithMd5sumTestCase-1/parts/download-plc/build/plc_debugger.c:84:8: error: unknown type name "PLC_PRG" Warning: 84 | extern PLC_PRG RESOURCE1__INSTANCE0; Warning: | ^~~~~~~ Warning: /srv/slapgrid/slappart56/t/eyv/i/0/tmp/inst/BeremizRuntimeWithMd5sumTestCase-1/parts/download-plc/build/plc_debugger.c:95:14: error: unknown type name "PLC_PRG" Warning: 95 | extern PLC_PRG RESOURCE1__INSTANCE0;
-
- 29 Oct, 2025 1 commit
-
-
Julien Muchembled authored
jinja2.exceptions.UndefinedError: 'module object' has no attribute 'urlencode'
-
- 28 Oct, 2025 3 commits
-
-
Xavier Thompson authored
Avoid crashing buildout when mariadb dump backups are disabled and publish an empty replication-bootstrap-url instead. /reviewed-on nexedi/slapos!1914
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 27 Oct, 2025 1 commit
-
-
Łukasz Nowak authored
Set the non configurable timeouts to better values, especially for the active connection, so that it's possible to download big files from slow backends (let it transfer for 2 days). Drop proxy.config.http.down_server.abort_threshold, as it's removed from version 9.x
-