News
FAQ Search icon_logout FAQ View
 
Subject : 
在Linux上安装电源监视器失败
 
Description : 
我在电脑上运行Ubuntu,我试着安装电源监控软件,让PDU安全关闭服务器。从ATEN网站下载的压缩文件包含几个sh脚本。提取后没有一个被标记可执行。即使我从特定的文件夹运行它或从根目录中提取它,我仍然无法安装软件。
 
Solution : 
请检查文件和权限的路径是否正确,不同的Linux版本可能有不同的路径。在power monitor.sh文件中,脚本会将sdagent.sh文件复制到/etc/rc.d/init.d/,但在Ubuntu 14.10中没有名为/rc.d/的文件夹,因此路径应该更改为/etc/init.d/。下面是Ubuntu 14.10的新命令:cd/home/test/desktop/power monitor//,因为我将软件下载到桌面,所以我必须移动到desktop.sudo cp sdagent.sh/etc/init.d/的文件夹;将文件复制到/etc/init.d/sudo cp sdagent/usr/local/bin/,将文件复制到/usr/local/bin/cd/usr/local/bin;转到路径/usr/local/bin/sudo chmod 777 sdagent;将权限设置为最高的cd/etc/init.d;转到路径/etc/init.d,sudo chmod 777 sdagent.sh;将权限设置为最高的sh sdagent.sh启动服务。
 
Related FAQ : 
Skew 기능은 무엇 입니까?
タッチパッド付きキーボードで使用できない(KN1108VA/KN1116VA)
"로드 중"문구가 사라졌습니다
Can we manually write the EDID of the CN9600's local monitor to the CN9600?
Cat-7 케이블
 

Was this information helpful? Y   N  
Any commend for this FAQ? 
Thank you for your valueable comment!!!!
 
If you need more assistance, please click the button on the right (Ask Question) and one of our experts will help you