[Touch-packages] [Bug 1914278] Re: apt autoremove is not removing unused kernels

2021-02-02 Thread TJ
Erich, looks like that code wasn't reached or if it was the object (list) "auto_removable" was empty. Maybe the problem is outside this code. Does apt think those packages are still installed? apt list --installed 'linux-image*' Also, what is the actual content of /boot/ ("ls -latr /boot/") ?

[Touch-packages] [Bug 1914278] Re: apt autoremove is not removing unused kernels

2021-02-02 Thread Erich Eickmeyer 
** Changed in: unattended-upgrades (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt in Ubuntu. https://bugs.launchpad.net/bugs/1914278 Title: apt autoremove is not removing

[Touch-packages] [Bug 1914288] Re: Xorg freeze

2021-02-02 Thread Daniel van Vugt
Thanks for the bug report. 1. Next time the freeze happens please reboot and then in a Terminal window run: journalctl -b-1 > prevboot.txt and attach the resulting text file here. 2. Please also follow these steps in case the freeze is the result of something crashing:

[Touch-packages] [Bug 1914278] Re: apt autoremove is not removing unused kernels

2021-02-02 Thread Erich Eickmeyer 
Hi TJ, Here's the output from the patched version: https://paste.ubuntu.com/p/dzGqfR9PRH/ I hope this helps. Thanks for chipping-in! -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt in Ubuntu.

[Touch-packages] [Bug 1914278] Re: apt autoremove is not removing unused kernels

2021-02-02 Thread Ubuntu Foundations Team Bug Bot
The attachment "Kernel pkg debugging" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user owned by

[Touch-packages] [Bug 1913629] Re: adduser: \/usr/bin/chfn -f systemd Time Synchronization systemd-timesync' returned error code 1. Exiting.`

2021-02-02 Thread Marietto
the first thing that I did has been installing these new packages : fakechroot_2.19-3_all.deb and libfakechroot_2.19-3_arm64.deb on ubuntu 18.04 but they didn't fix the problem. Having installed the packages that u have suggested have fixed the PAM problem,but now there is another bug,as u can

[Touch-packages] [Bug 1914279] Re: linux from security may force reboots without complete dkms modules

2021-02-02 Thread Seth Arnold
Re test rebuilds, that's certainly the intention, but there are occasional problems: https://launchpad.net/bugs/1910555 https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-340/+bug/1910709 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1910503 (virtualbox, probably not in

[Touch-packages] [Bug 1913629] Re: adduser: \/usr/bin/chfn -f systemd Time Synchronization systemd-timesync' returned error code 1. Exiting.`

2021-02-02 Thread Steve Langasek
If the target you're bootstrapping is Debian, and the failure is inside the chroot, this wouldn't be a bug in the Ubuntu pam package. It might be a bug in the Ubuntu version of fakechroot, which is where the Debian bug you linked you was assigned. -- You received this bug notification because

[Touch-packages] [Bug 1914278] Re: apt autoremove is not removing unused kernels

2021-02-02 Thread TJ
I haven't been able to test this since the systems I have here don't have any kernel images lying around, but wondering if this patch could help narrow down the cause? Apply to a (copy) of /usr/bin/unattended-upgrade - possibly put in /usr/local/bin/ so it is called before the package-installed

[Touch-packages] [Bug 1914278] Re: apt autoremove is not removing unused kernels

2021-02-02 Thread Erich Eickmeyer 
Balint: Here's the result: https://paste.ubuntu.com/p/9kbT6HDpjw/ Bear in mind, I have a few external repositories, and we also ship a bunch of external repositories by default. That said, none of those should affect this as they don't contain kernels, nor do we pin any kernels. If you'd like,

[Touch-packages] [Bug 1914278] Re: apt autoremove is not removing unused kernels

2021-02-02 Thread Balint Reczey
@eeickmeyer Please run manually: sudo unattended-upgrade --verbose --debug -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt in Ubuntu. https://bugs.launchpad.net/bugs/1914278 Title: apt autoremove is not removing

[Touch-packages] [Bug 1384952] Re: USB Soundcard no microphone (input) device

2021-02-02 Thread Maton Danko
In #17 doesn't work for me, if I do that I have only a dummy output and no mic in. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to alsa-driver in Ubuntu. https://bugs.launchpad.net/bugs/1384952 Title: USB Soundcard no

[Touch-packages] [Bug 1913629] Re: adduser: \/usr/bin/chfn -f systemd Time Synchronization systemd-timesync' returned error code 1. Exiting.`

2021-02-02 Thread Marietto
also focal does not work. debootstrap (for arm64) seem to be fully bugged. root@ziomario-desktop:~/Scrivania/Work/qemu-chroot-nano# sudo chroot ./chroot-focal-i386/ /debootstrap/debootstrap --second-stage I: Keyring file not available at /usr/share/keyrings/ubuntu-archive-keyring.gpg; switching

[Touch-packages] [Bug 1914278] Re: apt autoremove is not removing unused kernels

2021-02-02 Thread Erich Eickmeyer 
Balint: Here's the results, looks like everything matches what you've got there. erich@erich-KFocus:~$ cat /etc/apt/apt.conf.d/20auto-upgrades APT::Periodic::Update-Package-Lists "1"; APT::Periodic::Download-Upgradeable-Packages "1"; APT::Periodic::AutocleanInterval "0";

[Touch-packages] [Bug 1914278] Re: apt autoremove is not removing unused kernels

2021-02-02 Thread TJ
I'm also wondering if these are laptops or desktops, and if laptops, are they mainly on battery whilst not sleeping/charging? I ask since apt- daily-upgrade.service has: ConditionACPower=true and so may be reporting: Condition check resulted in Daily apt upgrade and clean activities being

[Touch-packages] [Bug 1914278] Re: apt autoremove is not removing unused kernels

2021-02-02 Thread Balint Reczey
Is unatteded-upgrade disabled on the system? $ cat /etc/apt/apt.conf.d/20auto-upgrades APT::Periodic::Update-Package-Lists "1"; APT::Periodic::Unattended-Upgrade "1"; $ apt-config dump | grep Periodic APT::Periodic ""; APT::Periodic::Update-Package-Lists "1";

[Touch-packages] [Bug 1913629] Re: adduser: \/usr/bin/chfn -f systemd Time Synchronization systemd-timesync' returned error code 1. Exiting.`

2021-02-02 Thread Marietto
you can read the full log here : https://pastebin.com/722TuaBs -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pam in Ubuntu. https://bugs.launchpad.net/bugs/1913629 Title: adduser: \/usr/bin/chfn -f systemd Time

[Touch-packages] [Bug 1913951] Re: ca-certificates: Symantec CA blacklisted for non-TLS uses

2021-02-02 Thread Ákos Pintér
The nuget restore command works again on my Ubuntu 20.10 OS, thanks for the fix. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ca-certificates in Ubuntu. https://bugs.launchpad.net/bugs/1913951 Title: ca-certificates:

[Touch-packages] [Bug 1914288] Re: Xorg freeze

2021-02-02 Thread André Lucas Moisés Lacerda
** Information type changed from Private Security to Private ** Information type changed from Private to Public Security ** Information type changed from Public Security to Public -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1913629] Re: adduser: \/usr/bin/chfn -f systemd Time Synchronization systemd-timesync' returned error code 1. Exiting.`

