[elasticsearch]bootstrap check failure
# DataBase/Elasticsearch2022. 6. 16. 15:47[elasticsearch]bootstrap check failure

엘라스틱서치 아래와 같이 설정 변경 후 구동시 에러발생 [darksharavim.tistory.com]vi /etc/elasticsearch/elasticsearch.yml network.host: _site_ [2022-06-16T16:39:36,037][ERROR][o.e.b.Bootstrap ] [node-1] node validation exception [1] bootstrap checks failed. You must address the points described in the following [1] lines before starting Elasticsearch. bootstrap check failure [1] of [1]: memory locking requested for elas..

[vmware]workstation - Module Disk Power on Failed
# Virtualation/Private Cloud2022. 6. 16. 14:16[vmware]workstation - Module Disk Power on Failed

설치한 vm을 켤려고하니 아래와 같이 에러가 발생 다른 프로세스가 파일의 한 부분을 잠갔으므로, 프로세스가 해당 파일을 액세스할 수 없습니다 Cannot open the disk 'C:\Users\kajin\Documents\Virtual Machines\Windows Server 2012\Windows Server 2012.vmdk' or one of the snapshot disks it depends on. Module 'Disk' power on failed. Failed to start the virtual machine. 해결방법 해당 vm설치한 경로에서 *.lck로 끝나는 폴더를 삭제 삭제하니 정상적으로 부팅 참고 URL https://appuals.com/vmware-error-module..

[파워쉘]install-module error
# Script/Powershell2022. 4. 26. 15:53[파워쉘]install-module error

에러내용 PS C:\Users\Administrator> install-module powershellget -force 계속하려면 NuGet 공급자가 필요합니다. NuGet 기반 리포지토리를 조작하려면 PowerShellGet에 NuGet 공급자 버전 '2.8.5.201' 이상이 필요합니다. 'C:\Program Files\PackageManagement\ProviderAssemblies' 또는 'C:\Users\Administrator\AppData\Local\PackageManagement\ProviderAssemblies'에서 NuGet 공급자를 사용할 수 있어야 합니다. 또한 'Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -For..

[파이썬]bluetooth_adapter_winrt.cc:1074 Getting Default Adapter failed error
# Script/Python2021. 5. 19. 22:36[파이썬]bluetooth_adapter_winrt.cc:1074 Getting Default Adapter failed error

exe파일로 만든 후 실행시 콘솔에 아래와 같이 오류 발생 Bluetooth: bluetooth_adapter_winrt.cc:1074 Getting Default Adapter failed error 아래코드 추가 후 해결 options = webdriver.ChromeOptions() options.add_experimental_option('excludeSwitches', ['enable-logging']) driver = webdriver.Chrome(options=options)

[파이썬]unknown error: DevToolsActivePort file doesn't exist
# Script/Python2021. 4. 30. 16:47[파이썬]unknown error: DevToolsActivePort file doesn't exist

파이썬 실행시 아래와 같이 오류발생할 경우 unknown error: DevToolsActivePort file doesn't exist 아래내용 추가 from selenium import webdriver chrome_options = webdriver.ChromeOptions() chrome_options.add_argument('--headless') chrome_options.add_argument('--no-sandbox') chrome_options.add_argument("--single-process") chrome_options.add_argument("--disable-dev-shm-usage") driver = webdriver.Chrome("./chromedriver",chrome_..

image