- 23 Oct, 2020 1 commit
-
-
Léo-Paul Géneau authored
See merge request nexedi/slapos!845
-
- 22 Oct, 2020 1 commit
-
-
Léo-Paul Géneau authored
When proftpd software release is tested locally, the socket named /srv/slapgrid/slappart76/srv/runner/instance/slappart1/tmp/soft/91d420e3970a2088e648d2eb86e155ea/parts/prof is created but never removed. First it is not an appropriated directory to create a socket and then not removing this socket leads to an error if tests are run a second time : subprocess.CalledProcessError: Command '('ldd', '/srv/slapgrid/slappart76/srv/runner/instance/sla ppart1/tmp/soft/91d420e3970a2088e648d2eb86e155ea/parts/prof')' returned non-zero exit status 1. ---------------------------------------------------------------------- Ran 0 tests in 9.914s FAILED (errors=1) This is due to code in https://github.com/proftpd/proftpd/blob/master/src/ctrls.c : const char *socket_path = PR_RUN_DIR "/test.sock"; // socket_path="/srv/slapgrid/slappart76/srv/runner/instance/slappart1/tmp/soft/91d420e3970a2088e648d2eb86e155ea/parts/proftp/var/test.sock" sstrncpy(sockun.sun_path, socket_path, sizeof(sockun.sun_path)); // sockun.sun_path="/srv/slapgrid/slappart76/srv/runner/instance/slappart1/tmp/soft/91d420e3970a2088e648d2eb86e155ea/parts/prof" where `sun_path` is limited to UNIX_PATH_MAX (108 characters): char sun_path[UNIX_PATH_MAX]; https://elixir.bootlin.com/linux/latest/source/include/uapi/linux/un.h#L9
-
- 21 Oct, 2020 3 commits
-
-
Julien Muchembled authored
-
Thomas Gambier authored
See merge request nexedi/slapos!838
-
Jérome Perrin authored
We don't plan using varnish like this.
-
- 20 Oct, 2020 25 commits
-
-
Thomas Gambier authored
-
Łukasz Nowak authored
See merge request !836
-
Łukasz Nowak authored
-
Łukasz Nowak authored
stop-on-error during instantiation can lead to endless instantiation in some cases, which disallows to create services required for given part to pass, and in the same time in many cases the called scripts are smart enough to continue and restart on error.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Thanks to this, it's much easier to find relevant configuration, and also logs are becoming much more informative.
-
Łukasz Nowak authored
Avoid creating needless entries and minimise needless newlines, and reflect this in test data, as in such case no backend_log is created, as nothing is configured on backend Haproxy level.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
SSL cache is unusable in context of caddy, same for the so called HTTPD home. Those are old Apache leftovers.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
It's a dict, and in SlapOS usage of Jinja2 it's good to see the type of a variable immediately.
-
Łukasz Nowak authored
"parameter_dict" says nothing, whereas "software_parameter_dict" explains source and purpose of the information.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
There is needless duplication of information.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
That's true, that those are templates, but the important information which shall be in the name of the parameter is its purpose - a profile.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Section template-apache-frontend was not updated in buildout.hash.cfg
-
Łukasz Nowak authored
development.cfg is never used, and having split software definition in software.cfg and common.cfg just makes development harder.
-
- 16 Oct, 2020 2 commits
-
-
Léo-Paul Géneau authored
-
Thomas Gambier authored
See merge request nexedi/slapos!832
-
- 15 Oct, 2020 2 commits
-
-
Julien Muchembled authored
This reverts commit 1c2d1c0a. because NEO is not ready for such change.
-
Łukasz Nowak authored
nbd-host and nbd-port is not required in case of simplified configuration, use boot-image-url-select instead.
-
- 14 Oct, 2020 5 commits
-
-
Kirill Smelkov authored
5.2.2 brings in important fix that is needed for wendelin.core 2: https://github.com/zopefoundation/ZEO/pull/160
-
Kirill Smelkov authored
They say that `zodbpickle.binary` is now much more lightweight on CPython2: https://github.com/zopefoundation/zodbpickle/blob/master/CHANGES.rst#200-2019-11-13
-
Kirill Smelkov authored
-
Kirill Smelkov authored
-
Łukasz Nowak authored
software/caddy-frontend implements all requirements and apache-frontend is not tested neither developed except small fixes, so it's ok to keep it for reference or some small work outside of official tree, as other developers might have urge to use it.
-
- 13 Oct, 2020 1 commit
-
-
Léo-Paul Géneau authored
* Updates component/pureftpd url to 1.0.49 version because the one provided do not exist anymore (the 1.0.46 version exists now under the path [https://download.pureftpd.org/pub/pure-ftpd/releases/obsolete/pure-ftpd-1.0.46.tar.bz2](https://download.pureftpd.org/pub/pure-ftpd/releases/obsolete/pure-ftpd-1.0.46.tar.bz2)) * Deletes explicit slapos.toolbox dependency because it's automatically installed by monitor stack
-