Lukas Mueller
Lukas Mueller
Note: sometimes ```$PERL5LIB``` needs to be unset, as in ``` unset PERL5LIB ```. Also, the contents of ```$PERL5LIB``` may have to be adjusted on older servers.
ALWAYS use screen to run an upgrade: ``` sudo screen apt upgrade ``` so that nothing bad happens when an ssh connection hangs.
To start docker-compose on boot using systemd on the host, create a systemd service file, for example at ```/etc/systemd/system/breedbase_docker.service```, with the following contents: ``` [Unit] Description=Starts the Breedbase docker-compose server...
Another note: Some systems upgraded from Debian 9 to 10 to 11 seem to have problem with network connectivity. Network drops after a few seconds after turning it on. The...
For systems that run docker, if after the host upgrade docker refuses to run, with an error message such as ``` docker.service: Failed with result 'exit-code'. ``` try the following:...
for Debian 11, the only way more loop devices could be generated was to put the word ```loop``` in the file ```/etc/modules``` and create a file called ```/etc/modprobe.d/etc-modules-parameters.conf``` with the...
default ```/etc/apt/sources.list``` file for vms and hosts: ``` deb http://deb.debian.org/debian bullseye main contrib non-free deb-src http://deb.debian.org/debian bullseye main contrib non-free deb http://deb.debian.org/debian-security bullseye/updates main contrib non-free deb-src http://deb.debian.org/debian-security bullseye/updates main...
All Breedbase servers and VMs have been updated! :-)
maybe convert to post?