我刚刚查看了我的 Amazon EC2 实例,并注意到我有 20 分钟的停机时间。我不知道是什么原因导致的,所以我登录到 SSH 并尝试升级我的软件包,发现unattended-upgrades
软件包需要升级。我继续这样做了。
搜索后似乎这个包可以自动重启你的机器。不知道为什么我没有配置它,因为它随操作系统一起提供,但是哦。
有谁知道如何防止软件包自动重启?或者如何完全停止它更新软件包?我自己可以做到。
我正在按照这些说明安装fglrx
驱动程序。当我运行时,sudo sh amd-driver-12-6-x86_64.run
它告诉我 fglrx 已经安装;即使我运行了删除它的命令。所以我--force
无论如何都添加了该选项并通过了安装程序;这是输出:
Created directory fglrx-install.rUnXwA
Verifying archive integrity... All good.
Uncompressing AMD Catalyst(TM) Proprietary Driver-8.98...
=====================================================================
AMD Catalyst(TM) Proprietary Driver Installer/Packager
=====================================================================
Detected configuration:
Architecture: x86_64 (64-bit)
X Server: X.Org 6.9 or later 64-bit
loki_setup: directory: (null)
DKMS part of installation failed. Please refer to /usr/share/ati/fglrx-install.log for details
Removing temporary directory: fglrx-install.rUnXwA
Run Code Online (Sandbox Code Playgroud)
这里是/usr/share/ati/fglrx-install.log
:
Check if system has the tools required for installation.
fglrx installation is being forced. …
Run Code Online (Sandbox Code Playgroud)