The officially official Devuan Forum!

You are not logged in.

#26 Re: Desktop and Multimedia » [SOLVED] Is Ceres stable for daily use? » 2021-10-18 02:48:35

ralph.ronnquist wrote:

You should be able to install that package from ceres by temporarily adding the ceres sources.list line

  1. Add the line to your /etc/apt/sources.list:

    deb http://deb.devuan.org/merged ceres main contrib non-free
  2. 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.

  3. 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!

#27 Re: Desktop and Multimedia » [SOLVED] Is Ceres stable for daily use? » 2021-10-18 01:37:21

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.

#28 Desktop and Multimedia » [SOLVED] Is Ceres stable for daily use? » 2021-10-18 00:05:52

erdos
Replies: 6

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?

#29 Re: Installation » [SOLVED] Apt-get update error during Chimaera upgrade » 2021-10-17 15:38:20

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

https://pkginfo.devuan.org/cgi-bin/poli … r&x=submit

#30 Re: Installation » [SOLVED] Apt-get update error during Chimaera upgrade » 2021-10-17 02:54:10

Debuser2018 wrote:

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 && sync

As 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"

#31 Re: Installation » [SOLVED] Apt-get update error during Chimaera upgrade » 2021-10-16 16:06:16

Debuser2018 wrote:

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

#32 Re: Installation » [SOLVED] Apt-get update error during Chimaera upgrade » 2021-10-16 14:02:36

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:~$

#33 Re: Installation » [SOLVED] Apt-get update error during Chimaera upgrade » 2021-10-16 13:54:51

Debuser2018 wrote:

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#

#34 Re: Installation » [SOLVED] Apt-get update error during Chimaera upgrade » 2021-10-16 02:53:46

GlennW wrote:

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)

#35 Re: Installation » [SOLVED] Apt-get update error during Chimaera upgrade » 2021-10-15 23:56:58

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?

#36 Installation » [SOLVED] Apt-get update error during Chimaera upgrade » 2021-10-15 01:36:08

erdos
Replies: 17

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?

#37 Re: News & Announcements » devuan 4 » 2021-10-15 00:26:37

lump0 wrote:
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 smile

wow, i'm honestly amazed by the speed of new release, trailing debian 10 only by 2 months.

thanks for the hardwork by developers!

#38 Desktop and Multimedia » access from ipad with VNC viewer » 2021-10-14 20:54:02

erdos
Replies: 0

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?

#39 Re: News & Announcements » devuan 4 » 2021-10-14 20:14:36

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

#40 Re: Desktop and Multimedia » how to keep desktop resolution on htpc? » 2021-02-25 20:58:47

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.

#41 Desktop and Multimedia » log file location for kodi » 2021-01-22 18:36:09

erdos
Replies: 1

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?

#42 Desktop and Multimedia » how to keep desktop resolution on htpc? » 2021-01-06 02:30:18

erdos
Replies: 2

hi, i connected my HTPC running beowulf to a sharp 4K tv and set the desktop resolution at 1920x1080.

However, sometimes when i open the TV, the desktop seems to automatically adjust to 4k (3840 x 2160), when i reverted back to 1080p resoluton, it will change again to 4k after a while, and the fonts will become too small to read.

how to keep the desktop at 1080p?

#43 Re: Desktop and Multimedia » 'Zoom' crawls in beowulf » 2020-10-16 15:47:38

Head_on_a_Stick wrote:

Don't run zoom as root, that's just silly. https://en.wikipedia.org/wiki/Principle … _privilege

launching 'zoom' as regular user didn't work at first, but after a system reboot, i was able to launch the app from command line, no additional info was displayed once zoom was started from CLI though.

The issue remains:  live video in full screen mode lags, if i scaled it down, the video quality improves. and the menu as well as fonts display disproportionately large on the screen.

I was able to go into settings to get sound output once i logged in.

The system is a HP desktop with intel i7, 4G RAM, and nvidia 9300 video card.

#44 Re: Desktop and Multimedia » 'Zoom' crawls in beowulf » 2020-10-09 02:45:52

here's the command prompt output, zoom version is 5.3.465578.0920


