크롬북에서 vpn을 사용할 수 없을 때의 대책
1545 단어 lxcChromebook
버전은 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
Reference
이 문제에 관하여(크롬북에서 vpn을 사용할 수 없을 때의 대책), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/ekzemplaro/items/0bfef797bfb68bad7cf2텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)