有没有直接的说法?
我正在运行 32 位版本的 Kubuntu。
这是我的 cpuinfo。
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 15
model name : Intel(R) Core(TM)2 Duo CPU E6550 @ 2.33GHz
stepping : 11
cpu MHz : 2000.000
cache size : 4096 KB
physical id : 0
siblings : 2
core id : 0
cpu cores : 2
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 10
wp …
Run Code Online (Sandbox Code Playgroud) 我尝试在 kubuntu 16.04 上从 Apache 迁移到 Lighttpd。我apt-get remove --purge apache2
当时用apt-get install lighttpd
运行后systemctl start lighttpd
我收到错误消息
Job for lighttpd.service failed because the control process exited with error code. See "systemctl status ligttpd.service" and "journalctl -xe" for details.
Run Code Online (Sandbox Code Playgroud)
journalctl -xe 的内容是:结果失败。
Mai 25 15:25:36 Heizschrank systemd[1]: lighttpd.service: Unit entered failed state.
Mai 25 15:25:36 Heizschrank systemd[1]: lighttpd.service: Failed with result 'exit-code'.
Mai 25 15:25:36 Heizschrank systemd[1]: Reloading.
Mai 25 15:25:36 Heizschrank systemd[1]: apt-daily.timer: Adding 7h 10min 31.972833s …
Run Code Online (Sandbox Code Playgroud)