Advertisement
Guest User

Untitled

a guest
Jun 30th, 2024
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. Job for redis.service failed because the control process exited with error code.
  2. See "systemctl status redis.service" and "journalctl -xeu redis.service" for details.
  3. dv@fedora:~$ systemctl status redis.service
  4. × redis.service - Redis persistent key-value database
  5. Loaded: loaded (/usr/lib/systemd/system/redis.service; disabled; preset: disabled)
  6. Drop-In: /usr/lib/systemd/system/service.d
  7. └─10-timeout-abort.conf
  8. /etc/systemd/system/redis.service.d
  9. └─limit.conf
  10. Active: failed (Result: exit-code) since Mon 2024-07-01 06:58:32 IST; 5min ago
  11. Process: 4185 ExecStart=/usr/bin/redis-server /etc/redis/redis.conf --daemonize no --supervised systemd (code=exited, status=1/FAILURE)
  12. Main PID: 4185 (code=exited, status=1/FAILURE)
  13. Status: "Redis is loading..."
  14. CPU: 8ms
  15.  
  16. Jul 01 06:58:32 fedora systemd[1]: Starting redis.service - Redis persistent key-value database...
  17. Jul 01 06:58:32 fedora systemd[1]: redis.service: Main process exited, code=exited, status=1/FAILURE
  18. Jul 01 06:58:32 fedora systemd[1]: redis.service: Failed with result 'exit-code'.
  19. Jul 01 06:58:32 fedora systemd[1]: Failed to start redis.service - Redis persistent key-value database.
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement