Привет. Ubuntu Server 24.04. Nging + php-fpm
Установил мемкеш запустил и..не работает. Настройки дефолтовые.
systemctl status memcached
× memcached.service - Memcached Service
Loaded: loaded (/etc/systemd/system/memcached.service; enabled; preset: enabled)
Active: failed (Result: exit-code) since Sun 2025-02-16 15:33:56 MSK; 2s ago
Duration: 825us
Process: 2698 ExecStart=/usr/local/bin/memcached /etc/memcached.conf (code=exited, status=203/EXEC)
Main PID: 2698 (code=exited, status=203/EXEC)
CPU: 334us
Feb 16 15:33:56 s264279.hostiman.com systemd[1]: Started memcached.service - Memcached Service.
Feb 16 15:33:56 s264279.hostiman.com systemd[1]: memcached.service: Main process exited, code=exited, status=203/EXEC
Feb 16 15:33:56 s264279.hostiman.com systemd[1]: memcached.service: Failed with result 'exit-code'.
Feb 16 15:33:56 s264279.hostiman.com systemd[1]: memcached.service: Scheduled restart job, restart counter is at 5.
Feb 16 15:33:56 s264279.hostiman.com systemd[1]: memcached.service: Start request repeated too quickly.
Feb 16 15:33:56 s264279.hostiman.com systemd[1]: memcached.service: Failed with result 'exit-code'.
Feb 16 15:33:56 s264279.hostiman.com systemd[1]: Failed to start memcached.service - Memcached Service.
ps auxf | grep memcached
root 2560 0.0 0.6 19996 6604 pts/1 T 15:18 0:00 \_ systemctl status memcached
root 2752 0.0 0.2 9316 2304 pts/1 S+ 15:37 0:00 \_ grep --color=auto memcached
www-data 2603 0.0 0.3 412124 3132 ? Ssl 15:25 0:00 memcached -d -m 128 -l 127.0.0.1 -p 11211 -vv -u www-data
netstat -nlp | grep memcached
tcp 0 0 127.0.0.1:11211 0.0.0.0:* LISTEN 2603/memcached
ss -an | grep memcached
пусто.
Как решить?
Пользователь добавил сообщение 16 Февраля 2025, 16:00:35:
Решено. Спасибо. Дело было в правах
Пользователь добавил сообщение 16 Февраля 2025, 16:18:09:
Поторопился. Хотя вроде на сайте мемкеш подключился, но тем не менее ошибки в статусе остались.