[Touch-packages] [Bug 1948498] [NEW] Bluetooth Headset not working when Lenovo P14s AMD Gen1 is connected to Lenovo USB Dock 40AY0090EU

2021-10-22 Thread Sebastian Nohn
Public bug reported: When the Laptop is not connected to it's dock, the bluethooth headset works. As soon as it is connected to a Lenovo 40AY0090EU Dock, sound stops on the headsets and plays via the display connected via DisplayPort. The headset is still available in sound settings, but even if

[Touch-packages] [Bug 1948498] Re: Bluetooth Headset not working when Lenovo P14s AMD Gen1 is connected to Lenovo USB Dock 40AY0090EU

2022-04-20 Thread Sebastian Nohn
Seems to be fixed with linux-image-5.13.0-39-generic ** Changed in: pulseaudio (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/

[Touch-packages] [Bug 1357093] Re: Kernels not autoremoving, causing out of space error on LVM or Encrypted installation or on any installation, when /boot partition gets full

2016-02-01 Thread Sebastian Nohn
Will the fix, that has been merged in the meantime make it into 14.04 LTS or do we have to wait for some future Ubuntu release? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unattended-upgrades in Ubuntu. https://bugs.launch

[Touch-packages] [Bug 1388353] Re: package initramfs-tools 0.103ubuntu4.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-08-21 Thread Sebastian Nohn
/boot is just too small by default for the number of kernels kept if you are setting up Ubuntu 14.04 with encrypted disks. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/

[Touch-packages] [Bug 1388353] Re: package initramfs-tools 0.103ubuntu4.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-08-21 Thread Sebastian Nohn
I convert this back to a bug. If you install Ubuntu 14.04 with encrypted disks, /boot is only 236M big. This is barely enough to keep 4 kernel versions. So either increase the default size of /boot so it can hold the number of old kernels, Ubuntu keeps by default or lower the number of old kernels,

[Touch-packages] [Bug 1357093] Re: Kernels not autoremoving, causing out of space error on LVM or Encrypted install

2015-12-19 Thread Sebastian Nohn
Change summary, because /boot is always to small on "LVM or Encrypted install". The former summary read like it was a user error, while it isn't. ** Summary changed: - Kernels not autoremoving, causing out of space error on LVM or Encrypted install with small /boot partition + Kernels not autore

[Touch-packages] [Bug 1705813] [NEW] systemd upgrade to 229-4ubuntu19 fails

2017-07-22 Thread Sebastian Nohn
Public bug reported: systemd upgrade to 229-4ubuntu19 fails: Calculating upgrade... Done The following packages will be upgraded: libmysqlclient20 libnss-myhostname libpam-systemd libsystemd0 libudev1 mysql-client-5.7 mysql-client-core-5.7 mysql-common mysql-server mysql-server-5.7 mysql-se

[Touch-packages] [Bug 1705813] Re: systemd upgrade to 229-4ubuntu19 fails

2017-07-22 Thread Sebastian Nohn
I even can't reboot the system: $ sudo reboot [sudo] password for sebastian: Failed to start reboot.target: Failed to activate service 'org.freedesktop.systemd1': timed out See system logs and 'systemctl status reboot.target' for details. Failed to open /dev/initctl: No such device or address Fa

[Touch-packages] [Bug 1357093] Re: Kernels not autoremoving, causing out of space error on LVM or Encrypted installation or on any installation, when /boot partition gets full

2017-08-01 Thread Sebastian Nohn
alias remove-old-kernels='dpkg -l linux-{image,headers}-* | awk '\''/^ii/{print }'\'' | egrep '\''[0-9]+\.[0-9]+\.[0-9]+'\'' | grep -v 4.4.0-79 | xargs sudo apt-get -y purge' -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to una

[Touch-packages] [Bug 1626987] Re: openssl update may have broken puppet cert sign

2016-09-23 Thread Sebastian Nohn
** Changed in: openssl (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openssl in Ubuntu. https://bugs.launchpad.net/bugs/1626987 Title: openssl update may have broken puppet cert si

[Touch-packages] [Bug 1626987] Re: openssl update may have broken puppet cert sign

2016-09-23 Thread Sebastian Nohn
See #1626883 ** Changed in: openssl (Ubuntu) Status: Confirmed => Fix Released ** Changed in: puppet (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openssl in Ubuntu. https://bu

[Touch-packages] [Bug 798414] Re: update-initramfs should produce a more helpful error message when there isn't enough free space

2017-07-10 Thread Sebastian Nohn
dpkg -l linux-{image,headers}-* | awk '/^ii/{print $2}' | egrep '[0-9]+\.[0-9]+\.[0-9]+' | grep -v $(uname -r | cut -d- -f-2) | xargs sudo apt-get -y purge -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubu

[Touch-packages] [Bug 1559924] [NEW] systemd kills rsyslog as one of the first jobs, preventing logging of the other jobs shutting down

2016-03-21 Thread Sebastian Nohn
Public bug reported: systemd kills rsyslog as one of the first jobs. So after that no other jobs are logging that they are shutting down and what they are doing during shutdown. The default should be shutting down logging at the latest possible point in time when shutting down a machine. ** Affe

[Touch-packages] [Bug 1559924] Re: rsyslog shuts down too early, preventing logging of the other jobs shutting down

2016-03-21 Thread Sebastian Nohn
Sorry, I thought, systemd was default in Ubuntu 14.04, but it seems, upstart is still taking care of most init related things in Ubuntu 14.04. ** Description changed: - systemd kills rsyslog as one of the first jobs. So after that no other + upstart kills rsyslog as one of the first jobs. So afte

[Touch-packages] [Bug 1054927] Re: Autoupdater fills /boot and crashes because old kernel images are never removed

2016-04-08 Thread Sebastian Nohn
Fix seems not released. My disk is again cluttered with old kernels. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unattended-upgrades in Ubuntu. https://bugs.launchpad.net/bugs/1054927 Title: Autoupdater fills /boot and

[Touch-packages] [Bug 1054927] Re: Autoupdater fills /boot and crashes because old kernel images are never removed

2016-04-08 Thread Sebastian Nohn
$ sudo apt-get remove --purge linux-headers-3.16.0-57 linux-headers-3.16.0-57-generic linux-headers-3.16.0-59 linux-headers-3.16.0-59-generic linux-headers-3.16.0-60 linux-headers-3.16.0-60-generic linux-headers-3.16.0-62 linux-headers-3.16.0-62-generic linux-image-3.16.0-62-generic linux-

[Touch-packages] [Bug 1054927] Re: Autoupdater fills /boot and crashes because old kernel images are never removed

2016-04-11 Thread Sebastian Nohn
Jarno Suni, OK. Too bad. My interpretation was, this is also fixed in 14.04. For some reason I don't know more header packages were installed than image packages. My guess is this is because of some incomplete manual kernel removal, I executed in the past. -- You received this bug notification be

[Touch-packages] [Bug 798414] Re: update-initramfs should produce a more helpful error when there isn't enough free space

2016-05-26 Thread Sebastian Nohn
Interpolating the number of bugs to the number of users affected, looking into Google searches for users looking for help solving the problems caused by this, my guess is these are amongst the most annoying open bugs in Ubuntu out there. Is there any chance that any of these bugs will be fixed in