2021-02-02 Thread Marietto
Hello. I have installed these packages on the arm64 / jetson nano / ubuntu 18.04 because the older ones were bugged : dpkg -i /root/Scaricati/arm64/libpam0g_1.3.1-5ubuntu4.1_arm64.deb dpkg -i /root/Scaricati/arm64/libpam-modules-bin_1.3.1-5ubuntu4_arm64.deb dpkg -i

[Touch-packages] [Bug 1914278] Re: apt autoremove is not removing unused kernels

2021-02-02 Thread Erich Eickmeyer 
Hi Balint! Unfortunately, it looks like it didn't run at all. On my system, I came up with this: root@erich-KFocus:/var/log/unattended-upgrades# grep 'unused kernel' /var/log/unattended-upgrades/*.gz root@erich-KFocus:/var/log/unattended-upgrades# That tells me it likely didn't run at all.

[Touch-packages] [Bug 1914288] [NEW] Xorg freeze

2021-02-02 Thread André Lucas Moisés Lacerda
Public bug reported: Freezes randomly during usage and always after recovering from suspend mode. ProblemType: Bug DistroRelease: Ubuntu 20.04 Package: xorg 1:7.7+19ubuntu14 ProcVersionSignature: Ubuntu 5.8.0-41.46~20.04.1-generic 5.8.18 Uname: Linux 5.8.0-41-generic x86_64 ApportVersion:

