xen编译后重新安装_安装XEN后打印“ powernow-k8转换频率失败”

xen编译后重新安装

After I installed XEN hypervisor, the tty0 (CTRL+ALT+F1) prints “powernow-k8 transition frequency failed” to STDOUT continously, how to solve it?

安装XEN虚拟机管理程序后,tty0(CTRL + ALT + F1)连续向STDOUT打印“ powernow-k8转换频率失败”,如何解决?

须藤rmmod powernow_k8 (sudo rmmod powernow_k8)

From https://lists.debian.org/debian-user/2013/01/msg00754.html

来自https://lists.debian.org/debian-user/2013/01/msg00754.html

Answered by harryxiyou.
由harryxiyou回答。


How to make the settings persistent (take effect after reboot)?

如何使设置持久化( 重启后生效)?



1, Create script file ‘/etc/init.d/stop_pwoerk8.sh’ as follows.

1,按如下所示创建脚本文件“ /etc/init.d/stop_pwoerk8.sh”。

harry2vera@node1:/etc/init.d$ cat stop_pwoerk8.sh 
#! /bin/sh

rmmod powernow_k8

2, Add the full PATH of it into ‘/etc/rc.local’ file as follows.

2,如下所示将其完整路径添加到“ /etc/rc.local”文件中。

harry2vera@node1:/etc/init.d$ cat /etc/rc.local
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value onerror.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.

/etc/init.d/stop_pwoerk8.sh

exit 0

NOTE: I tested above solution on debian Wheezy.

注意:我在debian Wheezy上测试了以上解决方案。

References: http://stackoverflow.com/questions/12973777/how-to-run-a-shell-script-at-startup

参考: http : //stackoverflow.com/questions/12973777/how-to-run-a-shell-script-at-startup

翻译自: https://www.systutorials.com/printing-powernow-k8-transition-frequency-failed-after-install-xen/

xen编译后重新安装

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值