我从Ubuntu 18构建了一个无聊的盒子,但是在无聊的时候总是出现错误消息:
The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!
DEBIAN_FRONTEND=noninteractive apt-get install -y linux-headers-`uname -r` dkms
Stdout from the command:
Stderr from the command:
我手动更新了linux-header
linux-headers-5.3.0-59-generic is already the newest version (5.3.0-59.53~18.04.1).
但仍然存在问题。
任何想法如何解决?我检查了Ubuntu 16,但情况相同。
您的意思不是(带换行符):
DEBIAN_FRONTEND=noninteractive
apt-get install -y linux-headers-`uname -r` dkms