[Touch-packages] [Bug 1838151] Re: Poor quality audio with modern Bluetooth headsets in HSP/HFP. Missing wide band speech support (Bluetooth A2DP codecs).

2021-02-02 Thread Jeff Nappi
>Jean- (jean-helou) wrote 6 hours ago: #87 >the next step to get a full fix and improved sound quality for voip calls over >BT headset is >coming in >https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/254 This is good news! Proper support for mSBC is critical for me to

[Touch-packages] [Bug 1914278] Re: apt autoremove is not removing unused kernels

2021-02-02 Thread Balint Reczey
The configuration file is fine, it is the default value that's commented out. Please check unattended-upgrades logs if it performed kernel removals: zgrep 'unused kernel' /var/log/unattended-upgrades/*.gz Also please check if it ran at all. ** Changed in: unattended-upgrades (Ubuntu)

[Touch-packages] [Bug 1914284] [NEW] package gzip 1.10-2ubuntu1 failed to install/upgrade: unable to make backup link of './bin/zless' before installing new version: Input/output error

2021-02-02 Thread John D Brown, MD
Public bug reported: installing plocate before mlocate ProblemType: Package DistroRelease: Ubuntu 20.10 Package: gzip 1.10-2ubuntu1 ProcVersionSignature: Ubuntu 5.8.0-25.26-generic 5.8.14 Uname: Linux 5.8.0-25-generic x86_64 NonfreeKernelModules: wl zfs zunicode zavl icp zcommon znvpair

[Touch-packages] [Bug 1268210] Re: unity-scopes-runner: Typo in package description: "scoped"

2021-02-02 Thread Launchpad Bug Tracker
This bug was fixed in the package libunity - 7.1.4+19.04.20190319-5 --- libunity (7.1.4+19.04.20190319-5) unstable; urgency=medium * debian/control: - fix typo in the Conflicts keyword * extras,src/Makefile.am: - set --shared-library valac option so the generated gir

[Touch-packages] [Bug 1914279] Re: linux from security may force reboots without complete dkms modules

