Error: Unable to write to temp_path ('/tmp')

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
cavu
Posts: 1
Joined: Mon Mar 18, 2019 4:43 pm

Error: Unable to write to temp_path ('/tmp')

Post by cavu »

I have a new install of Nagios Core 4.4.3 running on Ubuntu 18.04 lts , when i run the preflight check, I am getting the error Error: Unable to write to temp_path ('/tmp') - Permission denied.

I tried to sudo chmod 775 /tmp, but did not clear the issue. Any ideas how to fix error?
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Error: Unable to write to temp_path ('/tmp')

Post by ssax »

What is the output of these commands:

Code: Select all

ls -ld /tmp
mount | grep acl
Locked