Cyprien Devillez

Results 13 comments of Cyprien Devillez

Same problem here. If you don't want (or can't) override your OpenSSL system configuration, you can use OPENSSL_CONF env var to load a custom config file without openssl_conf parameter ```bash...

I encounter the same problem and after few tests it's seems caused by network with duplicated name and local scope. It could be reproduced on a fresh Ubuntu 18.04 install...

Thanks @rdxmb I make a less sophisticated but very similar one a few days ago ;-) https://gist.github.com/cypx/a2b4765fc1ccb497c99f77c78d0d4933

Hi, Same problem here on a Debian server located to GRA2 since 23/08/21. Beamium eat a lot and ram and crash regularly. ![Screenshot_20210915_113248](https://user-images.githubusercontent.com/2462485/133409580-0296d682-0442-4bed-a28c-ae5cdcc9d97e.png) ![Screenshot_20210915_113721](https://user-images.githubusercontent.com/2462485/133409757-7f035214-abcf-412e-8d2a-bbabad75c194.png) * Noderig is running fine *...

```bash root@XXXXX:~# lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux 10 (buster) Release: 10 Codename: buster root@XXXXX:~# beamium --version beamium version 2.0.8 d5c883fce3123054f6f54cb93e037ea20f1745e8 beamium build...

Seems `/opt/beamium/sources` files could be a problem https://github.com/ovh/beamium/issues/130#issuecomment-739041487 I have more than 100k files into this directory on the server. ```bash root@XXXXX:~# ls -alhrt /opt/beamium/sources/ | wc -l 101188 root@XXXXX:~#...

Without response, I remove all files and beamium running fine again without eating all server's memory. But it do not seem to clean old file so I end to add...

Maybe you could have a look to [Traefik](https://github.com/traefik/traefik) Iit share a lot of commonalities with Caddy (Go, native let's encrypt support, API, docker integration, easy to use....) but also provide...

Same here. As a workaround I lock Symfony Console version into`composer.json` ``` "symfony/console": "5.4.34" ```

@ETEML17 this one https://github.com/akeneo/pim-community-standard/blob/v7.0.50/composer.json, it's the one you found at the root of your composer project when you do manual installation ( https://docs.akeneo.com/7.0/install_pim/manual/installation_ce.html ) You could add the line to...