erdos@htpc-devuan:~/Downloads$ sudo zoom
[sudo] password for erdos:
ZoomLauncher started.
Zoom path is: /opt/zoom
cmd line:
CreateReportChannel bp_server_fd=4
$HOME = /root
Can't load/root/.config/zoomus.conf
export SSB_HOME=/root/.zoom; export QSG_INFO=1; export QT_AUTO_SCREEN_SCALE_FACTOR=1; export LD_LIBRARY_PATH=/opt/zoom; export BREAKPAD_CLIENT_FD=3; /opt/zoom/zoom ""
No PulseAudio daemon running, or not running as session daemon.
zoom started.
Client: Breakpad is using Client-Server Mode! client fd = 3
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
[CZPClientLogMgr::LogClientEnvironment] [MacAddr: 00:23:54:95:BC:6A][client: Linux][OS: Devuan GNU/Linux 3 (beowulf)][Hardware: CPU Core:4 Frenquency:2.66 G Memory size:3946MB CPU Brand:Intel(R) Core(TM)2 Quad CPU    Q9400  @ 2.66GHz GPU Brand:][Req ID: ]
Linux Client Version is 5.3.465578.0920
QSG_RENDER_LOOP is
XDG_CURRENT_DESKTOP = ;   GDMSESSION =
Graphics Card Info:: 06:00.0 VGA compatible controller: NVIDIA Corporation G98 [GeForce 9300 GE] (rev a1)
Zoom package arch is 64bit, runing OS arch is x86_64
AppIconMgr::systemDesktopName log Desktop Name: 
qt.scenegraph.general: threaded render loop
qt.scenegraph.general: Using sg animation driver
qt.scenegraph.general: Animation Driver: using vsync: 16.67 ms
qt.svg: link image0 hasn't been detected!
qt.svg: :/images/wechat.svg:10:6: Could not resolve property: pattern0
qt.scenegraph.general: Using sg animation driver
qt.scenegraph.general: Animation Driver: using vsync: 16.67 ms
qt.scenegraph.general: texture atlas dimensions: 1024x512
qt.scenegraph.general: R/G/B/A Buffers:    8 8 8 8
qt.scenegraph.general: Depth Buffer:       24
qt.scenegraph.general: Stencil Buffer:     8
qt.scenegraph.general: Samples:            -1
qt.scenegraph.general: GL_VENDOR:          NVIDIA Corporation
qt.scenegraph.general: GL_RENDERER:        GeForce 9300 GE/PCIe/SSE2
qt.scenegraph.general: GL_VERSION:         3.3.0 NVIDIA 340.108
qt.scenegraph.general: GL_EXTENSIONS:      GL_ARB_texture_env_add GL_NV_explicit_multisample GL_ARB_explicit_attrib_location GL_ARB_enhanced_layouts GL_ARB_stencil_texturing GL_EXT_provoking_vertex GL_ARB_point_parameters GL_NV_fragment_program2 GL_EXT_texture_filter_anisotropic GL_ARB_draw_elements_base_vertex GL_ARB_texture_env_combine GL_EXT_texture_lod GL_EXT_draw_buffers2 GL_ARB_vertex_program GL_ARB_window_pos GL_EXT_texture_sRGB GL_EXT_import_sync_object GL_NV_texture_rectangle GL_SGIS_generate_mipmap GL_NV_copy_depth_to_color GL_ARB_texture_view GL_EXT_draw_instanced GL_ARB_blend_func_extended GL_EXT_pixel_buffer_object GL_EXT_texture_env_dot3 GL_NV_float_buffer GL_NV_gpu_program4 GL_NV_point_sprite GL_SGIS_texture_lod GL_ARB_occlusion_query2 GL_ARB_depth_clamp GL_ARB_texture_compression_rgtc GL_ARB_vertex_shader GL_ARB_texture_mirrored_repeat GL_EXT_texture_lod_bias GL_NV_fence GL_ARB_half_float_pixel GL_ATI_draw_buffers GL_ARB_debug_output GL_EXT_texture_compression_rgtc GL_NV_depth_clamp GL_EXT_point_parameters GL_EXT_shader_integer_mix GL_NV_vertex_program2_option GL_ARB_framebuffer_sRGB GL_NV_vertex_array_range2 GL_ARB_fragment_program_shadow GL_EXT_texture_shared_exponent GL_ARB_shadow GL_EXT_blend_color GL_EXT_texture_compression_latc GL_ARB_texture_stencil8 GL_ARB_shading_language_packing GL_NV_packed_depth_stencil GL_ARB_texture_buffer_object GL_ARB_seamless_cube_map GL_ARB_ES3_compatibility GL_ARB_depth_texture GL_ARB_texture_rectangle GL_EXT_framebuffer_blit GL_ARB_timer_query GL_EXT_packed_pixels GL_ARB_depth_buffer_float GL_ARB_separate_shader_objects GL_ARB_vertex_array_bgra GL_ARB_texture_rgb10_a2ui GL_EXT_texture_env_combine GL_KHR_debug GL_NV_fragment_program_option GL_ARB_texture_non_power_of_two GL_ARB_robustness GL_EXT_texture_edge_clamp GL_IBM_texture_mirrored_repeat GL_ARB_map_buffer_alignment GL_NV_shader_buffer_load GL_EXT_separate_specular_color GL_EXT_texture_storage GL_NV_register_combiners GL_ATI_texture_mirror_once GL_EXT_multi_draw_arrays GL_ARB_copy_buffer GL_ARB_vertex_array_object GL_ARB_sync GL_ARB_copy_image GL_NV_occlusion_query GL_NV_vertex_program1_1 GL_NV_vertex_program2 GL_EXT_secondary_color GL_NV_vertex_program3 GL_EXT_framebuffer_sRGB GL_ARB_point_sprite GL_EXT_texture_sRGB_decode GL_EXT_texture_swizzle GL_EXT_framebuffer_object GL_ARB_imaging GL_EXT_depth_bounds_test GL_ARB_internalformat_query GL_ARB_map_buffer_range GL_ARB_texture_storage GL_NV_texgen_reflection GL_EXT_bgra GL_NV_texture_multisample GL_SGIX_shadow GL_ARB_texture_compression GL_ARB_texture_storage_multisample GL_EXT_compiled_vertex_array GL_EXT_blend_subtract GL_ARB_invalidate_subdata GL_EXT_vertex_array_bgra GL_EXT_shadow_funcs GL_EXT_fog_coord GL_ARB_texture_swizzle GL_ARB_uniform_buffer_object GL_NV_vdpau_interop GL_SUN_slice_accum GL_NV_fragment_program GL_ARB_shader_objects GL_ARB_multi_bind GL_NV_transform_feedback GL_EXT_packed_float GL_NV_path_rendering GL_ARB_compatibility GL_ARB_get_program_binary GL_NV_half_float GL_ARB_half_float_vertex GL_EXT_packed_depth_stencil GL_ARB_texture_border_clamp GL_EXT_vertex_array GL_NV_vertex_array_range GL_NV_ES1_1_compatibility GL_NV_light_max_exponent GL_NV_conditional_render GL_NV_parameter_buffer_object2 GL_ARB_texture_env_crossbar GL_ARB_draw_instanced GL_ARB_shader_bit_encoding GL_EXT_abgr GL_EXT_bindable_uniform GL_NV_primitive_restart GL_EXT_direct_state_access GL_NV_geometry_shader4 GL_EXT_texture3D GL_ARB_explicit_uniform_location GL_ARB_framebuffer_object GL_EXT_blend_minmax GL_NVX_conditional_render GL_ARB_robust_buffer_access_behavior GL_ARB_shading_language_420pack GL_NV_multisample_filter_hint GL_ARB_compressed_texture_pixel_storage GL_NVX_gpu_memory_info GL_SGIX_depth_texture GL_ARB_framebuffer_no_attachments GL_ARB_conservative_depth GL_EXT_texture_mirror_clamp GL_EXT_gpu_shader4 GL_EXT_draw_range_elements GL_IBM_rasterpos_clip GL_EXT_timer_query GL_NV_vertex_program GL_EXT_blend_func_separate GL_NV_parameter_buffer_object GL_ARB_vertex_type_2_10_10_10_rev GL_EXT_x11_sync_object GL_NV_vertex_buffer_unified_memory GL_ARB_vertex_type_10f_11f_11f_rev GL_EXT_texture_compression_s3tc GL_ARB_texture_multisample GL_NV_fog_distance GL_EXT_Cg_shader GL_NV_texture_shader GL_ARB_fragment_program GL_EXT_texture_array GL_EXT_texture_compression_dxt1 GL_EXT_rescale_normal GL_ARB_multitexture GL_ARB_multisample GL_ARB_vertex_attrib_binding GL_EXT_texture_object GL_EXT_stencil_two_side GL_ARB_draw_buffers GL_NV_texture_barrier GL_NV_register_combiners2 GL_S3_s3tc GL_ARB_geometry_shader4 GL_ATI_texture_float GL_ARB_color_buffer_float GL_EXT_blend_equation_separate GL_ARB_texture_cube_map GL_NV_texture_expand_normal GL_NV_texture_shader2 GL_ARB_program_interface_query GL_NV_texture_shader3 GL_NV_pixel_data_range GL_ARB_transpose_matrix GL_ARB_viewport_array GL_EXT_texture_buffer_object GL_ARB_fragment_coord_conventions GL_ARB_pixel_buffer_object GL_ARB_texture_buffer_range GL_ARB_provoking_vertex GL_NV_texture_env_combine4 GL_ARB_texture_mirror_clamp_to_edge GL_ARB_fragment_layer_viewport GL_NV_blend_square GL_EXT_stencil_wrap GL_EXT_gpu_program_parameters GL_NV_texture_compression_vtc GL_ARB_shader_texture_lod GL_ARB_texture_rg GL_EXT_texture_env_add GL_NV_framebuffer_multisample_coverage GL_ARB_sampler_objects GL_ARB_ES2_compatibility GL_ARB_arrays_of_arrays GL_EXT_geometry_shader4 GL_NV_depth_buffer_float GL_ARB_texture_env_dot3 GL_ARB_vertex_buffer_object GL_ARB_base_instance GL_KTX_buffer_region GL_EXTX_framebuffer_mixed_formats GL_EXT_texture_cube_map GL_EXT_framebuffer_multisample_blit_scaled GL_ARB_shading_language_100 GL_EXT_texture_integer GL_ARB_texture_query_levels GL_ARB_instanced_arrays GL_NV_copy_image GL_ARB_texture_float GL_ARB_fragment_shader GL_ARB_occlusion_query GL_NV_multisample_coverage GL_ARB_shading_language_include GL_EXT_framebuffer_multisample GL_ARB_internalformat_query2 GL_ARB_clear_buffer_object GL_EXT_separate_shader_objects
qt.scenegraph.general: Max Texture Size:  8192
qt.scenegraph.general: Debug context:     false
Error: Send error, 22 Invalid argument
Error: Send error, 22 Invalid argument
Error: Send error, 22 Invalid argument
qt.scenegraph.general: Using sg animation driver
qt.scenegraph.general: Animation Driver: using vsync: 16.67 ms
qt.scenegraph.general: texture atlas dimensions: 512x512

