Anonymous
Anonymous
use `sudo` stack on `docker run ...` daemon log show a lot of ` Jan 30 16:44:00 AnonymousSandbox audit[22928]: USER_ACCT pid=22928 uid=0 auid=4294967295 ses=4294967295 msg='op=modifying group acct="audio" exe="/usr/sbin/groupmod" hostname=? addr=?...
fix `xhost` issue here is my bash file use `xauth` file to fix that problem ```bash #!/bin/bash XAUTH="/tmp/.dochat.xauth" if [ ! -f ${XAUTH} ]; then touch ${XAUTH} xauth nlist ${DISPLAY}...
> 这两个都是你自行添加的PCI列表吧.. 没啥子意义的驱动 > > 突然重启的问题 开机后有没有弹出报告来? 没有 那就要看是不是你无线网卡或者硬件问题了 遇到过kernel_task cpu奇高 然后我就 看了下dmesg 发现报了一个acpi的错误 ``` ACPI Error: ACPI Error: Method parse/execution failed Method parse/execution failed [\134_SB.PCI0.I2C0.PAS1] (Node ffffff803c620780)[\134_SB.PCI0.I2C0.PAS1] (Node ffffff803c620780),...
看错误内容好像和I2C有关不知道你遇到过没有 偶发有的时候就很稳定