This error can occur if you have unusually restrictive permissions on your OS i.e. the /dev/null
OS system has incorrect permissions.
This article is for our v1 agent and will soon be deprecated.
You can fix this by running this command as root (or using sudo):
chmod a+rw /dev/null
Comments