0 Members and 1 Guest are viewing this topic.
Reading package lists... DoneBuilding dependency tree Reading state information... DoneYou might want to run 'apt-get -f install' to correct these.The following packages have unmet dependencies: initramfs-tools-core : Breaks: initramfs-tools (< 0.121~) but 0.120+nmu1 is installed
Hello vilde,did you put initramfs-tools on hold?Both packages should be version 0.123, but 0.120+nmu1 is an older fix from siduction extra repo. Please check with "apt-mark showhold".Greetingsmusca
root@siductionbox:/home/media# apt-get dist-upgradeReading package lists... DoneBuilding dependency tree Reading state information... DoneYou might want to run 'apt-get -f install' to correct these.The following packages have unmet dependencies: initramfs-tools-core : Breaks: initramfs-tools (< 0.121~) but 0.120+nmu1 is installedE: Unmet dependencies. Try using -f.root@siductionbox:/home/media# apt-get -f installReading package lists... DoneBuilding dependency tree Reading state information... DoneCorrecting dependencies... DoneThe following additional packages will be installed: initramfs-toolsThe following packages will be upgraded: initramfs-tools1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.3 not fully installed or removed.Need to get 0 B/63.4 kB of archives.After this operation, 132 kB disk space will be freed.Do you want to continue? [Y/n] Reading changelogs... Done(Reading database ... 256214 files and directories currently installed.)Preparing to unpack .../initramfs-tools_0.123_all.deb ...dpkg: error processing archive /var/cache/apt/archives/initramfs-tools_0.123_all.deb (--unpack): too-long line or missing newline in '/var/lib/dpkg/info/initramfs-tools.triggers'Errors were encountered while processing: /var/cache/apt/archives/initramfs-tools_0.123_all.debE: Sub-process /usr/bin/dpkg returned an error code (1)
apt-mark showhold - remove any holds, if there are any - really, you should only use holds if you're absolutely sure that you know what you do. And be absolutely sure you can handle the results. apt install initramfs-tools initramfs-tools-core
root@siductionbox:/home/media# apt install initramfs-tools initramfs-tools-coreReading package lists... DoneBuilding dependency tree Reading state information... Doneinitramfs-tools-core is already the newest version (0.123).The following packages will be upgraded: initramfs-tools1 upgraded, 0 newly installed, 0 to remove and 44 not upgraded.3 not fully installed or removed.Need to get 0 B/63.4 kB of archives.After this operation, 132 kB disk space will be freed.Do you want to continue? [Y/n] Reading changelogs... Done(Reading database ... 256214 files and directories currently installed.)Preparing to unpack .../initramfs-tools_0.123_all.deb ...dpkg: error processing archive /var/cache/apt/archives/initramfs-tools_0.123_all.deb (--unpack): too-long line or missing newline in '/var/lib/dpkg/info/initramfs-tools.triggers'Errors were encountered while processing: /var/cache/apt/archives/initramfs-tools_0.123_all.debE: Sub-process /usr/bin/dpkg returned an error code (1)
... Code: [Select]too-long line or missing newline in '/var/lib/dpkg/info/initramfs-tools.triggers' ...
too-long line or missing newline in '/var/lib/dpkg/info/initramfs-tools.triggers'
Processing triggers for libc-bin (2.22-1) ...ldconfig: /usr/lib/libvorbisidec.so.1 is not an ELF file - it has the wrong magic bytes at the start.ldconfig: /usr/lib/libvorbisidec.so.1.0.3 is not an ELF file - it has the wrong magic bytes at the start.ldconfig: /usr/lib/libvcdinfo.so.0.2.0 is not an ELF file - it has the wrong magic bytes at the start.ldconfig: /usr/lib/libvcdinfo.so.0 is not an ELF file - it has the wrong magic bytes at the start.
You almost invented hotplug.