본문 바로가기

분류 전체보기222

[MSSQL] A connection was successfully established with the server, but then an error occurred during the login process 개요mssql ssms에서 DB 계정로그인 시도시 아래와 같이 에러가 발생한다 Additional information: A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - The certificate chain was issued by an authority that is not trusted.) (Microsoft SQL Server)The certificate chain was issued by an authority that is not trusted  해결방법Server name 드롭박.. 2024. 10. 31.
[ANSIBLE] 앤서블 ansible Timeout (12s) waiting for privilege escalation prompt 해결방법 개요- 앤서블 플레이북 실행중 아래와 같은 에러가 출력된다 ansible Timeout (12s) waiting for privilege escalation promptfatal: [TEST-game01]: FAILED! => {"msg": "Timeout (12s) waiting for privilege escalation prompt: "} 원인- Test-game01서버의 ssh 로그인 타임이 10초를 초과해서 발생하는 문제다- 나의 경우에 로컬 로그인이 아닌 freeipa연동을 통한 인증이라 ssh인증시 약간의 지연이 있었다- asnible에서 기본 timeout은 10초이다- timeout을 늘려주면 해결된다 해결방법- /etc/ansible/ansible.cfg에서 아래 설정을 한다[defau.. 2024. 10. 18.
[ANSIBLE] 앤서블 ansible.legacy.setup": {"ansible_facts": {"discovered_interpreter_python": "/usr/bin/python3 에러 해결방법 개요- ansible 서버 마이그레이션 후 기존에 잘되던 명령이 일부 호스트에아래와 같은 에러를 뱉으면서 수행되 않는 문제가 발생했다.- ansible이 명령을 내리는 host에 설치된 python을 이용하는데 해당 python 모듈이제대로 동작되지 않으면서 발생된 문제다.- test-seo라는 서버에는 python3가 설치되어 있음에도 명령에러가 발생하는 상황이다 fatal: [test-seo]: FAILED! => {"ansible_facts": {}, "changed": false, "failed_modules": {"ansible.legacy.setup": {"ansible_facts": {"discovered_interpreter_python": "/usr/bin/python3"}, "excep.. 2024. 10. 17.
[WINDOWS] dotnet 설치시 에러 문구 해결법 개요닷넷 설치시아래와 같은 에러가 발생하였다. 로그아웃을 하고 재실행 했음에도 다음 에러가 나오면서 진행되지 않는다 Another installation process is running. Wait a moment, then click Retry. Or, if you are running any other installation process along with this one, close it now, and then click Retry. If this message continues to appear, click Cancel to exit and rerun this package again. 해결방법TaskMansger에서 msiexec.exe를 찾아 프로세스 킬을 하고 Retry를 눌러본다. 잘 .. 2024. 10. 16.
[JENKINS] 젠킨스 앤서블 SSH키 에러 개요플레이북 실행시 아래와 같은 에러가 발생 fatal: [ansible-jenkins]: UNREACHABLE! => {"changed": false, "msg": "Failed to connect to the host via ssh: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\r\n@    WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!     @\r\n@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\r\nIT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!\r\nSomeone could be ea.. 2024. 10. 15.
반응형