<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=4566&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Apt-get update error during Chimaera upgrade]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=4566</link>
		<description><![CDATA[The most recent posts in [SOLVED] Apt-get update error during Chimaera upgrade.]]></description>
		<lastBuildDate>Mon, 18 Oct 2021 02:51:56 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Apt-get update error during Chimaera upgrade]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32205#p32205</link>
			<description><![CDATA[<p>solution has been given here <a href="https://dev1galaxy.org/viewtopic.php?id=4585" rel="nofollow">https://dev1galaxy.org/viewtopic.php?id=4585</a></p>]]></description>
			<author><![CDATA[dummy@example.com (erdos)]]></author>
			<pubDate>Mon, 18 Oct 2021 02:51:56 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32205#p32205</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Apt-get update error during Chimaera upgrade]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32179#p32179</link>
			<description><![CDATA[<p>thanks!<br /><span class="bbc">erdos@htpc-devuan:~$ for i in /var/lib/dkms/*/[^k]*/source; do [ -e &quot;$i&quot; ] || echo &quot;$i&quot;;done<br />/var/lib/dkms/*/[^k]*/source</span></p><p>removed &#039;nvidia&#039; directory, and reinstalled header/kernel for 5.10, ok<br /><span class="bbc">rm -r /var/lib/dkms/nvidia<br /># export PATH=&quot;$PATH:/sbin&quot;<br />dpkg --configure -a &amp;&amp; sync<br />apt purge linux-headers-5.10.0-9-amd64 linux-headers-amd64<br />apt-get update &amp;&amp; apt-get upgrade<br />apt-get autoremove --purge<br />apt-get dist-upgrade<br />apt install linux-headers-5.10.0-9-amd64 linux-headers-amd64<br />apt install linux-image-5.10.0-9-amd64</span></p><p>I updated /etc/apt/sources.list to include &#039;no-free&#039; and update repository list:<br />however, it seems that i could no longer install nvidia driver for my graphics card (GeForce 9300 GE), i.e. nvidia-legacy-340xx-driver</p><div class="codebox"><pre><code>erdos@htpc-devuan:~$ sudo apt-get install nvidia-legacy-340xx-driver
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package nvidia-legacy-340xx-driver is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package &#039;nvidia-legacy-340xx-driver&#039; has no installation candidate</code></pre></div><p>this driver is no longer available in chimaera</p><p><a href="https://pkginfo.devuan.org/cgi-bin/policy-query.html?c=package&amp;q=nvidia-legacy-340xx-driver&amp;x=submit" rel="nofollow">https://pkginfo.devuan.org/cgi-bin/poli … r&amp;x=submit</a></p>]]></description>
			<author><![CDATA[dummy@example.com (erdos)]]></author>
			<pubDate>Sun, 17 Oct 2021 15:38:20 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32179#p32179</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Apt-get update error during Chimaera upgrade]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32146#p32146</link>
			<description><![CDATA[<p>A simple Google search gave this result:<br /><a href="https://askubuntu.com/questions/227258/error-could-not-locate-dkms-conf-file" rel="nofollow">https://askubuntu.com/questions/227258/ … -conf-file</a></p><p>I think there is no dependency hell, rather some missing or conflicting modules or conf files that needs to be sorted. It is achievable.</p>]]></description>
			<author><![CDATA[dummy@example.com (Debuser2018)]]></author>
			<pubDate>Sun, 17 Oct 2021 05:16:39 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32146#p32146</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Apt-get update error during Chimaera upgrade]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32143#p32143</link>
			<description><![CDATA[<div class="quotebox"><cite>Debuser2018 wrote:</cite><blockquote><div><p>As you see dkms has compiled some modules in the library. Inspect &amp; Remove these directories (&#039;/usr/share/doc/lin<br />ux-headers-amd64,/lib/modules/5.10.0-9-amd64)&#160; &amp; retry.<br /><span class="bbc">rm /usr/share/doc/linux-headers-amd64 &amp;&amp; rm /lib/modules/5.10.0-9-amd64</span><br /><span class="bbc">dpkg --configure -a &amp;&amp; sync</span></p><p>As regarding the dpkg warnings about missing PATH variables, you may look into: <a href="https://unix.stackexchange.com/questions/160019/dpkg-cannot-find-ldconfig-start-stop-daemon-in-the-path-variable" rel="nofollow">https://unix.stackexchange.com/question … h-variable</a></p></div></blockquote></div><p>i was able to run above commands, removed /usr/share/doc/linux-headers-amd64,&#160; /lib/modules/5.10.0-9-amd64 doesn&#039;t exist though.&#160; &#039;dpkg&#039; runs ok too after modify path.</p><p>but trying to reinstall 5.10 kernel/headers still results the same error - complaining it couldn&#039;t find dkms.conf<br />apt install linux-headers-5.10.0-9-amd64 linux-headers-amd64</p><div class="codebox"><pre class="vscroll"><code>root@htpc-devuan:/home/erdos# export PATH=&quot;$PATH:/sbin&quot;
root@htpc-devuan:/home/erdos# apt install linux-headers-5.10.0-9-amd64 linux-headers-amd64
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages were automatically installed and are no longer required:
  glx-alternative-mesa libbsd0:i386 libmd0:i386 libx11-6:i386 libxau6:i386 libxcb1:i386 libxdmcp6:i386 libxext6:i386
  update-glx
Use &#039;apt autoremove&#039; to remove them.
The following NEW packages will be installed:
  linux-headers-5.10.0-9-amd64 linux-headers-amd64
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/902 kB of archives.
After this operation, 5,548 kB of additional disk space will be used.
Selecting previously unselected package linux-headers-5.10.0-9-amd64.
(Reading database ... 182681 files and directories currently installed.)
Preparing to unpack .../linux-headers-5.10.0-9-amd64_5.10.70-1_amd64.deb ...
Unpacking linux-headers-5.10.0-9-amd64 (5.10.70-1) ...
Selecting previously unselected package linux-headers-amd64.
Preparing to unpack .../linux-headers-amd64_5.10.70-1_amd64.deb ...
Unpacking linux-headers-amd64 (5.10.70-1) ...
Setting up linux-headers-5.10.0-9-amd64 (5.10.70-1) ...
/etc/kernel/header_postinst.d/dkms:
dkms: running auto installation service for kernel 5.10.0-9-amd64:Error! Could not locate dkms.conf file.
File: /var/lib/dkms/nvidia/340.108/source/dkms.conf does not exist.
 failed!
run-parts: /etc/kernel/header_postinst.d/dkms exited with return code 4
Failed to process /etc/kernel/header_postinst.d at /var/lib/dpkg/info/linux-headers-5.10.0-9-amd64.postinst line 11.
dpkg: error processing package linux-headers-5.10.0-9-amd64 (--configure):
 installed linux-headers-5.10.0-9-amd64 package post-installation script subprocess returned error exit status 1
dpkg: dependency problems prevent configuration of linux-headers-amd64:
 linux-headers-amd64 depends on linux-headers-5.10.0-9-amd64 (= 5.10.70-1); however:
  Package linux-headers-5.10.0-9-amd64 is not configured yet.

dpkg: error processing package linux-headers-amd64 (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 linux-headers-5.10.0-9-amd64
 linux-headers-amd64
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@htpc-devuan:/home/erdos#</code></pre></div><p>i purged all &#039;nvidia&#039; in the system, and tried again, still no success.<br /><span class="bbc"># apt-get&#160; remove --purge &#039;^nvidia-.*&#039;</span><br />It seems that repository is messed up now, i couldn&#039;t find any &#039;nvidia&#039; driver include &#039;nvidia-persistenced&#039;,&#160; using synaptics display ed &#039;xserver-xorg-video-nvidia-legacy-340xx&#039; but shows:<br />&quot;<br />Package xserver-xorg-video-nvidia-legacy-340xx has no available version, but exists in the database.<br />This typically means that the package was mentioned in a dependency and never uploaded, has been obsoleted or is not available with the contents of sources.list&quot;</p>]]></description>
			<author><![CDATA[dummy@example.com (erdos)]]></author>
			<pubDate>Sun, 17 Oct 2021 02:54:10 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32143#p32143</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Apt-get update error during Chimaera upgrade]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32131#p32131</link>
			<description><![CDATA[<p>This is a sample Chimaera /etc/apt/sources.list:<br /><span class="bbc"># Devuan chimaera<br /> deb <a href="http://deb.devuan.org/merged" rel="nofollow">http://deb.devuan.org/merged</a> chimaera main contrib non-free<br />#deb-src <a href="http://deb.devuan.org/merged" rel="nofollow">http://deb.devuan.org/merged</a> chimaera main contrib non-free<br /> deb <a href="http://deb.devuan.org/merged" rel="nofollow">http://deb.devuan.org/merged</a> chimaera-security main contrib non-free<br /># deb-src <a href="http://deb.devuan.org/merged" rel="nofollow">http://deb.devuan.org/merged</a> chimaera-security main</span></p><p><span class="bbc"># chimaera-updates, previously known as &#039;volatile&#039;<br /># A network mirror was not selected during install.&#160; The following entries<br /># are provided as examples, but you should amend them as appropriate<br /># for your mirror of choice.<br />#<br /> deb <a href="http://deb.devuan.org/merged" rel="nofollow">http://deb.devuan.org/merged</a> chimaera-updates main contrib non-free<br /># deb-src <a href="http://deb.devuan.org/merged" rel="nofollow">http://deb.devuan.org/merged</a> chimaera-updates main</span></p><p><span class="bbc"># A network mirror was not selected during install.&#160; The following entries<br /># are provided as examples, but you should amend them as appropriate<br /># for your mirror of choice.<br />#<br /> deb <a href="http://deb.devuan.org/merged" rel="nofollow">http://deb.devuan.org/merged</a> chimaera-backports main contrib non-free<br /># deb-src <a href="http://deb.devuan.org/merged" rel="nofollow">http://deb.devuan.org/merged</a> chimaera-backports main</span></p><p><span class="bbc"> deb <a href="http://deb.devuan.org/devuan" rel="nofollow">http://deb.devuan.org/devuan</a> chimaera-proposed main contrib non-free</span></p><p><span class="bbc"># Google Chrome &amp; earth pro<br /> deb [arch=amd64] <a href="http://dl.google.com/linux/chrome/deb/" rel="nofollow">http://dl.google.com/linux/chrome/deb/</a> stable main<br /> deb [arch=amd64] <a href="http://dl.google.com/linux/earth/deb/" rel="nofollow">http://dl.google.com/linux/earth/deb/</a> stable main<br /># Ubuntuzilla for Firefox browser<br /># deb <a href="http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt" rel="nofollow">http://downloads.sourceforge.net/projec … ozilla/apt</a> all main<br />deb <a href="https://altushost-swe.dl.sourceforge.net/project/ubuntuzilla/mozilla/apt" rel="nofollow">https://altushost-swe.dl.sourceforge.ne … ozilla/apt</a> all main</span></p>]]></description>
			<author><![CDATA[dummy@example.com (Debuser2018)]]></author>
			<pubDate>Sat, 16 Oct 2021 16:33:50 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32131#p32131</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Apt-get update error during Chimaera upgrade]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32130#p32130</link>
			<description><![CDATA[<div class="quotebox"><cite>erdos wrote:</cite><blockquote><div><p>hi, i&#039;m trying to upgrade to Chimaera from beowulf and encountered the following during apt update:</p><div class="codebox"><pre><code>root@htpc-devuan:/home/erdos/Downloads# apt-get update
Get:1 [url]http://dl.google.com/linux/earth/deb[/url] stable InRelease [1,807 B]
Get:2 [url]https://repo.skype.com/deb[/url] stable InRelease [4,502 B]         
Err:1 [url]http://dl.google.com/linux/earth/deb[/url] stable InRelease
  The following signatures couldn&#039;t be verified because the public key is not available: NO_PUBKEY 78BD65473CB3BD13
Get:3 [url]https://repo.skype.com/deb[/url] stable/main amd64 Packages [2,256 B]
Get:4 [url]http://deb.devuan.org/merged[/url] chimaera InRelease [33.8 kB]
Get:5 [url]http://deb.devuan.org/merged[/url] chimaera-updates InRelease [26.4 kB]
Get:6 [url]http://deb.devuan.org/merged[/url] chimaera-security InRelease [21.3 kB]
Get:7 [url]http://deb.devuan.org/merged[/url] chimaera/main i386 Packages [8,247 kB]
Get:8 [url]http://deb.devuan.org/merged[/url] chimaera/main amd64 Packages [8,309 kB]
Get:9 [url]http://deb.devuan.org/merged[/url] chimaera/main Translation-en [6,482 kB]     
Get:10 [url]http://deb.devuan.org/merged[/url] chimaera-updates/main Translation-en [2,108 B]
Get:11 [url]http://deb.devuan.org/merged[/url] chimaera-security/main i386 Packages [48.0 kB]
Get:12 [url]http://deb.devuan.org/merged[/url] chimaera-security/main amd64 Packages [48.0 kB]
Reading package lists... Done                                                  
W: GPG error: [url]http://dl.google.com/linux/earth/deb[/url] stable InRelease: The following signatures couldn&#039;t be verified because the public key is not available: NO_PUBKEY 78BD65473CB3BD13
E: The repository &#039;http://dl.google.com/linux/earth/deb stable InRelease&#039; is not signed.
N: Updating from such a repository can&#039;t be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
root@htpc-devuan:/home/erdos/Downloads# </code></pre></div><p>i believe i installed zoom and google-earth through .deb package.&#160; is this a concern for continuing upgrade to chimaera?</p></div></blockquote></div><p>I assume you&#039;re using amd64 (64-bit intels or amd processor). Make sure Google repositories look like this in /etc/apt/sources.list or inside /etc/apt/sources.list.d/ :<br /><span class="bbc"><br />deb [arch=amd64] <a href="http://dl.google.com/linux/earth/deb/" rel="nofollow">http://dl.google.com/linux/earth/deb/</a> stable main<br />deb [arch=amd64] <a href="http://dl.google.com/linux/chrome/deb/" rel="nofollow">http://dl.google.com/linux/chrome/deb/</a> stable main<br /></span><br />Add missing GPG key as root:<br /><span class="bbc">sudo -i</span><br />Then,<br /><span class="bbc">wget -q -O - <a href="https://dl.google.com/linux/linux_signing_key.pub" rel="nofollow">https://dl.google.com/linux/linux_signing_key.pub</a> | apt-key add -</span><br /><span class="bbc">apt update &amp;&amp; apt upgrade</span></p>]]></description>
			<author><![CDATA[dummy@example.com (Debuser2018)]]></author>
			<pubDate>Sat, 16 Oct 2021 16:26:29 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32130#p32130</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Apt-get update error during Chimaera upgrade]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32129#p32129</link>
			<description><![CDATA[<div class="quotebox"><cite>erdos wrote:</cite><blockquote><div><div class="quotebox"><cite>Debuser2018 wrote:</cite><blockquote><div><p>Remove all the 5.x kernels and kernel headers and retry. <br /><span class="bbc">apt purge linux-headers-5.10.0-9-amd64 linux-headers-amd64<br /></span></p></div></blockquote></div><p>both <br /><span class="bbc">apt purge linux-headers-5.10.0-9-amd64 linux-headers-amd64<br />apt install -f <br /></span><br />are success, but <span class="bbc">dpkg --configure -a</span> still ends with error.</p></div></blockquote></div><p>As you see dkms has compiled some modules in the library. Inspect &amp; Remove these directories (&#039;/usr/share/doc/lin<br />ux-headers-amd64,/lib/modules/5.10.0-9-amd64)&#160; &amp; retry.<br /><span class="bbc">rm /usr/share/doc/linux-headers-amd64 &amp;&amp; rm /lib/modules/5.10.0-9-amd64</span><br /><span class="bbc">dpkg --configure -a &amp;&amp; sync</span></p><p>As regarding the dpkg warnings about missing PATH variables, you may look into: <a href="https://unix.stackexchange.com/questions/160019/dpkg-cannot-find-ldconfig-start-stop-daemon-in-the-path-variable" rel="nofollow">https://unix.stackexchange.com/question … h-variable</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Debuser2018)]]></author>
			<pubDate>Sat, 16 Oct 2021 16:18:24 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32129#p32129</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Apt-get update error during Chimaera upgrade]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32128#p32128</link>
			<description><![CDATA[<div class="quotebox"><cite>Debuser2018 wrote:</cite><blockquote><div><p>Remove all the 5.x kernels and kernel headers and retry. <br /><span class="bbc">apt purge linux-headers-5.10.0-9-amd64 linux-headers-amd64<br /></span></p></div></blockquote></div><p>both <br /><span class="bbc">apt purge linux-headers-5.10.0-9-amd64 linux-headers-amd64<br />apt install -f <br /></span><br />are success, but <span class="bbc">dpkg --configure -a</span> still ends with error.</p><div class="codebox"><pre class="vscroll"><code>root@htpc-devuan:/home/erdos# apt purge linux-headers-5.10.0-9-amd64 linux-headers-amd64
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages were automatically installed and are no longer required:
  ant-contrib apt-transport-https bsdmainutils cinnabar-icon-theme
  clearlooks-phenix-cinnabar-theme cpp-8 enchant fonts-arphic-bsmi00lp
  fonts-arphic-gbsn00lp fonts-linuxlibertine fonts-noto-extra
  fonts-roboto-slab fonts-sil-gentium fonts-sil-gentium-basic geoip-database
  gtk2-engines-xfce hp-ppd libasan5 libasync-mergepoint-perl libbind9-161
  libboost-atomic1.67.0 libboost-chrono1.67.0 libboost-date-time1.67.0
  libboost-filesystem1.67.0 libboost-iostreams1.67.0 libboost-locale1.67.0
  libboost-regex1.67.0 libboost-system1.67.0 libboost-thread1.67.0
  libbrlapi0.6 libbsh-java libcdio18 libcec4 libcgi-fast-perl libcgi-pm-perl
  libclass-accessor-perl libcodec2-0.8.1 libcroco3 libcwidget3v5 libdc1394-22
  libdigest-bubblebabble-perl libdns-export1104 libdns1104 libdns1110
  libdouble-conversion1 libdvdread4 libemail-valid-perl libenchant1c2a
  libept1.5.0 libevent-2.1-6 libevent-core-2.1-6 libevent-pthreads-2.1-6
  libexiv2-14 libfcgi-bin libfcgi-perl libfcgi0ldbl libfluidsynth1
  libfuture-perl libgail-3-0 libgcc1:i386 libgeoip1 libgspell-1-1
  libgssdp-1.0-3 libgupnp-1.0-4 libhdf5-103 libhdf5-fortran-102 libhdf5-hl-100
  libhdf5-hl-fortran-100 libicu63 libigdgmm5 libilmbase23 libio-async-perl
  libio-pty-perl libipc-run-perl libisc-export1100 libisc1100 libisc1105
  libisccc161 libisccfg163 libisl19 libjim0.77 libjs-modernizr libjson-c3
  libjsoncpp1 libjte1 libkyotocabinet16v5 libllvm7 liblouis17 liblouisutdml8
  liblua5.3-0 liblwres161 libm17n-0 libmetrics-any-perl libmpdec2
  libmypaint-1.3-0 libmysofa0 libnet-dns-perl libnet-dns-sec-perl
  libnet-ip-perl libnfs12 libnftables0 libopenblas-base libopenexr23
  liborcus-0.14-0 libotf0 libpango-perl libparse-debianchangelog-perl
  libperl4-corelibs-perl libperl5.28 libpgm-5.2-0 libpoppler82 libprocps7
  libpython2-stdlib libpython2.7 libpython3.7 libpython3.7-minimal
  libpython3.7-stdlib libqhull7 libqpdf21 libqscintilla2-qt5-13
  libqt5concurrent5 libqt5opengl5 libraw19 libreoffice
  libreoffice-avmedia-backend-gstreamer libreoffice-librelogo
  libreoffice-nlpsolver libreoffice-script-provider-bsh
  libreoffice-script-provider-js libreoffice-script-provider-python
  libreoffice-wiki-publisher libsane libsdl1.2debian libsereal-perl
  libsisu-guice-java libsisu-ioc-java libsnmp30 libstruct-dumb-perl
  libtest-fatal-perl libtest-metrics-any-perl libtest-refcount-perl
  libtext-levenshtein-perl libu2f-udev libunique-1.0-0 libusbmuxd4 libvpx5
  libwnck-common libwnck22 libwxgtk3.0-0v5 libx264-155 libx265-165
  libxcb-util0 libxml-simple-perl linux-compiler-gcc-10-x86
  linux-headers-4.19.0-9-common linux-headers-5.10.0-9-common
  linux-kbuild-4.19 linux-kbuild-5.10 m17n-db perl-modules-5.28
  printer-driver-hpijs python-pkg-resources python2 python2-minimal
  python3-gst-1.0 python3.7-minimal xfce4-notes
Use &#039;apt autoremove&#039; to remove them.
The following packages will be REMOVED:
  linux-headers-5.10.0-9-amd64* linux-headers-amd64*
0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
2 not fully installed or removed.
After this operation, 5,548 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 211815 files and directories currently installed.)
Removing linux-headers-amd64 (5.10.70-1) ...
Removing linux-headers-5.10.0-9-amd64 (5.10.70-1) ...
dpkg: warning: while removing linux-headers-5.10.0-9-amd64, directory &#039;/lib/modu
les/5.10.0-9-amd64&#039; not empty so not removed
(Reading database ... 202885 files and directories currently installed.)
Purging configuration files for linux-headers-amd64 (5.10.70-1) ...
dpkg: warning: while removing linux-headers-amd64, directory &#039;/usr/share/doc/lin
ux-headers-amd64&#039; not empty so not removed
root@htpc-devuan:/home/erdos# apt install -f 
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages were automatically installed and are no longer required:
  ant-contrib apt-transport-https bsdmainutils cinnabar-icon-theme
  clearlooks-phenix-cinnabar-theme cpp-8 enchant fonts-arphic-bsmi00lp
  fonts-arphic-gbsn00lp fonts-linuxlibertine fonts-noto-extra
  fonts-roboto-slab fonts-sil-gentium fonts-sil-gentium-basic geoip-database
  gtk2-engines-xfce hp-ppd libasan5 libasync-mergepoint-perl libbind9-161
  libboost-atomic1.67.0 libboost-chrono1.67.0 libboost-date-time1.67.0
  libboost-filesystem1.67.0 libboost-iostreams1.67.0 libboost-locale1.67.0
  libboost-regex1.67.0 libboost-system1.67.0 libboost-thread1.67.0
  libbrlapi0.6 libbsh-java libcdio18 libcec4 libcgi-fast-perl libcgi-pm-perl
  libclass-accessor-perl libcodec2-0.8.1 libcroco3 libcwidget3v5 libdc1394-22
  libdigest-bubblebabble-perl libdns-export1104 libdns1104 libdns1110
  libdouble-conversion1 libdvdread4 libemail-valid-perl libenchant1c2a
  libept1.5.0 libevent-2.1-6 libevent-core-2.1-6 libevent-pthreads-2.1-6
  libexiv2-14 libfcgi-bin libfcgi-perl libfcgi0ldbl libfluidsynth1
  libfuture-perl libgail-3-0 libgcc1:i386 libgeoip1 libgspell-1-1
  libgssdp-1.0-3 libgupnp-1.0-4 libhdf5-103 libhdf5-fortran-102 libhdf5-hl-100
  libhdf5-hl-fortran-100 libicu63 libigdgmm5 libilmbase23 libio-async-perl
  libio-pty-perl libipc-run-perl libisc-export1100 libisc1100 libisc1105
  libisccc161 libisccfg163 libisl19 libjim0.77 libjs-modernizr libjson-c3
  libjsoncpp1 libjte1 libkyotocabinet16v5 libllvm7 liblouis17 liblouisutdml8
  liblua5.3-0 liblwres161 libm17n-0 libmetrics-any-perl libmpdec2
  libmypaint-1.3-0 libmysofa0 libnet-dns-perl libnet-dns-sec-perl
  libnet-ip-perl libnfs12 libnftables0 libopenblas-base libopenexr23
  liborcus-0.14-0 libotf0 libpango-perl libparse-debianchangelog-perl
  libperl4-corelibs-perl libperl5.28 libpgm-5.2-0 libpoppler82 libprocps7
  libpython2-stdlib libpython2.7 libpython3.7 libpython3.7-minimal
  libpython3.7-stdlib libqhull7 libqpdf21 libqscintilla2-qt5-13
  libqt5concurrent5 libqt5opengl5 libraw19 libreoffice
  libreoffice-avmedia-backend-gstreamer libreoffice-librelogo
  libreoffice-nlpsolver libreoffice-script-provider-bsh
  libreoffice-script-provider-js libreoffice-script-provider-python
  libreoffice-wiki-publisher libsane libsdl1.2debian libsereal-perl
  libsisu-guice-java libsisu-ioc-java libsnmp30 libstruct-dumb-perl
  libtest-fatal-perl libtest-metrics-any-perl libtest-refcount-perl
  libtext-levenshtein-perl libu2f-udev libunique-1.0-0 libusbmuxd4 libvpx5
  libwnck-common libwnck22 libwxgtk3.0-0v5 libx264-155 libx265-165
  libxcb-util0 libxml-simple-perl linux-compiler-gcc-10-x86
  linux-headers-4.19.0-9-common linux-headers-5.10.0-9-common
  linux-kbuild-4.19 linux-kbuild-5.10 m17n-db perl-modules-5.28
  printer-driver-hpijs python-pkg-resources python2 python2-minimal
  python3-gst-1.0 python3.7-minimal xfce4-notes
Use &#039;apt autoremove&#039; to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@htpc-devuan:/home/erdos# y
bash: y: command not found
root@htpc-devuan:/home/erdos# dpkg --configure -a
dpkg: warning: &#039;ldconfig&#039; not found in PATH or not executable
dpkg: warning: &#039;start-stop-daemon&#039; not found in PATH or not executable
dpkg: error: 2 expected programs not found in PATH or not executable
Note: root&#039;s PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin
root@htpc-devuan:/home/erdos# apt purge linux-image-5.10.0-9-amd64
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages were automatically installed and are no longer required:
  ant-contrib apt-transport-https bsdmainutils cinnabar-icon-theme
  clearlooks-phenix-cinnabar-theme cpp-8 enchant fonts-arphic-bsmi00lp
  fonts-arphic-gbsn00lp fonts-linuxlibertine fonts-noto-extra
  fonts-roboto-slab fonts-sil-gentium fonts-sil-gentium-basic geoip-database
  gtk2-engines-xfce hp-ppd libasan5 libasync-mergepoint-perl libbind9-161
  libboost-atomic1.67.0 libboost-chrono1.67.0 libboost-date-time1.67.0
  libboost-filesystem1.67.0 libboost-iostreams1.67.0 libboost-locale1.67.0
  libboost-regex1.67.0 libboost-system1.67.0 libboost-thread1.67.0
  libbrlapi0.6 libbsh-java libcdio18 libcec4 libcgi-fast-perl libcgi-pm-perl
  libclass-accessor-perl libcodec2-0.8.1 libcroco3 libcwidget3v5 libdc1394-22
  libdigest-bubblebabble-perl libdns-export1104 libdns1104 libdns1110
  libdouble-conversion1 libdvdread4 libemail-valid-perl libenchant1c2a
  libept1.5.0 libevent-2.1-6 libevent-core-2.1-6 libevent-pthreads-2.1-6
  libexiv2-14 libfcgi-bin libfcgi-perl libfcgi0ldbl libfluidsynth1
  libfuture-perl libgail-3-0 libgcc1:i386 libgeoip1 libgspell-1-1
  libgssdp-1.0-3 libgupnp-1.0-4 libhdf5-103 libhdf5-fortran-102 libhdf5-hl-100
  libhdf5-hl-fortran-100 libicu63 libigdgmm5 libilmbase23 libio-async-perl
  libio-pty-perl libipc-run-perl libisc-export1100 libisc1100 libisc1105
  libisccc161 libisccfg163 libisl19 libjim0.77 libjs-modernizr libjson-c3
  libjsoncpp1 libjte1 libkyotocabinet16v5 libllvm7 liblouis17 liblouisutdml8
  liblua5.3-0 liblwres161 libm17n-0 libmetrics-any-perl libmpdec2
  libmypaint-1.3-0 libmysofa0 libnet-dns-perl libnet-dns-sec-perl
  libnet-ip-perl libnfs12 libnftables0 libopenblas-base libopenexr23
  liborcus-0.14-0 libotf0 libpango-perl libparse-debianchangelog-perl
  libperl4-corelibs-perl libperl5.28 libpgm-5.2-0 libpoppler82 libprocps7
  libpython2-stdlib libpython2.7 libpython3.7 libpython3.7-minimal
  libpython3.7-stdlib libqhull7 libqpdf21 libqscintilla2-qt5-13
  libqt5concurrent5 libqt5opengl5 libraw19 libreoffice
  libreoffice-avmedia-backend-gstreamer libreoffice-librelogo
  libreoffice-nlpsolver libreoffice-script-provider-bsh
  libreoffice-script-provider-js libreoffice-script-provider-python
  libreoffice-wiki-publisher libsane libsdl1.2debian libsereal-perl
  libsisu-guice-java libsisu-ioc-java libsnmp30 libstruct-dumb-perl
  libtest-fatal-perl libtest-metrics-any-perl libtest-refcount-perl
  libtext-levenshtein-perl libu2f-udev libunique-1.0-0 libusbmuxd4 libvpx5
  libwnck-common libwnck22 libwxgtk3.0-0v5 libx264-155 libx265-165
  libxcb-util0 libxml-simple-perl linux-compiler-gcc-10-x86
  linux-headers-4.19.0-9-common linux-headers-5.10.0-9-common
  linux-kbuild-4.19 linux-kbuild-5.10 m17n-db perl-modules-5.28
  printer-driver-hpijs python-pkg-resources python2 python2-minimal
  python3-gst-1.0 python3.7-minimal xfce4-notes
Use &#039;apt autoremove&#039; to remove them.
The following packages will be REMOVED:
  linux-image-5.10.0-9-amd64*
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database ... 202884 files and directories currently installed.)
Purging configuration files for linux-image-5.10.0-9-amd64 (5.10.70-1) ...
root@htpc-devuan:/home/erdos# dpkg --configure -a
dpkg: warning: &#039;ldconfig&#039; not found in PATH or not executable
dpkg: warning: &#039;start-stop-daemon&#039; not found in PATH or not executable
dpkg: error: 2 expected programs not found in PATH or not executable
Note: root&#039;s PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (erdos)]]></author>
			<pubDate>Sat, 16 Oct 2021 16:06:16 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32128#p32128</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Apt-get update error during Chimaera upgrade]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32126#p32126</link>
			<description><![CDATA[<p>Remove all the 5.x kernels and kernel headers and retry. <br /><span class="bbc">apt purge linux-headers-5.10.0-9-amd64 linux-headers-amd64<br /></span></p>]]></description>
			<author><![CDATA[dummy@example.com (Debuser2018)]]></author>
			<pubDate>Sat, 16 Oct 2021 15:46:38 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32126#p32126</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Apt-get update error during Chimaera upgrade]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32124#p32124</link>
			<description><![CDATA[<p>I poke around for the &#039;missing&#039; dkms.conf file, it&#039;s there but in a different directory than devuan expected.</p><div class="codebox"><pre><code>erdos@htpc-devuan:~$ ls -l /var/lib/dkms/nvidia/340.108/
total 4
drwxr-xr-x 2 root root 4096 Mar  7  2020 build
lrwxrwxrwx 1 root root   23 Mar  7  2020 source -&gt; /usr/src/nvidia-340.108
erdos@htpc-devuan:~$ ls -l /usr/src/nvidia-legacy-340xx-340.108/dkms*
-rw-r--r-- 1 root root 861 Feb  2  2020 /usr/src/nvidia-legacy-340xx-340.108/dkms.conf
erdos@htpc-devuan:~$</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (erdos)]]></author>
			<pubDate>Sat, 16 Oct 2021 14:02:36 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32124#p32124</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Apt-get update error during Chimaera upgrade]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32123#p32123</link>
			<description><![CDATA[<div class="quotebox"><cite>Debuser2018 wrote:</cite><blockquote><div><p>Try as root or sudo:<br /><span class="bbc">apt install -f </span><br />and <span class="bbc">dpkg --configure -a</span><br />and if the problem is not resolved, try removing the kernel packages and install nvidia dependencies and later install&#160; kernel. <br /><span class="bbc">apt purge linux-image-5.10.0-9-amd64</span></p></div></blockquote></div><p>tried both and failed.&#160; it seems to be a dependency hell now.</p><div class="codebox"><pre class="vscroll"><code>root@htpc-devuan:/home/erdos# apt install -f 
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages were automatically installed and are no longer required:
  ant-contrib apt-transport-https bsdmainutils cinnabar-icon-theme
  clearlooks-phenix-cinnabar-theme cpp-8 enchant fonts-arphic-bsmi00lp
  fonts-arphic-gbsn00lp fonts-linuxlibertine fonts-noto-extra
  fonts-roboto-slab fonts-sil-gentium fonts-sil-gentium-basic geoip-database
  gtk2-engines-xfce hp-ppd irqbalance libasan5 libasync-mergepoint-perl
  libbind9-161 libboost-atomic1.67.0 libboost-chrono1.67.0
  libboost-date-time1.67.0 libboost-filesystem1.67.0 libboost-iostreams1.67.0
  libboost-locale1.67.0 libboost-regex1.67.0 libboost-system1.67.0
  libboost-thread1.67.0 libbrlapi0.6 libbsh-java libcdio18 libcec4
  libcgi-fast-perl libcgi-pm-perl libclass-accessor-perl libcodec2-0.8.1
  libcroco3 libcwidget3v5 libdc1394-22 libdigest-bubblebabble-perl
  libdns-export1104 libdns1104 libdns1110 libdouble-conversion1 libdvdread4
  libemail-valid-perl libenchant1c2a libept1.5.0 libevent-2.1-6
  libevent-core-2.1-6 libevent-pthreads-2.1-6 libexiv2-14 libfcgi-bin
  libfcgi-perl libfcgi0ldbl libfluidsynth1 libfuture-perl libgail-3-0
  libgcc1:i386 libgeoip1 libgspell-1-1 libgssdp-1.0-3 libgupnp-1.0-4
  libhdf5-103 libhdf5-fortran-102 libhdf5-hl-100 libhdf5-hl-fortran-100
  libicu63 libigdgmm5 libilmbase23 libio-async-perl libio-pty-perl
  libipc-run-perl libisc-export1100 libisc1100 libisc1105 libisccc161
  libisccfg163 libisl19 libjim0.77 libjs-modernizr libjson-c3 libjsoncpp1
  libjte1 libkyotocabinet16v5 libllvm7 liblouis17 liblouisutdml8 liblua5.3-0
  liblwres161 libm17n-0 libmetrics-any-perl libmpdec2 libmypaint-1.3-0
  libmysofa0 libnet-dns-perl libnet-dns-sec-perl libnet-ip-perl libnfs12
  libnftables0 libopenblas-base libopenexr23 liborcus-0.14-0 libotf0
  libpango-perl libparse-debianchangelog-perl libperl4-corelibs-perl
  libperl5.28 libpgm-5.2-0 libpoppler82 libprocps7 libpython2-stdlib
  libpython2.7 libpython3.7 libpython3.7-minimal libpython3.7-stdlib libqhull7
  libqpdf21 libqscintilla2-qt5-13 libqt5concurrent5 libqt5opengl5 libraw19
  libreoffice libreoffice-avmedia-backend-gstreamer libreoffice-librelogo
  libreoffice-nlpsolver libreoffice-script-provider-bsh
  libreoffice-script-provider-js libreoffice-script-provider-python
  libreoffice-wiki-publisher libsane libsdl1.2debian libsereal-perl
  libsisu-guice-java libsisu-ioc-java libsnmp30 libstruct-dumb-perl
  libtest-fatal-perl libtest-metrics-any-perl libtest-refcount-perl
  libtext-levenshtein-perl libu2f-udev libunique-1.0-0 libusbmuxd4 libvpx5
  libwnck-common libwnck22 libwxgtk3.0-0v5 libx264-155 libx265-165
  libxcb-util0 libxml-simple-perl linux-headers-4.19.0-9-common
  linux-image-4.9.0-12-amd64 linux-kbuild-4.19 m17n-db perl-modules-5.28
  printer-driver-hpijs python-pkg-resources python2 python2-minimal
  python3-gst-1.0 python3.7-minimal runit-helper xfce4-notes
Use &#039;apt autoremove&#039; to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
4 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up linux-headers-5.10.0-9-amd64 (5.10.70-1) ...
/etc/kernel/header_postinst.d/dkms:
dkms: running auto installation service for kernel 5.10.0-9-amd64:Error! Could n
ot locate dkms.conf file.
File: /var/lib/dkms/nvidia/340.108/source/dkms.conf does not exist.
 failed!
run-parts: /etc/kernel/header_postinst.d/dkms exited with return code 4
Failed to process /etc/kernel/header_postinst.d at /var/lib/dpkg/info/linux-head
ers-5.10.0-9-amd64.postinst line 11.
dpkg: error processing package linux-headers-5.10.0-9-amd64 (--configure):
 installed linux-headers-5.10.0-9-amd64 package post-installation script subproc
ess returned error exit status 1
dpkg: dependency problems prevent configuration of linux-headers-amd64:
 linux-headers-amd64 depends on linux-headers-5.10.0-9-amd64 (= 5.10.70-1); howe
ver:
  Package linux-headers-5.10.0-9-amd64 is not configured yet.

dpkg: error processing package linux-headers-amd64 (--configure):
 dependency problems - leaving unconfigured
Setting up linux-image-5.10.0-9-amd64 (5.10.70-1) ...
/etc/kernel/postinst.d/dkms:
dkms: running auto installation service for kernel 5.10.0-9-amd64:Error! Could n
ot locate dkms.conf file.
File: /var/lib/dkms/nvidia/340.108/source/dkms.conf does not exist.
 failed!
run-parts: /etc/kernel/postinst.d/dkms exited with return code 4
dpkg: error processing package linux-image-5.10.0-9-amd64 (--configure):
 installed linux-image-5.10.0-9-amd64 package post-installation script subproces
s returned error exit status 1
dpkg: dependency problems prevent configuration of linux-image-amd64:
 linux-image-amd64 depends on linux-image-5.10.0-9-amd64 (= 5.10.70-1); however:
  Package linux-image-5.10.0-9-amd64 is not configured yet.

dpkg: error processing package linux-image-amd64 (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 linux-headers-5.10.0-9-amd64
 linux-headers-amd64
 linux-image-5.10.0-9-amd64
 linux-image-amd64
E: Sub-process /usr/bin/dpkg returned an error code (1)

root@htpc-devuan:/home/erdos# dpkg --configure -a
dpkg: warning: &#039;ldconfig&#039; not found in PATH or not executable
dpkg: warning: &#039;start-stop-daemon&#039; not found in PATH or not executable
dpkg: error: 2 expected programs not found in PATH or not executable
Note: root&#039;s PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin
root@htpc-devuan:/home/erdos#

root@htpc-devuan:/home/erdos# apt purge linux-image-5.10.0-9-amd64
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages were automatically installed and are no longer required:
  ant-contrib apt-transport-https bsdmainutils cinnabar-icon-theme
  clearlooks-phenix-cinnabar-theme cpp-8 enchant fonts-arphic-bsmi00lp
  fonts-arphic-gbsn00lp fonts-linuxlibertine fonts-noto-extra
  fonts-roboto-slab fonts-sil-gentium fonts-sil-gentium-basic geoip-database
  gtk2-engines-xfce hp-ppd irqbalance libasan5 libasync-mergepoint-perl
  libbind9-161 libboost-atomic1.67.0 libboost-chrono1.67.0
  libboost-date-time1.67.0 libboost-filesystem1.67.0 libboost-iostreams1.67.0
  libboost-locale1.67.0 libboost-regex1.67.0 libboost-system1.67.0
  libboost-thread1.67.0 libbrlapi0.6 libbsh-java libcdio18 libcec4
  libcgi-fast-perl libcgi-pm-perl libclass-accessor-perl libcodec2-0.8.1
  libcroco3 libcwidget3v5 libdc1394-22 libdigest-bubblebabble-perl
  libdns-export1104 libdns1104 libdns1110 libdouble-conversion1 libdvdread4
  libemail-valid-perl libenchant1c2a libept1.5.0 libevent-2.1-6
  libevent-core-2.1-6 libevent-pthreads-2.1-6 libexiv2-14 libfcgi-bin
  libfcgi-perl libfcgi0ldbl libfluidsynth1 libfuture-perl libgail-3-0
  libgcc1:i386 libgeoip1 libgspell-1-1 libgssdp-1.0-3 libgupnp-1.0-4
  libhdf5-103 libhdf5-fortran-102 libhdf5-hl-100 libhdf5-hl-fortran-100
  libicu63 libigdgmm5 libilmbase23 libio-async-perl libio-pty-perl
  libipc-run-perl libisc-export1100 libisc1100 libisc1105 libisccc161
  libisccfg163 libisl19 libjim0.77 libjs-modernizr libjson-c3 libjsoncpp1
  libjte1 libkyotocabinet16v5 libllvm7 liblouis17 liblouisutdml8 liblua5.3-0
  liblwres161 libm17n-0 libmetrics-any-perl libmpdec2 libmypaint-1.3-0
  libmysofa0 libnet-dns-perl libnet-dns-sec-perl libnet-ip-perl libnfs12
  libnftables0 libopenblas-base libopenexr23 liborcus-0.14-0 libotf0
  libpango-perl libparse-debianchangelog-perl libperl4-corelibs-perl
  libperl5.28 libpgm-5.2-0 libpoppler82 libprocps7 libpython2-stdlib
  libpython2.7 libpython3.7 libpython3.7-minimal libpython3.7-stdlib libqhull7
  libqpdf21 libqscintilla2-qt5-13 libqt5concurrent5 libqt5opengl5 libraw19
  libreoffice libreoffice-avmedia-backend-gstreamer libreoffice-librelogo
  libreoffice-nlpsolver libreoffice-script-provider-bsh
  libreoffice-script-provider-js libreoffice-script-provider-python
  libreoffice-wiki-publisher libsane libsdl1.2debian libsereal-perl
  libsisu-guice-java libsisu-ioc-java libsnmp30 libstruct-dumb-perl
  libtest-fatal-perl libtest-metrics-any-perl libtest-refcount-perl
  libtext-levenshtein-perl libu2f-udev libunique-1.0-0 libusbmuxd4 libvpx5
  libwnck-common libwnck22 libwxgtk3.0-0v5 libx264-155 libx265-165
  libxcb-util0 libxml-simple-perl linux-headers-4.19.0-9-common
  linux-image-4.9.0-12-amd64 linux-kbuild-4.19 m17n-db perl-modules-5.28
  printer-driver-hpijs python-pkg-resources python2 python2-minimal
  python3-gst-1.0 python3.7-minimal runit-helper xfce4-notes
Use &#039;apt autoremove&#039; to remove them.
The following packages will be REMOVED:
  linux-image-5.10.0-9-amd64* linux-image-amd64*
0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
4 not fully installed or removed.
After this operation, 302 MB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 216585 files and directories currently installed.)
Removing linux-image-amd64 (5.10.70-1) ...
Removing linux-image-5.10.0-9-amd64 (5.10.70-1) ...
I: /vmlinuz.old is now a symlink to boot/vmlinuz-4.9.0-12-amd64
I: /initrd.img.old is now a symlink to boot/initrd.img-4.9.0-12-amd64
I: /vmlinuz is now a symlink to boot/vmlinuz-4.19.0-9-amd64
I: /initrd.img is now a symlink to boot/initrd.img-4.19.0-9-amd64
/etc/kernel/postrm.d/initramfs-tools:
update-initramfs: Deleting /boot/initrd.img-5.10.0-9-amd64
/etc/kernel/postrm.d/zz-update-grub:
Generating grub configuration file ...
Found theme: /usr/share/desktop-base/grub-themes/desktop-grub-theme/theme.txt
Found linux image: /boot/vmlinuz-4.19.0-9-amd64
Found initrd image: /boot/initrd.img-4.19.0-9-amd64
Found linux image: /boot/vmlinuz-4.9.0-12-amd64
Found initrd image: /boot/initrd.img-4.9.0-12-amd64
done
Setting up linux-headers-5.10.0-9-amd64 (5.10.70-1) ...
/etc/kernel/header_postinst.d/dkms:
dkms: running auto installation service for kernel 5.10.0-9-amd64:Error! Could n
ot locate dkms.conf file.
File: /var/lib/dkms/nvidia/340.108/source/dkms.conf does not exist.
 failed!
run-parts: /etc/kernel/header_postinst.d/dkms exited with return code 4
Failed to process /etc/kernel/header_postinst.d at /var/lib/dpkg/info/linux-head
ers-5.10.0-9-amd64.postinst line 11.
dpkg: error processing package linux-headers-5.10.0-9-amd64 (--configure):
 installed linux-headers-5.10.0-9-amd64 package post-installation script subproc
ess returned error exit status 1
dpkg: dependency problems prevent configuration of linux-headers-amd64:
 linux-headers-amd64 depends on linux-headers-5.10.0-9-amd64 (= 5.10.70-1); howe
ver:
  Package linux-headers-5.10.0-9-amd64 is not configured yet.

dpkg: error processing package linux-headers-amd64 (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 linux-headers-5.10.0-9-amd64
 linux-headers-amd64
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@htpc-devuan:/home/erdos#</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (erdos)]]></author>
			<pubDate>Sat, 16 Oct 2021 13:54:51 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32123#p32123</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Apt-get update error during Chimaera upgrade]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32116#p32116</link>
			<description><![CDATA[<div class="quotebox"><cite>erdos wrote:</cite><blockquote><div><div class="quotebox"><cite>GlennW wrote:</cite><blockquote><div><p>linux-image-amd64 is a &quot;Task&quot; package, enables updates for your amd64 kernel.</p><p>What you do need is Guile, dkms, linux-headers and linux-headers-common to suit your kernel version, linux-image-5.10.0-9-amd64 (5.10.70-1) installed to get your nvidia drivers/modules installed and running.</p></div></blockquote></div><p>thanks for the reply!<br />I try to install &#039;Guile-3.0&#039;, but it seems to indicating that linux-image-5.10.0-9-amd64 isn&#039;t properly installed/configured.&#160; i can boot into 4.19 kernel for now but &#039;apt-get dist-upgrade&#039; results the same error.&#160; &#160;trying to remove &#039;nvidia-persistenced&#039; package also results the same error.</p></div></blockquote></div><p>Try as root or sudo:<br /><span class="bbc">apt install -f </span><br />and <span class="bbc">dpkg --configure -a</span><br />and if the problem is not resolved, try removing the kernel packages and install nvidia dependencies and later install&#160; kernel. <br /><span class="bbc">apt purge linux-image-5.10.0-9-amd64</span></p>]]></description>
			<author><![CDATA[dummy@example.com (Debuser2018)]]></author>
			<pubDate>Sat, 16 Oct 2021 09:50:00 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32116#p32116</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Apt-get update error during Chimaera upgrade]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32113#p32113</link>
			<description><![CDATA[<div class="quotebox"><cite>GlennW wrote:</cite><blockquote><div><p>linux-image-amd64 is a &quot;Task&quot; package, enables updates for your amd64 kernel.</p><p>What you do need is Guile, dkms, linux-headers and linux-headers-common to suit your kernel version, linux-image-5.10.0-9-amd64 (5.10.70-1) installed to get your nvidia drivers/modules installed and running.</p></div></blockquote></div><p>thanks for the reply!<br />I try to install &#039;Guile-3.0&#039;, but it seems to indicating that linux-image-5.10.0-9-amd64 isn&#039;t properly installed/configured.&#160; i can boot into 4.19 kernel for now but &#039;apt-get dist-upgrade&#039; results the same error.&#160; &#160;trying to remove &#039;nvidia-persistenced&#039; package also results the same error.</p><div class="codebox"><pre class="vscroll"><code>erdos@htpc-devuan:~$ sudo apt-get install guile-3.0
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following packages were automatically installed and are no longer required:
  ant-contrib apt-transport-https bsdmainutils cinnabar-icon-theme
  clearlooks-phenix-cinnabar-theme cpp-8 enchant fonts-arphic-bsmi00lp
  fonts-arphic-gbsn00lp fonts-linuxlibertine fonts-noto-extra
  fonts-roboto-slab fonts-sil-gentium fonts-sil-gentium-basic geoip-database
  gtk2-engines-xfce hp-ppd irqbalance libasan5 libasync-mergepoint-perl
  libbind9-161 libboost-atomic1.67.0 libboost-chrono1.67.0
  libboost-date-time1.67.0 libboost-filesystem1.67.0 libboost-iostreams1.67.0
  libboost-locale1.67.0 libboost-regex1.67.0 libboost-system1.67.0
  libboost-thread1.67.0 libbrlapi0.6 libbsh-java libcdio18 libcec4
  libcgi-fast-perl libcgi-pm-perl libclass-accessor-perl libcodec2-0.8.1
  libcroco3 libcwidget3v5 libdc1394-22 libdigest-bubblebabble-perl
  libdns-export1104 libdns1104 libdns1110 libdouble-conversion1 libdvdread4
  libemail-valid-perl libenchant1c2a libept1.5.0 libevent-2.1-6
  libevent-core-2.1-6 libevent-pthreads-2.1-6 libexiv2-14 libfcgi-bin
  libfcgi-perl libfcgi0ldbl libfluidsynth1 libfuture-perl libgail-3-0
  libgcc1:i386 libgeoip1 libgspell-1-1 libgssdp-1.0-3 libgupnp-1.0-4
  libhdf5-103 libhdf5-fortran-102 libhdf5-hl-100 libhdf5-hl-fortran-100
  libicu63 libigdgmm5 libilmbase23 libio-async-perl libio-pty-perl
  libipc-run-perl libisc-export1100 libisc1100 libisc1105 libisccc161
  libisccfg163 libisl19 libjim0.77 libjs-modernizr libjson-c3 libjsoncpp1
  libjte1 libkyotocabinet16v5 libllvm7 liblouis17 liblouisutdml8 liblua5.3-0
  liblwres161 libm17n-0 libmetrics-any-perl libmpdec2 libmypaint-1.3-0
  libmysofa0 libnet-dns-perl libnet-dns-sec-perl libnet-ip-perl libnfs12
  libnftables0 libopenblas-base libopenexr23 liborcus-0.14-0 libotf0
  libpango-perl libparse-debianchangelog-perl libperl4-corelibs-perl
  libperl5.28 libpgm-5.2-0 libpoppler82 libprocps7 libpython2-stdlib
  libpython2.7 libpython3.7 libpython3.7-minimal libpython3.7-stdlib libqhull7
  libqpdf21 libqscintilla2-qt5-13 libqt5concurrent5 libqt5opengl5 libraw19
  libreoffice libreoffice-avmedia-backend-gstreamer libreoffice-librelogo
  libreoffice-nlpsolver libreoffice-script-provider-bsh
  libreoffice-script-provider-js libreoffice-script-provider-python
  libreoffice-wiki-publisher libsane libsdl1.2debian libsereal-perl
  libsisu-guice-java libsisu-ioc-java libsnmp30 libstruct-dumb-perl
  libtest-fatal-perl libtest-metrics-any-perl libtest-refcount-perl
  libtext-levenshtein-perl libu2f-udev libunique-1.0-0 libusbmuxd4 libvpx5
  libwnck-common libwnck22 libwxgtk3.0-0v5 libx264-155 libx265-165
  libxcb-util0 libxml-simple-perl linux-headers-4.19.0-9-common
  linux-image-4.9.0-12-amd64 linux-kbuild-4.19 m17n-db perl-modules-5.28
  printer-driver-hpijs python-pkg-resources python2 python2-minimal
  python3-gst-1.0 python3.7-minimal runit-helper xfce4-notes
Use &#039;sudo apt autoremove&#039; to remove them.
The following additional packages will be installed:
  guile-3.0-libs
Suggested packages:
  guile-3.0-doc
The following NEW packages will be installed:
  guile-3.0 guile-3.0-libs
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
4 not fully installed or removed.
Need to get 6,429 kB of archives.
After this operation, 53.3 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://deb.devuan.org/merged chimaera/main amd64 guile-3.0-libs amd64 3.0.5-4 [6,406 kB]
Get:2 http://deb.devuan.org/merged chimaera/main amd64 guile-3.0 amd64 3.0.5-4 [23.1 kB]
Fetched 6,429 kB in 4s (1,573 kB/s)
Selecting previously unselected package guile-3.0-libs:amd64.
(Reading database ... 215844 files and directories currently installed.)
Preparing to unpack .../guile-3.0-libs_3.0.5-4_amd64.deb ...
Unpacking guile-3.0-libs:amd64 (3.0.5-4) ...
Selecting previously unselected package guile-3.0.
Preparing to unpack .../guile-3.0_3.0.5-4_amd64.deb ...
Unpacking guile-3.0 (3.0.5-4) ...
Setting up linux-headers-5.10.0-9-amd64 (5.10.70-1) ...
/etc/kernel/header_postinst.d/dkms:
dkms: running auto installation service for kernel 5.10.0-9-amd64:Error! Could not locate dkms.conf file.
File: /var/lib/dkms/nvidia/340.108/source/dkms.conf does not exist.
 failed!
run-parts: /etc/kernel/header_postinst.d/dkms exited with return code 4
Failed to process /etc/kernel/header_postinst.d at /var/lib/dpkg/info/linux-headers-5.10.0-9-amd64.postinst line 11.
dpkg: error processing package linux-headers-5.10.0-9-amd64 (--configure):
 installed linux-headers-5.10.0-9-amd64 package post-installation script subprocess returned error exit status 1
Setting up guile-3.0-libs:amd64 (3.0.5-4) ...
dpkg: dependency problems prevent configuration of linux-headers-amd64:
 linux-headers-amd64 depends on linux-headers-5.10.0-9-amd64 (= 5.10.70-1); however:
  Package linux-headers-5.10.0-9-amd64 is not configured yet.

dpkg: error processing package linux-headers-amd64 (--configure):
 dependency problems - leaving unconfigured
Setting up linux-image-5.10.0-9-amd64 (5.10.70-1) ...
/etc/kernel/postinst.d/dkms:
dkms: running auto installation service for kernel 5.10.0-9-amd64:Error! Could not locate dkms.conf file.
File: /var/lib/dkms/nvidia/340.108/source/dkms.conf does not exist.
 failed!
run-parts: /etc/kernel/postinst.d/dkms exited with return code 4
dpkg: error processing package linux-image-5.10.0-9-amd64 (--configure):
 installed linux-image-5.10.0-9-amd64 package post-installation script subprocess returned error exit status 1
Setting up guile-3.0 (3.0.5-4) ...
update-alternatives: using /usr/lib/x86_64-linux-gnu/guile/3.0/bin/guile to provide /usr/bin/guile (guile) in auto mode
dpkg: dependency problems prevent configuration of linux-image-amd64:
 linux-image-amd64 depends on linux-image-5.10.0-9-amd64 (= 5.10.70-1); however:
  Package linux-image-5.10.0-9-amd64 is not configured yet.

dpkg: error processing package linux-image-amd64 (--configure):
 dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.31-13+deb11u2) ...
Processing triggers for man-db (2.9.4-2) ...
Errors were encountered while processing:
 linux-headers-5.10.0-9-amd64
 linux-headers-amd64
 linux-image-5.10.0-9-amd64
 linux-image-amd64
E: Sub-process /usr/bin/dpkg returned an error code (1)
erdos@htpc-devuan:~$ 
erdos@htpc-devuan:~$ sudo apt-get remove nvidia-persistenced
[sudo] password for erdos: 
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package &#039;nvidia-persistenced&#039; is not installed, so not removed
The following packages were automatically installed and are no longer required:
  ant-contrib apt-transport-https bsdmainutils cinnabar-icon-theme clearlooks-phenix-cinnabar-theme cpp-8 enchant fonts-arphic-bsmi00lp fonts-arphic-gbsn00lp fonts-linuxlibertine
  fonts-noto-extra fonts-roboto-slab fonts-sil-gentium fonts-sil-gentium-basic geoip-database gtk2-engines-xfce hp-ppd irqbalance libasan5 libasync-mergepoint-perl libbind9-161
  libboost-atomic1.67.0 libboost-chrono1.67.0 libboost-date-time1.67.0 libboost-filesystem1.67.0 libboost-iostreams1.67.0 libboost-locale1.67.0 libboost-regex1.67.0 libboost-system1.67.0
  libboost-thread1.67.0 libbrlapi0.6 libbsh-java libcdio18 libcec4 libcgi-fast-perl libcgi-pm-perl libclass-accessor-perl libcodec2-0.8.1 libcroco3 libcwidget3v5 libdc1394-22
  libdigest-bubblebabble-perl libdns-export1104 libdns1104 libdns1110 libdouble-conversion1 libdvdread4 libemail-valid-perl libenchant1c2a libept1.5.0 libevent-2.1-6 libevent-core-2.1-6
  libevent-pthreads-2.1-6 libexiv2-14 libfcgi-bin libfcgi-perl libfcgi0ldbl libfluidsynth1 libfuture-perl libgail-3-0 libgcc1:i386 libgeoip1 libgspell-1-1 libgssdp-1.0-3 libgupnp-1.0-4
  libhdf5-103 libhdf5-fortran-102 libhdf5-hl-100 libhdf5-hl-fortran-100 libicu63 libigdgmm5 libilmbase23 libio-async-perl libio-pty-perl libipc-run-perl libisc-export1100 libisc1100
  libisc1105 libisccc161 libisccfg163 libisl19 libjim0.77 libjs-modernizr libjson-c3 libjsoncpp1 libjte1 libkyotocabinet16v5 libllvm7 liblouis17 liblouisutdml8 liblua5.3-0 liblwres161
  libm17n-0 libmetrics-any-perl libmpdec2 libmypaint-1.3-0 libmysofa0 libnet-dns-perl libnet-dns-sec-perl libnet-ip-perl libnfs12 libnftables0 libopenblas-base libopenexr23 liborcus-0.14-0
  libotf0 libpango-perl libparse-debianchangelog-perl libperl4-corelibs-perl libperl5.28 libpgm-5.2-0 libpoppler82 libprocps7 libpython2-stdlib libpython2.7 libpython3.7
  libpython3.7-minimal libpython3.7-stdlib libqhull7 libqpdf21 libqscintilla2-qt5-13 libqt5concurrent5 libqt5opengl5 libraw19 libreoffice libreoffice-avmedia-backend-gstreamer
  libreoffice-librelogo libreoffice-nlpsolver libreoffice-script-provider-bsh libreoffice-script-provider-js libreoffice-script-provider-python libreoffice-wiki-publisher libsane
  libsdl1.2debian libsereal-perl libsisu-guice-java libsisu-ioc-java libsnmp30 libstruct-dumb-perl libtest-fatal-perl libtest-metrics-any-perl libtest-refcount-perl
  libtext-levenshtein-perl libu2f-udev libunique-1.0-0 libusbmuxd4 libvpx5 libwnck-common libwnck22 libwxgtk3.0-0v5 libx264-155 libx265-165 libxcb-util0 libxml-simple-perl
  linux-headers-4.19.0-9-common linux-image-4.9.0-12-amd64 linux-kbuild-4.19 m17n-db perl-modules-5.28 printer-driver-hpijs python-pkg-resources python2 python2-minimal python3-gst-1.0
  python3.7-minimal runit-helper xfce4-notes
Use &#039;sudo apt autoremove&#039; to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
4 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up linux-headers-5.10.0-9-amd64 (5.10.70-1) ...
/etc/kernel/header_postinst.d/dkms:
dkms: running auto installation service for kernel 5.10.0-9-amd64:Error! Could not locate dkms.conf file.
File: /var/lib/dkms/nvidia/340.108/source/dkms.conf does not exist.
 failed!
run-parts: /etc/kernel/header_postinst.d/dkms exited with return code 4
Failed to process /etc/kernel/header_postinst.d at /var/lib/dpkg/info/linux-headers-5.10.0-9-amd64.postinst line 11.
dpkg: error processing package linux-headers-5.10.0-9-amd64 (--configure):
 installed linux-headers-5.10.0-9-amd64 package post-installation script subprocess returned error exit status 1
dpkg: dependency problems prevent configuration of linux-headers-amd64:
 linux-headers-amd64 depends on linux-headers-5.10.0-9-amd64 (= 5.10.70-1); however:
  Package linux-headers-5.10.0-9-amd64 is not configured yet.

dpkg: error processing package linux-headers-amd64 (--configure):
 dependency problems - leaving unconfigured
Setting up linux-image-5.10.0-9-amd64 (5.10.70-1) ...
/etc/kernel/postinst.d/dkms:
dkms: running auto installation service for kernel 5.10.0-9-amd64:Error! Could not locate dkms.conf file.
File: /var/lib/dkms/nvidia/340.108/source/dkms.conf does not exist.
 failed!
run-parts: /etc/kernel/postinst.d/dkms exited with return code 4
dpkg: error processing package linux-image-5.10.0-9-amd64 (--configure):
 installed linux-image-5.10.0-9-amd64 package post-installation script subprocess returned error exit status 1
dpkg: dependency problems prevent configuration of linux-image-amd64:
 linux-image-amd64 depends on linux-image-5.10.0-9-amd64 (= 5.10.70-1); however:
  Package linux-image-5.10.0-9-amd64 is not configured yet.

dpkg: error processing package linux-image-amd64 (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 linux-headers-5.10.0-9-amd64
 linux-headers-amd64
 linux-image-5.10.0-9-amd64
 linux-image-amd64
E: Sub-process /usr/bin/dpkg returned an error code (1)</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (erdos)]]></author>
			<pubDate>Sat, 16 Oct 2021 02:53:46 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32113#p32113</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Apt-get update error during Chimaera upgrade]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32112#p32112</link>
			<description><![CDATA[<p>linux-image-amd64 is a &quot;Task&quot; package, enables updates for your amd64 kernel.</p><p>What you do need is Guile, dkms, linux-headers and linux-headers-common to suit your kernel version, linux-image-5.10.0-9-amd64 (5.10.70-1) installed to get your nvidia drivers/modules installed and running.</p>]]></description>
			<author><![CDATA[dummy@example.com (GlennW)]]></author>
			<pubDate>Sat, 16 Oct 2021 02:16:31 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32112#p32112</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Apt-get update error during Chimaera upgrade]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32111#p32111</link>
			<description><![CDATA[<p>I encountered additional error while performing &#039;apt-get dist-upgrade&#039;</p><div class="codebox"><pre class="vscroll"><code>Setting up linux-headers-5.10.0-9-amd64 (5.10.70-1) ...
/etc/kernel/header_postinst.d/dkms:
dkms: running auto installation service for kernel 5.10.0-9-amd64:Error! Could not locate dkms.conf file.
File: /var/lib/dkms/nvidia/340.108/source/dkms.conf does not exist.
 failed!
run-parts: /etc/kernel/header_postinst.d/dkms exited with return code 4
Failed to process /etc/kernel/header_postinst.d at /var/lib/dpkg/info/linux-headers-5.10.0-9-amd64.postinst line 11.
dpkg: error processing package linux-headers-5.10.0-9-amd64 (--configure):
 installed linux-headers-5.10.0-9-amd64 package post-installation script subprocess returned error exit status 1
dpkg: dependency problems prevent configuration of linux-headers-amd64:
 linux-headers-amd64 depends on linux-headers-5.10.0-9-amd64 (= 5.10.70-1); however:
  Package linux-headers-5.10.0-9-amd64 is not configured yet.

dpkg: error processing package linux-headers-amd64 (--configure):
 dependency problems - leaving unconfigured
Setting up libgc1:amd64 (1:8.0.4-3) ...
Setting up linux-image-5.10.0-9-amd64 (5.10.70-1) ...
/etc/kernel/postinst.d/dkms:
dkms: running auto installation service for kernel 5.10.0-9-amd64:Error! Could not locate dkms.conf file.
File: /var/lib/dkms/nvidia/340.108/source/dkms.conf does not exist.
 failed!
run-parts: /etc/kernel/postinst.d/dkms exited with return code 4
dpkg: error processing package linux-image-5.10.0-9-amd64 (--configure):
 installed linux-image-5.10.0-9-amd64 package post-installation script subprocess returned error exit status 1
Setting up guile-2.2-libs:amd64 (2.2.7+1-6) ...
dpkg: dependency problems prevent configuration of linux-image-amd64:
 linux-image-amd64 depends on linux-image-5.10.0-9-amd64 (= 5.10.70-1); however:
  Package linux-image-5.10.0-9-amd64 is not configured yet.

dpkg: error processing package linux-image-amd64 (--configure):
 dependency problems - leaving unconfigured
Processing triggers for libc-bin (2.31-13+deb11u2) ...
Errors were encountered while processing:
 linux-headers-5.10.0-9-amd64
 linux-headers-amd64
 linux-image-5.10.0-9-amd64
 linux-image-amd64
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@htpc-devuan:/home/erdos/Downloads#</code></pre></div><p>I have proprietary nvidia driver installed before upgrade.</p><p>any idea how to proceed?</p>]]></description>
			<author><![CDATA[dummy@example.com (erdos)]]></author>
			<pubDate>Fri, 15 Oct 2021 23:56:58 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32111#p32111</guid>
		</item>
	</channel>
</rss>