#45 Re: Desktop and Multimedia » 'Zoom' crawls in beowulf » 2020-10-07 00:17:38

Head_on_a_Stick wrote:

The Zoom .debs work fine for me under Debian buster, even when run in a (KVM) virtual machine. I would be surprised if Devuan beowulf behaved differently.

You should probably share the exact URL from which you downloaded the package so that we can confirm you have the correct version.

Do you see any error messages if you start Zoom from a terminal?

this is the link i used to download binary package:
https://zoom.us/download?os=linux

#46 Desktop and Multimedia » 'Zoom' crawls in beowulf » 2020-10-06 14:46:58

erdos
Replies: 11

hi, i installed 'Zoom' with binary package download from their website.  it seems the apps is extremely slow with video skipping and no sound.  The menu fonts are displayed extra large size on the screen.  I use an old MS webcam.

does anyone have similar problem with using Zoom in Beowulf?

#47 Re: Desktop and Multimedia » Kodi help » 2020-09-27 03:29:14

It seems that dependency is not satisfied with direct installation of .deb package


erdos@htpc-devuan:~/Downloads$ sudo apt install ./kodi-inputstream-adaptive_2.4.5-dmo0+deb10u1_amd64.deb
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting 'kodi-inputstream-adaptive' instead of './kodi-inputstream-adaptive_2.4.5-dmo0+deb10u1_amd64.deb'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
kodi-inputstream-adaptive : Depends: kodi (>= 5:18~) but 2:17.6+dfsg1-4+b1 is to be installed
E: Unable to correct problems, you have held broken packages.
erdos@htpc-devuan:~/Downloads$

