타임아웃2 Vagrant - Ubuntu 가상환경 구동시 오류(Timed out while waiting for the machine to boot) 아래의 Vagrantfile 구동시 Timed out while waiting for the machine to boot 오류 발생. 사용된 이미지는 ubuntu/focal64 ( 20.04 LTS ) 이다. # -*- mode: ruby -*- # vi: set ft=ruby : Vagrant.configure("2") do |config| N = 3 # max number of master redis (1..N).each do |i| config.vm.define "m#{i}-redis" do |cfg| cfg.vm.box = "ubuntu/focal64" cfg.vm.provider "virtualbox" do |vb| vb.name = "m#{i}-redis(KRS-system)" vb.cpus .. 2023. 4. 5. AWS - CodeDeploy, ScriptTimedOut 오류 발생 시 AWS CodeDeploy ScriptTimedOut CodeBuild로 FarWar파일 생성, CodeDeploy에 AfterInstall이벤트에 실행 시킨 쉘 파일이 계속 ScriptTimedOut 이 발생했다. ( 서비스는 정상적으로 기동 됨 ) scripts/start.sh Script at specified location: scripts/start.sh failed to complete in 1000 seconds 자세히 보기 실행 커맨드 수정 appspec.yml ... hooks: AfterInstall: - location: scripts/start.sh timeout: 1000 runas: ec2-user start.sh #! /bin/bash BUILD_PATH=/home/ec2-us.. 2022. 9. 12. 이전 1 다음