On Sat, Oct 12, 2024 at 11:42:22 +0200, John Cassidy wrote: > Setting up redis-server (5:7.0.15-2) ... > Created symlink '/etc/systemd/system/redis.service' → > '/usr/lib/systemd/system/redis-server.service'. > Created symlink > '/etc/systemd/system/multi-user.target.wants/redis-server.service' → > '/usr/lib/systemd/system/redis-server.service'. > Could not execute systemctl: at /usr/bin/deb-systemd-invoke line 148.
That's a very strange and specific error message. Is your systemctl command missing, or has incorrect permissions or something? hobbit:~$ ls -l /usr/bin/systemctl -rwxr-xr-x 1 root root 1353368 Aug 25 13:35 /usr/bin/systemctl* Are you able to run it normally? Just "systemctl" with no arguments as a non-privileged user should give you a list of units, presented in a pager (try "q" to get out of it).