错误在处理过程中被屏蔽:linux 6.2.12-060212-generic headers泛型linux标头-泛型linux标头-6.2.0-20泛型linux标头6.2.12-060212泛型E: Sub /usr/bin/dpkg返回了一个错误代码(1),我用6.2.20进行了升级,系统没有启动,所以我使用了一个较旧的6.0.9内核,并且我能够启动。然后安装了6.2.12,认为一个新的内核会有所帮助,但我有同样的问题,系统不会用更新的内核启动。试图删除6.2.0.20,并表示它有依赖关系。我该怎么做才能解决这个问题?
我在网上搜索过,我在终点站接受了建议,没有人为我工作过。下面是我正在讨论的问题。似乎清除旧内核的代码已被破坏,但要修复它,我需要更多的空间,这是我的全部目的。我对Linux非常陌生,绝不是一个程序员,所以请跟我说清楚。
$ sudo apt autoremove
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The follow
亚马逊网络服务上的EC2机器充满了多个linux头文件,目前磁盘空间已经100%满了。我运行了像apt-get autoremove这样的命令,但是它抛出了一个错误
No apport report written because the error message indicates a disk full error
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
我可以通过rm命令删除旧的标头吗?安全吗?如果我使用rm命令删除,我应该在那之后做任何清理吗?以下是headers列表:
du -h -d
我已经打电话给apt-get purge来卸载旧内核。但是在清除过程中发生了一些错误,导致文件夹被留下。它说文件夹不是空的,所以不能删除。要释放磁盘空间,可以手动删除已清除的文件夹吗?
1.1M ./4.15.0-20-generic
60M ./4.15.0-32-generic <-- I've purged this
60M ./4.15.0-30-generic <-- and this
236M ./4.15.0-33-generic <-- this is my current one
我也可以移除其中一些包吗?
un lin
如果码头集装箱存在的话,我正在尝试移除它。我正在使用它的退出代码状态来检查这个操作的成功。但是它在不同的机器上返回不同的退出代码。知道这是怎么回事吗。
# First machine
$ docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS
如果运行建议的命令行,安全性如何。有窃听器吗?
The following packages were automatically installed and are no longer required:
linux-headers-4.15.0-32 linux-headers-4.15.0-32-generic
linux-headers-4.15.0-33 linux-headers-4.15.0-33-generic
linux-headers-4.15.0-34 linux-headers-4.15.0-34-generic
linux-image-4.15.0-
每当我安装任何新内核(或内核升级)时,都会出现很多错误。
我所犯的错误
sudo apt -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
5 not fully installed or removed.
After this operation, 0 B of additional disk space
我一直未能在Ubuntu中安装新的软件包,因为linux限制的-模块-2.6.28-17-通用包是坏的…
I get the following errors while installing any package....I had once been stupid enough to delete the /lib/modules/2.6.28-17 directory while removing the 2.6.28-17 kernel files, Instead of uninstalling it. Is there any way to rectify (work aro
在sudo apt upgrade期间,我得到以下错误。也在sudo apt autoremove --purge上。
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk sp
我在ffmpeg的./configure脚本中遇到了问题。我的linux环境使用busybox,它只允许有限的linux命令集。在ffmpeg ./configure脚本中使用的一个命令是mktemp -u,这里的问题是linux的busybox不承认-u开关是有效的,因此它抱怨它并破坏了配置过程。
这是./configure中使用mktemp -u命令的相关代码:
if ! check_cmd type mktemp; then
# simple replacement for missing mktemp
# NOT SAFE FOR GENERAL USE
mkt
我有多个命名相似的文件。他们名字的不同只是一个递增的数字。例如linux内核:
rc linux-image-3.2.0-29-generic 3.2.0-29.46 Linux kernel image for version 3.2.0 on 64 bit x86 SMP
rc linux-image-3.2.0-31-generic 3.2.0-31.50 Linux kernel image for version 3.2.0 on
我成功升级了。现在,当我运行这个:
dpkg --list | grep linux-image
我明白了:
ii linux-image-3.13.0-24-generic 3.13.0-24.47 amd64 Linux kernel image for version 3.13.0 on 64 bit x86 SMP
rc linux-image-4.4.0-31-generic
我运行了这个命令sudo apt-get install tor-browser并得到了这个输出。我是否应该像上面提到的那样应用自动删除?
sudo apt-get install tor-browser
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
我的/boot/分区已经满了,我不能清除旧内核,我已经尝试了这里的建议,但没有运气如何在/中释放更多的空间?
dpkg -l linux-image-\* | grep ^ii
ii linux-image-4.4.0-71-generic 4.4.0-71.92 amd64 Linux kernel image for version 4.4.0 on 64 bit x86 SMP
ii linux-image-4.4.0-72-generic 4.4.0-72.93 amd64 Linux kernel image for ver
Apt似乎无法为我做任何有用的事情,反复给出这种形式的信息:
dpkg: dependency problems prevent configuration of linux-server:
linux-server depends on linux-image-server (= 3.2.0.37.44); however:
Version of linux-image-server on system is 3.2.0.37.45.
linux-server depends on linux-headers-server (= 3.2.0.37.44); however:
Ve
我正试图为android的pjsip构建这样的文件。
在遵循此链接中提到的步骤之后
在这些步骤之前,我能够成功地构建。
$ ./configure-android
$ make dep && make clean && make
当试图构建示例pjsua2应用程序时,它会抛出此错误。
Makefile importsym.py java pjsua2.i python symbols.i symbols.lst Warning **: file symbols.i is out of date. Run make symbol.
for dir in java
所以apt-get告诉我使用-f安装
guy@server:~$ sudo apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
linux-headers-3.13.0-32 linux-headers-3.
我可以在引导条目中看到3.5.0-36的条目。但是,我无法删除它,因为没有包要删除。
有关详细信息,请参阅下面的命令输出。
1)指挥:
sudo update-grub2
产出:
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.4.0-75-generic
Found initrd image: /boot/initrd.img-4.4.0-75-generic
Found linux image: /boot/vmlinuz-4.4.0-72-generic
Found initrd imag