전체 글224 [TENCENT CLOUD] 텐센트 클라우드 이미지 삭제버튼 비활성화 개요- 텐센트 클라우드의 생성된 이미지 삭제 버튼이 비활성화 되어있다.- STATUS에 SHARED가 있어서 삭제가 되지 않는 것이다해결방법- 타 프로젝트와 이미지를 공유하고 있어 삭제 할수 없는 문제임- SHARED라고 되어 있는 이미지명 클릭 > Image sharing탭 클릭 > 공유내역 해제 2024. 11. 7. [WINDOWS] 윈도우서버 시간 변경 안되요 해결방법 개요- 윈도우 서버 시간변경을 하려고 하는데 시간변경 버튼이 비활성화 되어있어 시간변경을 할수 없다. 해결방법해당 버튼 설정위에 Set time automatically 버튼 비활성화 하면 시간변경 버튼이 활성화 된다 2024. 11. 6. [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. vmware horizon client 다운로드 vmware horizon clien 다운로드 https://customerconnect.omnissa.com/downloads/info/slug/desktop_end_user_computing/vmware_horizon_clients/horizon_8%23drivers_tools#product_downloads 2024. 9. 15. [LINUX] Ubuntu22.04 mysql5.7 설치 [개요]- ubuntu 22.04에서 mysql5.7을 설치할 수 있다. [세부내용]mysql 5.7 설치 # gpg 등록 wget https://repo.mysql.com/RPM-GPG-KEY-mysql-2023 -O /etc/apt/trusted.gpg.d/mysql2023 gpg --dearmor /etc/apt/trusted.gpg.d/mysql2023 rm /etc/apt/trusted.gpg.d/mysql2023 # mysql 5.7 설치 파일 가져오기 sudo wget https://dev.mysql.com/get/mysql-apt-config_0.8.12-1_all.deb # deb 설치 sudo dpkg -i mysql-apt-config_0.8.12-1_all.deb # 1. .. 2024. 9. 9. [WINDOWS] 윈도우 서버 디스크 용량 정리 무설치 spacesniffer treesize treesize의 경우 무료라고 알고 있었는데 이게 윈도우 서버는 또 라이센스가 필요한 소프트웨어였다.포터블로 사용하려고해도 OS가 윈도우 서버인경우 설치버전으로 넘거가게되고 30일이 지나면 라이센스 등록을 하라고하기 때문에 지속적으로 사용이 불가하다 그래서 검색하던중 비슷한 기능을 하는 무료소프트웨어가 있다. 바로 spacesniffer 처음듣는 소프트웨어이지만 treesize와 동일한 기능을 제공한다.서버관리자들은 treesize만 찾지말고 sapcesniffer 쓰면 좋을듯하다 참고로 설치가 필요없는 무설치버전이다.제대로 스캔하려면 관리자 권한으로 실행해야한다. http://www.uderzo.it/main_products/space_sniffer/download.html SpaceSniffer d.. 2024. 8. 26. 이전 1 2 3 4 5 ··· 23 다음 반응형