[Bug 1931554] Re: Japanese hiragana input fails after first keypress in anki

2021-06-25 Thread fuzzyBSc
mozc_engine.cc:207 appears to be source of an exception in a C++ string, so 
surrounding_text.end - selection_end_it < 0...
(gdb) list
202   const size_t selection_length = abs(info->relative_selected_length);
203   const auto &selection_start_it = surrounding_text.begin() + 
selection_start;
204   const auto &selection_end_it = selection_start_it + selection_length;
205   info->preceding_text.assign(surrounding_text.begin(), 
selection_start_it);
206   info->selection_text.assign(selection_start_it, selection_end_it);
207   info->following_text.assign(selection_end_it, surrounding_text.end());
208   return true;
209 }
210 
211 std::unique_ptr CreateAndConfigureClient() {

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1931554

Title:
  Japanese hiragana input fails after first keypress in anki

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/anki/+bug/1931554/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1931554] Re: Japanese hiragana input fails after first keypress in anki

2021-06-25 Thread fuzzyBSc
I think I'm narrowing down on the source of the issue. I'm seeing crashes in 
ibus-engine-mozc as part of package ibus-mozc
After building from source and installing debug symbols the key parts of the 
stack trace appears to be as follows

#10 std::__cxx11::basic_string, 
std::allocator >::assign<__gnu_cxx::__normal_iterator, std::allocator > 
>, void>(__gnu_cxx::__normal_iterator, std::allocator > 
>, __gnu_cxx::__normal_iterator, std::allocator > >)Python Exception  value has been optimised out: 
Python Exception  value has been optimised out: 
 (__last=, __first=, this=0x7ffc45391578)
at /usr/include/c++/10/bits/basic_string.h:1471
#11 mozc::ibus::(anonymous namespace)::GetSurroundingText(_IBusEngine*, 
mozc::ibus::SelectionMonitorInterface*, mozc::ibus::(anonymous 
namespace)::SurroundingTextInfo*) [clone .part.0] [clone .constprop.0]
(engine=, selection_monitor=, 
info=0x7ffc45391530) at ../../unix/ibus/mozc_engine.cc:207
#12 0x56510ef5e7c8 in mozc::ibus::(anonymous namespace)::GetSurroundingText
(info=0x7ffc45391530, selection_monitor=, 
engine=0x56510fc2c410) at ../../unix/ibus/mozc_engine.cc:170
#13 mozc::ibus::MozcEngine::ProcessKeyEvent(_IBusEngine*, unsigned int, 
unsigned int, unsigned int)
(this=, engine=, keyval=, 
keycode=, modifiers=)
at ../../unix/ibus/mozc_engine.cc:377

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1931554

Title:
  Japanese hiragana input fails after first keypress in anki

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/anki/+bug/1931554/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 524517] Re: okular word search in Hebrew (and other RTL languages) is opposite

2021-06-25 Thread Bug Watch Updater
** Bug watch added: freedesktop.org Bugzilla #105015
   https://bugs.freedesktop.org/show_bug.cgi?id=105015

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/524517

Title:
  okular word search in Hebrew (and other RTL languages) is opposite

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdegraphics/+bug/524517/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 524517]

2021-06-25 Thread David-hurka
*** Bug 429869 has been marked as a duplicate of this bug. ***

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdegraphics in Ubuntu.
https://bugs.launchpad.net/bugs/524517

Title:
  okular word search in Hebrew (and other RTL languages) is opposite

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdegraphics/+bug/524517/+subscriptions

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 524517]

2021-06-25 Thread Fahad
I proposed another patch to fix this bug, here

https://phabricator.kde.org/D10455

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/524517

Title:
  okular word search in Hebrew (and other RTL languages) is opposite

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdegraphics/+bug/524517/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 524517]

2021-06-25 Thread Fahad
I think I've found where is the problem. It is from
TextPagePrivate::correctTextOrder(), it sorts words & characters to be
LTR using theses compareTinyTextEntityY & compareTinyTextEntityX.

This approach doesn't fit with RTL text.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/524517

Title:
  okular word search in Hebrew (and other RTL languages) is opposite

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdegraphics/+bug/524517/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 524517]

2021-06-25 Thread Fahad
I think the problem form QT interface for poppler. please see this bug

https://bugs.freedesktop.org/show_bug.cgi?id=105015

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/524517

Title:
  okular word search in Hebrew (and other RTL languages) is opposite

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdegraphics/+bug/524517/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 524517]

2021-06-25 Thread Nate-b
Fahad submitted a patch for this, which I've migrated to Phabricator:

https://phabricator.kde.org/D10298

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/524517

Title:
  okular word search in Hebrew (and other RTL languages) is opposite

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdegraphics/+bug/524517/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 524517]

2021-06-25 Thread Fahad
this bug also effect the copying the RTL text. the copied text is
reversed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/524517

Title:
  okular word search in Hebrew (and other RTL languages) is opposite

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdegraphics/+bug/524517/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 524517]

2021-06-25 Thread Cfeck
*** Bug 386468 has been marked as a duplicate of this bug. ***

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/524517

Title:
  okular word search in Hebrew (and other RTL languages) is opposite

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdegraphics/+bug/524517/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 524517]

2021-06-25 Thread Elad Hen
This bug is still present in Mint Cinnamon 18 (and presumably in all of
the Ubuntu 16.04 family). It should be noted that the similar bug in
Evince, Atril and some others, that stemmed from Poppler, are fixed as
of Ubuntu 16.04/ Mint 18.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/524517

Title:
  okular word search in Hebrew (and other RTL languages) is opposite

To manage notifications about this bug go to:
https://bugs.launchpad.net/kdegraphics/+bug/524517/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1786013] Autopkgtest regression report (linux-meta-hwe-5.8/5.8.0.60.67~20.04.43)

2021-06-25 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted linux-meta-hwe-5.8 
(5.8.0.60.67~20.04.43) for focal have finished running.
The following regressions have been reported in tests triggered by the package:

virtualbox-hwe/6.1.16-dfsg-6ubuntu1.20.04.2 (armhf, ppc64el, arm64, s390x)
linux-hwe-5.8/5.8.0-60.67~20.04.1 (amd64, ppc64el, arm64, s390x)
systemd/245.4-4ubuntu3.7 (armhf)


Please visit the excuses page listed below and investigate the failures, 
proceeding afterwards as per the StableReleaseUpdates policy regarding 
autopkgtest regressions [1].

https://people.canonical.com/~ubuntu-archive/proposed-
migration/focal/update_excuses.html#linux-meta-hwe-5.8

[1] https://wiki.ubuntu.com/StableReleaseUpdates#Autopkgtest_Regressions

Thank you!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1786013

Title:
  Packaging resync

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1786013/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1933711] [NEW] defining tmpfs /tmp in autoinstall config fails

2021-06-25 Thread Todd Taft
Public bug reported:

Attempting to creat a tmpfs /tmp partition with the Ubuntu 20.04
autoinstaller fails with the error: __init__() missing 1 required
positional argument: 'device'

The relevant section of the user-data file I'm attempting is:
- id: tmpfs1
  type: mount
  spec: "none"
  path: "/tmp"
  options: size=4194304
  fstype: "tmpfs"

This section is copied directly from 
https://curtin.readthedocs.io/en/latest/topics/storage.html (changing the 
path).  
The full file is attached.

Autoinstall succeeds if all of the lines listed above are deleted.

I'm using the daily ISO autoinstall image downloaded using the script at
https://github.com/covertsh/ubuntu-autoinstall-generator .

** Affects: subiquity (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "Full user-data file"
   https://bugs.launchpad.net/bugs/1933711/+attachment/5507186/+files/user-data

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1933711

Title:
  defining tmpfs /tmp in autoinstall config fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/subiquity/+bug/1933711/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1933711] Re: defining tmpfs /tmp in autoinstall config fails

2021-06-25 Thread Todd Taft
** Attachment added: "Log files from failed install"
   
https://bugs.launchpad.net/ubuntu/+source/subiquity/+bug/1933711/+attachment/5507187/+files/crash-logs.tgz

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1933711

Title:
  defining tmpfs /tmp in autoinstall config fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/subiquity/+bug/1933711/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1834226] Re: update-notifier doesn't respect "automatically check for updates: Never"

2021-06-25 Thread David Keck
In my case (Ubuntu 20.04.1), update-notifier was being spawned every
time I log in (regardless of my software update settings) due to this
file:

/etc/xdg/autostart/update-notifier.desktop

This file has a "X-GNOME-Autostart-Delay=60", causing a 60-second delay,
so from a user's perspective it might seem like it appears randomly,
rather than being triggered due to logging in.

In case it helps someone else, you can disable this behavior by renaming
the file:

sudo mv /etc/xdg/autostart/update-notifier.desktop
/etc/xdg/autostart/update-notifier.desktop.disabled

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1834226

Title:
  update-notifier doesn't respect "automatically check for updates:
  Never"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1834226/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1933710] [NEW] crash during new install of 20.04.2 LTS on top of 12.04 LTS

2021-06-25 Thread Mark Wittenberg
Public bug reported:

Not an upgrade; a new install on top of a previous 12.04 LTS.
Crash when trying to install previously installed apps.

$ lsb_release -rd
Description:Ubuntu 20.04.2 LTS
Release:20.04

Expected: successful install
Happened: installer crashed

Last page of /var/log/syslog:
Jun 26 04:03:22 ubuntu rtkit-daemon[2320]: Supervising 4 threads of 2 processes 
of 1 users.
Jun 26 04:03:23 ubuntu rtkit-daemon[2320]: message repeated 8 times: [ 
Supervising 4 threads of 2 processes of 1 users.]
Jun 26 04:07:17 ubuntu systemd-resolved[1656]: Server returned error NXDOMAIN, 
mitigating potential DNS violation DVE-2018-0001, retrying transaction with 
reduced feature level UDP.
Jun 26 04:08:22 ubuntu rtkit-daemon[2320]: Supervising 4 threads of 2 processes 
of 1 users.
Jun 26 04:08:22 ubuntu rtkit-daemon[2320]: Supervising 4 threads of 2 processes 
of 1 users.
Jun 26 04:10:33 ubuntu NetworkManager[1806]:   [1624680633.6256] dhcp6 
(enp12s0): option dhcp6_domain_search  => 'attlocal.net'
Jun 26 04:10:33 ubuntu NetworkManager[1806]:   [1624680633.6257] dhcp6 
(enp12s0): option dhcp6_name_servers   => '2600:1700:bb10:a530::1'
Jun 26 04:10:33 ubuntu NetworkManager[1806]:   [1624680633.6257] dhcp6 
(enp12s0): option ip6_address  => '2600:1700:bb10:a530::49'
Jun 26 04:10:33 ubuntu NetworkManager[1806]:   [1624680633.6257] dhcp6 
(enp12s0): state changed bound -> bound
Jun 26 04:10:33 ubuntu dbus-daemon[1803]: [system] Activating via systemd: 
service name='org.freedesktop.nm_dispatcher' 
unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.16' (uid=0 
pid=1806 comm="/usr/sbin/NetworkManager --no-daemon " label="unconfined")
Jun 26 04:10:33 ubuntu systemd[1]: Starting Network Manager Script Dispatcher 
Service...
Jun 26 04:10:33 ubuntu dbus-daemon[1803]: [system] Successfully activated 
service 'org.freedesktop.nm_dispatcher'
Jun 26 04:10:33 ubuntu systemd[1]: Started Network Manager Script Dispatcher 
Service.
Jun 26 04:10:44 ubuntu systemd[1]: NetworkManager-dispatcher.service: Succeeded.
Jun 26 04:12:17 ubuntu systemd-resolved[1656]: Server returned error NXDOMAIN, 
mitigating potential DNS violation DVE-2018-0001, retrying transaction with 
reduced feature level UDP.
Jun 26 04:14:52 ubuntu rtkit-daemon[2320]: Supervising 4 threads of 2 processes 
of 1 users.
Jun 26 04:16:21 ubuntu rtkit-daemon[2320]: message repeated 3 times: [ 
Supervising 4 threads of 2 processes of 1 users.]
Jun 26 04:17:01 ubuntu CRON[150651]: (root) CMD (   cd / && run-parts --report 
/etc/cron.hourly)
Jun 26 04:17:17 ubuntu systemd-resolved[1656]: Server returned error NXDOMAIN, 
mitigating potential DNS violation DVE-2018-0001, retrying transaction with 
reduced feature level UDP.
Jun 26 04:22:19 ubuntu systemd-resolved[1656]: Server returned error NXDOMAIN, 
mitigating potential DNS violation DVE-2018-0001, retrying transaction with 
reduced feature level UDP.
Jun 26 04:22:43 ubuntu gvfs-goa-volume[2416]: monitor says it's not supported
Jun 26 04:22:43 ubuntu dbus-daemon[1803]: [system] Activating via systemd: 
service name='org.freedesktop.hostname1' 
unit='dbus-org.freedesktop.hostname1.service' requested by ':1.173' (uid=999 
pid=149914 comm="/usr/lib/firefox/firefox https://bugs.launchpad.ne"; 
label="unconfined")
Jun 26 04:22:43 ubuntu systemd[1]: Starting Hostname Service...
Jun 26 04:22:43 ubuntu dbus-daemon[1803]: [system] Successfully activated 
service 'org.freedesktop.hostname1'
Jun 26 04:22:43 ubuntu systemd[1]: Started Hostname Service.
Jun 26 04:23:34 ubuntu systemd[1]: systemd-hostnamed.service: Succeeded.
Jun 26 04:24:26 ubuntu dbus-daemon[1803]: [system] Activating via systemd: 
service name='org.freedesktop.hostname1' 
unit='dbus-org.freedesktop.hostname1.service' requested by ':1.177' (uid=999 
pid=149914 comm="/usr/lib/firefox/firefox https://bugs.launchpad.ne"; 
label="unconfined")
Jun 26 04:24:26 ubuntu systemd[1]: Starting Hostname Service...
Jun 26 04:24:26 ubuntu dbus-daemon[1803]: [system] Successfully activated 
service 'org.freedesktop.hostname1'
Jun 26 04:24:26 ubuntu systemd[1]: Started Hostname Service.
Jun 26 04:25:31 ubuntu systemd[1]: systemd-hostnamed.service: Succeeded.
Jun 26 04:27:10 ubuntu dbus-daemon[2169]: [session uid=999 pid=2169] Activating 
via systemd: service name='org.freedesktop.Tracker1' 
unit='tracker-store.service' requested by ':1.11' (uid=999 pid=2155 
comm="/usr/libexec/tracker-miner-fs " label="unconfined")
Jun 26 04:27:10 ubuntu systemd[2135]: Starting Tracker metadata database store 
and lookup manager...
Jun 26 04:27:10 ubuntu dbus-daemon[2169]: [session uid=999 pid=2169] 
Successfully activated service 'org.freedesktop.Tracker1'
Jun 26 04:27:10 ubuntu systemd[2135]: Started Tracker metadata database store 
and lookup manager.
~

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ubiquity 20.04.15.10
ProcVersionSignature: Ubuntu 5.8.0-43.49~20.04.1-generic 5.8.18
Uname: Linux 5.8.0-43-generic x86_64
NonfreeKernelModules: zfs zunicode z

