• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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