• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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