[Bug 1786673] Re: git-annex crashed with SIGABRT

2021-06-25 Thread Launchpad Bug Tracker
[Expired for git-annex (Ubuntu) because there has been no activity for
60 days.]

** Changed in: git-annex (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1786673

Title:
  git-annex crashed with SIGABRT

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/git-annex/+bug/1786673/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1926002] Re: Most likely this is a bug in the ALSA driver 'snd_hda_intel'

2021-06-25 Thread Launchpad Bug Tracker
[Expired for alsa-driver (Ubuntu) because there has been no activity for
60 days.]

** Changed in: alsa-driver (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1926002

Title:
  Most likely this is a bug in the ALSA driver 'snd_hda_intel'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1926002/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1926019] Re: package mysql-server-8.0 8.0.23-0ubuntu0.20.04.1 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1

2021-06-25 Thread Launchpad Bug Tracker
[Expired for mysql-8.0 (Ubuntu) because there has been no activity for
60 days.]

** Changed in: mysql-8.0 (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1926019

Title:
  package mysql-server-8.0 8.0.23-0ubuntu0.20.04.1 failed to
  install/upgrade: installed mysql-server-8.0 package post-installation
  script subprocess returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1926019/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1926006] Re: Suspend, restart and power off don't work, crashes the system and logs me out.

2021-06-25 Thread Launchpad Bug Tracker
[Expired for gnome-power-manager (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: gnome-power-manager (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1926006

Title:
  Suspend, restart and power off don't work, crashes the system and logs
  me out.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/1926006/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1926039] Re: Ubuntu Desktop 20.04.2 Installer Clobbers Alternate Drive EFI System Parition

2021-06-25 Thread Launchpad Bug Tracker
[Expired for ubiquity (Ubuntu) because there has been no activity for 60
days.]

** Changed in: ubiquity (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1926039

Title:
  Ubuntu Desktop 20.04.2 Installer Clobbers Alternate Drive EFI System
  Parition

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1926039/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1917915] Re: FTBFS on armhf and arm64 in hirsute

2021-06-25 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: kodi (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1917915

Title:
  FTBFS on armhf and arm64 in hirsute

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kodi/+bug/1917915/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1786013] Autopkgtest regression report (linux-meta-azure/5.4.0.1052.50)

2021-06-25 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted linux-meta-azure (5.4.0.1052.50) for 
focal have finished running.
The following regressions have been reported in tests triggered by the package:

v4l2loopback/0.12.3-1ubuntu0.4 (amd64)
dahdi-linux/1:2.11.1~dfsg-1ubuntu6.2 (amd64)
systemd/245.4-4ubuntu3.7 (amd64)
lxc/1:4.0.6-0ubuntu1~20.04.1 (amd64)


Please visit the excuses page listed below and investigate the failures, 
proceeding afterwards as per the StableReleaseUpdates policy regarding 
autopkgtest regressions [1].

https://people.canonical.com/~ubuntu-archive/proposed-
migration/focal/update_excuses.html#linux-meta-azure

[1] https://wiki.ubuntu.com/StableReleaseUpdates#Autopkgtest_Regressions

Thank you!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1786013

Title:
  Packaging resync

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1786013/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1933707] [NEW] Many ACPI errors

2021-06-25 Thread Raymond Kimathi
Public bug reported:

Many ACPI errors in dmesg

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: linux-image-5.11.0-23-generic 5.11.0-23.24
ProcVersionSignature: Ubuntu 5.11.0-23.24-generic 5.11.22
Uname: Linux 5.11.0-23-generic x86_64
ApportVersion: 2.20.11-0ubuntu65.1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  kimathi1338 F pulseaudio
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Sat Jun 26 04:03:56 2021
InstallationDate: Installed on 2021-04-25 (61 days ago)
InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420)
MachineType: Acer Aspire A515-56
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-23-generic 
root=UUID=0c5f066e-35cd-4f76-a271-a1c97ba74ee3 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-5.11.0-23-generic N/A
 linux-backports-modules-5.11.0-23-generic  N/A
 linux-firmware 1.197.2
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/26/2021
dmi.bios.release: 1.12
dmi.bios.vendor: Insyde Corp.
dmi.bios.version: V1.12
dmi.board.asset.tag: Type2 - Board Chassis Location
dmi.board.name: Iris_TL
dmi.board.vendor: TGL
dmi.board.version: V1.12
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: V1.12
dmi.ec.firmware.release: 1.12
dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.12:bd05/26/2021:br1.12:efr1.12:svnAcer:pnAspireA515-56:pvrV1.12:rvnTGL:rnIris_TL:rvrV1.12:cvnAcer:ct10:cvrV1.12:
dmi.product.family: Aspire 5
dmi.product.name: Aspire A515-56
dmi.product.sku: 
dmi.product.version: V1.12
dmi.sys.vendor: Acer

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug hirsute package-from-proposed

** Attachment added: "dmesg.log"
   https://bugs.launchpad.net/bugs/1933707/+attachment/5507154/+files/dmesg.log

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1933707

Title:
  Many ACPI errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1933707/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1926533] Re: [needs-packaging] Add "KClock" (an official KDE app) to the Ubuntu repositories

2021-06-25 Thread Drew Howden
Changed status to 'Confirmed' because package 'kclock' is not in the
archive.

** Changed in: ubuntu
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1926533

Title:
  [needs-packaging] Add "KClock" (an official KDE app) to the Ubuntu
  repositories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1926533/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1926535] Re: [needs-packaging] Add "KWeather" (an official KDE app) to the Ubuntu repositories

2021-06-25 Thread Drew Howden
Changed status to 'Confirmed' because package 'kweather' is not in the
archive.

** Changed in: ubuntu
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1926535

Title:
  [needs-packaging] Add "KWeather" (an official KDE app) to the Ubuntu
  repositories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1926535/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1926536] Re: [needs-packaging] Add "KRecorder" (an official KDE app) to the Ubuntu repositories

2021-06-25 Thread Drew Howden
Changed status to 'Confirmed' because package 'krecorder' is not in the
archive.

** Changed in: ubuntu
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1926536

Title:
  [needs-packaging] Add "KRecorder" (an official KDE app) to the Ubuntu
  repositories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1926536/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1926537] Re: [needs-packaging] Add "Kalk" (an official KDE app) to the Ubuntu repositories

2021-06-25 Thread Drew Howden
Changed status to 'Confirmed' because package 'kalk' is not in the
archive.

** Changed in: ubuntu
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1926537

Title:
  [needs-packaging]  Add "Kalk" (an official KDE app) to the Ubuntu
  repositories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1926537/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1930579] Re: package libvdpau1 1.3-1ubuntu2 failed to install/upgrade: intentando sobreescribir el compartido `/etc/vdpau_wrapper.cfg', que es distinto de otras instancias del paquetes libvdpau1:

2021-06-25 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: libvdpau (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1930579

Title:
  package libvdpau1 1.3-1ubuntu2 failed to install/upgrade: intentando
  sobreescribir el compartido `/etc/vdpau_wrapper.cfg', que es distinto
  de otras instancias del paquetes libvdpau1:amd64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvdpau/+bug/1930579/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1786013] Autopkgtest regression report (linux-meta-dell300x/4.15.0.1023.25)

2021-06-25 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted linux-meta-dell300x (4.15.0.1023.25) 
for bionic have finished running.
The following regressions have been reported in tests triggered by the package:

lxc/3.0.3-0ubuntu1~18.04.1 (amd64)
lxd/3.0.3-0ubuntu1~18.04.1 (amd64)


Please visit the excuses page listed below and investigate the failures, 
proceeding afterwards as per the StableReleaseUpdates policy regarding 
autopkgtest regressions [1].

https://people.canonical.com/~ubuntu-archive/proposed-
migration/bionic/update_excuses.html#linux-meta-dell300x

[1] https://wiki.ubuntu.com/StableReleaseUpdates#Autopkgtest_Regressions

Thank you!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1786013

Title:
  Packaging resync

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1786013/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1786013] Autopkgtest regression report (linux-meta-azure-4.15/4.15.0.1119.92)

2021-06-25 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted linux-meta-azure-4.15 (4.15.0.1119.92) 
for bionic have finished running.
The following regressions have been reported in tests triggered by the package:

lxc/3.0.3-0ubuntu1~18.04.1 (amd64)
lxd/3.0.3-0ubuntu1~18.04.1 (amd64)


Please visit the excuses page listed below and investigate the failures, 
proceeding afterwards as per the StableReleaseUpdates policy regarding 
autopkgtest regressions [1].

https://people.canonical.com/~ubuntu-archive/proposed-
migration/bionic/update_excuses.html#linux-meta-azure-4.15

[1] https://wiki.ubuntu.com/StableReleaseUpdates#Autopkgtest_Regressions

Thank you!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1786013

Title:
  Packaging resync

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1786013/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1926538] Re: [needs-packaging] Add "Calindori" (an official KDE app) to the Ubuntu repositories

2021-06-25 Thread Drew Howden
Status changed to 'Confirmed' because package 'calindori' is not
currently in the archive.

** Changed in: ubuntu
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1926538

Title:
  [needs-packaging]  Add "Calindori" (an official KDE app) to the Ubuntu
  repositories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1926538/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1929533] Re: [needs-packaging] jpegqs (jpeg-quantsmooth)

2021-06-25 Thread Drew Howden
Status changed to 'Confirmed' because package 'jpegqs' is not currently
in the archive.

** Changed in: ubuntu
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1929533

Title:
  [needs-packaging] jpegqs (jpeg-quantsmooth)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1929533/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1551949]

2021-06-25 Thread Jmuizelaar
(In reply to Tom Schuster [:evilpie] from comment #42)
> Should this get a release-note?

I think so. I added "Print to PDF now produces working hyperlinks"

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1551949

Title:
  Printing to PDF file loses URLs/links

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/1551949/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1786013] Autopkgtest regression report (linux-meta-raspi-5.4/5.4.0.1039.41)

2021-06-25 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted linux-meta-raspi-5.4 (5.4.0.1039.41) 
for bionic have finished running.
The following regressions have been reported in tests triggered by the package:

ktap/unknown (arm64)
lxc/unknown (arm64)
zfs-linux/unknown (arm64)
systemd/237-3ubuntu10.48 (armhf)
rtl8812au/unknown (arm64)
lxd/3.0.3-0ubuntu1~18.04.1 (arm64)
glibc/unknown (arm64)
xtables-addons/unknown (arm64)
r8168/unknown (arm64)
systemd/unknown (arm64)
spl-linux/unknown (arm64)
acpi-call/1.1.0-4 (arm64)
ddcci-driver-linux/unknown (arm64)
lime-forensics/unknown (arm64)
wireguard-linux-compat/1.0.20201112-1~18.04.1 (arm64)
rtl8821ce/unknown (arm64)
fwts/unknown (arm64)
dpdk/unknown (arm64)
dm-writeboost/unknown (arm64)
nat-rtsp/unknown (arm64)
bbswitch/unknown (arm64)
asic0x/unknown (arm64)


