Lampp (xampp) 重新啟動後停止,在 Ubuntu 上無法自動啟動

Lampp (xampp) 重新啟動後停止,在 Ubuntu 上無法自動啟動

我正在使用 Ubuntu Server 15.04,我在晚上的某個時候遇到問題,電腦重新啟動或關閉電源,或者只是停止工作 lampp (Xampp) apachefriends,我嘗試使用命令列修復它:

sudo ln -s /opt/lampp/lampp /etc/init.d/lampp
sudo update-rc.d lampp start 80 2 3 4 5 . stop 30 0 1 6 .

第一行工作正常,第二行給出以下錯誤:

administrador@ServPRO:~$ sudo update-rc.d lampp start 80 2 3 4 5 . stop 30 0 1 6 .
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
update-rc.d: warning: start runlevel arguments (2 3 4 5) do not match lampp Default-Start values (3 5)
update-rc.d: warning: stop runlevel arguments (0 1 6) do not match lampp Default-Stop values (0 1 2 6)

重啟:

administrador@ServPRO:~$ last -x | grep reboot
reboot   system boot  3.19.0-15-generi Wed Jun 15 09:15 - 09:32  (00:16)
reboot   system boot  3.19.0-15-generi Wed Jun 15 06:13 - 09:12  (02:59)
reboot   system boot  3.19.0-15-generi Wed Jun 15 05:40 - 09:12  (03:32)
reboot   system boot  3.19.0-15-generi Wed Jun  8 09:24 - 09:12 (6+23:48)
reboot   system boot  3.19.0-15-generi Wed Jun  8 05:51 - 09:12 (7+03:21)
reboot   system boot  3.19.0-15-generi Mon Jun  6 06:44 - 09:12 (9+02:28)
reboot   system boot  3.19.0-15-generi Sun Jun  5 05:43 - 09:12 (10+03:29)
reboot   system boot  3.19.0-15-generi Wed Jun  1 06:50 - 09:12 (14+02:21)
reboot   system boot  3.19.0-15-generi Wed Jun  1 06:07 - 09:12 (14+03:05)

我是新人,沒有在谷歌上進行研究,未能找到與 ubuntu 伺服器 15.04 相關的內容

答案1

已解決:從升級si 作業系統...從15.04 版本到15.10 版本穩定的ubuntu...它會覆蓋我修改過的所有服務作業系統,並添加所有預先需要的服務形式軟體...其中之一是來自Xamp 堆疊的Lampp ...

相關內容