# LIMA 0.22.0 upgrade 후 FATA 에러 발생
-- socket_vmnet 설치
$ brew search socket_vmnet
==> Formulae
socket_vmnet
$ brew install socket_vmnet
:
==> Summary
🍺 /opt/homebrew/Cellar/socket_vmnet/1.1.4: 15 files, 125.8KB
==> Running `brew cleanup socket_vmnet`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).
$ vi ~/.lima/_config/network.yaml
paths:
# socketVMNet requires Lima >= 0.12 .
# socketVMNet: "/opt/homebrew/opt/socket_vmnet/bin/socket_vmnet" // default
socketVMNet: "/opt/homebrew/Cellar/socket_vmnet/1.1.4/bin/socket_vmnet" // tobe
varRun: /private/var/run/lima
sudoers: /private/etc/sudoers.d/lima
'OS > macOS' 카테고리의 다른 글
[OS/macOS] 패킷 트레이스 명령어 (0) | 2022.07.07 |
---|---|
[OS/macOS] 맥북 덮어도 화면 안꺼지게하는 명령어 (0) | 2022.07.07 |
[OS/macOS] macOS M1 Processor 환경에서 LIMA 를 이용한 oracle 설치 (0) | 2022.04.01 |
[OS/macOS] remote 서버 접근 ip 저장 script (vmgmt) (0) | 2021.06.18 |
[OS/macOS] numbers 숫자를 문자로 변경 (number to text) (0) | 2021.06.18 |