Please visit the excuses page listed below and investigate the failures, 
proceeding afterwards as per the StableReleaseUpdates policy regarding 
autopkgtest regressions [1].

https://people.canonical.com/~ubuntu-archive/proposed-
migration/bionic/update_excuses.html#linux-meta-raspi-5.4

[1] https://wiki.ubuntu.com/StableReleaseUpdates#Autopkgtest_Regressions

Thank you!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1786013

Title:
  Packaging resync

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1786013/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1933701] Re: error right after installation finishes, desktop environment with everything looking big after first boot

2021-06-25 Thread Helena
** Description changed:

  This seems to be related to installation with "Third party software"
  (see update.5 below).
  
  (not a Linux expert here) I have tried installing both Ubuntu 20.10 and
  21.10, and both showed me errors right after installation. For 20.10 the
  bug has supposedly already been reported, but this time it seems not
  (this report refers to Ubuntu 21.04).
  
  After installing Ubuntu 21.04, with the optional third party drivers and
  using the "erase and install" option, two bugs appeared and the desktop
  looks weird.
  
  The bugs are these:
  1. "installed shim-signed package post-installation script subprocess 
returned error exit status 1"
  
  2. "an error occurred while installing packages:
  E: Sub-procecss /usr/bin/dpkg returned an error code (1)
  the following packages are in a broken state:
  [suspiciously blank space, something should be listed here]
  this may be due [...]"
  
  After booting for the first time, everything on the desktop looked quite
  large and without animations (it looked nice when I selected the "try
  Ubuntu" before installing), and when I tried to update the system it
  reported this bug and prompted me to come here.
  
  If the report lacks any system info I will be happy to provide.
  
  update.1: tried to repeat the installation process and the same thing 
happened.
  update.2: after trying to update with "Software updater" a message appeared 
with "configuring shim-signed" on the left, and "install grub" with my disk 
listed below. Selecting the option only shows another option to "continue 
without installing grub" or something similar.
  update.3: performing partial upgrade did not help with any of the visual 
problems.
  update.4: cleaned up the partitions with gparted because of message about 
"grub" (deleted the big one, and the tiny one, formatting to ext4). Nothing 
changed.
  update.5: installed without third party software. Got the same errors about 
shim-signed and dpkg, HOWEVER desktop looke just like the "try Ubuntu" and 
things appear to be in order. Looks like this is something to do with third 
party, will check the desktop section...
  update.6: tried "echo $XDG_SESSION_TYPE" in Ubuntu with third party software 
and desktop messed up, and the result was "x11". The same command returned 
"wayland" whith the installation without the software.
+ update.7: just in case there is some relation between the problems, when 
installing 20.10, the installer crashes and directs me to the "resolved" bug 
report in this address: https://bugs.launchpad.net/ubuntu-cdimage/+bug/1871268
  
  As instructed on the submission page, here are the versions of the
  packages:
  
  Checking for the version of "dpkg" on terminal it gave me this:
  "Installed: 1.20.9ubuntu1
    Candidate: 1.20.9ubuntu1
    Version table:
   *** 1.20.9ubuntu1 500
  500 http://br.archive.ubuntu.com/ubuntu hirsute/main amd64 Packages
  100 /var/lib/dpkg/status"
  
  Checking for the version of "shim-signed" on terminal I got this:
  "Installed: 1.47+15.4-0ubuntu2
    Candidate: 1.47+15.4-0ubuntu2
    Version table:
   *** 1.47+15.4-0ubuntu2 500
  500 http://br.archive.ubuntu.com/ubuntu hirsute-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1.46+15.4-0ubuntu1 500
  500 http://br.archive.ubuntu.com/ubuntu hirsute/main amd64 Packages"
  
  ProblemType: Package
  DistroRelease: Ubuntu 21.04
  Package: shim-signed 1.47+15.4-0ubuntu2
  ProcVersionSignature: Ubuntu 5.11.0-22.23-generic 5.11.21
  Uname: Linux 5.11.0-22-generic x86_64
  .proc.sys.kernel.moksbstate_disabled: Error: [Errno 2] No such file or 
directory: '/proc/sys/kernel/moksbstate_disabled'
  ApportVersion: 2.20.11-0ubuntu65
  Architecture: amd64
  BootEFIContents:
   BOOTX64.CSV
   grub.cfg
   grubx64.efi
   mmx64.efi
   shimx64.efi
  CasperMD5CheckResult: pass
  Date: Fri Jun 25 18:19:29 2021
  EFITables:
   jun 25 18:25:43 helio-MS-7918 kernel: efi: EFI v2.31 by American Megatrends
   jun 25 18:25:43 helio-MS-7918 kernel: efi: ESRT=0xcef6a998 ACPI 
2.0=0xce7aa000 ACPI=0xce7aa000 SMBIOS=0xf05b0 MOKvar=0xcb19c000
   jun 25 18:25:43 helio-MS-7918 kernel: secureboot: Secure boot disabled
   jun 25 18:25:43 helio-MS-7918 kernel: esrt: Reserving ESRT space from 
0xcef6a998 to 0xcef6a9d0.
   jun 25 18:25:43 helio-MS-7918 kernel: secureboot: Secure boot disabled
  ErrorMessage: installed shim-signed package post-installation script 
subprocess returned error exit status 1
  InstallationDate: Installed on 2021-06-25 (0 days ago)
  InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420)
  Python3Details: /usr/bin/python3.9, Python 3.9.4, python3-minimal, 3.9.4-1
  PythonDetails: N/A
  RelatedPackageVersions:
   dpkg 1.20.9ubuntu1
   apt  2.2.3
  SecureBoot: 6   0   0   0   0
  SourcePackage: shim-signed
  Title: package shim-signed 1.47+15.4-0ubuntu2 failed to install/upgrade: 
installed shim-signed package post-installation script s

[Bug 1786013] Autopkgtest regression report (linux-meta-oem-5.10/5.10.0.1035.36)

2021-06-25 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted linux-meta-oem-5.10 (5.10.0.1035.36) 
for focal have finished running.
The following regressions have been reported in tests triggered by the package:

backport-iwlwifi-dkms/8324-0ubuntu3~20.04.3 (amd64)
virtualbox/6.1.16-dfsg-6~ubuntu1.20.04.2 (amd64)
openafs/1.8.4~pre1-1ubuntu2.1 (amd64)
lttng-modules/2.12.2-1ubuntu1~20.04.2 (amd64)
nvidia-graphics-drivers-340/340.108-0ubuntu5.20.04.2 (amd64)
broadcom-sta/6.30.223.271-12 (amd64)
virtualbox-hwe/6.1.16-dfsg-6ubuntu1.20.04.2 (amd64)
evdi/1.7.0+dfsg-1ubuntu1~20.04.3 (amd64)
rtl8812au/4.3.8.12175.20140902+dfsg-0ubuntu13~20.04.2 (amd64)
bcmwl/6.30.223.271+bdcom-0ubuntu7~20.04.2 (amd64)
xtables-addons/3.9-1ubuntu0.2~20.04.1 (amd64)
lime-forensics/1.9-1ubuntu0.2 (amd64)
dahdi-linux/1:2.11.1~dfsg-1ubuntu6.2 (amd64)
dm-writeboost/2.2.9-1ubuntu1.2 (amd64)
systemd/245.4-4ubuntu3.7 (amd64)


Please visit the excuses page listed below and investigate the failures, 
proceeding afterwards as per the StableReleaseUpdates policy regarding 
autopkgtest regressions [1].

https://people.canonical.com/~ubuntu-archive/proposed-
migration/focal/update_excuses.html#linux-meta-oem-5.10

[1] https://wiki.ubuntu.com/StableReleaseUpdates#Autopkgtest_Regressions

Thank you!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1786013

Title:
  Packaging resync

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1786013/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1933361] Re: Audio Problem, soundcard not detected

2021-06-25 Thread Hui Wang
Please upload the output of 'dpkg -l | grep linux-modules-extra*', let
us see if you install that package for kernel 5.11.

thx.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1933361

Title:
  Audio Problem, soundcard not detected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1933361/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1933701] Re: error right after installation finishes, desktop environment with everything looking big after first boot

2021-06-25 Thread Helena
** Description changed:

+ This seems to be related to installation with "Third party software"
+ (see update.6 below).
+ 
  (not a Linux expert here) I have tried installing both Ubuntu 20.10 and
  21.10, and both showed me errors right after installation. For 20.10 the
  bug has supposedly already been reported, but this time it seems not
  (this report refers to Ubuntu 21.04).
  
  After installing Ubuntu 21.04, with the optional third party drivers and
- using the "erase and install" option, two bugs appeared:
+ using the "erase and install" option, two bugs appeared and the desktop
+ looks weird.
  
- 1. "installed shim-signed package post-installation script subprocess
- returned error exit status 1"
+ 
+ The bugs are these:
+ 1. "installed shim-signed package post-installation script subprocess 
returned error exit status 1"
  
  2. "an error occurred while installing packages:
  E: Sub-procecss /usr/bin/dpkg returned an error code (1)
  the following packages are in a broken state:
  [suspiciously blank space, something should be listed here]
  this may be due [...]"
  
- After booting for the first time, everything on the desktop looked quite
- large and without animations (it looked nice when I selected the "try
- Ubuntu" before installing), and when I tried to update the system it
- reported this bug and prompted me to come here.
+ 
+ After booting for the first time, everything on the desktop looked quite 
large and without animations (it looked nice when I selected the "try Ubuntu" 
before installing), and when I tried to update the system it reported this bug 
and prompted me to come here.
  
  If the report lacks any system info I will be happy to provide.
+ 
  
  update.1: tried to repeat the installation process and the same thing 
happened.
  update.2: after trying to update with "Software updater" a message appeared 
with "configuring shim-signed" on the left, and "install grub" with my disk 
listed below. Selecting the option only shows another option to "continue 
without installing grub" or something similar.
  update.3: performing partial upgrade did not help with any of the visual 
problems.
+ update.4: cleaned up the partitions with gparted because of message about 
"grub" (deleted the big one, and the tiny one, formatting to ext4). Nothing 
changed.
+ update.5: installed without third party software. Got the same errors about 
shim-signed and dpkg, HOWEVER desktop looke just like the "try Ubuntu" and 
things appear to be in order. Looks like this is something to do with third 
party, will check the desktop section...
+ update.6: tried "echo $XDG_SESSION_TYPE" in Ubuntu with third party software 
and desktop messed up, and the result was "x11". The same command returned 
"wayland" whith the installation without the software.
  
- As instructed on the submission page, here are the versions of the
- packages:
+ 
+ As instructed on the submission page, here are the versions of the packages:
  
  Checking for the version of "dpkg" on terminal it gave me this:
  "Installed: 1.20.9ubuntu1
    Candidate: 1.20.9ubuntu1
    Version table:
   *** 1.20.9ubuntu1 500
  500 http://br.archive.ubuntu.com/ubuntu hirsute/main amd64 Packages
  100 /var/lib/dpkg/status"
  
  Checking for the version of "shim-signed" on terminal I got this:
  "Installed: 1.47+15.4-0ubuntu2
    Candidate: 1.47+15.4-0ubuntu2
    Version table:
   *** 1.47+15.4-0ubuntu2 500
  500 http://br.archive.ubuntu.com/ubuntu hirsute-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1.46+15.4-0ubuntu1 500
  500 http://br.archive.ubuntu.com/ubuntu hirsute/main amd64 Packages"
+ 
  
  ProblemType: Package
  DistroRelease: Ubuntu 21.04
  Package: shim-signed 1.47+15.4-0ubuntu2
  ProcVersionSignature: Ubuntu 5.11.0-22.23-generic 5.11.21
  Uname: Linux 5.11.0-22-generic x86_64
  .proc.sys.kernel.moksbstate_disabled: Error: [Errno 2] No such file or 
directory: '/proc/sys/kernel/moksbstate_disabled'
  ApportVersion: 2.20.11-0ubuntu65
  Architecture: amd64
  BootEFIContents:
   BOOTX64.CSV
   grub.cfg
   grubx64.efi
   mmx64.efi
   shimx64.efi
  CasperMD5CheckResult: pass
  Date: Fri Jun 25 18:19:29 2021
  EFITables:
   jun 25 18:25:43 helio-MS-7918 kernel: efi: EFI v2.31 by American Megatrends
   jun 25 18:25:43 helio-MS-7918 kernel: efi: ESRT=0xcef6a998 ACPI 
2.0=0xce7aa000 ACPI=0xce7aa000 SMBIOS=0xf05b0 MOKvar=0xcb19c000
   jun 25 18:25:43 helio-MS-7918 kernel: secureboot: Secure boot disabled
   jun 25 18:25:43 helio-MS-7918 kernel: esrt: Reserving ESRT space from 
0xcef6a998 to 0xcef6a9d0.
   jun 25 18:25:43 helio-MS-7918 kernel: secureboot: Secure boot disabled
  ErrorMessage: installed shim-signed package post-installation script 
subprocess returned error exit status 1
  InstallationDate: Installed on 2021-06-25 (0 days ago)
  InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420)
  Python3Details: /usr/bin/python3.9, Python 3.9.4, python3-mini

