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)

我是新手,没有在 Google 上进行研究,找不到与 ubuntu server 15.04 相关的内容

答案1

已解决:从升级 si 操作系统...从 ubuntu 15.04 版到 15.10 稳定版...它覆盖了我已修改的所有服务操作系统,并且所有服务都预先添加了软件所需的表单...其中一个是来自 Xamp 堆栈的 Lampp...

相关内容