The following is something that has happened on multiple installations here: Setting up tdm-trinity (4:14.0.7~pre11-0debian10.0.0+5) ... dpkg: error processing package tdm-trinity (--configure): installed tdm-trinity package post-installation script subprocess returned error exit status 1 Processing triggers for libc-bin (2.28-10) ... Errors were encountered while processing: tdm-trinity E: Sub-process /usr/bin/dpkg returned an error code (1)
How can this be fixed, and prevented from occurring?
# inxi -GxxS System: Host: big31 Kernel: 4.19.0-5-amd64 x86_64 bits: 64 compiler: gcc v: 8.3.0 Desktop: Trinity R14.0.7 tk: Qt 3.5.0 wm: Twin dm: startx Distro: Debian GNU/Linux 10 (buster) Graphics: Device-1: Advanced Micro Devices [AMD/ATI] Oland [Radeon HD 8570 / R7 240/340 OEM] vendor: Dell driver: amdgpu v: kernel bus ID: 01:00.0 chip ID: 1002:6611 Display: tty server: X.Org 1.20.4 driver: amdgpu unloaded: modesetting alternate: ati,fbdev,vesa resolution: 2560x1440~60Hz, 1920x1200~60Hz OpenGL: renderer: AMD Radeon HD 8500 Series (OLAND DRM 3.27.0 4.19.0-5-amd64 LLVM 7.0.1) v: 4.5 Mesa 18.3.6 direct render: Ye
On 07/14/2019 12:29 AM, Felix Miata wrote:
The following is something that has happened on multiple installations here: Setting up tdm-trinity (4:14.0.7~pre11-0debian10.0.0+5) ... dpkg: error processing package tdm-trinity (--configure): installed tdm-trinity package post-installation script subprocess returned error exit status 1 Processing triggers for libc-bin (2.28-10) ... Errors were encountered while processing: tdm-trinity E: Sub-process /usr/bin/dpkg returned an error code (1)
How can this be fixed, and prevented from occurring?
# inxi -GxxS System: Host: big31 Kernel: 4.19.0-5-amd64 x86_64 bits: 64 compiler: gcc v: 8.3.0 Desktop: Trinity R14.0.7 tk: Qt 3.5.0 wm: Twin dm: startx Distro: Debian GNU/Linux 10 (buster) Graphics: Device-1: Advanced Micro Devices [AMD/ATI] Oland [Radeon HD 8570 / R7 240/340 OEM] vendor: Dell driver: amdgpu v: kernel bus ID: 01:00.0 chip ID: 1002:6611 Display: tty server: X.Org 1.20.4 driver: amdgpu unloaded: modesetting alternate: ati,fbdev,vesa resolution: 2560x1440~60Hz, 1920x1200~60Hz OpenGL: renderer: AMD Radeon HD 8500 Series (OLAND DRM 3.27.0 4.19.0-5-amd64 LLVM 7.0.1) v: 4.5 Mesa 18.3.6 direct render: Ye
Could this be related to Mike Bird's display recognition issue?
[trinity-users] Buster+PSB screen flashes like crazy
Also, what kernel? The 5.1 kernel has had fits with intel video problems. 4.19 OK, 5.0 OK, 5.1 (display recognition and wifi issues). Haven't heard regarding 5.2 yet. The thread on the Archlinux list is:
[arch-general] External monitors are no longer detected (Intel graphics) 20190702
On Sat July 13 2019 22:29:25 Felix Miata wrote:
The following is something that has happened on multiple installations here: Setting up tdm-trinity (4:14.0.7~pre11-0debian10.0.0+5) ... dpkg: error processing package tdm-trinity (--configure): installed tdm-trinity package post-installation script subprocess returned error exit status 1 Processing triggers for libc-bin (2.28-10) ... Errors were encountered while processing: tdm-trinity E: Sub-process /usr/bin/dpkg returned an error code (1)
How can this be fixed, and prevented from occurring?
Edit /var/lib/dpkg/info/tdm-trinity.postinst and add " -x" without the quotes to the end of the first line.
Then do "dpkg-reconfigure tdm-trinity" and you'll see where it's failing.
Ideally once all is solved you should remove the " -x".
--Mike
Mike Bird composed on 2019-07-13 23:48 (UTC-0700):
Felix Miata wrote:
The following is something that has happened on multiple installations here: Setting up tdm-trinity (4:14.0.7~pre11-0debian10.0.0+5) ... dpkg: error processing package tdm-trinity (--configure): installed tdm-trinity package post-installation script subprocess returned error exit status 1 Processing triggers for libc-bin (2.28-10) ... Errors were encountered while processing: tdm-trinity E: Sub-process /usr/bin/dpkg returned an error code (1)
How can this be fixed, and prevented from occurring?
Edit /var/lib/dpkg/info/tdm-trinity.postinst and add " -x" without the quotes to the end of the first line.
#! /bin/sh set -e -x package name...
Then do "dpkg-reconfigure tdm-trinity" and you'll see where it's failing.
Ideally once all is solved you should remove the " -x".
Nothing but a one line output reporting "tdm-trinity is broken or not fully installed". :-(