上一页 1 ··· 71 72 73 74 75 76 77 78 79 ··· 164 下一页

2020年11月20日

摘要: UNIX socket that spans two different mount namespaces The “init” process can establish a communication channel between the parent namespace and the ch 阅读全文
posted @ 2020-11-20 16:32 tycoon3 阅读(558) 评论(0) 推荐(0)
摘要: func RecvFd(socket *os.File) (*os.File, error) { // For some reason, unix.Recvmsg uses the length rather than the capacity // when passing the msg_con 阅读全文
posted @ 2020-11-20 15:37 tycoon3 阅读(570) 评论(0) 推荐(0)
摘要: 挂载proc文件系统 前文中已经提到,如果你在新的PID namespace中使用ps命令查看,看到的还是所有的进程,因为与PID直接相关的/proc文件系统(procfs)没有挂载到与原/proc不同的位置。所以如果你只想看到PID namespace本身应该看到的进程,需要重新挂载/proc,命 阅读全文
posted @ 2020-11-20 14:50 tycoon3 阅读(201) 评论(0) 推荐(0)
摘要: nsenter https://www.cnblogs.com/sparkdev/p/9400673.html 与 namespace 相关的工具 unshare 命令unshare 命令把当前进程加入到一个新建的 namespace 中,然后运行指定的程序(不指定目标程序则运行系统的默认 shel 阅读全文
posted @ 2020-11-20 14:47 tycoon3 阅读(301) 评论(0) 推荐(0)

2020年11月19日

摘要: kata-containers/runtime# make -j48 kata-runtime - version 1.12.0-alpha1 (commit 011c73f24a94118c74a1833fb2f27da0eaf3b576-dirty) BUILD /opt/gopath/src/ 阅读全文
posted @ 2020-11-19 20:03 tycoon3 阅读(506) 评论(0) 推荐(0)
摘要: ubuntu@ubuntu:linux-5.4.60-89/drivers/input$ cat built-in.a !<thin> // 476 ` input.o/ input-compat.o/ input-mt.o/ input-poller.o/ ff-core.o/ mousedev. 阅读全文
posted @ 2020-11-19 19:00 tycoon3 阅读(490) 评论(0) 推荐(0)
摘要: qemu-system-aarch64: -usb## : invalid option 原来是kernel不支持usb 阅读全文
posted @ 2020-11-19 17:48 tycoon3 阅读(433) 评论(0) 推荐(0)
摘要: [root@localhost android]# gdb /usr/local/bin/qemu-system-aarch64 /data1/core/core-qemu-system-aar-75383_1605777158 GNU gdb (GDB) Red Hat Enterprise Li 阅读全文
posted @ 2020-11-19 17:16 tycoon3 阅读(293) 评论(0) 推荐(0)
摘要: 执行命令: # /usr/libexec/qemu-kvm -device help USB devices: name "ich9-usb-ehci1", bus PCI name "ich9-usb-ehci2", bus PCI name "ich9-usb-uhci1", bus PCI n 阅读全文
posted @ 2020-11-19 14:03 tycoon3 阅读(537) 评论(0) 推荐(0)
摘要: qemu-system-aarch64: -device usb-host,vendorid=0x12d1,productid=0x0003a: 'usb-host' is not a valid device model name ln -sf /usr/local/lib/libusb-1.0. 阅读全文
posted @ 2020-11-19 10:43 tycoon3 阅读(607) 评论(0) 推荐(0)
上一页 1 ··· 71 72 73 74 75 76 77 78 79 ··· 164 下一页

导航