Hi to all,
i have e some trouble with Redis installation.
Directadmin on vps with single user and one website.
Steps i do:
- Enable Redis from custombuild plugin save and build
- last two log lines is:
Done redis.
Enabling redis in systemd..
- Reboot server
- Check trought wordpress plugin and nothing seems working
- Login with root user, lunch command "systemctrl status redis" , and > Unit redis.service could not be found
- Check systemd service in /etc/systemd/system/ and found [email protected]
- Lunch command systemctrl list-units | grep redis > nothing found-
So i tryed to reset configuration to base config, without redis:
- Disable redis from custombuild plugin save.
- Login with root user and lunch:
- da build list_removals
- da build remove_items
- da build remove_old_local libiconv
- da build all
- da build restore_old_local libiconv
Remove libiconv because i have trouble compiling exim: "configure: error: iconv does not support errno"
So now i have my base system working. And i tried to enable redis all from command line lunch command
- ./build set redis yes
- ./build redis
- last two lines are same as previuos
Done redis.
Enabling redis in systemd...
but redis not working like previous attempt...
Any suggestion?
Thank you in advance.
i have e some trouble with Redis installation.
Directadmin on vps with single user and one website.
Steps i do:
- Enable Redis from custombuild plugin save and build
- last two log lines is:
Done redis.
Enabling redis in systemd..
- Reboot server
- Check trought wordpress plugin and nothing seems working
- Login with root user, lunch command "systemctrl status redis" , and > Unit redis.service could not be found
- Check systemd service in /etc/systemd/system/ and found [email protected]
- Lunch command systemctrl list-units | grep redis > nothing found-
So i tryed to reset configuration to base config, without redis:
- Disable redis from custombuild plugin save.
- Login with root user and lunch:
- da build list_removals
- da build remove_items
- da build remove_old_local libiconv
- da build all
- da build restore_old_local libiconv
Remove libiconv because i have trouble compiling exim: "configure: error: iconv does not support errno"
So now i have my base system working. And i tried to enable redis all from command line lunch command
- ./build set redis yes
- ./build redis
- last two lines are same as previuos
Done redis.
Enabling redis in systemd...
but redis not working like previous attempt...
Any suggestion?
Thank you in advance.