크롬북에서 vpn을 사용할 수 없을 때의 대책

1545 단어 lxcChromebook
크롬북에서 canary 채널로 전환하면 vmc를 사용할 수 없습니다.
버전은 88.0입니다.


그물에는 다음과 같은 정보가있었습니다.
Chromebook (CloudReady)을 개발자로 사용하는 사람들에게 : 업데이트를 삼가하는 것이 좋습니다.

다음과 같은 상황이었습니다.
crosh> vsh termina
[ERROR:vsh.cc(103)] Failed to get VM info for termina
[ERROR:src/main.rs:184] ERROR: command failed
crosh> vmc start termina
Error: routine at frontends/vmc.rs:238 `vm_start(vm_name,&user_id_hash,features,user_disks)` failed: failed to start lxd: `FAILED`: Starting LXD failed: Failed to connect to LXD daemon: Timed out waiting for LXD to start. Last error was: Get http://unix.socket/1.0: dial unix /mnt/stateful/lxd/unix.socket: connect: no such file or directory
[ERROR:src/main.rs:184] ERROR: command failed

그래서 vmc list 와 키인하면 다음과 같이 되었습니다.
crosh> vmc list
arch (1463341056 bytes, min shrinkable size 2052063232 bytes, raw, sparse)
termina (8053202944 bytes, min shrinkable size 8053063680 bytes, raw)
Total Size (bytes): 9516544000

arch는 전환 전에 사용했던 컨테이너의 이름입니다.
그래서 vmc start arch와 키인하면 chronos로 전환했습니다.
crosh> vmc start arch
(termina) chronos@localhost ~ $

또한 새로 컨테이너를 설치합니다.
lxc launch images:alpine/edge alpine

좋은 웹페이지 즐겨찾기