[Bug 1933701] Re: error right after installation finishes, desktop environment with everything looking big after first boot

2021-06-25 Thread Helena
** Description changed:

  (not a Linux expert here) I have tried installing both Ubuntu 20.10 and
  21.10, and both showed me errors right after installation. For 20.10 the
  bug has supposedly already been reported, but this time it seems not
  (this report refers to Ubuntu 21.04).
  
  After installing Ubuntu 21.04, with the optional third party drivers and
  using the "erase and install" option, two bugs appeared:
  
  1. "installed shim-signed package post-installation script subprocess
  returned error exit status 1"
  
  2. "an error occurred while installing packages:
  E: Sub-procecss /usr/bin/dpkg returned an error code (1)
  the following packages are in a broken state:
  [suspiciously blank space, something should be listed here]
  this may be due [...]"
  
  After booting for the first time, everything on the desktop looked quite
- large (it looked nice when I selected the "try ubuntu" before
- installing), and when I tried to update the system it reported this bug
- and prompted me to come here.
+ large and without animations (it looked nice when I selected the "try
+ Ubuntu" before installing), and when I tried to update the system it
+ reported this bug and prompted me to come here.
  
  If the report lacks any system info I will be happy to provide.
  
+ update.1: tried to repeat the installation process and the same thing 
happened.
+ update.2: after trying to update with "Software updater" a message appeared 
with "configuring shim-signed" on the left, and "install grub" with my disk 
listed below. Selecting the option only shows another option to "continue 
without installing grub" or something similar.
+ update.3: performing partial upgrade did not help with any of the visual 
problems.
  
- update.1: tried to repeat the installation process and the same thing 
happened.
- 
- 
- As instructed on the submission page, here are the versions of the packages:
+ As instructed on the submission page, here are the versions of the
+ packages:
  
  Checking for the version of "dpkg" on terminal it gave me this:
  "Installed: 1.20.9ubuntu1
    Candidate: 1.20.9ubuntu1
    Version table:
   *** 1.20.9ubuntu1 500
  500 http://br.archive.ubuntu.com/ubuntu hirsute/main amd64 Packages
  100 /var/lib/dpkg/status"
  
  Checking for the version of "shim-signed" on terminal I got this:
  "Installed: 1.47+15.4-0ubuntu2
    Candidate: 1.47+15.4-0ubuntu2
    Version table:
   *** 1.47+15.4-0ubuntu2 500
  500 http://br.archive.ubuntu.com/ubuntu hirsute-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   1.46+15.4-0ubuntu1 500
  500 http://br.archive.ubuntu.com/ubuntu hirsute/main amd64 Packages"
  
  ProblemType: Package
  DistroRelease: Ubuntu 21.04
  Package: shim-signed 1.47+15.4-0ubuntu2
  ProcVersionSignature: Ubuntu 5.11.0-22.23-generic 5.11.21
  Uname: Linux 5.11.0-22-generic x86_64
  .proc.sys.kernel.moksbstate_disabled: Error: [Errno 2] No such file or 
directory: '/proc/sys/kernel/moksbstate_disabled'
  ApportVersion: 2.20.11-0ubuntu65
  Architecture: amd64
  BootEFIContents:
   BOOTX64.CSV
   grub.cfg
   grubx64.efi
   mmx64.efi
   shimx64.efi
  CasperMD5CheckResult: pass
  Date: Fri Jun 25 18:19:29 2021
  EFITables:
   jun 25 18:25:43 helio-MS-7918 kernel: efi: EFI v2.31 by American Megatrends
   jun 25 18:25:43 helio-MS-7918 kernel: efi: ESRT=0xcef6a998 ACPI 
2.0=0xce7aa000 ACPI=0xce7aa000 SMBIOS=0xf05b0 MOKvar=0xcb19c000
   jun 25 18:25:43 helio-MS-7918 kernel: secureboot: Secure boot disabled
   jun 25 18:25:43 helio-MS-7918 kernel: esrt: Reserving ESRT space from 
0xcef6a998 to 0xcef6a9d0.
   jun 25 18:25:43 helio-MS-7918 kernel: secureboot: Secure boot disabled
  ErrorMessage: installed shim-signed package post-installation script 
subprocess returned error exit status 1
  InstallationDate: Installed on 2021-06-25 (0 days ago)
  InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420)
  Python3Details: /usr/bin/python3.9, Python 3.9.4, python3-minimal, 3.9.4-1
  PythonDetails: N/A
  RelatedPackageVersions:
   dpkg 1.20.9ubuntu1
   apt  2.2.3
  SecureBoot: 6   0   0   0   0
  SourcePackage: shim-signed
  Title: package shim-signed 1.47+15.4-0ubuntu2 failed to install/upgrade: 
installed shim-signed package post-installation script subprocess returned 
error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1933701

Title:
  error right after installation finishes, desktop environment with
  everything looking big after first boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shim-signed/+bug/1933701/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1933701] Re: error right after installation finishes, desktop environment with everything looking big after first boot

2021-06-25 Thread Helena
** Description changed:

- I have tried installing both Ubuntu 20.10 and 21.10, both showing me
- errors right after installation. For 20.10 the bug has supposedly
- already been reported, but this time it seems not.
+ (not a Linux expert here) I have tried installing both Ubuntu 20.10 and
+ 21.10, and both showed me errors right after installation. For 20.10 the
+ bug has supposedly already been reported, but this time it seems not
+ (this report refers to Ubuntu 21.04).
  
- After installation of Ubuntu 21.10, right at the moment when the message
- box telling the user to reboot because the installation was done, an
- error message appeared, talking about "shim-signed" process returning 1,
- and another about "/usr/bin/dpkg" having some problem (I'll try to do
- the process again to get the exact message). After booting for the first
- time, everything on the desktop looked quite large (it looked nice when
- I selected the "try ubuntu" before installing), and when I tried to
- update the system it reported this bug and prompted me to come here.
+ After installing Ubuntu 21.04, with the optional third party drivers and
+ using the "erase and install" option, two bugs appeared:
+ 
+ 1. "installed shim-signed package post-installation script subprocess
+ returned error exit status 1"
+ 
+ 2. "an error occurred while installing packages:
+ E: Sub-procecss /usr/bin/dpkg returned an error code (1)
+ the following packages are in a broken state:
+ [suspiciously blank space, something should be listed here]
+ this may be due [...]"
+ 
+ After booting for the first time, everything on the desktop looked quite
+ large (it looked nice when I selected the "try ubuntu" before
+ installing), and when I tried to update the system it reported this bug
+ and prompted me to come here.
+ 
+ If the report lacks any system info I will be happy to provide.
+ 
+ 
+ update.1: tried to repeat the installation process and the same thing 
happened.
+ 
+ 
+ As instructed on the submission page, here are the versions of the packages:
  
  Checking for the version of "dpkg" on terminal it gave me this:
- Installed: 1.20.9ubuntu1
-   Candidate: 1.20.9ubuntu1
-   Version table:
-  *** 1.20.9ubuntu1 500
- 500 http://br.archive.ubuntu.com/ubuntu hirsute/main amd64 Packages
- 100 /var/lib/dpkg/status
+ "Installed: 1.20.9ubuntu1
+   Candidate: 1.20.9ubuntu1
+   Version table:
+  *** 1.20.9ubuntu1 500
+ 500 http://br.archive.ubuntu.com/ubuntu hirsute/main amd64 Packages
+ 100 /var/lib/dpkg/status"
  
  Checking for the version of "shim-signed" on terminal I got this:
- Installed: 1.47+15.4-0ubuntu2
-   Candidate: 1.47+15.4-0ubuntu2
-   Version table:
-  *** 1.47+15.4-0ubuntu2 500
- 500 http://br.archive.ubuntu.com/ubuntu hirsute-updates/main amd64 
Packages
- 100 /var/lib/dpkg/status
-  1.46+15.4-0ubuntu1 500
- 500 http://br.archive.ubuntu.com/ubuntu hirsute/main amd64 Packages
+ "Installed: 1.47+15.4-0ubuntu2
+   Candidate: 1.47+15.4-0ubuntu2
+   Version table:
+  *** 1.47+15.4-0ubuntu2 500
+ 500 http://br.archive.ubuntu.com/ubuntu hirsute-updates/main amd64 
Packages
+ 100 /var/lib/dpkg/status
+  1.46+15.4-0ubuntu1 500
+ 500 http://br.archive.ubuntu.com/ubuntu hirsute/main amd64 Packages"
  
  ProblemType: Package
  DistroRelease: Ubuntu 21.04
  Package: shim-signed 1.47+15.4-0ubuntu2
  ProcVersionSignature: Ubuntu 5.11.0-22.23-generic 5.11.21
  Uname: Linux 5.11.0-22-generic x86_64
  .proc.sys.kernel.moksbstate_disabled: Error: [Errno 2] No such file or 
directory: '/proc/sys/kernel/moksbstate_disabled'
  ApportVersion: 2.20.11-0ubuntu65
  Architecture: amd64
  BootEFIContents:
-  BOOTX64.CSV
-  grub.cfg
-  grubx64.efi
-  mmx64.efi
-  shimx64.efi
+  BOOTX64.CSV
+  grub.cfg
+  grubx64.efi
+  mmx64.efi
+  shimx64.efi
  CasperMD5CheckResult: pass
  Date: Fri Jun 25 18:19:29 2021
  EFITables:
-  jun 25 18:25:43 helio-MS-7918 kernel: efi: EFI v2.31 by American Megatrends
-  jun 25 18:25:43 helio-MS-7918 kernel: efi: ESRT=0xcef6a998 ACPI 
2.0=0xce7aa000 ACPI=0xce7aa000 SMBIOS=0xf05b0 MOKvar=0xcb19c000 
-  jun 25 18:25:43 helio-MS-7918 kernel: secureboot: Secure boot disabled
-  jun 25 18:25:43 helio-MS-7918 kernel: esrt: Reserving ESRT space from 
0xcef6a998 to 0xcef6a9d0.
-  jun 25 18:25:43 helio-MS-7918 kernel: secureboot: Secure boot disabled
+  jun 25 18:25:43 helio-MS-7918 kernel: efi: EFI v2.31 by American Megatrends
+  jun 25 18:25:43 helio-MS-7918 kernel: efi: ESRT=0xcef6a998 ACPI 
2.0=0xce7aa000 ACPI=0xce7aa000 SMBIOS=0xf05b0 MOKvar=0xcb19c000
+  jun 25 18:25:43 helio-MS-7918 kernel: secureboot: Secure boot disabled
+  jun 25 18:25:43 helio-MS-7918 kernel: esrt: Reserving ESRT space from 
0xcef6a998 to 0xcef6a9d0.
+  jun 25 18:25:43 helio-MS-7918 kernel: secureboot: Secure boot disabled
  ErrorMessage: installed shim-signed package post-installation script 
subprocess returned error exit status 1
  InstallationDate: 

[Bug 1786013] Autopkgtest regression report (linux-meta-raspi/5.4.0.1039.74)

2021-06-25 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted linux-meta-raspi (5.4.0.1039.74) for 
focal have finished running.
The following regressions have been reported in tests triggered by the package:

nat-rtsp/unknown (arm64)
dpdk/unknown (arm64)
rtl8812au/unknown (arm64)
lime-forensics/unknown (arm64)
langford/unknown (arm64)
r8168/unknown (arm64)
xtables-addons/unknown (arm64)
snapd/unknown (arm64)
evdi/unknown (arm64)
iptables-netflow/unknown (arm64)
rtl8821ce/unknown (arm64)
mali-midgard/unknown (arm64)
wireguard/unknown (arm64)
openafs/unknown (arm64)
wireguard-linux-compat/unknown (arm64)
virtualbox-hwe/6.1.16-dfsg-6ubuntu1.20.04.2 (arm64, armhf)
dm-writeboost/unknown (arm64)
gost-crypto/unknown (arm64)
systemd/245.4-4ubuntu3.7 (armhf)
systemd/unknown (arm64)
v4l2loopback/unknown (arm64)
west-chamber/unknown (arm64)


Please visit the excuses page listed below and investigate the failures, 
proceeding afterwards as per the StableReleaseUpdates policy regarding 
autopkgtest regressions [1].

https://people.canonical.com/~ubuntu-archive/proposed-
migration/focal/update_excuses.html#linux-meta-raspi

[1] https://wiki.ubuntu.com/StableReleaseUpdates#Autopkgtest_Regressions

Thank you!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1786013

Title:
  Packaging resync

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1786013/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1933703] [NEW] kernel BUG at mm/usercopy.c:99!

2021-06-25 Thread hereiam
Public bug reported:

I get randomly a bug with an error description for kernel BUG at
mm/usercopy.c:99!

