Failed to open tmp secret file .baro_auth~[error message]
현상 : Failed to open tmp secret file .baro_auth~[error message] 원인: 1. Redhat, CentOS인 경우 SELINUX를 비활성화하지 않아 보안문제로 막혀서 발생 2. 임시 secret file인 .baro_auth~을 오픈하지 못한 경우에 발생. 조치: 1. "/etc/sysconfig/selinux"에서 SELINUX를 비활성화(SELINUX=enforcing → disabled) [root] /etc > vi /etc/sysconfig/selinux# This file controls the state of SELinux on the system.# SELINUX= can take one of these three values:..