我非常绝望。本周我尝试将我的远程服务器从 ubunut 14 更新到 ubuntu 16:
/opt/psa/bin/distupgrade.helper.ubt14-ubt16.x64.sh
然后教程说重启,所以我重启了。
php7.0-fpm start/running, process 25291
Please reboot the server and run the following command /opt/psa/bin/distupgrade.helper.ubt14-ubt16.x64.sh to continue.
STOP Distupgrade
现在 :
- ping 没有返回 shh -vvv host@IP 的屏幕截图
- ssh 说连接超时
当我启动救援模式并通过 ssh 访问远程服务器上的 Linux 映像(我选择 ubuntu 14)时:
- ufw 状态:
iptables v1.4.21: can't initialize iptables table `filter': Table does not exist
- uname-a:
Linux 62-210-253-46 4.2.0-35-generic #40~14.04.1-Ubuntu SMP Fri Mar 18 16:37:35 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
- lsb_release -a:
No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 14.04.6 LTS Release: 14.04 Codename: trusty
- ls -lh /lib/模块:
total 8,0K drwxr-xr-x 5 root root 4,0K avril 30 09:55 3.13.0-169-generic drwxr-xr-x 5 root root 4,0K juil. 23 2015 3.13.0-58-generic
- 在系统日志我有一条消息:
apparmor="DENIED" operation="sendmsg" profile="/usr/sbin/named" name="/run/systemd/journal/dev-log" p
正如我所说,我正在更新过程中,因此重启后我必须重新启动命令,/opt/psa/bin/distupgrade.helper.ubt14-ubt16.x64.sh
所以我有点害怕安装类似的东西apt-get install lsb-core
此外,当我连接救援模式时,我会这样做:
```sudo su
mountall.sh
chroot /mnt/sda1 bin/bash ```
然后上面的所有命令
非常非常感谢您的帮助!