I attached the error text.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-image-5.8.0-59-generic 5.8.0-59.66~20.04.1
ProcVersionSignature: Ubuntu 5.8.0-59.66~20.04.1-generic 5.8.18
Uname: Linux 5.8.0-59-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27.18
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Sat Jun 26 00:01:44 2021
SourcePackage: linux-signed-hwe-5.8
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: linux-signed-hwe-5.8 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal third-party-packages

** Attachment added: "error.txt"
   https://bugs.launchpad.net/bugs/1933703/+attachment/5507149/+files/error.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1933703

Title:
  kernel BUG at mm/usercopy.c:99!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe-5.8/+bug/1933703/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1933701] [NEW] error right after installation finishes, desktop environment with everything looking big after first boot

2021-06-25 Thread Helena
Public bug reported:

I have tried installing both Ubuntu 20.10 and 21.10, both showing me
errors right after installation. For 20.10 the bug has supposedly
already been reported, but this time it seems not.

After installation of Ubuntu 21.10, right at the moment when the message
box telling the user to reboot because the installation was done, an
error message appeared, talking about "shim-signed" process returning 1,
and another about "/usr/bin/dpkg" having some problem (I'll try to do
the process again to get the exact message). After booting for the first
time, everything on the desktop looked quite large (it looked nice when
I selected the "try ubuntu" before installing), and when I tried to
update the system it reported this bug and prompted me to come here.

Checking for the version of "dpkg" on terminal it gave me this:
Installed: 1.20.9ubuntu1
  Candidate: 1.20.9ubuntu1
  Version table:
 *** 1.20.9ubuntu1 500
500 http://br.archive.ubuntu.com/ubuntu hirsute/main amd64 Packages
100 /var/lib/dpkg/status

Checking for the version of "shim-signed" on terminal I got this:
Installed: 1.47+15.4-0ubuntu2
  Candidate: 1.47+15.4-0ubuntu2
  Version table:
 *** 1.47+15.4-0ubuntu2 500
500 http://br.archive.ubuntu.com/ubuntu hirsute-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 1.46+15.4-0ubuntu1 500
500 http://br.archive.ubuntu.com/ubuntu hirsute/main amd64 Packages

ProblemType: Package
DistroRelease: Ubuntu 21.04
Package: shim-signed 1.47+15.4-0ubuntu2
ProcVersionSignature: Ubuntu 5.11.0-22.23-generic 5.11.21
Uname: Linux 5.11.0-22-generic x86_64
.proc.sys.kernel.moksbstate_disabled: Error: [Errno 2] No such file or 
directory: '/proc/sys/kernel/moksbstate_disabled'
ApportVersion: 2.20.11-0ubuntu65
Architecture: amd64
BootEFIContents:
 BOOTX64.CSV
 grub.cfg
 grubx64.efi
 mmx64.efi
 shimx64.efi
CasperMD5CheckResult: pass
Date: Fri Jun 25 18:19:29 2021
EFITables:
 jun 25 18:25:43 helio-MS-7918 kernel: efi: EFI v2.31 by American Megatrends
 jun 25 18:25:43 helio-MS-7918 kernel: efi: ESRT=0xcef6a998 ACPI 2.0=0xce7aa000 
ACPI=0xce7aa000 SMBIOS=0xf05b0 MOKvar=0xcb19c000 
 jun 25 18:25:43 helio-MS-7918 kernel: secureboot: Secure boot disabled
 jun 25 18:25:43 helio-MS-7918 kernel: esrt: Reserving ESRT space from 
0xcef6a998 to 0xcef6a9d0.
 jun 25 18:25:43 helio-MS-7918 kernel: secureboot: Secure boot disabled
ErrorMessage: installed shim-signed package post-installation script subprocess 
returned error exit status 1
InstallationDate: Installed on 2021-06-25 (0 days ago)
InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420)
Python3Details: /usr/bin/python3.9, Python 3.9.4, python3-minimal, 3.9.4-1
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.20.9ubuntu1
 apt  2.2.3
SecureBoot: 6   0   0   0   0
SourcePackage: shim-signed
Title: package shim-signed 1.47+15.4-0ubuntu2 failed to install/upgrade: 
installed shim-signed package post-installation script subprocess returned 
error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: shim-signed (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package hirsute

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1933701

Title:
  error right after installation finishes, desktop environment with
  everything looking big after first boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shim-signed/+bug/1933701/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1933701] Re: error right after installation finishes, desktop environment with everything looking big after first boot

2021-06-25 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1933701

Title:
  error right after installation finishes, desktop environment with
  everything looking big after first boot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shim-signed/+bug/1933701/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1865037] Re: make the service fail gracefully if unable to load modules

2021-06-25 Thread Billy Olsen
Hi Utkarsh - it is indeed more clear. Thanks for the links. I'm deleting
the previous patch and providing a new one with updated versioning.

** Patch removed: "Debdiff for focal"
   
https://bugs.launchpad.net/ubuntu/+source/python-rtslib-fb/+bug/1865037/+attachment/5506777/+files/lp1865037-focal.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1865037

Title:
  make the service fail gracefully if unable to load modules

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1865037/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1865037] Re: make the service fail gracefully if unable to load modules

2021-06-25 Thread Billy Olsen
** Patch added: "focal patch"
   
https://bugs.launchpad.net/ubuntu/+source/python-rtslib-fb/+bug/1865037/+attachment/5507137/+files/lp1865037-focal.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1865037

Title:
  make the service fail gracefully if unable to load modules

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1865037/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1932360] Re: IR receiver broken by 5.8.0-55, worked in -48

2021-06-25 Thread Tom Horsley
*** This bug is a duplicate of bug 1901089 ***
https://bugs.launchpad.net/bugs/1901089

** This bug has been marked a duplicate of bug 1901089
   Ubuntu kernels 5.4.0-51 and 5.4.0-52 break ir-keytable loading

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1932360

Title:
  IR receiver broken by 5.8.0-55, worked in -48

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1932360/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1786013] Autopkgtest regression report (linux-meta-raspi2/4.15.0.1090.87)

2021-06-25 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted linux-meta-raspi2 (4.15.0.1090.87) for 
bionic have finished running.
The following regressions have been reported in tests triggered by the package:

r8168/unknown (arm64)
nat-rtsp/unknown (arm64)
xtables-addons/unknown (arm64)
dm-writeboost/unknown (arm64)
r8168/8.045.08-2ubuntu1 (armhf)
asic0x/unknown (arm64)
spl-linux/unknown (arm64)
systemd/237-3ubuntu10.48 (armhf)
adv-17v35x/unknown (arm64)
bbswitch/unknown (arm64)
rtl8821ce/unknown (arm64)
snapd/unknown (arm64)
rtl8812au/unknown (arm64)
ktap/unknown (arm64)
fwts/unknown (arm64)
systemd/unknown (arm64)
langford/0.0.20130228-5ubuntu1 (armhf)
lime-forensics/unknown (arm64)
acpi-call/unknown (arm64)
wireguard-linux-compat/unknown (arm64)
glibc/unknown (arm64)
zfs-linux/unknown (arm64)
lttng-modules/unknown (arm64)
dpdk/unknown (arm64)
rtl8821ce/5.5.2.1-0ubuntu3~18.04.1 (armhf)
v4l2loopback/unknown (arm64)
ddcci-driver-linux/unknown (arm64)
langford/unknown (arm64)
west-chamber/unknown (arm64)


Please visit the excuses page listed below and investigate the failures, 
proceeding afterwards as per the StableReleaseUpdates policy regarding 
autopkgtest regressions [1].

https://people.canonical.com/~ubuntu-archive/proposed-
migration/bionic/update_excuses.html#linux-meta-raspi2

[1] https://wiki.ubuntu.com/StableReleaseUpdates#Autopkgtest_Regressions

Thank you!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1786013

Title:
  Packaging resync

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1786013/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1931799] Re: audio not working on Raspberry Pi 4

2021-06-25 Thread Gordon Fresh
This is log.

** Attachment added: "pulseaudio.txt"
   
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1931799/+attachment/5507134/+files/pulseaudio.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1931799

Title:
  audio not working on Raspberry Pi 4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1931799/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1931799] Re: audio not working on Raspberry Pi 4

2021-06-25 Thread Gordon Fresh
When pulseaudio crashed:
daniel@RPi4:~$ systemctl --user restart pulseaudio.service
[Child 10555, AudioIPC0] WARNING: 8d8426b0 StateCallback() state 2 cubeb 
error: file 
/build/firefox-vFiRwG/firefox-89.0.1+build1/dom/media/AudioStream.cpp:654
[Child 10555, MediaDecoderStateMachine #1] WARNING: Decoder=99667c00 
[OnMediaSinkAudioError]: file 
/build/firefox-vFiRwG/firefox-89.0.1+build1/dom/media/MediaDecoderStateMachine.cpp:3916


This is log after restart.

** Attachment added: "pulseaudio_restart.txt"
   
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1931799/+attachment/5507135/+files/pulseaudio_restart.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1931799

Title:
  audio not working on Raspberry Pi 4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1931799/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1786013] Autopkgtest regression report (linux-meta-gcp/5.4.0.1047.56)

2021-06-25 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted linux-meta-gcp (5.4.0.1047.56) for 
focal have finished running.
The following regressions have been reported in tests triggered by the package:

lxc/1:4.0.6-0ubuntu1~20.04.1 (amd64)


Please visit the excuses page listed below and investigate the failures, 
proceeding afterwards as per the StableReleaseUpdates policy regarding 
autopkgtest regressions [1].

https://people.canonical.com/~ubuntu-archive/proposed-
migration/focal/update_excuses.html#linux-meta-gcp

[1] https://wiki.ubuntu.com/StableReleaseUpdates#Autopkgtest_Regressions

Thank you!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1786013

Title:
  Packaging resync

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1786013/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1786013] Autopkgtest regression report (linux-meta-gke/5.4.0.1047.56)

2021-06-25 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted linux-meta-gke (5.4.0.1047.56) for 
focal have finished running.
The following regressions have been reported in tests triggered by the package:

lxc/1:4.0.6-0ubuntu1~20.04.1 (amd64)


Please visit the excuses page listed below and investigate the failures, 
proceeding afterwards as per the StableReleaseUpdates policy regarding 
autopkgtest regressions [1].

https://people.canonical.com/~ubuntu-archive/proposed-
migration/focal/update_excuses.html#linux-meta-gke

[1] https://wiki.ubuntu.com/StableReleaseUpdates#Autopkgtest_Regressions

Thank you!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1786013

Title:
  Packaging resync

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1786013/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1933698] [NEW] qgis-providers depends on libcharls2

2021-06-25 Thread Kyler Laird
Public bug reported:

Setting up qgis-providers (3.10.14+dfsg-1ubuntu2) ...
/usr/lib/qgis/crssync: error while loading shared libraries: libcharls.so.2: 
cannot open shared object file: No such file or directory

Installing libcharls solved the problem.

# lsb_release -rd
Description:Ubuntu 20.10
Release:20.10

# apt-cache policy qgis-providers
qgis-providers:
  Installed: 3.10.14+dfsg-1ubuntu2
  Candidate: 3.10.14+dfsg-1ubuntu2
  Version table:
 *** 3.10.14+dfsg-1ubuntu2 500
500 http://us.archive.ubuntu.com/ubuntu hirsute/universe amd64 Packages
100 /var/lib/dpkg/status

I expected installation to work.

Instead, it failed.

** Affects: qgis (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1933698

Title:
  qgis-providers depends on libcharls2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qgis/+bug/1933698/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1930637] Re: ath11k WIFI not working in proposed kernel 5.11.0-19-generic

2021-06-25 Thread Eduard
Ok, although I am normally using Hirsute, today I installed Focal, so I could 
do the requested testing here for Focal as well.
I tested:
 - 5.11.0-20-generic
 - 5.11.0-20-lowlatency
 - 5.11.0-22-generic
 - 5.11.0-22-lowlatency
 - 5.11.0-23-generic
 - 5.11.0-23-lowlatency

Because these where the kernels that I got available today with Proposed
enabled.

All of these kernels give me a working Soundwire and a working ath11k!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1930637

Title:
  ath11k WIFI not working in proposed kernel 5.11.0-19-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1930637/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1141034] Re: [upstream] RTL Spreadsheet Insert Cells

2021-06-25 Thread Bug Watch Updater
** Changed in: df-libreoffice
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1141034

Title:
  [upstream] RTL Spreadsheet Insert Cells

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1141034/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1931088] Re: boot-and-services tests fails in impish on armhf (248.3)

2021-06-25 Thread Dan Streetman
> This should fix the problem:
https://github.com/lxc/distrobuilder/pull/476

wow...all those 'fixes' lxd is adding look like things will continue to
break in bad ways, like this bug. ouch.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1931088

Title:
  boot-and-services tests fails in impish on armhf (248.3)

To manage notifications about this bug go to:
https://bugs.launchpad.net/auto-package-testing/+bug/1931088/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1141034]

2021-06-25 Thread Libreoffice-commits
Heiko Tietze committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/0fd2012dcedc8f98b14dc478c71f9312d4c26c85

