You are not logged in.
I'd like to add my experience.
Since I've upgraded to chimera 4.0 from belwulf 3.0, i have noticed Suspend feature failed as well. i have devuan installed on HP desktop with NVidia 9300GT card, i used to be able to put machine into suspend overnight and woke it up next time i use, but now the feature isn't working at all. in the weekend, i tried 'hybrid sleep' option that presented on the power/logoff menu to put it in sleep, and it woke up yesterday ok.
Will continue to see how this goes
hi,
My pc is connected through wifi, whenever I rebooted my machine, it's not automatically connected to wifi, I had to run the following to be able to connect.
root@htpc-devuan:~# /etc/init.d/networking restart
my network setting is as follows:
erdos@htpc-devuan:~/Documents$ pico /etc/network/interfaces
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
# my wifi device
allow-hotplug wlan0
iface wlan0 inet dhcp
wpa-ssid ssidname
wpa-psk password
any advice?
thanks!
i was able to run dhclient after su - , is 'dhclient' supposed to run in root only?
hi,
whenever i tried to run dhclient , i got error saying command not found. however, 'dhclient' does exist in /sbin directory, it looks that /sbin is not in my path.
erdos@htpc-devuan:~/Documents$ $PATH
bash: /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games: No such file or directory
how do i add /sbin to my PATH?
thank you!
I've removed Libreoffice files from my Chimera since it's broken.
Tried Appimage of Libreoffice and it works out great!
i tried with command line prompt and received an error:
erdos@htpc-devuan:~/Documents$ /usr/bin/soffice --version
terminate called after throwing an instance of 'com::sun::star::uno::DeploymentException'
You have new mail in /var/mail/erdos
erdos@htpc-devuan:~/Documents$ lsb_release -a
No LSB modules are available.
Distributor ID: Devuan
Description: Devuan GNU/Linux 4 (chimaera)
Release: 4
Codename: chimaera
erdos@htpc-devuan:~/Documents$ uname -a
Linux htpc-devuan 5.10.0-9-amd64 #1 SMP Debian 5.10.70-1 (2021-09-30) x86_64 GNU/Linux
erdos@htpc-devuan:~/Documents$ locate .desktop | fgrep office
bash: locate: command not found
i updated to chimera from 3.0, maybe libreoffice didn't get updated propperly during the process? but checking 'synaptics' indicating libreoffice base/core are up-to-date
hi, i'm on devuan 4.0 with XFCE DE and have libreoffice installed.
when i choose 'libreoffice writer' or 'libreoffice calc' in the XFCE menu, nothing happens.
what gives?
hey guys
I've an existing SSD with devuan 4 installed. and i just purchased another SSD and would like to clone my existing devuan 4 os and /home partition. is there an easy way to achieve this?
# 1 SSD
/root partition has 20G, /home partition is 35G
erdos@htpc-devuan:~$ df -h
Filesystem Size Used Avail Use% Mounted on
udev 2.0G 0 2.0G 0% /dev
tmpfs 394M 2.6M 391M 1% /run
/dev/sda1 19G 8.5G 8.8G 50% /
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
tmpfs 1.2G 258M 914M 23% /dev/shm
/dev/sda5 35G 19G 15G 57% /home
tmpfs 394M 16K 394M 1% /run/user/1000
new SSD is 256G, and I plan to use 64G for root partition, and rest for /home partition.
solution has been given here https://dev1galaxy.org/viewtopic.php?id=4585
You should be able to install that package from ceres by temporarily adding the ceres sources.list line
Add the line to your /etc/apt/sources.list:
deb http://deb.devuan.org/merged ceres main contrib non-free
Install the package and its dependencies an your system:
# apt-get update # apt-get install -t ceres ....
Obviously you should then refrain from installing anything more, but afaict your nvidia-legacy-340xx package should be safe to install in this way.
Restore sources.list by removing or commenting out that line, and then again run:
# apt-get update
Or, you may configure "pinning" for ceres so as to follow upgrades to only that package, without getting other things.
thank you! that's it! I've installed 'nvidia-legacy-340xx-driver' by following the instructions.
I received some error regarding 'nvidia-persisenced', but that's probably expected
# apt-get install -t ceres nvidia-legacy-340xx-driver
...
DKMS: install completed.
Setting up nvidia-legacy-340xx-driver (340.108-11) ...
Processing triggers for libc-bin (2.31-13+deb11u2) ...
Processing triggers for initramfs-tools (0.140) ...
update-initramfs: Generating /boot/initrd.img-5.10.0-9-amd64
Processing triggers for update-glx (1.2.1) ...
Processing triggers for glx-alternative-nvidia (1.2.1) ...
update-alternatives: using /usr/lib/nvidia to provide /usr/lib/glx (glx) in auto mode
Processing triggers for libc-bin (2.31-13+deb11u2) ...
Processing triggers for initramfs-tools (0.140) ...
update-initramfs: Generating /boot/initrd.img-5.10.0-9-amd64
Errors were encountered while processing:
nvidia-persistenced
E: Sub-process /usr/bin/dpkg returned an error code (1)
I restored sources.list and updated the repo accordingly afterwards. Really appreciate your help! Now i can sit back enjoy Chimaera, yahh!
thanks for the reply!
Chimaera backports doesn't include 'nvidia-legacy-340xx-driver' either, it seems that kernel 5.10 update that comes with chimaera doesn't support 340xx driver anymore. I wish i knew this before the 4.0 upgrade.
I still had the 340xx driver installed after 4.0 upgrade but couldn't install 5.10 kernel and headers. in the process of getting 5.10 kernel installed, 340xx driver was deleted and no longer in the repo.
I have a HP desktop equipped a GeForce 9300 GE card. and I use it as HTPC connected to my 4K tv running Devuan 3, but upgrading to Devuan 4 over the weekend has broke the nvidia driver support since newer kernel (5.10) doesn't support 340xx driver for my card anymore. Nouveau driver only supports resolution up to 1280x1024.
I look around and it seems that Ceres still have 'nvidia-legacy-340xx' available. it seems that in order to use nvidia driver, the path forward is to use 'Ceres' instead of Chamera. so the question is: is Ceres stable enough to use?
thanks!
erdos@htpc-devuan:~$ for i in /var/lib/dkms/*/[^k]*/source; do [ -e "$i" ] || echo "$i";done
/var/lib/dkms/*/[^k]*/source
removed 'nvidia' directory, and reinstalled header/kernel for 5.10, ok
rm -r /var/lib/dkms/nvidia
# export PATH="$PATH:/sbin"
dpkg --configure -a && sync
apt purge linux-headers-5.10.0-9-amd64 linux-headers-amd64
apt-get update && apt-get upgrade
apt-get autoremove --purge
apt-get dist-upgrade
apt install linux-headers-5.10.0-9-amd64 linux-headers-amd64
apt install linux-image-5.10.0-9-amd64
I updated /etc/apt/sources.list to include 'no-free' and update repository list:
however, it seems that i could no longer install nvidia driver for my graphics card (GeForce 9300 GE), i.e. nvidia-legacy-340xx-driver
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 'nvidia-legacy-340xx-driver' has no installation candidate
this driver is no longer available in chimaera
As you see dkms has compiled some modules in the library. Inspect & Remove these directories ('/usr/share/doc/lin
ux-headers-amd64,/lib/modules/5.10.0-9-amd64) & retry.
rm /usr/share/doc/linux-headers-amd64 && rm /lib/modules/5.10.0-9-amd64
dpkg --configure -a && syncAs regarding the dpkg warnings about missing PATH variables, you may look into: https://unix.stackexchange.com/question … h-variable
i was able to run above commands, removed /usr/share/doc/linux-headers-amd64, /lib/modules/5.10.0-9-amd64 doesn't exist though. 'dpkg' runs ok too after modify path.
but trying to reinstall 5.10 kernel/headers still results the same error - complaining it couldn't find dkms.conf
apt install linux-headers-5.10.0-9-amd64 linux-headers-amd64
root@htpc-devuan:/home/erdos# export PATH="$PATH:/sbin"
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 'apt autoremove' 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#
i purged all 'nvidia' in the system, and tried again, still no success.
# apt-get remove --purge '^nvidia-.*'
It seems that repository is messed up now, i couldn't find any 'nvidia' driver include 'nvidia-persistenced', using synaptics display ed 'xserver-xorg-video-nvidia-legacy-340xx' but shows:
"
Package xserver-xorg-video-nvidia-legacy-340xx has no available version, but exists in the database.
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"
Remove all the 5.x kernels and kernel headers and retry.
apt purge linux-headers-5.10.0-9-amd64 linux-headers-amd64
both
apt purge linux-headers-5.10.0-9-amd64 linux-headers-amd64
apt install -f
are success, but dpkg --configure -a still ends with error.
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 'apt autoremove' 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 '/lib/modu
les/5.10.0-9-amd64' 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 '/usr/share/doc/lin
ux-headers-amd64' 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 'apt autoremove' 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: 'ldconfig' not found in PATH or not executable
dpkg: warning: 'start-stop-daemon' not found in PATH or not executable
dpkg: error: 2 expected programs not found in PATH or not executable
Note: root'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 'apt autoremove' 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: 'ldconfig' not found in PATH or not executable
dpkg: warning: 'start-stop-daemon' not found in PATH or not executable
dpkg: error: 2 expected programs not found in PATH or not executable
Note: root's PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin
I poke around for the 'missing' dkms.conf file, it's there but in a different directory than devuan expected.
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 -> /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:~$
Try as root or sudo:
apt install -f
and dpkg --configure -a
and if the problem is not resolved, try removing the kernel packages and install nvidia dependencies and later install kernel.
apt purge linux-image-5.10.0-9-amd64
tried both and failed. it seems to be a dependency hell now.
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 'apt autoremove' 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: 'ldconfig' not found in PATH or not executable
dpkg: warning: 'start-stop-daemon' not found in PATH or not executable
dpkg: error: 2 expected programs not found in PATH or not executable
Note: root'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 'apt autoremove' 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#
linux-image-amd64 is a "Task" package, enables updates for your amd64 kernel.
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.
thanks for the reply!
I try to install 'Guile-3.0', but it seems to indicating that linux-image-5.10.0-9-amd64 isn't properly installed/configured. i can boot into 4.19 kernel for now but 'apt-get dist-upgrade' results the same error. trying to remove 'nvidia-persistenced' package also results the same error.
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 'sudo apt autoremove' 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 'nvidia-persistenced' 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 'sudo apt autoremove' 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)
I encountered additional error while performing 'apt-get dist-upgrade'
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#
I have proprietary nvidia driver installed before upgrade.
any idea how to proceed?
hi, i'm trying to upgrade to Chimaera from beowulf and encountered the following during apt update:
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'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't be verified because the public key is not available: NO_PUBKEY 78BD65473CB3BD13
E: The repository 'http://dl.google.com/linux/earth/deb stable InRelease' is not signed.
N: Updating from such a repository can'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#
i believe i installed zoom and google-earth through .deb package. is this a concern for continuing upgrade to chimaera?
erdos wrote:also keep my eye out for devuan ver 4, hopefully it won't take as long as beowulf after debian 10's release ~ 1 year
https://www.devuan.org/os/announce/chim … 2021-10-14
not long at all
wow, i'm honestly amazed by the speed of new release, trailing debian 10 only by 2 months.
thanks for the hardwork by developers!
hi
i installed 'VNC viewer' onto ipad to access my devuan htpc with Beowulf x64 installed. 'tightVNC' is running on the devuan machine, but trying to access it from 'VNC viewer' results port error, both devuan and ipad are located on the same home wifi network.
any suggestion?
also keep my eye out for devuan ver 4, hopefully it won't take as long as beowulf after debian 10's release ~ 1 year
I'm still looking for a solution.
both HTPC and TV are set to 60HZ refresh rate, but HTPC automatically sets to 4k after some period of idle time.
hi, i have kodi running on my htpc with beowulf.
I'm looking for the log file it generated such as error or crash, but couldn't find such info in ~/home/user/.kodi/
where should i be looking?