Kernel: Linux 5.10.194-std-def-alt1 (SMP w/8 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect
Norbert
unread,
Sep 26, 2023, 4:50:05 PM9/26/23
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Really this happens only in Docker debian:sid container.
Running add-apt-repository twice fixed the issue. See full log below:
```
$ docker run -it --rm debian:sid bash -c -x "apt-get -qq update && apt-get -qq dist-upgrade > /dev/null && apt-get -qq install software-properties-common python3-launchpadlib apt-utils > /dev/null ; grep -r ^deb /etc/apt ; apt-key adv --keyserver keyserver.ubuntu.com --recv E756285F30DB2B2BB35012E219BFCAF5168D33A9 ; add-apt-repository -y 'deb http://ppa.launchpad.net/nrbrtx/vte/ubuntu jammy main' ; add-apt-repository -y 'deb http://ppa.launchpad.net/nrbrtx/wnck/ubuntu jammy main' ; grep -r ^deb /etc/apt ; add-apt-repository -y 'deb http://ppa.launchpad.net/nrbrtx/vte/ubuntu jammy main' ; add-apt-repository -y 'deb http://ppa.launchpad.net/nrbrtx/wnck/ubuntu jammy main' ; grep -r ^deb /etc/apt" + apt-get -qq update + apt-get -qq dist-upgrade debconf: delaying package configuration, since apt-utils is not installed + apt-get -qq install software-properties-common python3-launchpadlib apt-utils debconf: delaying package configuration, since apt-utils is not installed + grep -r '^deb' /etc/apt + apt-key adv --keyserver keyserver.ubuntu.com --recv E756285F30DB2B2BB35012E219BFCAF5168D33A9 Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). Executing: /tmp/apt-key-gpghome.CNJKByELkR/gpg.1.sh --keyserver keyserver.ubuntu.com --recv E756285F30DB2B2BB35012E219BFCAF5168D33A9 gpg: key 19BFCAF5168D33A9: public key "Launchpad PPA for Norbert" imported gpg: Total number processed: 1 gpg: imported: 1 + add-apt-repository -y 'deb http://ppa.launchpad.net/nrbrtx/vte/ubuntu jammy main' Repository: 'deb http://ppa.launchpad.net/nrbrtx/vte/ubuntu jammy main' Description: This PPA contains VTE library from Ubuntu 20.04 LTS which is not affected by stupid bug https://pad.lv/1922276 . So user will be able to select all terminal output with full scroll-back in MATE Terminal and other VTE-based terminals as it is expected.
This PPA is useful for Ubuntu 22.04 LTS, Debian 11 (bullseye) and Debian 12 (bookworm).