Resolves tdf#125868 - Insert dialog text in case of RTL

It will be available in 7.3.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1141034

Title:
  [upstream] RTL Spreadsheet Insert Cells

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1141034/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1933114] Re: [needs packaging] dvdstyler

2021-06-25 Thread InfoLibre
Version 3.1-0 in PPA :
https://launchpad.net/~ubuntuhandbook1/+archive/ubuntu/dvdstyler

** Description changed:

- Could someone create a package for dvdstyler ?
- https://www.dvdstyler.org/en/
+ Could someone create a new package for dvdstyler version 3.2  ?
+ 
+ DVDStyler is a cross-platform free DVD authoring application for the
+ creation of professional-looking DVDs.
+ 
+ URL: https://dvdstyler.org
+ License: GNU GENERAL PUBLIC LICENSE Version 2
+ Notes: a package already exists for dvdstyler  3.1-0, I can see it in Linux 
Mint 20.1 but I can't find it in 
https://packages.ubuntu.com/search?keywords=dvdstyler&searchon=names&suite=all§ion=all
+ 
+ 
file:///home/david/Bureau/Capture%20d%E2%80%99%C3%A9cran%20du%202021-06-25%2022-03-03.png
+ 
  https://github.com/linuxmint/linuxmint/issues/357

** Description changed:

  Could someone create a new package for dvdstyler version 3.2  ?
  
  DVDStyler is a cross-platform free DVD authoring application for the
  creation of professional-looking DVDs.
  
  URL: https://dvdstyler.org
  License: GNU GENERAL PUBLIC LICENSE Version 2
  Notes: a package already exists for dvdstyler  3.1-0, I can see it in Linux 
Mint 20.1 but I can't find it in 
https://packages.ubuntu.com/search?keywords=dvdstyler&searchon=names&suite=all§ion=all
  
  
file:///home/david/Bureau/Capture%20d%E2%80%99%C3%A9cran%20du%202021-06-25%2022-03-03.png
  
+ 
  https://github.com/linuxmint/linuxmint/issues/357

** Description changed:

  Could someone create a new package for dvdstyler version 3.2  ?
  
  DVDStyler is a cross-platform free DVD authoring application for the
  creation of professional-looking DVDs.
  
  URL: https://dvdstyler.org
  License: GNU GENERAL PUBLIC LICENSE Version 2
  Notes: a package already exists for dvdstyler  3.1-0, I can see it in Linux 
Mint 20.1 but I can't find it in 
https://packages.ubuntu.com/search?keywords=dvdstyler&searchon=names&suite=all§ion=all
  
- 
file:///home/david/Bureau/Capture%20d%E2%80%99%C3%A9cran%20du%202021-06-25%2022-03-03.png
  
  
  https://github.com/linuxmint/linuxmint/issues/357

** Description changed:

  Could someone create a new package for dvdstyler version 3.2  ?
  
  DVDStyler is a cross-platform free DVD authoring application for the
  creation of professional-looking DVDs.
  
  URL: https://dvdstyler.org
  License: GNU GENERAL PUBLIC LICENSE Version 2
  Notes: a package already exists for dvdstyler  3.1-0, I can see it in Linux 
Mint 20.1 but I can't find it in 
https://packages.ubuntu.com/search?keywords=dvdstyler&searchon=names&suite=all§ion=all
  
- 
- 
  https://github.com/linuxmint/linuxmint/issues/357

** Attachment added: "Capture d’écran du 2021-06-25 22-03-03.png"
   
https://bugs.launchpad.net/ubuntu/+source/dvdstyler/+bug/1933114/+attachment/5507133/+files/Capture%20d%E2%80%99%C3%A9cran%20du%202021-06-25%2022-03-03.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1933114

Title:
  [needs packaging] dvdstyler

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dvdstyler/+bug/1933114/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1933114] Re: [needs packaging] dvdstyler

2021-06-25 Thread InfoLibre
Thank you, I updated my request.

** Description changed:

  Could someone create a new package for dvdstyler version 3.2  ?
  
  DVDStyler is a cross-platform free DVD authoring application for the
  creation of professional-looking DVDs.
  
  URL: https://dvdstyler.org
  License: GNU GENERAL PUBLIC LICENSE Version 2
- Notes: a package already exists for dvdstyler  3.1-0, I can see it in Linux 
Mint 20.1 but I can't find it in 
https://packages.ubuntu.com/search?keywords=dvdstyler&searchon=names&suite=all§ion=all
+ Notes: a PPA exists for dvdstyler  3.1-0 (see https://www.dvdstyler.org),  
and I can't find it in 
https://packages.ubuntu.com/search?keywords=dvdstyler&searchon=names&suite=all§ion=all
  
  https://github.com/linuxmint/linuxmint/issues/357

** Description changed:

  Could someone create a new package for dvdstyler version 3.2  ?
  
  DVDStyler is a cross-platform free DVD authoring application for the
  creation of professional-looking DVDs.
  
  URL: https://dvdstyler.org
  License: GNU GENERAL PUBLIC LICENSE Version 2
- Notes: a PPA exists for dvdstyler  3.1-0 (see https://www.dvdstyler.org),  
and I can't find it in 
https://packages.ubuntu.com/search?keywords=dvdstyler&searchon=names&suite=all§ion=all
+ Notes: a PPA exists for dvdstyler  3.1-0 (see 
https://launchpad.net/~ubuntuhandbook1/+archive/ubuntu/dvdstyler),  and I can't 
find it in 
https://packages.ubuntu.com/search?keywords=dvdstyler&searchon=names&suite=all§ion=all
  
  https://github.com/linuxmint/linuxmint/issues/357

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1933114

Title:
  [needs packaging] dvdstyler

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dvdstyler/+bug/1933114/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1931799] Re: audio not working on Raspberry Pi 4

2021-06-25 Thread Gordon Fresh
Pulseaudio crashes, but not regularly. Usually a failure occurs when I listen 
music (via VLC, Rhythmbox) or I watch youtube. I heard only noise in the 
headphones when this app is crashed.
Only restarting the pulseaudio service helps.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1931799

Title:
  audio not working on Raspberry Pi 4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1931799/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1933697] [NEW] touchpad not working

2021-06-25 Thread Mariana Pinto
Public bug reported:

my touchpad and mouses are not recongnized by ubuntu 20.04

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-image-5.4.0-59-generic 5.4.0-59.65
ProcVersionSignature: Ubuntu 5.4.0-59.65-generic 5.4.78
Uname: Linux 5.4.0-59-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.18
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  spiders17   4049 F pulseaudio
 /dev/snd/controlC0:  spiders17   4049 F pulseaudio
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Fri Jun 25 21:00:22 2021
InstallationDate: Installed on 2020-10-09 (258 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
MachineType: Acer Nitro AN515-43
ProcFB: 0 EFI VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-59-generic 
root=UUID=d1574370-d401-4eaa-86d0-ceeec8393f1b ro recovery nomodeset 
dis_ucode_ldr
RelatedPackageVersions:
 linux-restricted-modules-5.4.0-59-generic N/A
 linux-backports-modules-5.4.0-59-generic  N/A
 linux-firmware1.187.14
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/18/2019
dmi.bios.vendor: Insyde Corp.
dmi.bios.version: V1.06
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: Octavia_PKS
dmi.board.vendor: PK
dmi.board.version: V1.06
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: V1.06
dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.06:bd09/18/2019:svnAcer:pnNitroAN515-43:pvrV1.06:rvnPK:rnOctavia_PKS:rvrV1.06:cvnAcer:ct10:cvrV1.06:
dmi.product.family: Nitro 5
dmi.product.name: Nitro AN515-43
dmi.product.sku: 
dmi.product.version: V1.06
dmi.sys.vendor: Acer

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1933697

Title:
  touchpad not working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1933697/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1933678] Re: FTBFS with go 1.16

2021-06-25 Thread William Wilson
This patch pulls in a small upstream change needed to build with go 1.16

** Patch added: "lp1933678.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/golang-github-aws-aws-sdk-go/+bug/1933678/+attachment/5507112/+files/lp1933678.debdiff

** Changed in: golang-github-aws-aws-sdk-go (Ubuntu)
   Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1933678

Title:
  FTBFS with go 1.16

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-github-aws-aws-sdk-go/+bug/1933678/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1933114] Re: [needs packaging] dvdstyler

2021-06-25 Thread InfoLibre
** Summary changed:

- dvdstyler - needs packaging
+ [needs packaging] dvdstyler

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1933114

Title:
  [needs packaging] dvdstyler

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dvdstyler/+bug/1933114/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1933391] Re: FTBFS with PHP 8.0 on Impish

2021-06-25 Thread Bug Watch Updater
** Changed in: kopanocore (Debian)
   Status: Unknown => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1933391

Title:
  FTBFS with PHP 8.0 on Impish

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kopanocore/+bug/1933391/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1933391] Re: FTBFS with PHP 8.0 on Impish

2021-06-25 Thread Sergio Durigan Junior
Thanks for taking care of this one while I was away, Bryce.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1933391

Title:
  FTBFS with PHP 8.0 on Impish

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kopanocore/+bug/1933391/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1621102] Re: /home symlink, snaps don't work

2021-06-25 Thread mkovac
How long does a High importance bug stay "triaged"? It's not like the
problem went away. The users did. The users went away.

So canonical grabbed them by the b*lls by making software available
through snap exclusively - lxd, kubernetes, chromium-browser, etc

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1621102

Title:
  /home symlink, snaps don't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/snap-confine/+bug/1621102/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1933693] [NEW] The app doesn't download the weather forecast

2021-06-25 Thread Gordon Fresh
Public bug reported:

The app does not work well. The weather forecast is not available.

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: gnome-weather 3.36.1-1
ProcVersionSignature: Ubuntu 5.8.0-1029.32-raspi 5.8.18
Uname: Linux 5.8.0-1029-raspi aarch64
ApportVersion: 2.20.11-0ubuntu50.7
Architecture: arm64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Fri Jun 25 21:06:25 2021
ImageMediaBuild: 20201022
PackageArchitecture: all
SourcePackage: gnome-weather
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-weather (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug arm64 arm64-image groovy raspi-image

** Attachment added: "Zrzut ekranu z 2021-06-25 21-02-56.png"
   
https://bugs.launchpad.net/bugs/1933693/+attachment/5507107/+files/Zrzut%20ekranu%20z%202021-06-25%2021-02-56.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1933693

Title:
  The app doesn't download the weather forecast

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-weather/+bug/1933693/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1933692] [NEW] weather applet is not loaded by Gnome

2021-06-25 Thread Gordon Fresh
Public bug reported:

Dear Maintainer,
The extension is not loaded by Gnome. The gnome-tweaks displays for it an error.
Best regards.

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: gnome-shell-extension-weather 0~20170402.git34506a6-2
ProcVersionSignature: Ubuntu 5.8.0-1029.32-raspi 5.8.18
Uname: Linux 5.8.0-1029-raspi aarch64
ApportVersion: 2.20.11-0ubuntu50.7
Architecture: arm64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Fri Jun 25 20:53:21 2021
ImageMediaBuild: 20201022
PackageArchitecture: all
SourcePackage: gnome-shell-extension-weather
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-shell-extension-weather (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug arm64 arm64-image groovy raspi-image

** Attachment added: "Zrzut ekranu z 2021-06-25 20-52-44.png"
   
https://bugs.launchpad.net/bugs/1933692/+attachment/5507103/+files/Zrzut%20ekranu%20z%202021-06-25%2020-52-44.png

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1933692

Title:
  weather applet is not loaded by Gnome

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-weather/+bug/1933692/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1931728] Re: [scalingstack bos01] bionic (arm64) instances always fail to boot on eMAGs in this cloud

2021-06-25 Thread dann frazier
** Changed in: linux (Ubuntu)
   Status: New => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1931728

Title:
  [scalingstack bos01] bionic (arm64) instances always fail to boot on
  eMAGs in this cloud

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1931728/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1933691] [NEW] Hirsute update: upstream stable patchset 2021-06-25

2021-06-25 Thread Kamal Mostafa
Public bug reported:

SRU Justification

Impact:
   The upstream process for stable tree updates is quite similar
   in scope to the Ubuntu SRU process, e.g., each patch has to
   demonstrably fix a bug, and each patch is vetted by upstream
   by originating either directly from a mainline/stable Linux tree or
   a minimally backported form of that patch. The following upstream
   stable patches should be included in the Ubuntu kernel:

   upstream stable patchset 2021-06-25

Ported from the following upstream stable releases:
v5.10.43, v5.12.10

   from git://git.kernel.org/

