사용한 커맨드와 문제상황
vagrant box add junbox jun.box
vagrant init junbox
vagrant up
vagrant ssh
에러메세지
vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Clearing any previously set forwarded ports...
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
==> default: Forwarding ports...
default: 22 (guest) => 2222 (host) (adapter 1)
==> default: Booting VM...
There was an error while executing VBoxManage, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.
Command: ["startvm", "0c43983e-39c7-426e-a883-f60717be9dab", "--type", "headless"]
Stderr: VBoxManage: error: VT-x is not available (VERR_VMX_NO_VMX)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component ConsoleWrap, interface IConsole
해결법
성공한 이후
pwntools 쓸때 terminal setting 하라나오면
tmux 쓰면 된다.
tmux # 입력후
gdb
Vagrant 실행법
# Vagrantfile 이 있는 위치에서
vagrant up
vagrant ssh
'공부 > JUN STUDY' 카테고리의 다른 글
L* Algorithm(L star Algorithm) 이란? - 개념/예제/이해하기 (1) | 2024.10.30 |
---|---|
fsb 이젠 좀 이해하기 (어떻게 arbitrary write가 되는가?) (0) | 2024.09.27 |
ROP와 튜링완전성 (1) | 2024.09.23 |
Vim을 이용한 Line Breaks (자동 줄바꿈 하기) set tw 이용 gqap (2) | 2024.09.03 |
Mysql Access denied Error 해결법 Enter password: ERROR 1698 (28000): Access denied for user 'root'@'localhost' (0) | 2024.08.22 |