上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 77 下一页
摘要: 执行路径如下: init_sequence_r[] → initr_watchdog() → wdt_start(): include/wdt.h (default 60 second) → INIT_FUNC_WATCHDOG_RESET (common/board_r.c) → init_fun 阅读全文
posted @ 2020-06-05 16:45 Jello 阅读(909) 评论(0) 推荐(0) 编辑
摘要: 添加源 $ sudo add-apt-repository ppa:ubuntu-toolchain-r/test $ sudo apt-get update 安装需要的版本,如gcc-7, g-7 $ sudo apt-get install -y gcc-7 g-7 移除旧的配置 $ sudo 阅读全文
posted @ 2020-06-05 13:05 Jello 阅读(3073) 评论(0) 推荐(0) 编辑
摘要: 答: 加载内核模块veth(CONFIG_VETH) 检查内核模块是否被加载 $ modinfo veth 加载内核模块 $ sudo modprobe veth 阅读全文
posted @ 2020-06-04 17:37 Jello 阅读(5195) 评论(0) 推荐(0) 编辑
摘要: 答: 安装pyctyptodome $ pip2 install pycryptodome $ pip3 install pycryptodome 阅读全文
posted @ 2020-06-04 11:37 Jello 阅读(829) 评论(0) 推荐(0) 编辑
摘要: 答: 重装python-requests/python3-requests $ sudo apt-get install --reinstall python-requests python3-requests -y 阅读全文
posted @ 2020-06-03 13:31 Jello 阅读(1166) 评论(0) 推荐(0) 编辑
摘要: 完整出错信息如下 failed to start daemon: Error initializing network controller: Error creating default "bridge" network: Failed to program FILTER chain: iptab 阅读全文
posted @ 2020-06-03 00:23 Jello 阅读(2162) 评论(0) 推荐(0) 编辑
摘要: 临时生效(随时会被刷掉) 关闭systemd-resolved进程 # systemctl stop systemd-resolved # echo "nameserver 8.8.8.8" /etc/resolv.conf 永久生效(使用ystemd-resolved, ubuntu18.04以及 阅读全文
posted @ 2020-06-02 20:35 Jello 阅读(5975) 评论(0) 推荐(0) 编辑
摘要: 检查内核的选项是否已使能 1.1 检查内核选项 $ wget https://github.com/moby/moby/raw/master/contrib/check-config.sh $ chmod u+x check-config.sh $ ./check-config.sh 1.2 根据以 阅读全文
posted @ 2020-06-02 19:42 Jello 阅读(984) 评论(0) 推荐(0) 编辑
摘要: 答: 打上以下补丁即可修复 $ wget https://patchwork.openembedded.org/patch/146107/mbox/ -O mbox && git am mbox --reject 参考资料: https://patchwork.openembedded.org/pa 阅读全文
posted @ 2020-05-29 19:29 Jello 阅读(995) 评论(0) 推荐(0) 编辑
摘要: 答: git push <目标仓库> +refs/remotes/source/:refs/heads/ 示例如下: git push https://github.com/jello.git +refs/remotes/source/*:refs/heads/* 阅读全文
posted @ 2020-05-29 19:15 Jello 阅读(1051) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 77 下一页