hwmon: (dell-smm-hwmon) Fix index values
hwmon: (pmbus/isl68137) remove READ_TEMPERATURE_3 for RAA228228
netfilter: conntrack: unregister ipv4 sockopts on error unwind
efi/fdt: fix panic when no valid fdt found
efi: Allow EFI_MEMORY_XP and EFI_MEMORY_RO both to be cleared
efi/libstub: prevent read overflow in find_file_option()
efi: cper: fix snprintf() use in cper_dimm_err_location()
vfio/pci: Fix error return code in vfio_ecap_init()
vfio/pci: zap_vma_ptes() needs MMU
samples: vfio-mdev: fix error handing in mdpy_fb_probe()
vfio/platform: fix module_put call in error flow
ipvs: ignore IP_VS_SVC_F_HASHED flag when adding service
HID: logitech-hidpp: initialize level variable
HID: pidff: fix error return code in hid_pidff_init()
HID: i2c-hid: fix format string mismatch
devlink: Correct VIRTUAL port to not have phys_port attributes
net/sched: act_ct: Offload connections with commit action
net/sched: act_ct: Fix ct template allocation for zone 0
mptcp: always parse mptcp options for MPC reqsk
nvme-rdma: fix in-casule data send for chained sgls
ACPICA: Clean up context mutex during object deletion
perf probe: Fix NULL pointer dereference in convert_variable_location()
net: dsa: tag_8021q: fix the VLAN IDs used for encoding sub-VLANs
net: sock: fix in-kernel mark setting
net/tls: Replace TLS_RX_SYNC_RUNNING with RCU
net/tls: Fix use-after-free after the TLS device goes down and up
net/mlx5e: Fix incompatible casting
net/mlx5: Check firmware sync reset requested is set before trying to abort it
net/mlx5e: Check for needed capability for cvlan matching
net/mlx5: DR, Create multi-destination flow table with level less than 64
nvmet: fix freeing unallocated p2pmem
netfilter: nft_ct: skip expectations for confirmed conntrack
netfilter: nfnetlink_cthelper: hit EBUSY on updates if size mismatches
drm/i915/selftests: Fix return value check in live_breadcrumbs_smoketest()
bpf: Simplify cases in bpf_base_func_proto
bpf, lockdown, audit: Fix buggy SELinux lockdown permission checks
ieee802154: fix error return code in ieee802154_add_iface()
ieee802154: fix error return code in ieee802154_llsec_getparams()
igb: add correct exception tracing for XDP
ixgbevf: add correct exception tracing for XDP
cxgb4: fix regression with HASH tc prio value update
ipv6: Fix KASAN: slab-out-of-bounds Read in fib6_nh_flush_exceptions
ice: Fix allowing VF to request more/less queues via virtchnl
ice: Fix VFR issues for AVF drivers that expect ATQLEN cleared
ice: handle the VF VSI rebuild failure
ice: report supported and advertised autoneg using PHY capabilities
ice: Allow all LLDP packets from PF to Tx
i2c: qcom-geni: Add shutdown callback for i2c
cxgb4: avoid link re-train during TC-MQPRIO configuration
i40e: optimize for XDP_REDIRECT in xsk path
i40e: add correct exception tracing for XDP
ice: simplify ice_run_xdp
ice: optimize for XDP_REDIRECT in xsk path
ice: add correct exception tracing for XDP
ixgbe: optimize for XDP_REDIRECT in xsk path
ixgbe: add correct exception tracing for XDP
arm64: dts: ti: j7200-main: Mark Main NAVSS as dma-coherent
optee: use export_uuid() to copy client UUID
bus: ti-sysc: Fix am335x resume hang for usb otg module
arm64: dts: ls1028a: fix memory node
arm64: dts: zii-ultra: fix 12V_MAIN voltage
arm64: dts: freescale: sl28: var4: fix RGMII clock and voltage
ARM: dts: imx7d-meerkat96: Fix the 'tuning-step' property
ARM: dts: imx7d-pico: Fix the 'tuning-step' property
ARM: dts: imx: emcon-avari: Fix nxp,pca8574 #gpio-cells
bus: ti-sysc: Fix flakey idling of uarts and stop using swsup_sidle_act
tipc: add extack messages for bearer/media failure
tipc: fix unique bearer names sanity check
serial: stm32: fix threaded interrupt handling
riscv: vdso: fix and clean-up Makefile
io_uring: fix link timeout refs
io_uring: use better types for cflags
drm/amdgpu/vcn3: add cancel_delayed_work_sync before power gate
drm/amdgpu/jpeg2.5: add cancel_delayed_work_sync before power gate
drm/amdgpu/jpeg3: add cancel_delayed_work_sync before power gate
Bluetooth: fix the erroneous flush_work() order
Bluetooth: use correct lock to prevent UAF of hdev object
wireguard: do not use -O3
wireguard: peer: allocate in kmem_cache
wireguard: use synchronize_net rather than synchronize_rcu
wireguard: selftests: remove old conntrack kconfig value
wireguard: selftests: make sure rp_filter is disabled

[Bug 1786013] Autopkgtest regression report (linux-meta-hwe-5.11/5.11.0.23.24~20.04.7)

2021-06-25 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted linux-meta-hwe-5.11 
(5.11.0.23.24~20.04.7) for focal have finished running.
The following regressions have been reported in tests triggered by the package:

dahdi-linux/1:2.11.1~dfsg-1ubuntu6.2 (amd64)
systemd/245.4-4ubuntu3.7 (ppc64el, s390x, amd64)
nvidia-graphics-drivers-340/340.108-0ubuntu5.20.04.2 (amd64)
broadcom-sta/6.30.223.271-12 (amd64)
openafs/1.8.4~pre1-1ubuntu2.1 (s390x, armhf, arm64, amd64)
evdi/1.7.0+dfsg-1ubuntu1~20.04.3 (ppc64el, s390x, arm64, amd64)
virtualbox/6.1.16-dfsg-6~ubuntu1.20.04.2 (amd64)
dm-writeboost/2.2.9-1ubuntu1.2 (ppc64el, s390x, arm64, amd64)
bcmwl/6.30.223.271+bdcom-0ubuntu7~20.04.2 (amd64)
backport-iwlwifi-dkms/8324-0ubuntu3~20.04.3 (ppc64el, arm64, amd64)
lttng-modules/2.12.2-1ubuntu1~20.04.2 (ppc64el, s390x, arm64, amd64)
rtl8812au/4.3.8.12175.20140902+dfsg-0ubuntu13~20.04.2 (arm64, amd64)
oss4/4.2-build2010-5ubuntu6~20.04.2 (amd64)
xtables-addons/3.9-1ubuntu0.2~20.04.1 (ppc64el, s390x, armhf, arm64, amd64)
lime-forensics/1.9-1ubuntu0.2 (ppc64el, s390x, arm64, amd64)
virtualbox-hwe/6.1.16-dfsg-6ubuntu1.20.04.2 (amd64)
west-chamber/20100405+svn2007.r124-12ubuntu0.3~20.04.1 (ppc64el, s390x, 
armhf, arm64, amd64)


Please visit the excuses page listed below and investigate the failures, 
proceeding afterwards as per the StableReleaseUpdates policy regarding 
autopkgtest regressions [1].

https://people.canonical.com/~ubuntu-archive/proposed-
migration/focal/update_excuses.html#linux-meta-hwe-5.11

[1] https://wiki.ubuntu.com/StableReleaseUpdates#Autopkgtest_Regressions

Thank you!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1786013

Title:
  Packaging resync

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1786013/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1786013] Autopkgtest regression report (linux-meta-hwe-5.4/5.4.0.78.87~18.04.70)

2021-06-25 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted linux-meta-hwe-5.4 
(5.4.0.78.87~18.04.70) for bionic have finished running.
The following regressions have been reported in tests triggered by the package:

virtualbox/5.2.42-dfsg-0~ubuntu1.18.04.1 (i386, amd64)
v4l2loopback/0.10.0-1ubuntu1.2 (s390x)
acpi-call/1.1.0-4 (ppc64el, s390x)
virtualbox-hwe/5.2.42-dfsg-0~ubuntu1.18.04.1 (i386, amd64)
zfs-linux/0.7.5-1ubuntu16.11 (arm64, ppc64el, amd64, s390x)
lxd/3.0.3-0ubuntu1~18.04.1 (arm64, ppc64el, i386, amd64, s390x)
lxc/3.0.3-0ubuntu1~18.04.1 (arm64, ppc64el, i386, amd64, s390x)
kpatch/0.5.0-0ubuntu1.1 (amd64)
asic0x/1.0.1-1 (s390x)
systemd/237-3ubuntu10.48 (armhf)


Please visit the excuses page listed below and investigate the failures, 
proceeding afterwards as per the StableReleaseUpdates policy regarding 
autopkgtest regressions [1].

https://people.canonical.com/~ubuntu-archive/proposed-
migration/bionic/update_excuses.html#linux-meta-hwe-5.4

[1] https://wiki.ubuntu.com/StableReleaseUpdates#Autopkgtest_Regressions

Thank you!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1786013

Title:
  Packaging resync

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1786013/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1926165] Re: Bass speakers not enabled on Lenovo Yoga 9i

2021-06-25 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
focal' to 'verification-done-focal'. If the problem still exists, change
the tag 'verification-needed-focal' to 'verification-failed-focal'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1926165

Title:
  Bass speakers not enabled on Lenovo Yoga 9i

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1926165/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1928482] Re: [Castle Peak]: pull in CPPC fixes

2021-06-25 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
focal' to 'verification-done-focal'. If the problem still exists, change
the tag 'verification-needed-focal' to 'verification-failed-focal'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1928482

Title:
  [Castle Peak]: pull in CPPC fixes

To manage notifications about this bug go to:
https://bugs.launchpad.net/amd/+bug/1928482/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1930188] Re: Acer Aspire 5 sound driver issues

2021-06-25 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
focal' to 'verification-done-focal'. If the problem still exists, change
the tag 'verification-needed-focal' to 'verification-failed-focal'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1930188

Title:
  Acer Aspire 5 sound driver issues

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1930188/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1930645] Re: Fix Ethernet not working by hotplug - RTL8106E

2021-06-25 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
focal' to 'verification-done-focal'. If the problem still exists, change
the tag 'verification-needed-focal' to 'verification-failed-focal'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1930645

Title:
  Fix Ethernet not working by hotplug - RTL8106E

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1930645/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1931072] Re: USB Type-C hotplug event not handled properly in TGL-H system during s2idle

2021-06-25 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
focal' to 'verification-done-focal'. If the problem still exists, change
the tag 'verification-needed-focal' to 'verification-failed-focal'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1931072

Title:
  USB Type-C hotplug event not handled properly in TGL-H system during
  s2idle

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1931072/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1931147] Re: Fix non-working GPU on Some HP desktops

2021-06-25 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
focal' to 'verification-done-focal'. If the problem still exists, change
the tag 'verification-needed-focal' to 'verification-failed-focal'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1931147

Title:
  Fix non-working GPU on Some HP desktops

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1931147/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1932577] Re: [Cezanne/Renoir] Adjust uPEP for different _HID behavior

2021-06-25 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
focal' to 'verification-done-focal'. If the problem still exists, change
the tag 'verification-needed-focal' to 'verification-failed-focal'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1932577

Title:
  [Cezanne/Renoir] Adjust uPEP for different _HID behavior

To manage notifications about this bug go to:
https://bugs.launchpad.net/amd/+bug/1932577/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1933508] Re: mute/micmute LEDs no function on HP EliteBook x360 830 G8

2021-06-25 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
focal' to 'verification-done-focal'. If the problem still exists, change
the tag 'verification-needed-focal' to 'verification-failed-focal'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1933508

Title:
  mute/micmute LEDs no function on HP EliteBook x360 830 G8

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1933508/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1933566] Re: XPS 9510 (TGL) Screen Brightness could not be changed

2021-06-25 Thread Ubuntu Kernel Bot
This bug is awaiting verification that the kernel in -proposed solves
the problem. Please test the kernel and update this bug with the
results. If the problem is solved, change the tag 'verification-needed-
focal' to 'verification-done-focal'. If the problem still exists, change
the tag 'verification-needed-focal' to 'verification-failed-focal'.

If verification is not done by 5 working days from today, this fix will
be dropped from the source code, and this bug will be closed.

See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how
to enable and use -proposed. Thank you!


** Tags added: verification-needed-focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1933566

Title:
  XPS 9510 (TGL) Screen Brightness could not be changed

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1933566/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1930776] Re: failing test with golang 1.16

2021-06-25 Thread William Wilson
The upstream PR has been merged.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1930776

Title:
  failing test with golang 1.16

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-github-nicksnyder-go-i18n.v2/+bug/1930776/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1786013] Autopkgtest regression report (linux-meta-snapdragon/4.15.0.1107.110)

2021-06-25 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted linux-meta-snapdragon (4.15.0.1107.110) 
for bionic have finished running.
The following regressions have been reported in tests triggered by the package:

lxd/3.0.3-0ubuntu1~18.04.1 (arm64)
lxc/3.0.3-0ubuntu1~18.04.1 (arm64)


Please visit the excuses page listed below and investigate the failures, 
proceeding afterwards as per the StableReleaseUpdates policy regarding 
autopkgtest regressions [1].

https://people.canonical.com/~ubuntu-archive/proposed-
migration/bionic/update_excuses.html#linux-meta-snapdragon

