- Feb 26, 2025
-
-
bta authored
-
- Feb 24, 2025
-
-
bta authored
Going back to the configuration of my first tests. I suppose the sdump user must be below 1000, so that systemd will not launch a full user session for us (with pulse & friends). As I'm hiding the PIDs, I don't need to run the ffmpeg process with a different name. I'm not sure if pkill was able to find the process with the changed name, so we go back to a simpler script. And it works!
-
bta authored
-
bta authored
-
bta authored
-
- Sep 12, 2024
-
-
bta authored
-
- Aug 05, 2024
-
-
bta authored
-
- Jul 18, 2024
-
-
Alberto LIVIO BECCARIA authored
-
- Aug 01, 2023
-
-
Alberto LIVIO BECCARIA authored
-
- Jul 31, 2023
-
-
Alberto LIVIO BECCARIA authored
-
- Jul 28, 2023
-
-
Alberto LIVIO BECCARIA authored
-
Alberto LIVIO BECCARIA authored
-
Alberto LIVIO BECCARIA authored
-
- Jul 26, 2023
-
-
bta authored
The version of curl in Ubuntu 20.04 does not have the --retry-all-errors option yet. It will be available when we move on to Ubuntu 22.04.
-
bta authored
The version of curl in Ubuntu 20.04 does not have the --retry-all-errors option yet. It will be available when we move on to Ubuntu 22.04.
- Jul 25, 2023
- Jul 24, 2023
-
-
Alberto LIVIO BECCARIA authored
-
Alberto LIVIO BECCARIA authored
-
- Apr 13, 2023
-
-
Alberto LIVIO BECCARIA authored
-
- Mar 24, 2023
-
-
Alberto LIVIO BECCARIA authored
-
Alberto LIVIO BECCARIA authored
-
- Mar 10, 2023
-
-
Alberto LIVIO BECCARIA authored
-
Alberto LIVIO BECCARIA authored
-
- Jan 26, 2023
-
-
Alberto LIVIO BECCARIA authored
-
Alberto LIVIO BECCARIA authored
-
Alberto LIVIO BECCARIA authored
-
Alberto LIVIO BECCARIA authored
-
- Oct 25, 2022
-
-
Alberto LIVIO BECCARIA authored
-
Alberto LIVIO BECCARIA authored
-
- Oct 20, 2022
-
-
Alberto LIVIO BECCARIA authored
-
- Aug 24, 2022
-
-
bta authored
The previous patch was wrong for two reasons: - you can't put shell commands in a Exec, as there's no shell involved - while you could split the two on two different Exec, it would not work anyhow because the unit runs as the esamesync user, and it cannot create the /opt/esame directory if the admin did not create it beforehand. This one was tested to work; the machine boots correctly. Not tested with labmanager; it is not supposed to be working properly until you have working copy in /opt/esame, but it would be interesting to see how it fails.
-
bta authored
Otherwise the service will loop and a freshly installed machine (or a machine with an empty /opt) will not finish the boot.
-