Chúng tôi đã chạy máy chủ redis trên một số phiên bản AWS EC2 Ubuntu (14.04.4 LTS) mà không gặp vấn đề gì. Tôi đã mở một máy chủ thử nghiệm để thử nâng cấp lên Ubuntu 16.04.1 LTS và bây giờ redis sẽ không hoạt động.
Nếu tôi cố gắng bắt đầu làm lại bằng tay, tôi sẽ nhận được điều này:
~$ 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.
Thông tin lỗi:
~$ 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.
Tôi đã thử như sau:
- khởi động lại máy chủ
- chạy tập lệnh triển khai của chúng tôi, bao gồm khởi động lại redis
- được sử dụng
sudo apt-get
để gỡ cài đặt và cài đặt lại redis-server - thực hiện cài đặt hai lần, một lần chấp nhận
/etc/redis/redis.conf
tệp mới từ gói và một lần giữ tệp gốc của chúng tôi
Bất kỳ đề xuất?