centos2 login incorrect 문제 root든 뭐든 로그인이 묻지도 따지지도 않고 안된다...(콘솔접속만 모든계정안됨 SSH는 됨) 주통기반 보안조치하고 안된다.. 혹시몰라 setenforce 0 하고 하니까 된다... (/var/log/secure 로그에서도 알수있다.) 원인은 아래와 같다.. system-auth를 수정하였는데 보면 selinux문맥이 다르다 restorecon -Rv /etc/pam.d/system-auth 위 명령어 사용하여 복구하였더니 로그인 가능하였다. 2021. 5. 31. pdns 4.1.8 with pdns recursor 4.1.9 기존 powerdns 와 구성하는 방법이 recursor 때문에 달라져서 올립니다. 환경은 centos 7.6 입니다. 먼저 netstat -antp에서 dnsmasq 가 53번 포트를 먹고 있다면 Dnsmasq를 삭제해준다. [root@localhost ~] yum install epel-release.noarch [root@localhost ~] yum -y install mariadb-server mariadb [root@localhost ~] systemctl start mariadb [root@localhost ~] systemctl enable mariadb [root@localhost ~] mysql_secure_installation (루트 패스워드 설정) [root@localhost ~].. 2019. 6. 10. 이전 1 다음