有时,我专用服务器的所有网络都是冻结的(ssh也不能工作)。是随机重复的。
操作系统: Ubuntu 14.04.3 LTS
在服务器上安装了码头容器,我在dmesg日志中看到:
[1568390.415464] IPv6: ADDRCONF(NETDEV_UP): veth70c3620: link is not ready
[1568390.415571] docker0: port 2(vethfd09262) entered forwarding state
[1568390.415575] docker0: port 2(vethfd09262) entered forwarding
我正在用构建脚本编译内核模块,包括以下命令:
make -C /lib/modules/$(uname -r)/build SUBDIRS=$PWD modules
这个过去有用..。但是现在这个错误失败了:
make[1]: Entering directory '/usr/src/linux-headers-5.4.0-42-generic'
fs/aufs/Makefile:3: fs/aufs/magic.mk: No such file or directory
make[3]: *** No rule to make target 'fs/aufs/magi
我希望我的vm使用一个由多个文件系统组成的文件系统树,这些文件系统安装在一起:
mount <root-path> /var/lib/vz/private/<id>/
mount <home-path> /var/lib/vz/private/<id>/home/
使用此布局时,vzctl start会失败,因为vzquota无法在繁忙的目录上工作。/var/lib/vz/private/<id>/很忙,因为它里面安装了一些东西。
我如何创建这样的文件系统树,并仍然将其用于vm?
一些不工作的
解决方案
mount --bind
当绑
在干净更新的Debian 4.19.67上安装了Docker19.03之后,我遇到了aufs包的一些问题,这是一个依赖项。
我甚至重新安装了Debian服务器,并从头开始尝试。有趣的是,码头安装工作正常。这是日志的关键部分/结束部分,即使我是根用户,也可以使用以下响应获得以下响应:Error! You must be root to use this command.:
Setting up docker-ce (5:19.03.5~3-0~debian-buster) ...
Created symlink /etc/systemd/system/multi-user.target.want
我试图清理服务器上的一些空间,发现/var/lib/docker/aufs和/var/lib/docker/devicemapper都存在。
Usage of /: 86.8% of 78.62GB Users logged in: 0
ncdu 1.10 ~ Use the arrow keys to navigate, press ? for help
--- /var/lib/docker ---------------------------------------------------------------------------------------
我在Ubuntu20.04.4上,自从22.04.1今天到达后,我想对它进行do-release-upgrade。在这样做的过程中,我得出了以下错误:
Sorry, this storage driver is not supported in kernels for newer
releases
There will not be any further Ubuntu releases that provide kernel
support for the aufs storage driver.
Please ensure that none of your containers ar
是否有一种方法来检测服务器何时完全启动(即完成所有内核启动任务)?这是一个Google引擎实例。
Nov 18 10:58:51 image-name google: No startup script found in metadata.
Nov 18 10:58:53 image-name kernel: [ 27.491829] aufs au_opts_verify:1570:docker[2414]: dirperm1 breaks the protection by the permission bits on the lower branch
Nov 18 10:58:53