o0+deb10u1_amd64.deb
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Note, selecting 'kodi-inputstream-rtmp' instead of './kodi-inputstream-rtmp_2.0.9-dmo0+deb10u1_amd64.deb'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
kodi-inputstream-rtmp : Depends: kodi (>= 5:18~) but 2:17.6+dfsg1-4+b1 is to be installed
E: Unable to correct problems, you have held broken packages.

#48 Re: Desktop and Multimedia » Kodi help » 2020-09-22 14:48:18

Head_on_a_Stick wrote:

Those package aren't available in the official repositories (AFAICT). The deb-multimedia repositories have them but we've had lots of problem threads over at forums.debian.net about dependency hell caused by those repositories so perhaps just install the .debs individually instead of adding the repositories.

https://www.deb-multimedia.org/pool/mai … _amd64.deb

https://www.deb-multimedia.org/pool/mai … _amd64.deb

EDIT: or add the deb-multimedia repositories then pin them to 100 (the same as backports) to prevent inadvertent upgrades.

Thanks for the reply!  This is what I need.

#49 Desktop and Multimedia » Kodi help » 2020-09-19 06:42:58

erdos
Replies: 9

hi, i have kodi installed on beowulf and tried to use it to watch IPTVs.

but some live channels aren't playing and it seems i need to have enable rtmp support from 'VideoPlayer InputStream', but the latter doesn't appear in menu,  so i searched online and run the following commands :

sudo apt-get install kodi-inputstream-adaptive

sudo apt-get install kodi-inputstream-rtmp

it came back saying 'unable to locate package...'

question is how to install the packages needed to play live IPTV in kodi?

#50 Re: Desktop and Multimedia » Beowulf crashes often » 2020-09-10 17:16:31

I use nvidia proprietary driver installed through 'synaptics' on this computer.  i believe it's a 9300 series card from nvidia.

Board footer

Forum Software