[1] https://wiki.ubuntu.com/StableReleaseUpdates#Autopkgtest_Regressions

Thank you!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1786013

Title:
  Packaging resync

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1786013/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1933633] Re: Failed to activate service 'net.reactivated.Fprint'

2021-06-25 Thread bluppfisk
● fprintd.service - Fingerprint Authentication Daemon
 Loaded: loaded (/lib/systemd/system/fprintd.service; static)
 Active: failed (Result: exit-code) since Fri 2021-06-25 20:07:55 CEST; 
4min 34s ago
   Docs: man:fprintd(1)
Process: 108264 ExecStart=/usr/libexec/fprintd (code=exited, 
status=226/NAMESPACE)
   Main PID: 108264 (code=exited, status=226/NAMESPACE)

jun 25 20:07:45 tuhao2 systemd[1]: Starting Fingerprint Authentication Daemon...
jun 25 20:07:55 tuhao2 systemd[108264]: fprintd.service: Failed to set up mount 
namespacing: /run/systemd/unit>
jun 25 20:07:55 tuhao2 systemd[108264]: fprintd.service: Failed at step 
NAMESPACE spawning /usr/libexec/fprint>
jun 25 20:07:55 tuhao2 systemd[1]: fprintd.service: Main process exited, 
code=exited, status=226/NAMESPACE
jun 25 20:07:55 tuhao2 systemd[1]: fprintd.service: Failed with result 
'exit-code'.
jun 25 20:07:55 tuhao2 systemd[1]: Failed to start Fingerprint Authentication 
Daemon.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1933633

Title:
  Failed to activate service 'net.reactivated.Fprint'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/1933633/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1933674] Re: gaixinhsg

2021-06-25 Thread Colin Watson
** Package changed: apt (Ubuntu) => null-and-void

** Information type changed from Public to Private Security

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1933674

Title:
  gaixinhsg

To manage notifications about this bug go to:
https://bugs.launchpad.net/null-and-void/+bug/1933674/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1933681] Re: Change the default network from Freenode to Libera

2021-06-25 Thread Mattia Rizzolo
for bionic the patch is somewhat different because later the patches
handling the the default networks were moved around.  anyway, it's
basically the same.

tested successfully in the same manner as the other releases.

uploading.

** Patch added: "bionic.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/hexchat/+bug/1933681/+attachment/5507102/+files/bionic.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1933681

Title:
  Change the default network from Freenode to Libera

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hexchat/+bug/1933681/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1933670] Re: boot error involving Dropbox

2021-06-25 Thread tom.mo...@yale.edu
This command suggests that the bug is in environment-modules
$ dpkg -S /usr/share/modules/init/sh
environment-modules: /usr/share/modules/init/sh
$ 


** Package changed: ubuntu => modules (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1933670

Title:
  boot error involving Dropbox

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/modules/+bug/1933670/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1933686] [NEW] I use two monitors (the laptop monitor and an other), but only the extern is working

2021-06-25 Thread Silas Hille
Public bug reported:

If I boot ubuntu in recovery mode and resume booting, only the laptop
monitor is working. In the older version ..-16 booth monitors worked
well

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: xorg 1:7.7+22ubuntu1
ProcVersionSignature: Ubuntu 5.11.0-22.23-generic 5.11.21
Uname: Linux 5.11.0-22-generic x86_64
ApportVersion: 2.20.11-0ubuntu65.1
Architecture: amd64
BootLog: Error: [Errno 13] Keine Berechtigung: '/var/log/boot.log'
CasperMD5CheckResult: pass
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Fri Jun 25 19:41:25 2021
DistUpgraded: Fresh install
DistroCodename: hirsute
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation TigerLake GT2 [Iris Xe Graphics] [8086:9a49] (rev 01) 
(prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Iris Xe Graphics [103c:881d]
InstallationDate: Installed on 2021-06-25 (0 days ago)
InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420)
MachineType: HP HP Laptop 15-dw3xxx
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-22-generic 
root=UUID=735cc3d9-c94e-4579-95a3-15d5740641e8 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/31/2021
dmi.bios.release: 15.43
dmi.bios.vendor: Insyde
dmi.bios.version: F.43
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 881D
dmi.board.vendor: HP
dmi.board.version: 50.24
dmi.chassis.asset.tag: Chassis Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: HP
dmi.chassis.version: Chassis Version
dmi.ec.firmware.release: 50.24
dmi.modalias: 
dmi:bvnInsyde:bvrF.43:bd03/31/2021:br15.43:efr50.24:svnHP:pnHPLaptop15-dw3xxx:pvrType1ProductConfigId:rvnHP:rn881D:rvr50.24:cvnHP:ct10:cvrChassisVersion:
dmi.product.family: 103C_5335KV HP Notebook
dmi.product.name: HP Laptop 15-dw3xxx
dmi.product.sku: 428Z9EA#ABD
dmi.product.version: Type1ProductConfigId
dmi.sys.vendor: HP
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.104-1build1
version.libgl1-mesa-dri: libgl1-mesa-dri 21.0.1-2
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.11-1ubuntu1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200714-1ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.17-1

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug hirsute ubuntu wayland-session

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1933686

Title:
  I use two monitors (the laptop monitor and an other), but only the
  extern is working

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1933686/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1768625] Re: Bluetooth headset HSP/HFP mode not working in Bionic

2021-06-25 Thread Jason Mitchell
*** This bug is a duplicate of bug 1576559 ***
https://bugs.launchpad.net/bugs/1576559

** Tags added: focal groovy hirsuit

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1768625

Title:
  Bluetooth headset HSP/HFP mode not working in Bionic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1768625/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791958] Re: iptables-restore is missing -w option

2021-06-25 Thread Eric Desrochers
Look like a potential patchset to backport without having to bump
version in stable release:

I'll test it, and then will alk w/ the SRU verification team to see if
eligible for SRU.

commit 6e2e169eb66b63d2991e1c7ada931e3cdb0ced32
Author: Lorenzo Colitti 
Date:   Thu Mar 16 16:55:01 2017 +0900

iptables: remove duplicated argument parsing code

1. Factor out repeated code to a new xs_has_arg function.
2. Add a new parse_wait_time option to parse the value of -w.
3. Make parse_wait_interval take argc and argv so its callers
   can be simpler.

+

21ba5b38 ip{,6}tables-restore: Don't accept wait-interval without wait
d89dc47a iptables-restore/save: exit when given an unknown option
65801d02 iptables-restore.8: document -w/-W options
999eaa24 iptables-restore: support acquiring the lock.

** Tags added: seg sts

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791958

Title:
  iptables-restore is missing -w option

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iptables/+bug/1791958/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1933685] [NEW] package linux-modules-5.8.0-59-generic 5.8.0-59.66~20.04.1 failed to install/upgrade: unable to create new file '/var/lib/dpkg/info/linux-modules-5.8.0-59-generic.list-new': Operat

2021-06-25 Thread Kene Washington
Public bug reported:

This error occurs after I boot up the system.

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: linux-modules-5.8.0-59-generic 5.8.0-59.66~20.04.1
ProcVersionSignature: Ubuntu 5.8.0-59.66~20.04.1-generic 5.8.18
Uname: Linux 5.8.0-59-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.18
Architecture: amd64
CasperMD5CheckResult: skip
Date: Wed Jun 23 06:50:52 2021
Dependencies:
 
DpkgTerminalLog:
 Preparing to unpack 
.../0-linux-modules-5.8.0-59-generic_5.8.0-59.66~20.04.1_amd64.deb ...
 Unpacking linux-modules-5.8.0-59-generic (5.8.0-59.66~20.04.1) ...
 dpkg: error processing archive 
/tmp/apt-dpkg-install-kIeVCR/0-linux-modules-5.8.0-59-generic_5.8.0-59.66~20.04.1_amd64.deb
 (--unpack):
  unable to create new file 
'/var/lib/dpkg/info/linux-modules-5.8.0-59-generic.list-new': Operation not 
permitted
DuplicateSignature:
 package:linux-modules-5.8.0-59-generic:5.8.0-59.66~20.04.1
 Unpacking linux-modules-5.8.0-59-generic (5.8.0-59.66~20.04.1) ...
 dpkg: error processing archive 
/tmp/apt-dpkg-install-kIeVCR/0-linux-modules-5.8.0-59-generic_5.8.0-59.66~20.04.1_amd64.deb
 (--unpack):
  unable to create new file 
'/var/lib/dpkg/info/linux-modules-5.8.0-59-generic.list-new': Operation not 
permitted
ErrorMessage: unable to create new file 
'/var/lib/dpkg/info/linux-modules-5.8.0-59-generic.list-new': Operation not 
permitted
InstallationDate: Installed on 2020-10-16 (251 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
Python3Details: /usr/bin/python3.8, Python 3.8.5, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.5
SourcePackage: linux-hwe-5.8
Title: package linux-modules-5.8.0-59-generic 5.8.0-59.66~20.04.1 failed to 
install/upgrade: unable to create new file 
'/var/lib/dpkg/info/linux-modules-5.8.0-59-generic.list-new': Operation not 
permitted
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: linux-hwe-5.8 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1933685

Title:
  package linux-modules-5.8.0-59-generic 5.8.0-59.66~20.04.1 failed to
  install/upgrade: unable to create new file '/var/lib/dpkg/info/linux-
  modules-5.8.0-59-generic.list-new': Operation not permitted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-hwe-5.8/+bug/1933685/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1933685] Re: package linux-modules-5.8.0-59-generic 5.8.0-59.66~20.04.1 failed to install/upgrade: unable to create new file '/var/lib/dpkg/info/linux-modules-5.8.0-59-generic.list-new': Operatio

2021-06-25 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1933685

Title:
  package linux-modules-5.8.0-59-generic 5.8.0-59.66~20.04.1 failed to
  install/upgrade: unable to create new file '/var/lib/dpkg/info/linux-
  modules-5.8.0-59-generic.list-new': Operation not permitted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-hwe-5.8/+bug/1933685/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1865037] Re: make the service fail gracefully if unable to load modules

2021-06-25 Thread Utkarsh Gupta
Hi Billy,

>From point 4.1 of https://wiki.ubuntu.com/StableReleaseUpdates#Procedure:
> The version number does not conflict with any later and future
> version in other Ubuntu releases (the security policy document
> has a well-working scheme which can be used for SRUs.)

And the security policy document reference leads here:
https://wiki.ubuntu.com/SecurityTeam/UpdatePreparation#Update_the_packaging

Let me know if the versioning is still not clear.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1865037

Title:
  make the service fail gracefully if unable to load modules

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1865037/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1309658] Re: apt.conf man page should indicate # is also used for comments

2021-06-25 Thread Julian Andres Klode
Thanks, @okay19, I have applied your patch in apt git. Sorry it took 5
1/2 years.

** Changed in: apt (Ubuntu)
   Status: Triaged => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1309658

Title:
  apt.conf man page should indicate # is also used for comments

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1309658/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1933681] Re: Change the default network from Freenode to Libera

2021-06-25 Thread Mattia Rizzolo
focal has the same version as groovy, so it's the very same thing with
just the changelog tweaked.

nevertheless, tested on focal as well with the same result.

uploading.

** Patch added: "focal.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/hexchat/+bug/1933681/+attachment/5507078/+files/focal.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1933681

Title:
  Change the default network from Freenode to Libera

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/hexchat/+bug/1933681/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 325700] Re: apt-key has unannounced dependency on wget

2021-06-25 Thread Julian Andres Klode
net-update has not been supported since 16.04, so this is somewhat
resolved :D

** Changed in: apt (Ubuntu)
   Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/325700

Title:
  apt-key has unannounced dependency on wget

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/325700/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1134492] Re: xserver-xorg-lts-quantal breaks Kubuntu

2021-06-25 Thread Julian Andres Klode
I think this bug is obsolete now, so closing

** Changed in: apt (Ubuntu)
   Status: Confirmed => Invalid

** Changed in: apt (Ubuntu)
Milestone: ubuntu-12.04.3 => None

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1134492

Title:
  xserver-xorg-lts-quantal breaks Kubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1134492/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1481871] Re: apt-key del silently fails to delete keys due to limited understanding of GPG key ID formats

2021-06-25 Thread Julian Andres Klode
Currently apt-key del can be called with a given key to remove it w/o
having to check if it's in the database. Reporting an error would likely
break existing packages.

** Changed in: apt (Ubuntu)
   Status: Triaged => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1481871

Title:
  apt-key del silently fails to delete keys due to limited understanding
  of GPG key ID formats

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1481871/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1791958] Re: iptables-restore is missing -w option

2021-06-25 Thread Eric Desrochers
Look like a potential patchset to backport without having to bump
version in stable release:

21ba5b38 ip{,6}tables-restore: Don't accept wait-interval without wait
d89dc47a iptables-restore/save: exit when given an unknown option
65801d02 iptables-restore.8: document -w/-W options
999eaa24 iptables-restore: support acquiring the lock.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1791958

Title:
  iptables-restore is missing -w option

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/iptables/+bug/1791958/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

  1   2   3   >