Ad Widget
Collapse
Insufficient file system permissions. Assets cache directory is not writable.
Collapse
X
-
Work for me in Centos 7 and Zabbix 4.2.2On CentOS 7, I fix this issue by adding RW permission to apache by :
# setfacl -d -m apache:rwX /usr/share/zabbix/assets/
# setfacl -R -m apache:rwX /usr/share/zabbix/assets/
and Selinux problems by :
# semanage fcontext -a -t httpd_sys_rw_content_t "/usr/share/zabbix/assets(/.*)?"
# restorecon -R /usr/share/zabbix/assets
Comment
-
Hello all,
I had the same problem on my Centos 7, Zbx 4.2.2 server. I applied all the selinux commands but not solved my issue. I had to revert to taken snapshot.
Fyi.
MehmetComment
-
Hello, thanks for this topic start.
Under Ubuntu 18.04 LTS, I did this to solve the problem:
sudo chgrp -R www-data /usr/share/zabbix/assets
sudo chmod -R g+w /usr/share/zabbix/assets
Comment
-
4.2.3 is out and it successfully upgraded 4.2.1 without issue for me, whereas I rolled back from snapshot the 4.2.2 upgrade.Comment
-
Comment

Comment