我正在尝试在新的 VPS 上启动 lucid 服务器,但它给我带来了一些问题。启动到挂起的地步。此时它显示:
No such file `modules-2.6.31-20-server-amd64.tar.bz2'
zip2: Compressed file ends unexpectedly
You can use the `bzip2recover' program to attempt to recover data from undamaged sections of corrupted files.
tar: Child returned status 2
tar: Exiting with failure status due to previous errors
Module installation failed.
有人知道我该如何解决这个问题吗?抱歉,这个答案有点模糊!
答案1
从我的角度来看,这似乎文件“modules-2.6.31-20-server-amd64.tar.bz2”已被泄露。名称表明它在用户空间启动部分使用。您可以尝试重新上传 vps 的服务器映像,也可以尝试下载-修复-重新上传文件:快速查看他们的参考资料后,我认为这instance storage peekfs get
将是合适的命令。
我猜想可能是 VPS 的存储或服务器映像(可能在传输过程中)已被破坏。另一个可能的原因是内核更新失败,导致模块文件压缩失败。