@Susanne said in Django - The Web Framework:
https://www.djangoproject.com/
maybe something similar like the Cloudron LAMP
Yes, a combo Django + Postgres would be great.
@Susanne said in Django - The Web Framework:
https://www.djangoproject.com/
maybe something similar like the Cloudron LAMP
Yes, a combo Django + Postgres would be great.
Hi,
When you launch a new intallation on Scaleway, your script gets stalled, because it's actually waiting for an input, that you can see only if you
tail -f /var/log/cloudron-setup.log
in another terminal. Tailing so is mentioned when you launch the script, but it might be a good thing to also mention it in the doc (https://cloudron.io/documentation/installation/) .
In this second terminal you are presented with the configuration window of libssl1.1. (see https://framadrop.org/r/zT1Hpb_Gpv#RLhN9KT0E1thH8/a/6UWftNLxAN+slsmEeY5bOgtssM= )
So you have to type in the first terminal (basically just "Enter") to answer what you see in the second.
It's easy to workaround, but it's a little disorientating at first, so it might help to change it.
Cheers,
Camille
Apparently, it was related to email notifications.
Hi @girish Yes I did. It's about 15 Go, and plenty of it is free, so I'd be surprised it was the problem.
We have 15 concurrent apache processes and that's the value in the mpm_prefork.conf file, but as it's read only, we cant' change this value ; and also, because those processes accumulate, increasing the max value would just postpone the problem, I'm afraid.
Hi,
Since a few days, our Kanboard instance ends up stopping responding a few hours after a reboot.
We have a few errors like
[mpm_prefork:error] [pid 1] AH00161: server reached MaxRequestWorkers setting, consider raising the MaxRequestWorkers setting
in the logs. Could that be related ?
Thanks,
Camille
@nebulon Yes I saw this pb with sudo, (but that can be solved if you tail -f in another terminal as advised: you can type the answer in the original terminal and see the result in the second). Tzdata has a text UI, but I don't know if it will create problems in the context of the install script :
HTH,
Camille
Hi,
Thanks for the fix.
Regarding the export DEBIAN_FRONTEND=noninteractive statement : I'm really not sure it's required, but apt-ing tzdata will prompt an interactive interface that might not be needed.
Best,
Camille
Hi,
The install script will fail on Scaleway / Ubuntu 18.04 Bionic as
export DEBIAN_FRONTEND=noninteractive
apt install tzdata
fixed it for me.
Maybe the install script could be updated to take this into account?
Thanks,
Camille