เราใช้เซิร์ฟเวอร์ redis ในอินสแตนซ์ของ AWS EC2 Ubuntu จำนวนหนึ่ง (14.04.4 LTS) โดยไม่มีปัญหา ฉันปั่นเซิร์ฟเวอร์ทดสอบเพื่อลองอัปเกรดเป็น Ubuntu 16.04.1 LTS และตอนนี้ redis จะไม่ทำงาน
หากฉันพยายามเริ่ม redis ด้วยตนเองฉันจะได้รับสิ่งนี้:
~$ sudo service redis-server restart
Job for redis-server.service failed because the control process exited with error code. See "systemctl status redis-server.service" and "journalctl -xe" for details.
ข้อมูลผิดพลาด:
~$ systemctl status redis-server.service
● redis-server.service - Advanced key-value store
Loaded: loaded (/lib/systemd/system/redis-server.service; enabled; vendor preset: enabled)
Active: inactive (dead) (Result: exit-code) since Wed 2016-10-19 19:26:06 UTC; 25min ago
Docs: http://redis.io/documentation,
man:redis-server(1)
Process: 3730 ExecStart=/usr/bin/redis-server /etc/redis/redis.conf (code=exited, status=1/FAILURE)
Process: 3724 ExecStartPre=/bin/run-parts --verbose /etc/redis/redis-server.pre-up.d (code=exited, status=0/SUCCESS)
Oct 19 19:26:06 ip-x-y-z-w systemd[1]: redis-server.service: Control process exited, code=exited status=1
Oct 19 19:26:06 ip-x-y-z-w systemd[1]: Failed to start Advanced key-value store.
Oct 19 19:26:06 ip-x-y-z-w systemd[1]: redis-server.service: Unit entered failed state.
Oct 19 19:26:06 ip-x-y-z-w systemd[1]: redis-server.service: Failed with result 'exit-code'.
Oct 19 19:26:06 ip-x-y-z-w systemd[1]: redis-server.service: Service hold-off time over, scheduling restart.
Oct 19 19:26:06 ip-x-y-z-w systemd[1]: Stopped Advanced key-value store.
Oct 19 19:26:06 ip-x-y-z-w systemd[1]: redis-server.service: Start request repeated too quickly.
Oct 19 19:26:06 ip-x-y-z-w systemd[1]: Failed to start Advanced key-value store.
ฉันได้ลองทำสิ่งต่อไปนี้แล้ว:
- รีสตาร์ทเซิร์ฟเวอร์
- เรียกใช้สคริปต์การปรับใช้ของเราซึ่งรวมถึงการรีสตาร์ทใหม่
- ใช้
sudo apt-get
เพื่อถอนการติดตั้งและติดตั้งเซิร์ฟเวอร์ redis อีกครั้ง - ทำการติดตั้งสองครั้งเมื่อยอมรับ
/etc/redis/redis.conf
ไฟล์ใหม่จากแพ็คเกจและเมื่อเก็บไฟล์ดั้งเดิมของเราไว้
ข้อเสนอแนะใด ๆ