2.1340 - The system must use a separate file system for /tmp (or equivalent).

Information

The use of separate file systems for different paths can protect the system from failures resulting from a file system becoming full or failing.

Solution

Start the 'tmp.mount' service with the following command:

# systemctl enable tmp.mount

OR

Edit the '/etc/fstab' file and ensure the '/tmp' directory is defined in the fstab with a device and mount point.

See Also

https://docs.fedoraproject.org/f28/system-administrators-guide/index.html