obiba / rock

R server with a REST API
GNU General Public License v3.0
3 stars 1 forks source link

CentOS issue permission denied #6

Closed mennodekker closed 3 years ago

mennodekker commented 3 years ago

We did a rpm install on CentOS 8 and had problems with permissions: cannot open file '/var/lib/rock/conf/system.info.R': Permission denied

I solved it by recursively adding execute rights to the directory /etc/rock for the owner. sudo chmod -R -o+X /etc/rock

Not sure if that is correct or if I need to change in other places. It now shows system info in opal. Reporting here so it can be solved in the rpm.

ymarcon commented 3 years ago

Please have a try with rock 1.0.8.

mennodekker commented 3 years ago

Thanks for the quick fix, I can confirm the problem is solved now

ymarcon commented 3 years ago

Thanks for the report! we use ubuntu, then centos packaging issues can be difficult to spot.