2021-02-02 Thread Julian Andres Klode
** Changed in: linux (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt in Ubuntu. https://bugs.launchpad.net/bugs/1914279 Title: linux from security may force reboots

[Touch-packages] [Bug 1914279] Missing required logs.

2021-02-02 Thread Ubuntu Kernel Bot
This bug is missing log files that will aid in diagnosing the problem. While running an Ubuntu kernel (not a mainline or third-party kernel) please enter the following command in a terminal window: apport-collect 1914279 and then change the status of the bug to 'Confirmed'. If, due to the

[Touch-packages] [Bug 1914279] Re: linux from security may force reboots without complete dkms modules

2021-02-02 Thread Marc Deslauriers
I agree this sounds like an undesirable scenario. I think all dkms packages should get built in -security as part of the SRU process to prevent this sort of thing from happening in the future. Do we do test rebuilds of all the dkms modules before switching the kernel meta package to a new

[Touch-packages] [Bug 1914278] [NEW] apt autoremove is not removing unused kernels

2021-02-02 Thread Erich Eickmeyer 
Public bug reported: With the machines I help administer, we have been finding situations where the /boot directory is filling-up beyond 3 kernels on LUKS encrypted systems. apt autoremove is not removing old kernels as expected. This may also be an issue with unattended-upgrades since I found

[Touch-packages] [Bug 1914279] [NEW] linux from security may force reboots without complete dkms modules

2021-02-02 Thread Dimitri John Ledkov
*** This bug is a security vulnerability *** Public security bug reported: Whilst discussing https://discourse.ubuntu.com/t/improvements-for-hardware-support-in- ubuntu-desktop-installation-media/20606 We have noticed a reference to somebody not having working backport- iwlwifi-dkms, whilst

[Touch-packages] [Bug 1913951] Re: ca-certificates: Symantec CA blacklisted for non-TLS uses

2021-02-02 Thread Launchpad Bug Tracker
This bug was fixed in the package ca-certificates - 20210119~20.10.1 --- ca-certificates (20210119~20.10.1) groovy-security; urgency=medium * Update ca-certificates database to 20210119 (LP: #1914064): - mozilla/{certdata.txt,nssckbi.h}: Update Mozilla certificate

[Touch-packages] [Bug 1914064] Re: ca-certificates update to 2.46 bundle

2021-02-02 Thread Launchpad Bug Tracker
This bug was fixed in the package ca-certificates - 20210119~20.10.1 --- ca-certificates (20210119~20.10.1) groovy-security; urgency=medium * Update ca-certificates database to 20210119 (LP: #1914064): - mozilla/{certdata.txt,nssckbi.h}: Update Mozilla certificate

[Touch-packages] [Bug 1914064] Re: ca-certificates update to 2.46 bundle

2021-02-02 Thread Launchpad Bug Tracker
This bug was fixed in the package ca-certificates - 20210119~18.04.1 --- ca-certificates (20210119~18.04.1) bionic-security; urgency=medium * Update ca-certificates database to 20210119 (LP: #1914064): - mozilla/{certdata.txt,nssckbi.h}: Update Mozilla certificate

[Touch-packages] [Bug 1914064] Re: ca-certificates update to 2.46 bundle

2021-02-02 Thread Launchpad Bug Tracker
This bug was fixed in the package ca-certificates - 20210119~20.04.1 --- ca-certificates (20210119~20.04.1) focal-security; urgency=medium * Update ca-certificates database to 20210119 (LP: #1914064): - mozilla/{certdata.txt,nssckbi.h}: Update Mozilla certificate

[Touch-packages] [Bug 1913629] Re: adduser: \/usr/bin/chfn -f systemd Time Synchronization systemd-timesync' returned error code 1. Exiting.`

2021-02-02 Thread Dan Streetman
I tried to reproduce this but it didn't fail for me, however a quick search seems to indicate this might be a problem not with systemd, but with pam, e.g.: https://github.com/proot-me/PRoot/issues/156#issuecomment-735011266 As you're using 18.04, which includes pam 1.1.8, the problem may be

[Touch-packages] [Bug 1914062] Re: NetworkManager-wait-online.service in 1.28.0-2ubuntu1 fails to start in LXC

2021-02-02 Thread Sebastien Bacher
** Changed in: network-manager (Ubuntu) Importance: Undecided => High ** Changed in: network-manager (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu.

[Touch-packages] [Bug 1911614] Re: Ubuntu 20.04 and 20.04.1 images use linux-generic-hwe-20.04 instead of linux-generic

2021-02-02 Thread Brian Murray
@michel.ekimia The Broadcom wifi driver issue has been fixed in https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/1872908 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to ubuntu-meta in Ubuntu.

[Touch-packages] [Bug 1903048] Re: [SRU] Bluetooth won't activate on the pi 400

2021-02-02 Thread Dave Jones
There's a version of bluez with the patches that I've submitted upstream built in the following PPA against the hirsute branch (the patch changes are pretty minimal; basically amounts to removal of the arbitrary sleep(1) as during December's tests I couldn't find a single platform that actually

[Touch-packages] [Bug 1908502] Re: [MIR] libdeflate

2021-02-02 Thread Didier Roche
** Changed in: libdeflate (Ubuntu Hirsute) Assignee: (unassigned) => Didier Roche (didrocks) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to tiff in Ubuntu. https://bugs.launchpad.net/bugs/1908502 Title: [MIR]

[Touch-packages] [Bug 1914062] Re: NetworkManager-wait-online.service in 1.28.0-2ubuntu1 fails to start in LXC

2021-02-02 Thread Balint Reczey
>From the log you linked: Get:263 http://ftpmaster.internal/ubuntu hirsute-proposed/main amd64 network-manager amd64 1.28.0-2ubuntu1 [2002 kB] ** Package changed: systemd (Ubuntu) => network-manager (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Touch seeded

[Touch-packages] [Bug 1912498] Re: Preinstall some new essential raspi packages in the official raspi images

2021-02-02 Thread Martin Wimpress
** Changed in: livecd-rootfs (Ubuntu Focal) Assignee: (unassigned) => Łukasz Zemczak (sil2100) ** Changed in: ubuntu-meta (Ubuntu) Assignee: (unassigned) => Łukasz Zemczak (sil2100) ** Changed in: ubuntu-meta (Ubuntu Focal) Assignee: (unassigned) => Łukasz Zemczak (sil2100) --

[Touch-packages] [Bug 1782984] Re: Assertion `!xcb_xlib_threads_sequence_lost' failed with multiple applications

2021-02-02 Thread Martin Wimpress
** Changed in: libx11 (Ubuntu Bionic) Assignee: (unassigned) => Timo Aaltonen (tjaalton) ** Changed in: libx11 (Ubuntu Groovy) Assignee: (unassigned) => Timo Aaltonen (tjaalton) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1805666] Re: Evolution Alarm Notify continues pop-up reminders even though notifications disabled

2021-02-02 Thread DBooth
Thanks to @JayShauer's clue about evolution-alarm-notify, I finally managed to stop the phantom reminder popups that have plagued me since upgrading to Ubuntu 20.04. I did it by deleting this file (which hadn't been changed in years): ~/.local/share/evolution/calendar/system/calendar.ics

[Touch-packages] [Bug 1914062] Re: NetworkManager-wait-online.service in 1.28.0-2ubuntu1 fails to start in LXC

2021-02-02 Thread Sebastien Bacher
the log also has that warning that seems new Invalid unit name "●" escaped as "\xe2\x97\x8f" (maybe you should use systemd-escape?). -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu.

[Touch-packages] [Bug 1914062] Re: NetworkManager-wait-online.service in 1.28.0-2ubuntu1 fails to start in LXC

2021-02-02 Thread Sebastien Bacher
Retrying with the release pocket version of network-manager it fails the same way https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-hirsute/hirsute/amd64/s/systemd/20210129_131945_c0965@/log.gz reassigning to systemd ** Package changed:

[Touch-packages] [Bug 1914062] Re: NetworkManager-wait-online.service in 1.28.0-2ubuntu1 fails to start in LXC

2021-02-02 Thread Sebastien Bacher
The regression isn't due to the network-manager update, could foundation help investigating the systemd side of things? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu.

[Touch-packages] [Bug 1838151] Re: Poor quality audio with modern Bluetooth headsets in HSP/HFP. Missing wide band speech support (Bluetooth A2DP codecs).

2021-02-02 Thread Jean-
the next step to get a full fix and improved sound quality for voip calls over BT headset is coming in https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/254 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1831039] Re: When using Wayland, the onscreen keyboard does not open in text inputs for non-GTK applications such as Firefox or Chrome

2021-02-02 Thread Daniel van Vugt
Firefox does do some things differently to what I would refer to as an "GTK app" so I don't count Firefox as a GTK app even though it uses some GTK. Using Xwayland may be a common factor but that's probably more of a correlation than causation. Anything that's not yet ported to native Wayland

[Touch-packages] [Bug 1913423] Re: getgrouplist is not thread safe with libnss_systemd

2021-02-02 Thread Daniel Sung
What sort of timeline can we expect for this to be backported to Ubuntu LTS Focal? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to systemd in Ubuntu. https://bugs.launchpad.net/bugs/1913423 Title: getgrouplist is not

[Touch-packages] [Bug 1831039] Re: When using Wayland, the onscreen keyboard does not open in text inputs for non-GTK applications such as Firefox or Chrome

2021-02-02 Thread Amr Ibrahim
Firefox uses GTK, but in a Wayland session it runs on XWayland, the same for Qt apps and Chrome, they run on XWayland in a Wayland session. That's a common factor. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to

[Touch-packages] [Bug 1889742] Re: [UBUNTU 20.04] Accept vector alignment hints on z13 (binutils)

2021-02-02 Thread Lukas Märdian
All builds in ppa:ci-train-ppa-service/4412 finished and look good. Requesting bin-sync: ubuntu-archive-tools$ ./copy-package -b --from ~ci-train-ppa-service/ubuntu/4412 -s focal -e 2.34-6ubuntu1.1 --to ubuntu --to-suite focal-proposed --sponsor jawn-smith binutils Copy candidates:

[Touch-packages] [Bug 1914198] [NEW] Ubuntu 20.04.1 LTS Server shutdown after 'unattended-upgrades.service: Succeeded.'

2021-02-02 Thread david
Public bug reported: Hi, We have a Ubuntu 20.04.1 LTS Server which seems to be shutting down after 'unattended-upgrades.service: Succeeded.' indication in logs. The server mentioned: Dell PowerEdge R530 Based on my findings we noticed the following: #/var/log/syslog: Feb 2 02:30:50

[Touch-packages] [Bug 1871268] Re: Installation fails due to useless immediate configuration error when "Install Third-Party Drivers" is selected

2021-02-02 Thread Steve Langasek
** Changed in: ubuntu-cdimage Assignee: davi gouvea santos (davi33) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apt in Ubuntu. https://bugs.launchpad.net/bugs/1871268 Title: Installation fails due