我刚刚在我的新机器上安装了 Ocelot(带有 ASUS M5A99X EVO 主板和板载千兆以太网),我要求它在安装时下载更新。安装花了很长时间,最长的部分是下载更新,这应该是我的第一个线索。安装后,访问互联网充其量只是粗略的,但大多只是坏了。适配器始终无法从我的路由器下拉 IP 地址或 DNS 地址。
我还应该注意,我知道这不是硬件问题,因为我可以启动到 Windows 7(双启动),并且以太网工作得很好。实际上,极快可能是一个更好的词。但是我需要在 Ubuntu 而不是 Windows 中做很多事情(主要是软件开发)。
我觉得这是一个驱动程序问题,但我什至不知道从哪里开始,因为我一直只是依靠 Ubuntu 为我自动安装正确的驱动程序。为什么司机会出错,我该怎么办?
尝试在 Ubuntu 11.10 上使用Phusion Passenger构建nginx服务器(为新版本欢呼吧!)。运行“passenger-install-nginx-module”输出以下错误:
* OpenSSL support for Ruby... not found
Run Code Online (Sandbox Code Playgroud)
使用以下建议来修复它:
* To install OpenSSL support for Ruby:
Please run apt-get install libopenssl-ruby as root.
Run Code Online (Sandbox Code Playgroud)
运行“sudo apt-get install libopenssl-ruby”会产生以下输出:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libruby' instead of 'libopenssl-ruby'
libruby is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Run Code Online (Sandbox Code Playgroud)
一些研究表明,libruby 是一个虚拟包,它提供 libopenssl-ruby 作为包的一部分。但是,passenger-install-nginx-module 脚本仍然找不到它,并不断抛出相同的错误。请帮帮我!我在这个问题上有点不知所措,而通常有效的 google-the-error-code 方法今天让我失望了。