标签: crostini

ChromeOS:错误:系统不完全支持 snapd:无法使用“squashfs”挂载 squashfs 映像:挂载:

我正在使用 chromeos 80 并在 crostini 中使用 debian buster。我想使用 snap 包管理器。当我尝试:

~$sudo snap install hello-world
error: system does not fully support snapd: cannot mount squashfs image using "squashfs": mount:
   /tmp/sanity-mountpoint-962423259: mount failed: Operation not permitted.
Run Code Online (Sandbox Code Playgroud)

我怎样才能让它工作?

linux debian google-chrome-os crostini

16
推荐指数
3
解决办法
2万
查看次数

Snap 无法在 Debian Buster Crostini 上安装其 squashfs 映像

我需要帮助解决 Debian Buster Crostini 上的 Snap Package Manager 的大问题。每当我尝试使用 Snap 包管理器安装 Anbox 时,都会出现错误:

error: system does not fully support snapd: cannot mount squashfs image using
   "squashfs": mount: /tmp/sanity-mountpoint-772933788: mount failed:
   Operation not permitted.
Run Code Online (Sandbox Code Playgroud)

任何人都可以帮助解决这个问题吗?

debian google-chrome-os squashfs crostini

4
推荐指数
1
解决办法
4250
查看次数

如何找到Crostini容器的IP地址?

我正在Crostini上运行Node.js服务器,并尝试通过localhost从同一个Chrome OS设备上运行的Android浏览器访问它:8080不起作用.

我试过了penguin.linux.test:8080,但那也没用.看起来Android容器没有得到正确的DNS设置.

那么如何获取Linux容器的IP地址?ifconfig没有安装,apt install无法获得它.

google-chrome-os crostini

3
推荐指数
1
解决办法
1166
查看次数

在sudo apt-get update上找不到用于拉伸发布的Docker软件包

我已经按照教程https://docs.docker.com/install/linux/docker-ce/ubuntu/#install-using-the-repository添加了存储库

但是当我运行sudo apt-get update时,我得到了以下堆栈

Ign:9 https://download.docker.com/linux/ubuntu stretch/stable amd64 Packages
Ign:10 https://download.docker.com/linux/ubuntu stretch/stable all Packages
Ign:12 https://download.docker.com/linux/ubuntu stretch/stable Translation-en
Ign:13 https://download.docker.com/linux/ubuntu stretch/stable Translation-en_US
Err:9 https://download.docker.com/linux/ubuntu stretch/stable amd64 Packages
  404  Not Found
Ign:10 https://download.docker.com/linux/ubuntu stretch/stable all Packages
Ign:12 https://download.docker.com/linux/ubuntu stretch/stable Translation-en
Ign:13 https://download.docker.com/linux/ubuntu stretch/stable Translation-en_US
Reading package lists... Done
W: The repository 'https://download.docker.com/linux/ubuntu stretch Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) …
Run Code Online (Sandbox Code Playgroud)

apt stretch docker crostini

2
推荐指数
1
解决办法
1332
查看次数

标签 统计

crostini ×4

google-chrome-os ×3

debian ×2

apt ×1

docker ×1

linux ×1

squashfs ×1

stretch ×1