这是当事情崩溃时 /var/messages 的内容:
Dec 21 19:47:45 localhost kernel: ------------[ cut here ]------------
Dec 21 19:47:45 localhost kernel: WARNING: at net/sched/sch_generic.c:261 dev_watchdog+0x26d/0x280() (Not tainted)
Dec 21 19:47:45 localhost kernel: Hardware name: KGP(M)E-D16
Dec 21 19:47:45 localhost kernel: NETDEV WATCHDOG: eth0 (e1000e): transmit queue 0 timed out
Dec 21 19:47:45 localhost kernel: Modules linked in: ipt_REDIRECT iptable_nat nf_nat xt_multiport xt_owner ext3 jbd nf_conntrack_ipv4 nf_defrag_ipv4 xt_state nf_conntrack iptable_filter ip_tables autofs4 sunrpc cpufreq_ondemand powernow_k8 freq_table mperf ipv6 e1000e microcode serio_raw k10temp edac_core edac_mce_amd i2c_piix4 …
Run Code Online (Sandbox Code Playgroud) root@host [/tmp]# yum install vnc-server
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
* base: mirror.sanctuaryhost.com
* extras: mirror.ubiquityservers.com
* updates: mirror.ubiquityservers.com
Setting up Install Process
Package tigervnc-server-module-1.0.90-0.17.20110314svn4359.el6.x86_64 already installed and latest version
Nothing to do
Run Code Online (Sandbox Code Playgroud)
然而,当我跑步时,rpm -q vnc-server
我得到:
root@host [/tmp]# rpm -q vnc-server
package vnc-server is not installed
root@host [/tmp]#
Run Code Online (Sandbox Code Playgroud)
我在这里遵循说明
这是我做tail -1000消息的时候
Aug 10 03:02:51 host pure-ftpd: (?@222.186.58.97) [INFO] New connection from 222.186.58.97
Aug 10 03:02:51 host pure-ftpd: (?@111.175.124.84) [INFO] New connection from 111.175.124.84
Aug 10 03:02:53 host pure-ftpd: (?@220.161.126.80) [WARNING] Authentication failed for user [admin]
Aug 10 03:02:53 host pure-ftpd: (?@111.175.124.84) [WARNING] Authentication failed for user [nekkidtopless]
Aug 10 03:02:53 host pure-ftpd: (?@220.161.126.80) [INFO] Logout.
Aug 10 03:02:53 host pure-ftpd: (?@199.193.71.80) [INFO] New connection from 199.193.71.80
Aug 10 03:02:53 host pure-ftpd: (?@111.175.124.84) [INFO] Logout.
Aug 10 03:02:54 host pure-ftpd: …
Run Code Online (Sandbox Code Playgroud)