上一页 1 ··· 85 86 87 88 89 90 91 92 93 ··· 164 下一页

2020年10月21日

摘要: Installation You can download libfuse from https://github.com/libfuse/libfuse/releases. To build and install, we recommend to use Meson and Ninja. Aft 阅读全文
posted @ 2020-10-21 17:44 tycoon3 阅读(5478) 评论(0) 推荐(0)
摘要: NotFoundroot@cloud:~/hyper/linux-cloud-hypervisor/kernel# pgrep -a virtiofsd 3157 /usr/bin/virtiofsd --syslog -f -o cache=auto -o no_posix_lock -o sou 阅读全文
posted @ 2020-10-21 14:48 tycoon3 阅读(111) 评论(0) 推荐(0)
摘要: 在makefile中打印输出信息的方法是:$(warning xxxxx)或者$(error xxxxx) 输出变量方式为:$(warning $(XXX)) root@bogon runtime]# grep CLHCMD -rn * arch/amd64-options.mk:28:CLHCMD 阅读全文
posted @ 2020-10-21 12:05 tycoon3 阅读(808) 评论(0) 推荐(0)
摘要: https://github.com/kata-containers/runtime root@ubuntu:/opt/gopath/src/github.com/kata-containers/shim# ./kata-shim -version kata-shim version 1.12.0- 阅读全文
posted @ 2020-10-21 11:09 tycoon3 阅读(254) 评论(0) 推荐(0)
摘要: 升级内核有两种方法:1. 自己下载源码编译;2. 使用官方编译好的内核。一般来说最好都是使用官方编译好的。官方编译的内核可以从这里下载:https://kernel.ubuntu.com/~kernel-ppa/mainline/ root@cloud:~/kernel.5.5.19# ls lin 阅读全文
posted @ 2020-10-21 10:09 tycoon3 阅读(563) 评论(0) 推荐(0)
摘要: https://www.qemu.org/download/#source To download and build QEMU 5.1.0: wget https://download.qemu.org/qemu-5.1.0.tar.xz tar xvJf qemu-5.1.0.tar.xz cd 阅读全文
posted @ 2020-10-21 10:04 tycoon3 阅读(233) 评论(0) 推荐(0)
摘要: make distclean && rm -rf *-linux-user *-softmmu", root@cloud:/home/ubuntu/qemu/build# make -j 64 make[1]: Entering directory '/home/ubuntu/qemu/slirp' 阅读全文
posted @ 2020-10-21 09:39 tycoon3 阅读(403) 评论(0) 推荐(0)

2020年10月20日

摘要: 安装glib库: configure 配置选项 --enable-debug=no 选项:默认是mini模式,在release的时候应该使用该选项 --disable-included-printf 选项:这个选项要谨慎使用,可能会造成某些 printf 家族的函数不能使用 tar xf glib- 阅读全文
posted @ 2020-10-20 20:05 tycoon3 阅读(861) 评论(0) 推荐(0)
摘要: $ dockerUnit=$(systemctl show -p FragmentPath docker.service | cut -d "=" -f 2) $ unitFile=${dockerUnit:-/etc/systemd/system/docker.service.d/kata-con 阅读全文
posted @ 2020-10-20 17:02 tycoon3 阅读(217) 评论(0) 推荐(0)
摘要: # disable guest seccomp # Determines whether container seccomp profiles are passed to the virtual # machine and applied by the kata agent. If set to t 阅读全文
posted @ 2020-10-20 16:27 tycoon3 阅读(212) 评论(0) 推荐(0)
上一页 1 ··· 85 86 87 88 89 90 91 92 93 ··· 164 下一页

导航