A start job is running for Raise network interfaces
sudo vim /etc/systemd/system/network-online.target.wants/networking.service Change TimeoutStartSec=5min to TimeoutStartSec=1sec
sudo vim /etc/systemd/system/network-online.target.wants/networking.service Change TimeoutStartSec=5min to TimeoutStartSec=1sec
1、030_Watchdog did not stop Edit /etc/systemd/system.conf, and: uncomment 2 lines: … #RuntimeWatchdogSec=0 #ShutdownWatchdogSec=10min … leave RuntimeWatchdogSec at 0 set ShutdownWatchdogSec to 0 like here … RuntimeWatchdogSec=0 ShutdownWatchdogSec=0 … reboot done 2、A TPM error (7) occurred attempting to read a pcr value echo “blacklist tpm_tis” | sudo tee -a /etc/modprobe.d/tpm_tis.conf 3、intel_rapl …
1、从源代码安装报错 aclocal: command not found 方法:sudo pacman -S automake autoconf ./autogen.sh: line 25: intltoolize: command not found 方法:sudo pacman -S intltool 2、CentOS Cannot find a valid baseurl for repo, base_7_x86_6 打开 vi /etc/sysconfig/network-scripts/ifcfg-eth0(不同的系统可能不同),把ONBOOT=no,改为ONBOOT=yes 重启网络:service network restart 3、ImportError cannot import name main 使用pip出现:Traceback (most recent call last): File “/usr/bin/pip3”, line 9, …
sudo apt-get install intel-microcode and reboot https://www.cyberciti.biz/faq/install-update-intel-microcode-firmware-linux/
sudo nano /etc/modprobe.d/blacklist.conf add the line: blacklist i2c-piix4 https://www.centos.org/forums/viewtopic.php?t=67288
echo ‘blacklist intel_rapl’ >> /etc/modprobe.d/modprobe.confthen reboot https://gist.github.com/zhenkyle/897e59e1479eee8b6c66be45805ea14d
you can ignore the TPM feature through the Ubuntu settings. Just type this command:echo “blacklist tpm_tis” | sudo tee -a /etc/modprobe.d/tpm_tis.confWhere the command tee -a will append the echoed line (blacklist tpm_tis) into the end of /etc/modprobe.d/tpm_tis.conf or will create the file if it’s doesn’t exists. https://askubuntu.com/questions/851975/a-tpm-error-7-occurred-attempting-to-read-a-pcr-value