On 12 Oct 2024 11:42 +0200, from s...@jdcassidy.eu (John Cassidy): > trying to install Redis on Debian SID, the install is failing with the > following errors: > > apt install redis /snip/ > 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. > Setting up redis (5:7.0.15-2) ...
For what little it might be worth, I am unable to reproduce this. I installed a fresh Debian 12 VM based on my template [1] (basically the standard and ssh-server tasks only), upgraded that directly to sid as of just now, and then ran `apt install redis`. It installed cleanly. The only possibly significant difference I can see is that I'm running on amd64 whereas your attempt was on arm64; but I honestly fail to see why such a difference would manifest itself in the kind of error you got. [1]: https://michael.kjorling.se/debian-12-bookworm-preseed/ -- Michael Kjörling 🔗 https://michael.kjorling.se “Remember when, on the Internet, nobody cared that you were a dog?”
# apt install redis The following packages were automatically installed and are no longer required: libcbor0.8 libpython3.11-stdlib python3-httplib2 libcurl3-gnutls librtmp1 python3-packaging libcurl4t64 libsasl2-2 python3-pycurl libfuse2 libsasl2-modules python3-pyparsing libldap-2.5-0 libsasl2-modules-db python3-pysimplesoap libldap-common libssh2-1t64 python3-six libperl5.36 linux-image-6.1.0-9-amd64 python3.11 libpython3.11-minimal perl-modules-5.36 python3.11-minimal Use 'apt autoremove' to remove them. Installing: redis Installing dependencies: liblzf1 redis-server redis-tools Suggested packages: ruby-redis Summary: Upgrading: 0, Installing: 4, Removing: 0, Not Upgrading: 0 Download size: 1,100 kB Space needed: 6,338 kB / 1,711 MB available Continue? [Y/n] Get:1 http://ftp.se.debian.org/debian sid/main amd64 liblzf1 amd64 3.6-4+b1 [10.4 kB] Get:2 http://ftp.se.debian.org/debian sid/main amd64 redis-tools amd64 5:7.0.15-2 [992 kB] Get:3 http://ftp.se.debian.org/debian sid/main amd64 redis-server amd64 5:7.0.15-2 [72.6 kB] Get:4 http://ftp.se.debian.org/debian sid/main amd64 redis all 5:7.0.15-2 [24.7 kB] Fetched 1,100 kB in 1s (2,098 kB/s) Selecting previously unselected package liblzf1:amd64. (Reading database ... 41616 files and directories currently installed.) Preparing to unpack .../liblzf1_3.6-4+b1_amd64.deb ... Unpacking liblzf1:amd64 (3.6-4+b1) ... Selecting previously unselected package redis-tools. Preparing to unpack .../redis-tools_5%3a7.0.15-2_amd64.deb ... Unpacking redis-tools (5:7.0.15-2) ... Selecting previously unselected package redis-server. Preparing to unpack .../redis-server_5%3a7.0.15-2_amd64.deb ... Unpacking redis-server (5:7.0.15-2) ... Selecting previously unselected package redis. Preparing to unpack .../redis_5%3a7.0.15-2_all.deb ... Unpacking redis (5:7.0.15-2) ... Setting up liblzf1:amd64 (3.6-4+b1) ... Setting up redis-tools (5:7.0.15-2) ... 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'. Setting up redis (5:7.0.15-2) ... Processing triggers for man-db (2.13.0-1) ... Processing triggers for libc-bin (2.40-3) ... #