2016년 12월 13일 화요일

FIX :: ceph-deploy error with "try to use systemctl"

Error Message:
The service command supports only basic LSB actions (start, stop, restart, try-restart, reload, force-reload, status). For other actions, please try to use systemctl.

Solution:
1. update ceph repository from official ceph repo, not from epel repo
2. > yum update ceph-deploy
3. > do something...

2016년 12월 12일 월요일

FIX :: nfs-ganesha CRIT error in gsh_dbus_pkginit

Error log:

gsh_dbus_pkginit :DBUS :CRIT :server bus reg failed (org.ganesha.nfsd, Connection ":1.204" is not allowed to own the service "org.ganesha.nfsd" due to security policies in the configuration file)
nfs_Init_svc :DISP :CRIT :Cannot acquire credentials for principal nfs

Solution:
> yum install -y nfs-utils

FIX :: ssh 접속이 느리고, /var/log/messages에 systemd-logind.service failed. 메시지가 남을 때

ssh 접속이 느릴 때가 있습니다. 보통은DNS가 제대로 설정되지 않았는데 /etc/ssh/sshd_config에 UseDNS가 yes로 되어 있을 때 발생합니다. 위와 같을 경우 /etc/ssh/sshd_config파일에서 아래와 같이 수정 후 ...