• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue Error while redis package install

artyak

New Pleskian
On my server I use the Plesk Obsidian, I use the server from Hetzner Cloud. The problem is that when I try to install redis according to the instructions for the panel - Install REDIS with Plesk Onyx - ontwerps, in the end I get an error:

This systems seems to use systemd. Please take a look at the provided example service unit files in this directory, and adapt and install them. Sorry!

And before that, i get the error
/bin/sh:1 dpkg-config: not found
but I correct it with the command
apt-get install -y pkg-config
what could be the reason for the error? I tried to install on Debian 9 and on Ubuntu 18.04, the error is the same. How i can fix problem with systemd and install redis-stable?
 
Port 6379 is open for connections. Redis is up and running. All looks fine, isn't it?
 
After migration to new server, with Debian 10, i has error when make make test:

[50/64 done]: unit/shutdown (1 seconds)
[err]: CONFIG SET bind address in tests/unit/networking.tcl

!!! WARNING The following tests failed:

*** [err]: CONFIG SET bind address in tests/unit/networking.tcl

How i can fix it?
 
Back
Top