[Bug 1908502] Re: [MIR] libdeflate

2021-03-09 Thread Didier Roche
LGTM, thanks for working on this! Acking the MIR then.

** Changed in: libdeflate (Ubuntu Hirsute)
   Status: New => 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/1908502

Title:
  [MIR] libdeflate

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

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

[Bug 1918370] Re: 21.04 natural scrolling broken

2021-03-09 Thread Daniel van Vugt
Also the fix for that is proposed in:
https://launchpad.net/ubuntu/+source/mutter/3.38.3-3ubuntu2

** Changed in: mutter (Ubuntu)
   Status: New => 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/1918370

Title:
  21.04 natural scrolling broken

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

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

[Bug 1912246] Re: [nvidia] gnome-shell freezes randomly with "Window manager warning: MetaSyncRing: Sync object is not ready -- were events handled properly?"

2021-03-09 Thread Daniel van Vugt
It appears Marco snuck the fix for this bug into:
https://launchpad.net/ubuntu/+source/mutter/3.38.3-3ubuntu2

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

Title:
  [nvidia] gnome-shell freezes randomly with "Window manager warning:
  MetaSyncRing: Sync object is not ready -- were events handled
  properly?"

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

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

[Bug 1828929] Re: upload speed is reported wrong

2021-03-09 Thread betteropensource
I also had this problem.

Following the instructions on the official website it works.

Go here: https://www.speedtest.net/apps/cli

First, remove actual speedtest if installed.

Follow the official instructions:
sudo apt-get install gnupg1 apt-transport-https dirmngr
export INSTALL_KEY=379CE192D401AB61
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys $INSTALL_KEY
echo "deb https://ookla.bintray.com/debian generic main" | sudo tee  
/etc/apt/sources.list.d/speedtest.list
sudo apt-get update
# Other non-official binaries will conflict with Speedtest CLI
# Example how to remove using apt-get
# sudo apt-get remove speedtest-cli
sudo apt-get install speedtest

Run speedtest

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

Title:
  upload speed is reported wrong

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/speedtest-cli/+bug/1828929/+subscriptions

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

[Bug 1918370] Re: 21.04 natural scrolling broken

2021-03-09 Thread Daniel van Vugt
Sounds like https://gitlab.gnome.org/GNOME/mutter/-/issues/1564 so I'll
link that one.

** Package changed: gnome-settings-daemon (Ubuntu) => mutter (Ubuntu)

** Bug watch added: gitlab.gnome.org/GNOME/mutter/-/issues #1564
   https://gitlab.gnome.org/GNOME/mutter/-/issues/1564

** Also affects: mutter via
   https://gitlab.gnome.org/GNOME/mutter/-/issues/1564
   Importance: Unknown
   Status: Unknown

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

Title:
  21.04 natural scrolling broken

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

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

[Bug 1892367] Re: [UBUNTU 20.04] udev rule change did not get applied

2021-03-09 Thread Frank Heimes
** Description changed:

+ SRU:
+ 
+ 
+ [Impact]
+ 
+  * In case a ccw (special s390x hardware) device is configured
+in a special (non-default) way using chzdev
+(like for example increasing the qeth buffer_count to 128),
+the modifications are not persistent by default, since the
+generated udev rules are not automatically incuded/added to the initramfs.
+ 
+  * One needs to either manually re-create the initramfs,
+e.g. with 'sudo update-initramfs -k all -u' (maybe triggered by zipl)
+ 
+  * or pass the arguments '-p -r zdev:early' to chzdev.
+ 
+  * This is not really intuitive and what people expect
+and partly leads to confusion.
+ 
+  * The solution is to compile with the ZDEV_ALWAYS_UPDATE_INITRD=1 option set.
+This makes sure that executions of chzdev always trigger 'update-initramfs 
-u'.
+ 
+ [Test Plan]
+ 
+  * Prepare an Ubuntu Server 20.04 or 20.04 on IBM Z with at least
+one ccw device, for example a qeth network device, here '0.0.1234'.
+(better to do that with a second spare qeth device,
+ other than the one that is in use by your remote connection).
+ 
+  * Configure the device using:
+sudo chzdev qeth -e 1234
+ 
+  * Check the (default) value of a certain attribute, like qeth buffer_count:
+cat /sys/devices/qeth/0.0.1234/buffer_count
+64
+ 
+  * Disable the ccw device again:
+sudo chzdev qeth -d 1234
+
+  * And enable (re-)enable it with an increased buffer_count:
+sudo chzdev -e 1234 buffer_count=128
+ 
+  * Check the (increased) value of the qeth buffer_count:
+cat /sys/devices/qeth/0.0.1234/buffer_count
+128
+ 
+  * Restart the system (without manually running update-initramfs or zipl):
+sudo shutdown -r now
+ 
+  * Once the system is up again, re-check if the ccw device was enabled again
+and if it still has the increased buffer_count value:
+lszdev qeth 1234
+TYPE  ID  ON   PERS  NAMES
+qeth  0.0.1234:0.0.1235:0.0.1236  yes  yes   enc1234
+cat /sys/devices/qeth/0.0.1234/buffer_count
+128
+(alternatively check with: lsqeth enc1234 | grep buffer_count)
+ 
+ [Where problems could occur]
+ 
+  * The logic of handling DZDEV_ALWAYS_UPDATE_INITRD could be wrong, e.g. 
inversed.
+Then the initramfs is re-build even if not desired
+and in case needed not done, hence similar result than before.
+ 
+  * The setting of 'ZDEV_ALWAYS_UPDATE_INITRD=1' could have been missed,
+which would lead to the similar behaviour than w/o the patch.
+ 
+  * 'add_pers_removed' could handle wrong device types or not all devices,
+in case of potential array index errors.
+ 
+  * 'is_zdev_early_0' could identify wrong persistent devices as some to be
+included early in the boot process (means added to the initramfs).
+ 
+  * Problems in 'if (all_pers)' could lead to a wrong set of persistent devices
+that are considered (or not all),
+which could lead to unexpected (de-)configurations.
+ 
+  * Finally the handling of the confirmation
+or the 'build of the command line' could be errornous,
+since the encapsulated if condition(s) changed (sightly).
+ 
+ [Other Info]
+ 
+  * This patch became upstream accepted with s390-tools 2.16.0 and is
+with that already included in hirsute, based on LP:1914574.
+ 
+ __
+ 
  During the ubuntu installation in tessia, we do chzdev for both dasd and
  qeth devices, as below.
  
  2020-08-20 09:54:45 | INFO | START subiquity/Early/run/command_1 : chzdev -e 
dasd 385c
  2020-08-20 09:54:45 | INFO | SUCCESS subiquity/Early/run/command_1 : chzdev 
-e dasd 385c
  2020-08-20 09:54:45 | INFO | START subiquity/Early/run/command_2 : chzdev -e 
qeth 0.0.bdf0
  2020-08-20 09:54:47 | INFO | SUCCESS subiquity/Early/run/command_2 : chzdev 
-e qeth 0.0.bdf0
  
  and we can see the below files in the /etc/udev/rules.d/
  oot@m8360024:~# ls -l /etc/udev/rules.d/
  total 76
  -rw-r--r-- 1 root root   154 Aug 20 09:08 41-cio-ignore.rules
  -rw-r--r-- 1 root root   430 Aug 20 09:08 41-dasd-eckd-0.0.385c.rules
  -rw-r--r-- 1 root root   357 Aug 20 09:08 41-generic-ccw-0.0.0009.rules
  -rw-r--r-- 1 root root  1049 Aug 20 09:08 41-qeth-0.0.bdf0.rules
  -rw-r--r-- 1 root root 58549 Aug 20 09:10 70-snap.snapd.rules
  
  Now, lsinitramfs shows files as below,
  
  root@m8360024:~# lsinitramfs /boot/initrd.img-5.4.0-42-generic | grep 41
  etc/udev/rules.d/41-cio-ignore-root.rules
  etc/udev/rules.d/41-dasd-eckd-0.0.385c.rules
  usr/lib/udev/rules.d/41-cio-ignore.rules
  usr/lib/udev/rules.d/41-dasd-eckd-0.0.385c.rules
  usr/lib/udev/rules.d/41-generic-ccw-0.0.0009.rules
  usr/lib/udev/rules.d/41-qeth-0.0.bdf0.rules
  
  Even though lsinitramfs shows the below files, they are overruled by the
  filesystem files.
  
  Next thing we did was to modify the 41-qeth-0.0.bdf0.rules and modified
  the buffer_count to 128 (As in the attached file). In ideal scenario,
  the value should we modified as mentioned in the bug. But, in our case,
  

[Bug 1909647] Re: xfrm_policy.sh in net from ubuntu_kernel_selftests passed with failed sub-cases

2021-03-09 Thread Po-Hsu Lin
** Description changed:

- There are failed cases in the xfrm_policy.sh test, but the overall result is 
PASS
+ [Impact]
+ Even with failed cases reported in the xfrm_policy.sh test, the overall 
result is still "PASS"
  $ sudo ./xfrm_policy.sh
-  # selftests: net: xfrm_policy.sh
-  # PASS: policy before exception matches
-  # FAIL: expected ping to .254 to fail (exceptions)
-  # PASS: direct policy matches (exceptions)
-  # PASS: policy matches (exceptions)
-  # FAIL: expected ping to .254 to fail (exceptions and block policies)
-  # PASS: direct policy matches (exceptions and block policies)
-  # PASS: policy matches (exceptions and block policies)
-  # FAIL: expected ping to .254 to fail (exceptions and block policies after 
hresh changes)
-  # PASS: direct policy matches (exceptions and block policies after hresh 
changes)
-  # PASS: policy matches (exceptions and block policies after hresh changes)
-  # FAIL: expected ping to .254 to fail (exceptions and block policies after 
hthresh change in ns3)
-  # PASS: direct policy matches (exceptions and block policies after hthresh 
change in ns3)
-  # PASS: policy matches (exceptions and block policies after hthresh change 
in ns3)
-  # FAIL: expected ping to .254 to fail (exceptions and block policies after 
htresh change to normal)
-  # PASS: direct policy matches (exceptions and block policies after htresh 
change to normal)
-  # PASS: policy matches (exceptions and block policies after htresh change to 
normal)
-  # PASS: policies with repeated htresh change
-  ok 12 selftests: net: xfrm_policy.sh
+  # selftests: net: xfrm_policy.sh
+  # PASS: policy before exception matches
+  # FAIL: expected ping to .254 to fail (exceptions)
+  # PASS: direct policy matches (exceptions)
+  # PASS: policy matches (exceptions)
+  # FAIL: expected ping to .254 to fail (exceptions and block policies)
+  # PASS: direct policy matches (exceptions and block policies)
+  # PASS: policy matches (exceptions and block policies)
+  # FAIL: expected ping to .254 to fail (exceptions and block policies after 
hresh changes)
+  # PASS: direct policy matches (exceptions and block policies after hresh 
changes)
+  # PASS: policy matches (exceptions and block policies after hresh changes)
+  # FAIL: expected ping to .254 to fail (exceptions and block policies after 
hthresh change in ns3)
+  # PASS: direct policy matches (exceptions and block policies after hthresh 
change in ns3)
+  # PASS: policy matches (exceptions and block policies after hthresh change 
in ns3)
+  # FAIL: expected ping to .254 to fail (exceptions and block policies after 
htresh change to normal)
+  # PASS: direct policy matches (exceptions and block policies after htresh 
change to normal)
+  # PASS: policy matches (exceptions and block policies after htresh change to 
normal)
+  # PASS: policies with repeated htresh change
+  ok 12 selftests: net: xfrm_policy.sh
  $ echo $?
  0
  
  This is because of the variable "lret" in check_xfrm() is not a local
  variable, and it looks like it will override the one in
  check_exceptions() thus making the return value become 0 for the passed
  test case after the failed one.
+ 
+ [Fix]
+ * f6e9ceb7a7fc32 (" selftests: xfrm: fix test return value override issue in 
xfrm_policy.sh")
+ 
+ This patch can be cherry-picked into all of the affected kernels.
+ 
+ Focal kernel got this patch via stable update, and we don't have this
+ test in Bionic.
+ 
+ [Test]
+ Run the xfrm_policy.sh test, if there is any failed cases the final result 
will not be 0.
+ 
+ [Regression Potential]
+ This change is just for testing tools, it's unlikely to affect real kernel 
functionality. However it's expected to generate failures in our test report as 
it's reflecting the real test result.

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

Title:
  xfrm_policy.sh in net from ubuntu_kernel_selftests passed with failed
  sub-cases

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1909647/+subscriptions

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

[Bug 1909647] Re: xfrm_policy.sh in net from ubuntu_kernel_selftests passed with failed sub-cases

2021-03-09 Thread Po-Hsu Lin
https://github.com/torvalds/linux/commit/f6e9ceb7a7fc321a31a9dde93a99b7b4b016a3b3

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

Title:
  xfrm_policy.sh in net from ubuntu_kernel_selftests passed with failed
  sub-cases

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1909647/+subscriptions

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

[Bug 1917926] Re: Window focus/clicking/moving failures for Xorg sessions in 3.38.3-3ubuntu1

2021-03-09 Thread Rocko
The new mutter fixes things for me too, thanks for the quick turnaround
(Wayland still has some annoying issues)

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

Title:
  Window focus/clicking/moving failures for Xorg sessions in
  3.38.3-3ubuntu1

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

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

[Bug 1902457] Re: regression: no sound cards detected on lenovo yoga c930 after focal->groovy upgrade

2021-03-09 Thread 尉晓亮
tplg binary can be compiled with the .conf file provided with that repo,
it should enable SST driver at least.

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

Title:
  regression: no sound cards detected on lenovo yoga c930 after
  focal->groovy upgrade

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

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

[Bug 1915009] Re: [MIR] libmd (dependency of libbsd)

2021-03-09 Thread Christian Ehrhardt 
Thanks Steve for the quick review, since this shows up in mismatches
already I'll set it to Fix Committed for an AA to pick it up and promote
it.

** Changed in: libmd (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/1915009

Title:
  [MIR] libmd (dependency of libbsd)

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

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

[Bug 1449583] Re: notifications won't stop popping

2021-03-09 Thread Bug Watch Updater
Launchpad has imported 15 comments from the remote bug at
https://bugs.kde.org/show_bug.cgi?id=346622.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2015-04-25T07:47:47+00:00 Abdeljalil wrote:

a notification about system update has appeared, I clicked on closing button in 
the notification applet, the notification gone, but after nearly 2 or 3 seconds 
it shows again, and still popping and disappearing and can't stop it.
this is very annoying behaviour

Reproducible: Didn't try


Actual Results:  
The notification disappeared then pops out again after clicking on close button

Expected Results:  
The notification should go forever after clicking the close button

after a while, may be 10 minutes the notification disappeared and this
behaviour stopped automatically

Reply at:
https://bugs.launchpad.net/ubuntu/+source/muon/+bug/1449583/comments/0


On 2015-04-25T08:03:54+00:00 Mklapetek wrote:

Thanks for the report.

First of all please always attach the images directly here, never use
sites like imgur because then they can expire whenever and then this
report would have no image :)

Second, I've noticed this in Kubuntu as well and I think this is a fault
in some of their component which keeps emitting the notification.

Harald - which is the component emitting this and where can I look at
the code?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/muon/+bug/1449583/comments/1


On 2015-04-25T08:52:44+00:00 Harald Sitter wrote:

Muon.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/muon/+bug/1449583/comments/2


On 2015-04-25T08:54:37+00:00 Harald Sitter wrote:

FWIW I am actually reasonable certain that the problem is muon
monitoring some file to notice when there are changes on debian distros
and that file gets touched more than once per apt update run, so muon
notifies for each file modification.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/muon/+bug/1449583/comments/3


On 2015-04-27T09:50:12+00:00 Mklapetek wrote:

Yeah I had a similar guess. It can be observed especially during "apt-
get update".

I'm looking into this.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/muon/+bug/1449583/comments/4


On 2015-04-27T09:52:05+00:00 Jonathan Riddell wrote:

ApplicationNotifier.cpp has a watch stampDirWatch which gets called a lot
ApplicationNotifier::distUpgradeEvent could also do with being called less 
often or checking the notification hasn't already been shown today

Reply at:
https://bugs.launchpad.net/ubuntu/+source/muon/+bug/1449583/comments/5


On 2015-04-27T09:53:02+00:00 Jonathan Riddell wrote:

they're both called stampDirWatch for some reason

recheckSystemUpdateNeeded is the system release upgrade notification and
gets called lots

Reply at:
https://bugs.launchpad.net/ubuntu/+source/muon/+bug/1449583/comments/6


On 2015-04-27T14:02:54+00:00 Aleix Pol wrote:

Git commit 217834e6a20d07b7f99415525a27928329cae88c by Aleix Pol.
Committed on 27/04/2015 at 14:01.
Pushed by apol into branch 'Plasma/5.3'.

Only emit about found updates when they change

M  +11   -3libmuon/backends/ApplicationBackend/ApplicationNotifier.cpp
M  +2-0libmuon/backends/ApplicationBackend/ApplicationNotifier.h

http://commits.kde.org/muon/217834e6a20d07b7f99415525a27928329cae88c

Reply at:
https://bugs.launchpad.net/ubuntu/+source/muon/+bug/1449583/comments/7


On 2015-04-27T14:11:43+00:00 Mklapetek wrote:

Well, so much for "I'm looking into this" :P

/me drops it then

Reply at:
https://bugs.launchpad.net/ubuntu/+source/muon/+bug/1449583/comments/8


On 2015-04-27T17:04:25+00:00 Aleix Pol wrote:

Well, it's not fixed, it will still be called more times than needed (if
it really does happen every now and then while upgrading).

Reply at:
https://bugs.launchpad.net/ubuntu/+source/muon/+bug/1449583/comments/9


On 2015-05-14T11:18:15+00:00 Aleix Pol wrote:

*** Bug 345823 has been marked as a duplicate of this bug. ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/muon/+bug/1449583/comments/15


[Bug 1899180] Re: autopkgtest fails Bionic@amd64 (service) and Hirsute@arm64 (racy)

2021-03-09 Thread Christian Ehrhardt 
The SRU for bug 1915811 has picked this one up which wasn't worth to be
released on its own. I rechecked the tests [1] and they are all good
again/still (=>verified). Since the only reason for block-proposed was
to not release it "on its own" we can drop that tag to let it release
together with that other SRU once ready.

[1]: https://people.canonical.com/~ubuntu-archive/proposed-
migration/bionic/update_excuses.html#libvirt

** Tags removed: block-proposed-bionic verification-needed 
verification-needed-bionic
** Tags added: verification-done verification-done-bionic

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

Title:
  autopkgtest fails Bionic@amd64 (service) and Hirsute@arm64 (racy)

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

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

[Bug 373302] Re: Kopete can't insert new line

2021-03-09 Thread Bug Watch Updater
Launchpad has imported 8 comments from the remote bug at
https://bugs.kde.org/show_bug.cgi?id=187120.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2009-03-14T10:44:49+00:00 gneman wrote:

Version:   4.2.1 (using KDE 4.2.1)
Compiler:  GCC-4.3.3 
OS:Linux
Installed from:Unspecified Linux

After upgrading to Qt-4.5, I cannot start a new line in Kopete's message
window. It used to work with Ctrl+return, but now it stopped working.

I don't know if it's a Kopete bug or a Qt one, or just some
configuration change. If you think I should report it to Qt please let
me know.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdenetwork/+bug/373302/comments/0


On 2009-03-26T10:20:00+00:00 Rastos-kdebugs wrote:

A new line can be entered in chat window by pressing the Enter key on
the numeric keypad. However I would also prefer to have Ctrl+Enter
available.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdenetwork/+bug/373302/comments/1


On 2009-03-29T20:25:44+00:00 Matt Rogers wrote:

oh, that is annoying.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdenetwork/+bug/373302/comments/2


On 2009-04-10T14:36:46+00:00 Martin-batora wrote:

hi!
shift + enter works for me

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdenetwork/+bug/373302/comments/3


On 2009-04-10T14:58:40+00:00 gneman wrote:

Aha, shift + enter does work here too. So it seems it was a
configuration change in QT and not a bug? Go figure why they changed it,
but anyway thanks for the tip. Maybe the bug can be closed, but it would
be nice to document the change somewhere, no?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdenetwork/+bug/373302/comments/4


On 2009-05-03T08:51:10+00:00 Kde-bugzilla-2 wrote:

Keep the bug open. If necessary, add an explicit "Insert newline" entry
in the shortcuts dialog which I can set to Ctrl+Enter, but I don't
consider Shift+Enter to be a solution worthy of RESO.

If I was OK with all my apps having unconfigurable, potentially
mutually-incompatible keybindings, I'd use GNOME as my desktop, emacs as
my code editor, Firefox as my main browser, and I'd give up on ever
enjoying the efficiency that muscle memory can bring.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdenetwork/+bug/373302/comments/5


On 2021-03-09T22:40:50+00:00 Justin Zobel wrote:

Thank you for the bug report.

As this report hasn't seen any changes in 5 years or more, we ask if you
can please confirm that the issue still persists.

If this bug is no longer persisting or relevant please change the status
to resolved.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdenetwork/+bug/373302/comments/12


On 2021-03-09T22:48:12+00:00 gneman wrote:

After 12 years I guess it can certainly be closed.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdenetwork/+bug/373302/comments/13


** Changed in: kopete
   Status: Confirmed => Invalid

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

Title:
  Kopete can't insert new line

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

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

[Bug 1879633] Re: Killer 500s (QCA6390) WLAN/BT [17cb:1101] unavailable

2021-03-09 Thread You-Sheng Yang
File, a, new, bug.

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

Title:
  Killer 500s (QCA6390) WLAN/BT [17cb:1101] unavailable

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

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

[Bug 1918378] Re: Cirrus Audio Codec CS8409/CS42L42: Input Device does not switch to headset Mic when a headset is inserted

2021-03-09 Thread You-Sheng Yang
PPA: https://launchpad.net/~vicamo/+archive/ubuntu/ppa-1918378

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

Title:
  Cirrus Audio Codec CS8409/CS42L42: Input Device does not switch to
  headset Mic when a headset is inserted

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

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

[Bug 1867198] Re: MIR: bin:libnginx-mod-http-geoip2 from src:nginx

2021-03-09 Thread Christian Ehrhardt 
The change that pulls this into main is in 
https://launchpad.net/ubuntu/+source/nginx/1.18.0-6ubuntu7 which is in 
hirsute-proposed now.
The only deps are (as expected)
 Depends: nginx-common (= 1.18.0-6ubuntu7), libc6 (>= 2.33), libmaxminddb0 (>= 
1.0.2)
All of them are in main already.

Therefore this is ready for promotion to main - setting state to fix
committed.

** Changed in: nginx (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/1867198

Title:
  MIR: bin:libnginx-mod-http-geoip2 from src:nginx

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

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

[Bug 1915009] Re: [MIR] libmd (dependency of libbsd)

2021-03-09 Thread Steve Beattie
I reviewed libmd 1.0.3-3build1 as checked into hirsute.  This shouldn't be
considered a full audit but rather a quick gauge of maintainability.

libmd is a small library of message digest aka hash functions.

- No CVE history.
- No non-essential build-depends.
- No pre/post inst/rm scripts, only a trigger to run ldconfig due to it
  being a shared library.
- No init scripts.
- No systemd units.
- No dbus services?
- No setuid binaries.
- No binaries in PATH.
- No sudo fragments.
- No polkit files.
- No udev rules.
- There are simple unit tests for each of the hashing algorithms that
  are run as part of the build. One limitation of the tests is that all
  the testcases hash trivially small amounts of data, so multiple
  block computations are not exercised, as well as none of the
  file hashing interfaces. Upstream has added gitlab ci integration
  support after the 1.0.3 release.
- No cron jobs.
- Build logs are clean, with the exception that the
  unit test compilations throw a bunch of signedness
  mismatch warnings (const char * versus const unsigned
  char *). These look to have been fixed upstream in
  
https://git.hadrons.org/cgit/libmd.git/commit/?id=e50a6db8ec1425e8354ece5ce45ac6cb2d2dcb3b

- No processes spawned.
- Memory management is par for the course for crypto/hashing
  algorithms. Return values for malloc() are checked, but lots of
  memory operations relying on correctness of computed sizes.
- The only File IO is opening file or file chunks in read-only mode to
  compute the message digest of its contents. Paths are assumed to have
  been sanitized by the calling application. No interpretation of the
  contents is performed.
- No logging appears to be performed.
- No environment variable usage present.
- No use of privileged functions.
- No use of outside cryptography / random number sources etc. As a
  hashing library it implements several algorithms itself.
- No use of temp files.
- No use of networking.
- No use of WebKit.
- No use of PolicyKit.

- No cppcheck or Coverity issues found.

There is a bunch of duplicated code in the helper functions around file
handling that only differs in the specific message digest algorithm
used. This means that bugs/flaws in that portion of the code will need
to be applied to all, rather than just once in an abstracted set of
functions.

Security team ACK for promoting libmd to main.


** Changed in: libmd (Ubuntu)
 Assignee: Ubuntu Security Team (ubuntu-security) => (unassigned)

** Changed in: libmd (Ubuntu)
   Status: New => In Progress

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

Title:
  [MIR] libmd (dependency of libbsd)

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

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

[Bug 1918033] Re: gnome-shell crashed with Clutter:ERROR:../clutter/clutter/clutter-stage.c:3785:on_device_actor_reactive_changed: assertion failed: (!clutter_actor_get_reactive (actor))

2021-03-09 Thread Frode Nordahl
I know, I was only suggesting possible reasons for why we're suddenly
seeing the crash now. Thx for providing the update, will take it for a
spin.

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

Title:
  gnome-shell crashed with Clutter:ERROR:../clutter/clutter/clutter-
  stage.c:3785:on_device_actor_reactive_changed: assertion failed:
  (!clutter_actor_get_reactive (actor))

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

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

[Bug 1918370] Re: 21.04 natural scrolling broken

2021-03-09 Thread Daniel van Vugt
Some input issues have just been fixed in this proposed fix:

  https://launchpad.net/ubuntu/+source/mutter/3.38.3-3ubuntu2

so please try it if you can.

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

Title:
  21.04 natural scrolling broken

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

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

[Bug 1918378] Re: Cirrus Audio Codec CS8409/CS42L42: Input Device does not switch to headset Mic when a headset is inserted

2021-03-09 Thread You-Sheng Yang
Proposed fix: https://github.com/CirrusLogic/product-
support/blob/82915ae88a02781b173c83568426722789d74f37/dell/hda/5.10.7/0001
-ALSA-hda-cirrus-Fix-Headset-Mic-volume-control-name.patch

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

Title:
  Cirrus Audio Codec CS8409/CS42L42: Input Device does not switch to
  headset Mic when a headset is inserted

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

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

[Bug 1918378] [NEW] Cirrus Audio Codec CS8409/CS42L42: Input Device does not switch to headset Mic when a headset is inserted

2021-03-09 Thread You-Sheng Yang
Public bug reported:

Steps:
1. With the latest test kernel from Vicamo's PPA as of 3/8
2. Plug in a headset

Expected behavior:
Input Device should switch to Headset Microphone - Built-in Audio

Actual behavior:
Input Device remains at Microphone - Built-in Audio and users need to manually 
switch to correct Input Device for the audio recording via headset to work

** Affects: hwe-next
 Importance: Undecided
 Status: New

** Affects: linux (Ubuntu)
 Importance: High
 Assignee: You-Sheng Yang (vicamo)
 Status: In Progress

** Affects: linux-oem-5.10 (Ubuntu)
 Importance: Undecided
 Status: Invalid

** Affects: linux (Ubuntu Focal)
 Importance: Undecided
 Status: Invalid

** Affects: linux-oem-5.10 (Ubuntu Focal)
 Importance: High
 Assignee: You-Sheng Yang (vicamo)
 Status: In Progress

** Affects: linux (Ubuntu Hirsute)
 Importance: High
 Assignee: You-Sheng Yang (vicamo)
 Status: In Progress

** Affects: linux-oem-5.10 (Ubuntu Hirsute)
 Importance: Undecided
 Status: Invalid


** Tags: oem-priority originate-from-1918236 somerville

** Also affects: linux-oem-5.10 (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: linux (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: linux-oem-5.10 (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: linux (Ubuntu Hirsute)
   Importance: Undecided
 Assignee: You-Sheng Yang (vicamo)
   Status: New

** Also affects: linux-oem-5.10 (Ubuntu Hirsute)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu Focal)
   Status: New => Invalid

** Changed in: linux-oem-5.10 (Ubuntu Hirsute)
   Status: New => Invalid

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

Title:
  Cirrus Audio Codec CS8409/CS42L42: Input Device does not switch to
  headset Mic when a headset is inserted

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

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

[Bug 1918378] Re: Cirrus Audio Codec CS8409/CS42L42: Input Device does not switch to headset Mic when a headset is inserted

2021-03-09 Thread You-Sheng Yang
This is a follow-up for
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1916554

** Changed in: linux (Ubuntu Hirsute)
   Status: New => In Progress

** Tags added: oem-priority originate-from-1918236 somerville

** Changed in: linux (Ubuntu Hirsute)
   Importance: Undecided => High

** Changed in: linux-oem-5.10 (Ubuntu Focal)
   Importance: Undecided => High

** Changed in: linux-oem-5.10 (Ubuntu Focal)
   Status: New => In Progress

** Changed in: linux-oem-5.10 (Ubuntu Focal)
 Assignee: (unassigned) => You-Sheng Yang (vicamo)

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

Title:
  Cirrus Audio Codec CS8409/CS42L42: Input Device does not switch to
  headset Mic when a headset is inserted

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

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

[Bug 1917926] Re: Window focus/clicking/moving failures for Xorg sessions in 3.38.3-3ubuntu1

2021-03-09 Thread Daniel van Vugt
Verified all issues are fixed in
https://launchpad.net/ubuntu/+source/mutter/3.38.3-3ubuntu2

** Tags removed: rls-hh-incoming

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

Title:
  Window focus/clicking/moving failures for Xorg sessions in
  3.38.3-3ubuntu1

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

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

[Bug 1918033] Re: gnome-shell crashed with Clutter:ERROR:../clutter/clutter/clutter-stage.c:3785:on_device_actor_reactive_changed: assertion failed: (!clutter_actor_get_reactive (actor))

2021-03-09 Thread Daniel van Vugt
Frode, this bug is really only about a crash. If the above update does
not resolve all of your issues then please open a new bug for the
recurring notification.

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

Title:
  gnome-shell crashed with Clutter:ERROR:../clutter/clutter/clutter-
  stage.c:3785:on_device_actor_reactive_changed: assertion failed:
  (!clutter_actor_get_reactive (actor))

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

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

[Bug 1918033] Re: gnome-shell crashed with Clutter:ERROR:../clutter/clutter/clutter-stage.c:3785:on_device_actor_reactive_changed: assertion failed: (!clutter_actor_get_reactive (actor))

2021-03-09 Thread Daniel van Vugt
Everyone please test the proposed fix if you can:

https://launchpad.net/ubuntu/+source/mutter/3.38.3-3ubuntu2

** Tags removed: rls-hh-incoming

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

Title:
  gnome-shell crashed with Clutter:ERROR:../clutter/clutter/clutter-
  stage.c:3785:on_device_actor_reactive_changed: assertion failed:
  (!clutter_actor_get_reactive (actor))

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

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

[Bug 1918377] Re: In Wayland after the screensaver, some maximized windows appear behind the ubuntu dock

2021-03-09 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1917939 ***
https://bugs.launchpad.net/bugs/1917939

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1917939, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.


** This bug has been marked a duplicate of bug 1917939
   windows maximise underneath dock

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

Title:
  In Wayland after the screensaver, some maximized windows appear behind
  the ubuntu dock

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

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

[Bug 310999]

2021-03-09 Thread Inyiltvv
Online hotel reservation in Ghasedak 24 is really easy. For doing this,
it is just enough to enter the name of your intended city or hotel as
well as date of arrival and departure in the system and search your
intended accommodation. Then you can filter your list according to
address, cost, hotel class and even available tags in the hotel file and
choose your intended hotel as soon as possible.

https://ghasedak24.com/hotel

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

Title:
  comodo seen issuing certificates unwisely

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

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

[Bug 206396]

2021-03-09 Thread Justin Zobel
Thank you for the bug report.

As this report hasn't seen any changes in 5 years or more, we ask if you
can please confirm that the issue still persists.

If this bug is no longer persisting or relevant please change the status
to resolved.

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

Title:
  kopete with meanwhile sametime protocol can't handle accents

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

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

[Bug 1918377] [NEW] In Wayland after the screensaver, some maximized windows appear behind the ubuntu dock

2021-03-09 Thread Rocko
Public bug reported:

In Wayland, some maximized windows such as gnome-terminal and Eclipse
get moved to behind the dock when the screensaver is unlocked, ie the
window starts maximized and drawn next to the dock, but after locking
and unlocking the screen it is now behind the dock (see attached
screenshot).

Other windows like nautilus don't have this problem.

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: gnome-shell 3.38.3-3ubuntu1
ProcVersionSignature: Ubuntu 5.10.0-14.15-generic 5.10.11
Uname: Linux 5.10.0-14-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu59
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Wed Mar 10 13:36:38 2021
DisplayManager: gdm3
RelatedPackageVersions: mutter-common 3.38.3-3ubuntu1
SourcePackage: gnome-shell
UpgradeStatus: Upgraded to hirsute on 2021-02-24 (13 days ago)

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


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

** Attachment added: "Screenshot from 2021-03-10 13-35-14.png"
   
https://bugs.launchpad.net/bugs/1918377/+attachment/5475243/+files/Screenshot%20from%202021-03-10%2013-35-14.png

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

Title:
  In Wayland after the screensaver, some maximized windows appear behind
  the ubuntu dock

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

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

[Bug 1918375] [NEW] Obscure Window Manager Problem [Enhancement]

2021-03-09 Thread C. Jeffery Small
Public bug reported:

Xubuntu 20.04
xfwm4 4.14.1-0ubuntu1 

This is a problem that only occurs under very specific conditions.
However, I think it is problematic enough to deserve consideration for
an enhancement.

My setup includes multiple (8) virtual desktops.  I use
Meta-{L,R}ArrowKey to move between desktops and Shift-Meta-{L,R}ArrowKey
to move a specific window across and to different desktops.

My Window Manager settings include:
  - Focus Follows Mouse
  - Automatically give focus to newly created windows
  - Raise window when clicking inside application window

I do not use Auto raise when window receives focus.

The Problem:  I move my mouse over a window on the current screen.  It
receives focus, but I do not click on it.  I want to move the window
three desktops to the left.  I use Shift-Meta-LeftArrow to begin moving
the window.  I press it three times and discover that I have a mess!
All sorts of things are on the wrong screens.  I finally figured out
that the original window is not "raised" because I didn't click on it.
Therefore, as it moved to the first desktop to the left, it got placed
beneath another window there and was completely hidden.  The "higher"
window then gets picked up and is moved a screen to the left.  It's
possible that the same thing happens (some of my windows are maximized
and fill the entire screen) and the second window gets dropped and the
third window now goes for a ride.  If you are not paying very close
attention, this is all extremely confusing.

As I said, this happens because of my particular settings.  I don't like
auto raise on focus because it causes a lot of visual jumping on the
screen when you move the mouse around.  I did try it out with a long
delay, but the problem described above can still occur.

I would suggest a reasonably simple fix which is whenever a window is
being moved, immediately raise it so that it floats above the other
windows and never gets lost under another window.  I assume that raising
a window makes it "higher" then all windows on every desktop, not just
the current one.  Thoughts?

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


** Tags: focus raise xfwm4

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

Title:
  Obscure Window Manager Problem [Enhancement]

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

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

[Bug 1918376] [NEW] battery drops to 1 or 0% for a short time then returns to real %

2021-03-09 Thread Evan O'Brien
Public bug reported:

version 20.10
Lenovo ThinkPad P1 Gen 3
Processor: Intel Core i7-10750H
Battery: 4 cell Li-Polymer 80Wh

Inaccurate discharge accuracy. One time this initiated my laptop to turn
off when adequately charged most times it just is a momentary 0-1% then
returns to normal. On i3 I have seen the battery go up to 400+% on the
ui.

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Attachment added: "at 20 minutes inaccurate power reading"
   
https://bugs.launchpad.net/bugs/1918376/+attachment/5475242/+files/Screenshot%20from%202021-03-10%2000-33-52.png

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

Title:
  battery drops to 1 or 0% for a short time then returns to real %

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

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

[Bug 1894172] Re: isc-dhcp-server using wrong env variable for INTERFACES

2021-03-09 Thread Utkarsh Gupta
** Description changed:

  [Impact]
  
  When checking isc-dhcp-server unit file it was seen that isc-dhcp-server
  is being started by:
  
  ConditionPathExists=/etc/default/isc-dhcp-server
  ConditionPathExists=|/etc/ltsp/dhcpd.conf
  ConditionPathExists=|/etc/dhcp/dhcpd.conf
  
  [Service]
  EnvironmentFile=/etc/default/isc-dhcp-server
  RuntimeDirectory=dhcp-server
  # The leases files need to be root:dhcpd even when dropping privileges
  ExecStart=/bin/sh -ec '\
  CONFIG_FILE=/etc/dhcp/dhcpd.conf; \
  if [ -f /etc/ltsp/dhcpd.conf ]; then CONFIG_FILE=/etc/ltsp/dhcpd.conf; 
fi; \
  [ -e /var/lib/dhcp/dhcpd.leases ] || touch /var/lib/dhcp/dhcpd.leases; \
  chown root:dhcpd /var/lib/dhcp /var/lib/dhcp/dhcpd.leases; \
  chmod 775 /var/lib/dhcp ; chmod 664 /var/lib/dhcp/dhcpd.leases; \
  exec dhcpd -user dhcpd -group dhcpd -f -4 -pf /run/dhcp-server/dhcpd.pid 
-cf $CONFIG_FILE $INTERFACES'
  
  But the /etc/default/isc-dhcp-server file sets $INTERFACESv4 and
  $INTERFACESv6.
  
  This causes the service to listen on all interfaces, which is what the
  user might not want. In case the user wants to use *only* IPv6 and not
  IPv4, this could maybe lead to problems as what the user intended to do
  could be really different from what the outcome turns out to be (because
  of this bug).
  
  The previous upload(er) forgot to mention (and split) the INTERFACES
  variable to v4 and v6 and as a result, it has been this way for so long.
  
  The SRU would split the variables into respective names, thereby making
  sure that what /etc/default/isc-dhcp-serve sets, is available in the
  respective service file.
  
  [Test Plan]
  
- To reproduce, simply install isc-dhcp-server via apt.
- Now, if you see the /etc/default/isc-dhcp-server file, it sets 2 variables, 
namely, INTERFACESv4 and INTERFACESv6. However, if you check the respective 
services file, that is, /lib/systemd/system/isc-dhcp-server.service and 
/lib/systemd/system/isc-dhcp-server6.service, it is still using the INTERFACES 
variable.
+ To reproduce this bug, simply do the following:
+ 
+ $ lxc launch ubuntu-daily:focal isc-dhcp-lp1894172-focal
+ 
+ $ lxc shell isc-dhcp-lp1894172-focal
+ 
+ # apt update && apt install isc-dhcp-server -y
+ 
+ # grep "INTERFACES" /etc/default/isc-dhcp-server 
+ INTERFACESv4=""
+ INTERFACESv6=""
+ 
+ grep "INTERFACES" /lib/systemd/system/isc-dhcp-server.service
+ exec dhcpd -user dhcpd -group dhcpd -f -4 -pf /run/dhcp-server/dhcpd.pid 
-cf $CONFIG_FILE $INTERFACES'
+ 
+ # grep "INTERFACES" /lib/systemd/system/isc-dhcp-server6.service
+ exec dhcpd -user dhcpd -group dhcpd -f -6 -pf /run/dhcp-server/dhcpd6.pid 
-cf $CONFIG_FILE $INTERFACES'
+ 
+ 
+ With this, it is clearly visible that even though 
/lib/systemd/system/isc-dhcp-server{,6}.service file uses $INTERFACES variable 
but the /etc/default/isc-dhcp-server defines 2 different variables, 
INTERFACESv4 and INTERFACESv6.
  
  After the SRU is performed, the respective services files should use
  INTERFACESv4 and INTERFACESv6 variable, instead of just INTERFACES.
  
  To ensure smooth upgrade of this package, we'd check if the user hasn't
  manually set a INTERFACESv{4,6} variable to workaround this bug. If they
  have, then we simply check and make sure, we use the correct variable.
  
  [Where problems could occur]
  
  The problem could occur if the user has manually set some different
  workaround for this bug and so the usual upgrade could break some of
  their old configuration(s).

** Description changed:

  [Impact]
  
  When checking isc-dhcp-server unit file it was seen that isc-dhcp-server
  is being started by:
  
  ConditionPathExists=/etc/default/isc-dhcp-server
  ConditionPathExists=|/etc/ltsp/dhcpd.conf
  ConditionPathExists=|/etc/dhcp/dhcpd.conf
  
  [Service]
  EnvironmentFile=/etc/default/isc-dhcp-server
  RuntimeDirectory=dhcp-server
  # The leases files need to be root:dhcpd even when dropping privileges
  ExecStart=/bin/sh -ec '\
  CONFIG_FILE=/etc/dhcp/dhcpd.conf; \
  if [ -f /etc/ltsp/dhcpd.conf ]; then CONFIG_FILE=/etc/ltsp/dhcpd.conf; 
fi; \
  [ -e /var/lib/dhcp/dhcpd.leases ] || touch /var/lib/dhcp/dhcpd.leases; \
  chown root:dhcpd /var/lib/dhcp /var/lib/dhcp/dhcpd.leases; \
  chmod 775 /var/lib/dhcp ; chmod 664 /var/lib/dhcp/dhcpd.leases; \
  exec dhcpd -user dhcpd -group dhcpd -f -4 -pf /run/dhcp-server/dhcpd.pid 
-cf $CONFIG_FILE $INTERFACES'
  
  But the /etc/default/isc-dhcp-server file sets $INTERFACESv4 and
  $INTERFACESv6.
  
  This causes the service to listen on all interfaces, which is what the
  user might not want. In case the user wants to use *only* IPv6 and not
  IPv4, this could maybe lead to problems as what the user intended to do
  could be really different from what the outcome turns out to be (because
  of this bug).
  
  The previous upload(er) forgot to mention (and split) the INTERFACES
  variable to v4 and v6 and as a result, it has been this way for so long.
  
  

[Bug 1829995] Re: getaddrinfo_01 from ipv6_lib test suite in LTP failed

2021-03-09 Thread Kelsey Skunberg
** Tags added: sru-20210222

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

Title:
  getaddrinfo_01 from ipv6_lib test suite in LTP failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1829995/+subscriptions

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

[Bug 1853610] Re: mkfs01_ext3_sh / mkfs01_ext4_sh / nm01_sh from commands test in ubuntu_ltp fails

2021-03-09 Thread Kelsey Skunberg
** Tags added: sru-20210222

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

Title:
  mkfs01_ext3_sh / mkfs01_ext4_sh / nm01_sh from commands test in
  ubuntu_ltp fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1853610/+subscriptions

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

[Bug 1878389] Re: tpci from kernel_misc in ubuntu_ltp failed with Test-case '13'

2021-03-09 Thread Kelsey Skunberg
** Tags added: sru-20210222

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

Title:
  tpci from kernel_misc in ubuntu_ltp failed with Test-case '13'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1878389/+subscriptions

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

[Bug 1879328] Re: ubuntu_kvm_unit_test failed to build on Focal PowerPC

2021-03-09 Thread Kelsey Skunberg
** Tags added: sru-20210222

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

Title:
  ubuntu_kvm_unit_test failed to build on Focal PowerPC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1879328/+subscriptions

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

[Bug 1834006] Re: cpuset_hotplug from controllers in ubuntu_ltp failed

2021-03-09 Thread Kelsey Skunberg
** Tags added: sru-20210222

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

Title:
  cpuset_hotplug from controllers in ubuntu_ltp failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1834006/+subscriptions

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

[Bug 1918033] Re: gnome-shell crashed with Clutter:ERROR:../clutter/clutter/clutter-stage.c:3785:on_device_actor_reactive_changed: assertion failed: (!clutter_actor_get_reactive (actor))

2021-03-09 Thread Frode Nordahl
On my system, there is something creating a notification every 40 - 60
seconds, and it disappears before I get to see what it says. To stop it
from disturbing me I have turned on "Do not disturb".

I have no extensions installed.

If this crash is related to notifications, it could be that has been a
latent issue and that it surfaces now due to something spamming
notifications? I guess it depends on what others see.

Is there a way to accessing or enabling a log of notifications so that I
can help figure out the source of it?

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

Title:
  gnome-shell crashed with Clutter:ERROR:../clutter/clutter/clutter-
  stage.c:3785:on_device_actor_reactive_changed: assertion failed:
  (!clutter_actor_get_reactive (actor))

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

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

[Bug 1912316] Re: log_check / kernel_tainted test from ubuntu_boot failed on Intel Cloud node grumman (failed with flag 2048)

2021-03-09 Thread Kelsey Skunberg
** Tags added: 5.4 focal sru-20210222

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

Title:
  log_check / kernel_tainted test from ubuntu_boot failed on Intel Cloud
  node grumman (failed with flag 2048)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1912316/+subscriptions

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

[Bug 1905825] Re: [SRU] Disable CRTCs when system becomes headless

2021-03-09 Thread Rex Tsai
Macro do we have a plan when we can port the patches or upgrade to
3.36.8?

** Also affects: oem-priority
   Importance: Undecided
   Status: New

** Changed in: oem-priority
   Importance: Undecided => Critical

** Changed in: oem-priority
 Assignee: (unassigned) => Alex Tu (alextu)

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

Title:
  [SRU] Disable CRTCs when system becomes headless

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

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

[Bug 1828707] Re: ipset bash auto complete error on ubuntu 18.04

2021-03-09 Thread Launchpad Bug Tracker
[Expired for ipset (Ubuntu) because there has been no activity for 60
days.]

** Changed in: ipset (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/1828707

Title:
  ipset bash auto complete error on ubuntu 18.04

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

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

[Bug 1890041] Re: Apport does not work without Chrome

2021-03-09 Thread Launchpad Bug Tracker
[Expired for xdg-utils (Ubuntu) because there has been no activity for
60 days.]

** Changed in: xdg-utils (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/1890041

Title:
  Apport does not work without Chrome

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdg-utils/+bug/1890041/+subscriptions

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

[Bug 1904724] Re: package linux-modules-extra-5.8.0-29-generic (not installed) failed to install/upgrade: unable to open '/lib/modules/5.8.0-29-generic/kernel/kernel/torture.ko.dpkg-new': Operation no

2021-03-09 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (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/1904724

Title:
  package linux-modules-extra-5.8.0-29-generic (not installed) failed to
  install/upgrade: unable to open
  '/lib/modules/5.8.0-29-generic/kernel/kernel/torture.ko.dpkg-new':
  Operation not permitted

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

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

[Bug 1909687] Re: Cannot compile kernel using procedure at https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel

2021-03-09 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (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/1909687

Title:
  Cannot compile kernel using procedure at
  https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel

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

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

[Bug 1910738] Re: package linux-modules-5.8.0-36-generic (not installed) failed to install/upgrade: unable to open '/usr/share/doc/linux-modules-5.8.0-36-generic/copyright.dpkg-new': Operation not per

2021-03-09 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (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/1910738

Title:
  package linux-modules-5.8.0-36-generic (not installed) failed to
  install/upgrade: unable to open '/usr/share/doc/linux-
  modules-5.8.0-36-generic/copyright.dpkg-new': Operation not permitted

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

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

[Bug 1910656] Re: Crashed during install.

2021-03-09 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/1910656

Title:
  Crashed during install.

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

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

[Bug 1910796] Re: package linux-libc-dev 5.4.0-59.65 failed to install/upgrade: unable to open '/usr/share/doc/linux-libc-dev/copyright.dpkg-new': Operation not permitted

2021-03-09 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

** Changed in: linux (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/1910796

Title:
  package linux-libc-dev 5.4.0-59.65 failed to install/upgrade: unable
  to open '/usr/share/doc/linux-libc-dev/copyright.dpkg-new': Operation
  not permitted

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

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

[Bug 1917926] Re: Window focus/clicking/moving failures for Xorg sessions in 3.38.3-3ubuntu1

2021-03-09 Thread Treviño
** Changed in: mutter (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/1917926

Title:
  Window focus/clicking/moving failures for Xorg sessions in
  3.38.3-3ubuntu1

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

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

[Bug 1890448] Re: hwdb: Add EliteBook to use micmute hotkey

2021-03-09 Thread Kai-Heng Feng
Same as #6, enable -proposed and dist-upgrade, now the system can map
the atkbd event to micmute hotkey.

** Tags removed: verification-needed verification-needed-bionic
** Tags added: verification-done verification-done-bionic

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

Title:
  hwdb: Add EliteBook to use micmute hotkey

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

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

[Bug 1917204] Re: VGA stuck at 1024x768 (no EDID detected)

2021-03-09 Thread Daniel van Vugt
Is this a recent regression (caused by updates) or has it always been
stuck at low resolution?

** Summary changed:

- high Resolution is not getting 
+ VGA stuck at 1024x768 (no EDID detected)

** Package changed: xorg (Ubuntu) => linux (Ubuntu)

** Package changed: linux (Ubuntu) => linux-signed-hwe-5.8 (Ubuntu)

** Summary changed:

- VGA stuck at 1024x768 (no EDID detected)
+ [i915] VGA stuck at 1024x768 (no EDID detected)

** Changed in: linux-signed-hwe-5.8 (Ubuntu)
   Status: New => Incomplete

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

Title:
  [i915] VGA stuck at 1024x768 (no EDID detected)

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

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

[Bug 1918370] Re: 21.04 natural scrolling broken

2021-03-09 Thread Daniel van Vugt
** Tags added: hirsute

** Package changed: gnome-shell (Ubuntu) => gnome-settings-daemon
(Ubuntu)

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

Title:
  21.04 natural scrolling broken

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

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

[Bug 1915279] Re: about

2021-03-09 Thread Daniel van Vugt
Can you please attach a screenshot or photo of the problem?

** Package changed: xorg (Ubuntu) => chromium-browser (Ubuntu)

** Changed in: chromium-browser (Ubuntu)
   Status: New => Incomplete

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

Title:
  about

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1915279/+subscriptions

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

[Bug 1918368] Re: net in ubuntu_kernel_selftests ADT test failure with linux-hwe-5.8

2021-03-09 Thread Kelsey Skunberg
*** This bug is a duplicate of bug 1894964 ***
https://bugs.launchpad.net/bugs/1894964

Found this is already covered in LP#1894964. Marking as a duplicate

** This bug has been marked a duplicate of bug 1894964
   Unable to build ubuntu_bpf test on Groovy 5.8 KVM kernel / F-5.8-hwe 
(blocking net test in ubuntu_kernel_selftests to build)

** Tags removed: kqa-blocker

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

Title:
  net in ubuntu_kernel_selftests ADT test failure with linux-hwe-5.8

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

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

[Bug 1918371] Re: super-tab or alt-tab only recognising two apps when more open

2021-03-09 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1917926 ***
https://bugs.launchpad.net/bugs/1917926

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1917926, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.


** Tags added: hirsute

** This bug has been marked a duplicate of bug 1917926
   Window focus/clicking/moving failures for Xorg sessions in 3.38.3-3ubuntu1

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

Title:
  super-tab or alt-tab  only recognising two apps when more open

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

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

[Bug 1918371] [NEW] super-tab or alt-tab only recognising two apps when more open

2021-03-09 Thread Rob Hendricks
*** This bug is a duplicate of bug 1917926 ***
https://bugs.launchpad.net/bugs/1917926

Public bug reported:

21.04 - Super-tab or alt-tab app switching only seems to catch the first
two open apps  even though more apps open... Super alone does show
correct apps laid as expected (cascaded as nicely as Gnome always
has)...

Low priority...

Gnome 3.38.4
uname -a:
Linux robsta-zenbook 5.11.2-051102-generic #202103030902 SMP Wed Mar 3 15:50:19 
UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

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


** Tags: hirsute

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

Title:
  super-tab or alt-tab  only recognising two apps when more open

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

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

[Bug 1917054] Re: package grub-efi-amd64-signed 1.155.4+2.04-1ubuntu35.4 failed to install/upgrade: el subproceso instalado paquete grub-efi-amd64-signed script post-installation devolvió el código de

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

** Changed in: grub2-signed (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/1917054

Title:
  package grub-efi-amd64-signed 1.155.4+2.04-1ubuntu35.4 failed to
  install/upgrade: el subproceso instalado paquete grub-efi-amd64-signed
  script post-installation devolvió el código de salida de error 1

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

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

[Bug 1918368] Re: net in ubuntu_kernel_selftests ADT test failure with linux-hwe-5.8

2021-03-09 Thread Kelsey Skunberg
** Tags added: 5.8 amd64 arm64 focal kqa-blocker ppc64el s390x
sru-20210222 ubuntu-kernel-selftests

** Description changed:

  Testing failed on:
- amd64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-focal/focal/amd64/l/linux-hwe-5.8/20210225_023154_ca498@/log.gz
- arm64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-focal/focal/arm64/l/linux-hwe-5.8/20210225_002545_f34d9@/log.gz
- ppc64el: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-focal/focal/ppc64el/l/linux-hwe-5.8/20210309_222653_5f453@/log.gz
- s390x: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-focal/focal/s390x/l/linux-hwe-5.8/20210224_190131_deea3@/log.gz
+ amd64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-focal/focal/amd64/l/linux-hwe-5.8/20210225_023154_ca498@/log.gz
+ arm64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-focal/focal/arm64/l/linux-hwe-5.8/20210225_002545_f34d9@/log.gz
+ ppc64el: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-focal/focal/ppc64el/l/linux-hwe-5.8/20210309_222653_5f453@/log.gz
+ s390x: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-focal/focal/s390x/l/linux-hwe-5.8/20210224_190131_deea3@/log.gz
+ 
+ Not a regression, found on multiple versions including:
+ 5.8.0-45.51~20.04.1
+ 5.8.0-44.50~20.04.1
+ 
+ 
+ Two different error messages can be found:
+ 
+ ONE:
+ 
+ 01:42:35 INFO |   ERROR   ubuntu_kernel_selftests.net 
ubuntu_kernel_selftests.net timestamp=1614217355localtime=Feb 25 
01:42:35   Command  failed, rc=2, 
Command returned non-zero exit status
+   * Command: 
+   make -C linux/tools/testing/selftests TARGETS=bpf SKIP_TARGETS=
+   KDIR=/usr/src/linux-headers-5.8.0-45-generic
+   Exit status: 2
+   Duration: 0.978417158127
+   
+   stdout:
+   make: Entering directory 
'/tmp/autopkgtest.FJ1SVW/build.QGC/src/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests'
+   make --no-builtin-rules ARCH=x86 -C ../../.. headers_install
+   make[1]: Entering directory 
'/tmp/autopkgtest.FJ1SVW/build.QGC/src/autotest/client/tmp/ubuntu_kernel_selftests/src/linux'
+ INSTALL ./usr/include
+   make[1]: Leaving directory 
'/tmp/autopkgtest.FJ1SVW/build.QGC/src/autotest/client/tmp/ubuntu_kernel_selftests/src/linux'
+   make[1]: Entering directory 
'/tmp/autopkgtest.FJ1SVW/build.QGC/src/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests/bpf'
+   make[1]: Leaving directory 
'/tmp/autopkgtest.FJ1SVW/build.QGC/src/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests/bpf'
+   make: Leaving directory 
'/tmp/autopkgtest.FJ1SVW/build.QGC/src/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests'
+   stderr:
+   Makefile:148: *** Cannot find a vmlinux for VMLINUX_BTF at any of "  
../../../../vmlinux /sys/kernel/btf/vmlinux /boot/vmlinux-5.8.0-45-generic".  
Stop.
+   make: *** [Makefile:159: all] Error 2
+ 01:42:35 INFO |   END ERROR   ubuntu_kernel_selftests.net 
ubuntu_kernel_selftests.net timestamp=1614217355localtime=Feb 25 
01:42:35   
+ 
+ 
+ TWO:
+ 
+ make[1]: Leaving directory 
'/tmp/autopkgtest.3i7Kjp/build.nPi/src/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests/bpf'
+   make: Leaving directory 
'/tmp/autopkgtest.3i7Kjp/build.nPi/src/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/testing/selftests'
+   stderr:
+   Warning: Kernel ABI header at 'tools/include/uapi/linux/netlink.h' differs 
from latest version at 'include/uapi/linux/netlink.h'
+   Warning: Kernel ABI header at 'tools/include/uapi/linux/if_link.h' differs 
from latest version at 'include/uapi/linux/if_link.h'
+   In file included from 
/tmp/autopkgtest.3i7Kjp/build.nPi/src/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/include/linux/build_bug.h:5,
+from 
/tmp/autopkgtest.3i7Kjp/build.nPi/src/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/include/linux/kernel.h:8,
+from 
/tmp/autopkgtest.3i7Kjp/build.nPi/src/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/kernel/bpf/disasm.h:10,
+from 
/tmp/autopkgtest.3i7Kjp/build.nPi/src/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/kernel/bpf/disasm.c:8:
+   
/tmp/autopkgtest.3i7Kjp/build.nPi/src/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/kernel/bpf/disasm.c:
 In function ‘__func_get_name’:
+   
/tmp/autopkgtest.3i7Kjp/build.nPi/src/autotest/client/tmp/ubuntu_kernel_selftests/src/linux/tools/include/linux/compiler.h:37:38:
 

[Bug 1918370] [NEW] 21.04 natural scrolling broken

2021-03-09 Thread Rob Hendricks
Public bug reported:

Since 20.10 upgrade to 21.04, natural scrolling on touchpad does not
follow the "push page up" that natural scrolling did...

Super low priority, but here's my uname -a:

Linux robsta-zenbook 5.11.2-051102-generic #202103030902 SMP Wed Mar 3
15:50:19 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

** Affects: gnome-shell (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/1918370

Title:
  21.04 natural scrolling broken

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

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

[Bug 1918368] [NEW] net in ubuntu_kernel_selftests ADT test failure with linux-hwe-5.8

2021-03-09 Thread Kelsey Skunberg
Public bug reported:

Testing failed on:
amd64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-focal/focal/amd64/l/linux-hwe-5.8/20210225_023154_ca498@/log.gz
arm64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-focal/focal/arm64/l/linux-hwe-5.8/20210225_002545_f34d9@/log.gz
ppc64el: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-focal/focal/ppc64el/l/linux-hwe-5.8/20210309_222653_5f453@/log.gz
s390x: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-focal/focal/s390x/l/linux-hwe-5.8/20210224_190131_deea3@/log.gz

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


** Tags: kernel-adt-failure

** Tags added: kernel-adt-failure

** Summary changed:

- linux-hwe-5.8 5.8.0-45.51~20.04.1 ADT test failure with linux-hwe-5.8 
5.8.0-45.51~20.04.1
+ net in ubuntu_kernel_selftests ADT test failure with linux-hwe-5.8

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

Title:
  net in ubuntu_kernel_selftests ADT test failure with linux-hwe-5.8

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

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

[Bug 1911830] Re: alsa/sdw: support soundwire audio for TGL-H machines

2021-03-09 Thread Hui Wang
** Tags added: originate-from-1913248

** Also affects: linux-firmware (Ubuntu Hirsute)
   Importance: Undecided
   Status: New

** Also affects: linux-oem-5.10 (Ubuntu Hirsute)
   Importance: Critical
 Assignee: Hui Wang (hui.wang)
   Status: Invalid

** Also affects: linux-firmware (Ubuntu Groovy)
   Importance: Undecided
   Status: New

** Also affects: linux-oem-5.10 (Ubuntu Groovy)
   Importance: Undecided
   Status: New

** No longer affects: linux-oem-5.10 (Ubuntu Groovy)

** No longer affects: linux-oem-5.10 (Ubuntu Hirsute)

** Changed in: linux-firmware (Ubuntu Focal)
   Status: New => In Progress

** Changed in: linux-firmware (Ubuntu Groovy)
   Status: New => In Progress

** Changed in: linux-firmware (Ubuntu Hirsute)
   Status: New => In Progress

** Changed in: linux-firmware (Ubuntu Focal)
   Importance: Undecided => High

** Changed in: linux-firmware (Ubuntu Groovy)
   Importance: Undecided => High

** Changed in: linux-firmware (Ubuntu Hirsute)
   Importance: Undecided => High

** Changed in: linux-firmware (Ubuntu Focal)
 Assignee: (unassigned) => Hui Wang (hui.wang)

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

Title:
  alsa/sdw: support soundwire audio for TGL-H machines

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

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

[Bug 1918364] Re: [SRU]sof-firmware: add firmware files for TGL-H machines from sof-bin v1.6.1

2021-03-09 Thread Hui Wang
We already have a bug to track this issue, it is #1911830, so close this
bug as invalid.


** Changed in: hwe-next
   Status: New => Invalid

** Changed in: linux-firmware (Ubuntu Focal)
   Status: In Progress => Invalid

** Changed in: linux-firmware (Ubuntu Groovy)
   Status: In Progress => Invalid

** Changed in: linux-firmware (Ubuntu Hirsute)
   Status: In Progress => Invalid

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

Title:
  [SRU]sof-firmware: add firmware files for TGL-H machines from sof-bin
  v1.6.1

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

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

[Bug 1918364] [NEW] [SRU]sof-firmware: add firmware files for TGL-H machines from sof-bin v1.6.1

2021-03-09 Thread Hui Wang
Public bug reported:

This bug is for tracking purpose.

** Affects: hwe-next
 Importance: Undecided
 Status: Invalid

** Affects: linux-firmware (Ubuntu)
 Importance: High
 Assignee: Hui Wang (hui.wang)
 Status: Invalid

** Affects: linux-firmware (Ubuntu Focal)
 Importance: High
 Status: Invalid

** Affects: linux-firmware (Ubuntu Groovy)
 Importance: High
 Status: Invalid

** Affects: linux-firmware (Ubuntu Hirsute)
 Importance: High
 Assignee: Hui Wang (hui.wang)
 Status: Invalid


** Tags: oem-priority originate-from-1913248 somerville

** Changed in: linux-firmware (Ubuntu)
   Importance: Undecided => High

** Also affects: linux-firmware (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: linux-firmware (Ubuntu Hirsute)
   Importance: High
 Assignee: Hui Wang (hui.wang)
   Status: New

** Also affects: linux-firmware (Ubuntu Groovy)
   Importance: Undecided
   Status: New

** Changed in: linux-firmware (Ubuntu Groovy)
   Importance: Undecided => High

** Changed in: linux-firmware (Ubuntu Focal)
   Importance: Undecided => High

** Changed in: linux-firmware (Ubuntu Focal)
   Status: New => In Progress

** Changed in: linux-firmware (Ubuntu Groovy)
   Status: New => In Progress

** Changed in: linux-firmware (Ubuntu Hirsute)
   Status: New => In Progress

** Tags added: oem-priority originate-from-1913248 somerville

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

Title:
  [SRU]sof-firmware: add firmware files for TGL-H machines from sof-bin
  v1.6.1

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

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

[Bug 1917926] Re: Window focus/clicking/moving failures for Xorg sessions in 3.38.3-3ubuntu1

2021-03-09 Thread Daniel van Vugt
** Summary changed:

- Window focus issues for Xorg sessions in 3.38.3-3ubuntu1
+ Window focus/clicking/moving failures for Xorg sessions in 3.38.3-3ubuntu1

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

Title:
  Window focus/clicking/moving failures for Xorg sessions in
  3.38.3-3ubuntu1

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

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

[Bug 1918033] Re: gnome-shell crashed with Clutter:ERROR:../clutter/clutter/clutter-stage.c:3785:on_device_actor_reactive_changed: assertion failed: (!clutter_actor_get_reactive (actor))

2021-03-09 Thread Daniel van Vugt
** Tags added: rls-hh-incoming

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

Title:
  gnome-shell crashed with Clutter:ERROR:../clutter/clutter/clutter-
  stage.c:3785:on_device_actor_reactive_changed: assertion failed:
  (!clutter_actor_get_reactive (actor))

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

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

[Bug 1918273] Re: I can't move the windows on Ubuntu 21.04

2021-03-09 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1917926 ***
https://bugs.launchpad.net/bugs/1917926

This looks connected to bug 1917926 so let's track it there for now.

** Tags added: hirsute

** This bug has been marked a duplicate of bug 1917926
   Window focus issues for Xorg sessions in 3.38.3-3ubuntu1

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

Title:
  I can't move the windows on Ubuntu 21.04

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

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

[Bug 1918224] Re: caps lock delay on ubuntu

2021-03-09 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1376903 ***
https://bugs.launchpad.net/bugs/1376903

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1376903, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.


** This bug has been marked a duplicate of bug 1376903
   Caps lock delay

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

Title:
  caps lock delay on ubuntu

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

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

[Bug 1918355] Re: Cannot get passed the recreation of an Unknown document

2021-03-09 Thread Chris Guiver
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Bug reporting is mostly about finding & fixing problems thus preventing
future users from hitting the same bug.

I suspect a Support site would be more appropriate, eg.
https://answers.launchpad.net/ubuntu. You can also find help with your
problem in the support forum of your local Ubuntu community
http://loco.ubuntu.com/ or asking at https://askubuntu.com or
https://ubuntuforums.org, or for more support options please look at
https://discourse.ubuntu.com/t/community-support/709

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

Title:
  Cannot get passed the recreation of an Unknown document

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

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

[Bug 1789177] Re: RabbitMQ fails to synchronize exchanges under high load

2021-03-09 Thread Seyeong Kim
** Patch removed: "lp1789177_bionic.debdiff"
   
https://bugs.launchpad.net/oslo.messaging/+bug/1789177/+attachment/5466823/+files/lp1789177_bionic.debdiff

** Patch removed: "lp1789177_queens.debdiff"
   
https://bugs.launchpad.net/oslo.messaging/+bug/1789177/+attachment/5466822/+files/lp1789177_queens.debdiff

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

Title:
  RabbitMQ fails to synchronize exchanges under high load

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

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

[Bug 1910220] Re: Characters from dead keys shown in plan view in password field on login screen

2021-03-09 Thread Daniel van Vugt
The closest upstream bug I can find is https://gitlab.gnome.org/GNOME
/gnome-shell/-/issues/933

If you think a new bug is required instead of that then please create
one and tell us the ID here.

** Bug watch added: gitlab.gnome.org/GNOME/gnome-shell/-/issues #933
   https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/933

** Also affects: gnome-shell via
   https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/933
   Importance: Unknown
   Status: Unknown

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

Title:
  Characters from dead keys shown in plan view in password field on
  login screen

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1910220/+subscriptions

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

[Bug 1917926] Re: Window focus issues for Xorg sessions in 3.38.3-3ubuntu1

2021-03-09 Thread Daniel van Vugt
A full revert should also fix another regression -> bug 1918033

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

Title:
  Window focus issues for Xorg sessions in 3.38.3-3ubuntu1

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

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

[Bug 1917801] Re: Multi monitor bug opening windows (not responsive to input in the location it is drawn)

2021-03-09 Thread Daniel van Vugt
** Changed in: mutter (Ubuntu)
   Status: New => Incomplete

** Tags added: nvidia

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

Title:
  Multi monitor bug opening windows (not responsive to input in the
  location it is drawn)

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

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

[Bug 1912246] Re: [nvidia] gnome-shell freezes randomly with "Window manager warning: MetaSyncRing: Sync object is not ready -- were events handled properly?"

2021-03-09 Thread Daniel van Vugt
** Changed in: mutter (Ubuntu)
   Status: Triaged => Fix Committed

** Tags added: fixed-in-3.38.4 fixed-upstream

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

Title:
  [nvidia] gnome-shell freezes randomly with "Window manager warning:
  MetaSyncRing: Sync object is not ready -- were events handled
  properly?"

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

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

[Bug 1918335] Re: intermittent stalls of the user interface

2021-03-09 Thread Daniel van Vugt
1. What is the message you see?

2. Next time a stall happens, please open a Terminal and run:

   lspci -kv > lspci.txt
   journalctl -b0 > journal.txt

   and attach the resulting text files here.


** Tags added: performance

** Changed in: gnome-shell (Ubuntu)
   Status: New => Incomplete

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

Title:
  intermittent stalls of the user interface

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

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

[Bug 104171] Re: KGPG editor decrypt fails if > 3 recipients

2021-03-09 Thread Bug Watch Updater
Launchpad has imported 11 comments from the remote bug at
https://bugs.kde.org/show_bug.cgi?id=143935.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2007-04-07T18:18:55+00:00 LanceHaverkamp wrote:

Version:   1.2.2 (using KDE KDE 3.5.3)
Installed from:Ubuntu Packages
OS:Linux

If a message encrypted to several recipients is pasted into (or opened
in) the KGPG editor; KGPG seems to try only the first 3 keys. It asks
for the password for each of the first 3 keys then fails. When you start
clicking cancel to close the multiple password windows the application
crashes.

I believe KGPG should first determine if the the user actually has any
secret keys that will decrypt the message, then ask for only the
password for the correct key.

Thanks,

Lance

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdeutils/+bug/104171/comments/1


On 2007-08-30T21:38:09+00:00 JimmyGilles wrote:

Hello,

could you explain how I can reproduce this issue ?

I have gpg 1.4.6 and kgpg 1.2.2

I tried but can't reproduce this problem.
My steps:
- i go to the editor
- i write something
- i click "encrypt"
- i select more than 3 recipients
- there are two cases : the option "Hide user id" is selected or is not selected

First case: "Hide user id" is NOT selected
When I want to decrypt, gpg will automatically detect if I have a secret key 
that will decrypt the message (because all userid are stored in the encrypted 
message)
If I have a good key, kgpg asks me to give the password and decrypt the message.
If I don't have any key, kgpg will fail.

Second case: "Hide user id" is selected
When I want to decrypt the message, gpg will try with every secret keys in my 
keyring until it can decrypt the message.

Thanks


Reply at: 
https://bugs.launchpad.net/ubuntu/+source/kdeutils/+bug/104171/comments/2


On 2007-08-31T01:59:31+00:00 LanceHaverkamp wrote:

Created attachment 21516
error message

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdeutils/+bug/104171/comments/3


On 2007-08-31T02:23:11+00:00 LanceHaverkamp wrote:

For some reason the message portion of the above attachment was
discarded, here is a repost:

The behavior seems to have changed since it was first reported,
something must have upgraded.  Now it does appear to work sometimes.
Other times kgpg correctly identifies the message as having been
encrypted to my key & asks for my passphrase 3 times very quickly,
without waiting for a reply.  When this happens I receive the error
message above (MISSING_PASSPHRASE).

When entering passphrase or closing the 3 passphrase windows, kgpg
usually crashes.

I suggest you subscribe to the public PGP chat group,
http://groups.yahoo.com/group/PGPNET/

You will be able to collect several examples of pgp encrypted messages
that are encrypted to well over a dozen people using various OpenPGP
programs.  You should be able to see that some work in kgpg, but others
do not.  These are not bad postings...they decrypt using enigmail (and
the exact same version of GnuPG).

I don't know enough what to look for, but something is different about
some messages.  It seems dependent on what software or settings the
sender has chosen, as the same senders' messages usually (always?)
crash.  Certain algorithms?  Certain hashes?

Thanks,

Lance

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdeutils/+bug/104171/comments/4


On 2007-08-31T03:02:56+00:00 LanceHaverkamp wrote:

OK,

I think I've got a resolution...You're not gonna believe this:

Normally, plain text following the encrypted message is ignored; it's
just left there to be read either before or after the decryption takes
place.

For some reason I can't explain, the YahooGroups trailing text crashes
kgpg!

the bad text follows this line & starts with some blank lines:


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/PGPNET/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/PGPNET/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:pgpnet-dig...@yahoogroups.com 
mailto:pgpnet-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
pgpnet-unsubscr...@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/

Reply at:
https://bugs.launchpad.net/ubuntu/+source/kdeutils/+bug/104171/comments/5


[Bug 1205842]

2021-03-09 Thread Justin Zobel
Thank you for the bug report.

As this report hasn't seen any changes in 5 years or more, we ask if you
can please confirm that the issue still persists.

If this bug is no longer persisting or relevant please change the status
to resolved.

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

Title:
  qapt-deb-installer's Status and Details misleading and confusing

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

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

[Bug 1205842]

2021-03-09 Thread Justin Zobel
Thank you for the bug report.

As this report hasn't seen any changes in 5 years or more, we ask if you
can please confirm that the issue still persists.

If this bug is no longer persisting or relevant please change the status
to resolved.

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

Title:
  qapt-deb-installer's Status and Details misleading and confusing

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

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

[Bug 1848211]

2021-03-09 Thread Mark J. Wielaard
commit 8b1961511c93962ea2a9b918af8e9c32e3c24d71
Author: Balint Reczey 
Date:   Thu Nov 28 13:34:21 2019 +0100

Don't look for debug alt file in debug image if it is already found

With dwz the .gnu_debuglink section may appear duplicated in the
debug file referenced originally in the .gnu_debuglink section.

https://bugs.launchpad.net/ubuntu/+source/valgrind/+bug/1848211

https://bugs.kde.org/show_bug.cgi?id=396656
https://bugs.kde.org/show_bug.cgi?id=427969

Signed-off-by: Balint Reczey 

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

Title:
  [SRU] valgrind fails to use debug symbols from glib/gtk

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

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

[Bug 1848211]

2021-03-09 Thread Mark J. Wielaard
It was a bit of a struggle to get this reproduced. Installing debuginfo
(dbgsym) packages is not the simplest thing. But once you finally manage
then you can indeed replicate it simply with: valgrind/vg-in-place -v
/usr/bin/gio ~

--3475-- Reading syms from /usr/bin/gio
--3475--   Considering 
/usr/lib/debug/.build-id/50/d6f5b1c2450bf79554ee66724c911a73f1f635.debug ..
--3475--   .. build-id is valid
--3475-- WARNING: Serious error when reading debug info
--3475-- When reading debug info from /usr/bin/gio:
--3475--debuginfo section duplicates a section in the main ELF file

And indeed /usr/bin/gio has both a .gnu_debugaltlink and .gnu_debuglink
section.

The .gnu_debugaltlink points to /usr/lib/debug/.dwz/x86_64-linux-
gnu/libglib2.0-bin.debug

The .gnu_debuglink points to
"d6f5b1c2450bf79554ee66724c911a73f1f635.debug" (odd imho that is named
after part of the build-id), luckily we look it up through the build-id
and end up at /usr/lib/debug/.build-
id/50/d6f5b1c2450bf79554ee66724c911a73f1f635.debug (which turns out to
be a real file, not a symlink?)

That .debug file also has a .debug_gnualtlink section which points to
the same /usr/lib/debug/.dwz/x86_64-linux-gnu/libglib2.0-bin.debug
(side-note, given that this is an absolute path instead of a relative
path, this makes things even harder to resolve unless everything is
installed in the correct place, or you resolve everything through ids).

Since they are the same we can indeed just pick one. I believe this is a
really odd thing to do, but we shouldn't really crash and burn.

The proposed patch seems to be a simplest way to do that.

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

Title:
  [SRU] valgrind fails to use debug symbols from glib/gtk

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

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

[Bug 1848211] Re: [SRU] valgrind fails to use debug symbols from glib/gtk

2021-03-09 Thread Bug Watch Updater
** Changed in: valgrind
   Status: New => Fix Released

** Bug watch added: KDE Bug Tracking System #427969
   https://bugs.kde.org/show_bug.cgi?id=427969

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

Title:
  [SRU] valgrind fails to use debug symbols from glib/gtk

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

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

[Bug 534880] Re: ICE (segfault) in preprocessor

2021-03-09 Thread Bug Watch Updater
Launchpad has imported 3 comments from the remote bug at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61474.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2014-06-11T12:39:46+00:00 Doko-v wrote:

seen on any version back to 4.4

$ cat a.c 
#include "b.h"
#include "c.h"
$ cat b.h 
# 1 "c.h" 1
$ gcc -E a.c
# 1 "a.c"
# 1 ""
# 1 ""
# 1 "/usr/include/stdc-predef.h" 1 3 4
# 1 "" 2
# 1 "a.c"
# 1 "b.h" 1
# 1 "c.h" 1
# 1 "b.h" 2
In file included from a.c:1:0:
b.h:1:0: internal compiler error: Segmentation fault
 # 1 "c.h" 1
 ^
Please submit a full bug report,
with preprocessed source if appropriate.


Program received signal SIGSEGV, Segmentation fault.
0x00d990a8 in ?? ()
(gdb) bt
#0  0x00d990a8 in ?? ()
#1  0x00d997e8 in ?? ()
#2  0x00d9a3ab in _cpp_stack_file ()
#3  0x00d9a844 in _cpp_stack_include ()
#4  0x00d92666 in ?? ()
#5  0x00d931e8 in _cpp_handle_directive ()
#6  0x00d9fa1d in _cpp_lex_token ()
#7  0x00da42d0 in ?? ()
#8  0x005d5af8 in preprocess_file(cpp_reader*) ()
#9  0x005d4591 in c_common_init() ()
#10 0x0057faee in c_objc_common_init() ()
#11 0x008b4fe7 in toplev_main(int, char**) ()
#12 0x769e8ec5 in __libc_start_main (main=0x5526e0 , argc=12, 
argv=0x7fffe5e8, 
init=, fini=, rtld_fini=, 
stack_end=0x7fffe5d8)
at libc-start.c:287
#13 0x00552915 in _start ()

Reply at: https://bugs.launchpad.net/ubuntu/+source/gcc-
defaults/+bug/534880/comments/3


On 2014-06-12T09:21:58+00:00 Rguenth wrote:

I think we have a dup of this somewhere

Reply at: https://bugs.launchpad.net/ubuntu/+source/gcc-
defaults/+bug/534880/comments/4


On 2021-03-09T17:04:21+00:00 Matthias Klose wrote:

seen with trunk 20210306

$ gcc-11 -E a.c
# 0 "a.c"
# 0 ""
# 0 ""
# 1 "/usr/include/stdc-predef.h" 1 3 4
# 0 "" 2
# 1 "a.c"
# 1 "b.h" 1
# 1 "c.h" 1
# 1 "b.h" 2
In file included from a.c:1:
b.h:1: internal compiler error: Segmentation fault
1 | # 1 "c.h" 1
  | 
0xd041a0 crash_signal
../../src/gcc/toplev.c:327
0x11e616c open_file
../libcpp/../../src/libcpp/files.c:225
0x165a9ba read_file
../libcpp/../../src/libcpp/files.c:770
0x11e62dc _cpp_stack_file
../libcpp/../../src/libcpp/files.c:942
0x1684cd2 do_include_common
../libcpp/../../src/libcpp/directives.c:853
0x120a24f _cpp_handle_directive
../libcpp/../../src/libcpp/directives.c:541
0x1204fa4 _cpp_lex_token
../libcpp/../../src/libcpp/lex.c:2809
0x120927f cpp_get_token_1
../libcpp/../../src/libcpp/macro.c:2839
0x16841c3 cpp_get_token_with_location(cpp_reader*, unsigned int*)
../libcpp/../../src/libcpp/macro.c:3108
0x16841c3 scan_translation_unit
../../src/gcc/c-family/c-ppoutput.c:320
0x16841c3 preprocess_file(cpp_reader*)
../../src/gcc/c-family/c-ppoutput.c:102
0x167e491 c_common_init()
../../src/gcc/c-family/c-opts.c:1195
0x163fb1b lang_dependent_init
../../src/gcc/toplev.c:1889
0x163fb1b do_compile
../../src/gcc/toplev.c:2186
Please submit a full bug report,
with preprocessed source if appropriate.

Reply at: https://bugs.launchpad.net/ubuntu/+source/gcc-
defaults/+bug/534880/comments/5


** Changed in: gcc
   Status: Unknown => New

** Changed in: gcc
   Importance: Unknown => Medium

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

Title:
  ICE (segfault) in preprocessor

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

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

[Bug 1319494] Re: Ubuntu installation image should come with mdadm

2021-03-09 Thread Yuan-Chen Cheng
** Also affects: oem-priority
   Importance: Undecided
   Status: New

** Changed in: oem-priority
   Status: New => Fix Released

** Changed in: oem-priority
   Importance: Undecided => High

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

Title:
  Ubuntu installation image should come with mdadm

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

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

[Bug 1918355] [NEW] Cannot get passed the recreation of an Unknown document

2021-03-09 Thread Kristoffer Grundström
Public bug reported:

For some reason I can't seem to find a way to get passed the guide to
recreate an Unknown document. The document got recreated successfully,
but as soon as the main Libreoffice GUI appeared and I clicked to open
Libreoffice Draw I'm back at having to recreate the same document again
and it goes on and on and on.

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: libreoffice-draw 1:7.0.3-0ubuntu0.20.10.1
ProcVersionSignature: Ubuntu 5.8.0-38.43-generic 5.8.18
Uname: Linux 5.8.0-38-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu50.5
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Wed Mar 10 02:11:27 2021
InstallationDate: Installed on 2021-01-10 (58 days ago)
InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=sv_SE.UTF-8
 SHELL=/bin/bash
RebootRequiredPkgs: gconf2
SourcePackage: libreoffice
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug groovy third-party-packages uec-images

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

Title:
  Cannot get passed the recreation of an Unknown document

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

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

[Bug 1918273] Re: I can't move the windows on Ubuntu 21.04

2021-03-09 Thread Treviño
Paul such issues on 21.10 are tracked by bug #1917926

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

Title:
  I can't move the windows on Ubuntu 21.04

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

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

[Bug 1917926] Re: Window focus issues for Xorg sessions in 3.38.3-3ubuntu1

2021-03-09 Thread Treviño
** Changed in: mutter (Ubuntu)
   Status: Triaged => In Progress

** Changed in: mutter (Ubuntu)
 Assignee: (unassigned) => Marco Trevisan (Treviño) (3v1n0)

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

Title:
  Window focus issues for Xorg sessions in 3.38.3-3ubuntu1

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

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

[Bug 1918351] [NEW] Build for libopenimageio2.1 package does not appear to be in Release mode... leading to debug output

2021-03-09 Thread Michael Royce Carroll
Public bug reported:

Hello launchpad maintainers,

In an application I make use of use libopenimageio on Ubuntu 20.10. With
this apt-get library, I would observe undesirable metadata debug output
emitted through the library in my client application. I expected no such
output. My colleague built the library from scratch and would not see
the same errors through the same libopenimageio routines.

After searching launchpad build logs, and conferring with libopenimageio
maintainers, it appears that from the maintainer perspective
-DCMAKE_BUILD_TYPE=Release is lacking from Ubuntu repository build logs.
Thus, some debug facilities are exercised in the library. In the
launchpad Ubuntu build, could this cmake configure flag be added?

Please see the log from the package as provided here on launchpad:
https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/4246-deletedppa/+build/19915647
See the 'buildlog' link I hope this is the correct build log (Pretty sure!).

This line indicates -DCMAKE_BUILD_TYPE=None from the build log:
cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=None 
-DCMAKE_INSTALL_SYSCONFDIR=/etc -DCMAKE_INSTALL_LOCALSTATEDIR=/var 
-DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON 
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run 
-DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON "-GUnix Makefiles" 
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu 
-DBUILD_MISSING_PYBIND11=OFF -DROBINMAP_INCLUDE_DIR=/usr/include/ 
-DCMAKE_SKIP_RPATH=ON -DINSTALL_FONTS=OFF -DPYTHON_VERSION=3.8 
-DSTOP_ON_WARNING=OFF -DUSE_FIELD3D=OFF -DUSE_OPENGL=ON ..


Please see my recent bug report on libopenimageio emitting errors from debug 
facilities. The report is in the repo here:
https://github.com/OpenImageIO/oiio/issues/2882

I am on 20.10 groovy gorilla in a docker instance. 
The package I observed issues with is libopenimageio2.1 Version: 
2.1.19.0~dfsg0-1build1. 
I observed this issue in docker instances of the build of openimageio provided 
in 20.04... and my memory is fading but if I recall correctly 18.04 as well.

I have not tried 'Hurstute Hippo' build, which I believe distributes the
updated libopenimageio with updates to libopenimageio's error handling.

Why it matters:
We are looking to create out of box deployable developer sandboxes that use apt 
acquired libopenimageio with the main Ubuntu distributions.
If -DCMAKE_BUILD_TYPE=Release has any performance implications for 
libopenimageio (or other imaging libraries for that matter) it could be a huge 
win-win for all of the visual computing developer ecosystem.

Re: "This bus is a security vulnerability" checkbox
I don't know for certain if debug facilities in the build creates a security 
vulnerability. I will leave the box unchecked. This may be a consideration to 
take up with the lipopenimageio maintainers.


Thanks for your attention and consideration,

-MichaelC

** Affects: openimageio (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/1918351

Title:
  Build for libopenimageio2.1 package does not appear to be in Release
  mode... leading to debug output

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

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

[Bug 1793472] Re: [wishlist] Add mdadm into desktop by default

2021-03-09 Thread john liptrot
*** This bug is a duplicate of bug 1319494 ***
https://bugs.launchpad.net/bugs/1319494

** This bug has been marked a duplicate of bug 1319494
   Ubuntu installation image should come with mdadm

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

Title:
  [wishlist] Add mdadm into desktop by default

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

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

[Bug 1846374] Re: Having a video playing/paused when switched to another user generates gigabytes of error logs

2021-03-09 Thread Ákos Pintér
Note - I oftenly watch 4k HDR movies and I was trying Kodi but it was
pretty unsaturated. VLC was my savior. Then I just tried MPV. Pretty
good!

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

Title:
  Having a video playing/paused when switched to another user generates
  gigabytes of error logs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-340/+bug/1846374/+subscriptions

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

[Bug 1912371] Re: [MIR] flashrom + libftdi

2021-03-09 Thread Matthieu Clemenceau
@paelzer, Sorry for dropping this, I saw the ping this morning on 
ubuntu-meeting,
I'll put this in front of the team for review. I missed the notification.

Thanks for the reminder.

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

Title:
  [MIR] flashrom + libftdi

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

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

[Bug 1846374] Re: Having a video playing/paused when switched to another user generates gigabytes of error logs

2021-03-09 Thread Ákos Pintér
Hi everyone!

Just deleted 2 syslogs which sized 83GB altogether. The problem still
persists. Another things which I saw, after clearing the syslogs. The
recursive loop does not only appear when we go to suspend mode with
paused vlc or when switching users. For me, it created a bit more than
400 lines of code by just opening a movie with VLC and then pausing it
to check what's happening in syslog. I think that's a big problem
already, since I bought an ssd a year ago and the health already dropped
to 98% from 100%. I don't leave my partition full all the time if anyone
would wonder and I don't write / read a lot to it. So I can only imagine
that these big chunks of reading/writing of codes did damage to the
ssd's health.

I'm not going to risk it, I am changing vlc to something else. I will
begin the hunt now.

P.s: Rubo's workaround didn't work for me.

Have a good day!

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

Title:
  Having a video playing/paused when switched to another user generates
  gigabytes of error logs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-340/+bug/1846374/+subscriptions

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

[Bug 1918338] [NEW] package libsub-exporter-progressive-perl 0.001013-1 failed to install/upgrade: el paquete está en un estado muy malo e inconsistente - debe reinstalarlo antes de intentar desinsta

2021-03-09 Thread Alvaro
Public bug reported:

Its only happened, I don't know what application did it.

ProblemType: Package
DistroRelease: Ubuntu 20.10
Package: libsub-exporter-progressive-perl 0.001013-1
ProcVersionSignature: Ubuntu 5.8.0-45.51-generic 5.8.18
Uname: Linux 5.8.0-45-generic x86_64
ApportVersion: 2.20.11-0ubuntu50.5
Architecture: amd64
CasperMD5CheckResult: skip
Date: Mon Mar  1 22:43:41 2021
DpkgTerminalLog:
 dpkg: error al procesar el paquete libsub-exporter-progressive-perl 
(--remove):
  el paquete está en un estado muy malo e inconsistente - debe reinstalarlo
  antes de intentar desinstalarlo.
 dpkg: demasiados errores, parando
ErrorMessage: el paquete está en un estado muy malo e inconsistente - debe 
reinstalarlo  antes de intentar desinstalarlo.
InstallationDate: Installed on 2021-03-01 (8 days ago)
InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
PackageArchitecture: all
Python3Details: /usr/bin/python3.8, Python 3.8.6, python3-minimal, 
3.8.6-0ubuntu1
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.20.5ubuntu2
 apt  2.1.10ubuntu0.2
SourcePackage: libsub-exporter-progressive-perl
Title: package libsub-exporter-progressive-perl 0.001013-1 failed to 
install/upgrade: el paquete está en un estado muy malo e inconsistente - debe 
reinstalarlo  antes de intentar desinstalarlo.
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: libsub-exporter-progressive-perl (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package groovy

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

Title:
  package libsub-exporter-progressive-perl 0.001013-1 failed to
  install/upgrade: el paquete está en un estado muy malo e inconsistente
  - debe reinstalarlo  antes de intentar desinstalarlo.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libsub-exporter-progressive-perl/+bug/1918338/+subscriptions

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

[Bug 1915752] Re: Why does the package have a dependency on gnome-shell

2021-03-09 Thread fossfreedom
*** This bug is a duplicate of bug 1918336 ***
https://bugs.launchpad.net/bugs/1918336

** This bug has been marked a duplicate of bug 1918336
   Sync gnome-remote-desktop 0.1.9-5 (main) from Debian unstable (main)

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

Title:
  Why  does the package have a dependency on gnome-shell

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

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

[Bug 1916898] Re: Please merge u-boot 2021.01+dfsg-2 from Debian unstable

2021-03-09 Thread Dimitri John Ledkov
** Changed in: u-boot (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/1916898

Title:
  Please merge u-boot 2021.01+dfsg-2 from Debian unstable

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/u-boot/+bug/1916898/+subscriptions

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

[Bug 1918336] [NEW] Sync gnome-remote-desktop 0.1.9-5 (main) from Debian unstable (main)

2021-03-09 Thread fossfreedom
Public bug reported:

Please sync gnome-remote-desktop 0.1.9-5 (main) from Debian unstable
(main)

Changelog entries since current hirsute version 0.1.9-4build1:

gnome-remote-desktop (0.1.9-5) unstable; urgency=medium

  * Team upload

  [ David Mohammed ]
  * debian/control: add budgie-desktop as an alternate for gnome-shell
(Closes: #982937)

 -- Simon McVittie   Tue, 09 Mar 2021 10:31:04 +

** Affects: gnome-remote-desktop (Ubuntu)
 Importance: Wishlist
 Status: New

** Changed in: gnome-remote-desktop (Ubuntu)
   Importance: Undecided => Wishlist

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

Title:
  Sync gnome-remote-desktop 0.1.9-5 (main) from Debian unstable (main)

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

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

[Bug 1918335] [NEW] intermittent stalls of the user interface

2021-03-09 Thread Michaelian Ennis
Public bug reported:

Seeing intermittent stalls of the user interface and I noticed a
coincidence with this message -- maybe not related.

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: gnome-shell 3.38.2-1ubuntu1~20.10.1
ProcVersionSignature: Ubuntu 5.8.0-44.50-generic 5.8.18
Uname: Linux 5.8.0-44-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.11-0ubuntu50.5
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Tue Mar  9 14:44:05 2021
DisplayManager: gdm3
InstallationDate: Installed on 2021-02-05 (32 days ago)
InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
RelatedPackageVersions: mutter-common 3.38.2-1ubuntu1~20.10.1
SourcePackage: gnome-shell
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug groovy

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

Title:
  intermittent stalls of the user interface

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

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

[Bug 1918328] Re: kernel emits error "Bad value for 'hidepid'" with new systemd on old kernel

2021-03-09 Thread Bug Watch Updater
** Changed in: systemd
   Status: Unknown => 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/1918328

Title:
  kernel emits error "Bad value for 'hidepid'" with new systemd on old
  kernel

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

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

[Bug 1918330] Re: Bionic update: upstream stable patchset 2021-03-09

2021-03-09 Thread Kamal Mostafa
** Description changed:

+ SRU Justification
  
- 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:
  
- 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-03-09
  
-upstream stable patchset 2021-03-09
-from git://git.kernel.org/
+ Ported from the following upstream stable releases:
+ v4.14.219, v4.19.173,
+ v4.14.220, v4.19.174,
+ v4.14.221, v4.19.175,
+v4.19.176
+ 
+    from git://git.kernel.org/
+ 
+ ACPI: sysfs: Prefer "compatible" modalias
+ ARM: dts: imx6qdl-gw52xx: fix duplicate regulator naming
+ wext: fix NULL-ptr-dereference with cfg80211's lack of commit()
+ net: usb: qmi_wwan: added support for Thales Cinterion PLSx3 modem family
+ drivers: soc: atmel: Avoid calling at91_soc_init on non AT91 SoCs
+ drivers: soc: atmel: add null entry at the end of at91_soc_allowed_list[]
+ KVM: x86/pmu: Fix HW_REF_CPU_CYCLES event pseudo-encoding in 
intel_arch_events[]
+ KVM: x86: get smi pending status correctly
+ xen: Fix XenStore initialisation for XS_LOCAL
+ leds: trigger: fix potential deadlock with libata
+ mt7601u: fix kernel crash unplugging the device
+ mt7601u: fix rx buffer refcounting
+ xen-blkfront: allow discard-* nodes to be optional
+ ARM: imx: build suspend-imx6.S with arm instruction set
+ netfilter: nft_dynset: add timeout extension to template
+ xfrm: Fix oops in xfrm_replay_advance_bmp
+ RDMA/cxgb4: Fix the reported max_recv_sge value
+ iwlwifi: pcie: use jiffies for memory read spin time limit
+ iwlwifi: pcie: reschedule in long-running memory reads
+ mac80211: pause TX while changing interface type
+ can: dev: prevent potential information leak in can_fill_info()
+ x86/entry/64/compat: Preserve r8-r11 in int $0x80
+ x86/entry/64/compat: Fix "x86/entry/64/compat: Preserve r8-r11 in int $0x80"
+ iommu/vt-d: Gracefully handle DMAR units with no supported address widths
+ iommu/vt-d: Don't dereference iommu_device if IOMMU_API is not built
+ NFC: fix resource leak when target index is invalid
+ NFC: fix possible resource leak
+ team: protect features update by RCU to avoid deadlock
+ tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPEN
+ kernel: kexec: remove the lock operation of system_transition_mutex
+ PM: hibernate: flush swap writer after marking
+ pNFS/NFSv4: Fix a layout segment leak in pnfs_layout_process()
+ net/mlx5: Fix memory leak on flow table creation error flow
+ rxrpc: Fix memory leak in rxrpc_lookup_local
+ UBUNTU: upstream stable to v4.14.219, v4.19.173
+ net: dsa: bcm_sf2: put device node before return
+ ibmvnic: Ensure that CRQ entry read are correctly ordered
+ ACPI: thermal: Do not call acpi_thermal_check() directly
+ net_sched: gen_estimator: support large ewma log
+ phy: cpcap-usb: Fix warning for missing regulator_disable
+ x86: __always_inline __{rd,wr}msr()
+ scsi: scsi_transport_srp: Don't block target in failfast state
+ scsi: libfc: Avoid invoking response handler twice if ep is already completed
+ mac80211: fix fast-rx encryption check
+ scsi: ibmvfc: Set default timeout to avoid crash during migration
+ objtool: Don't fail on missing symbol table
+ kthread: Extract KTHREAD_IS_PER_CPU
+ workqueue: Restrict affinity change to rescuer
+ UBUNTU: upstream stable to v4.14.220, v4.19.174
+ USB: serial: cp210x: add pid/vid for WSDA-200-USB
+ USB: serial: cp210x: add new VID/PID for supporting Teraoka AD2000
+ USB: serial: option: Adding support for Cinterion MV31
+ arm64: dts: ls1046a: fix dcfg address range
+ net: lapb: Copy the skb before sending a packet
+ elfcore: fix building with clang
+ USB: gadget: legacy: fix an error code in eth_bind()
+ USB: usblp: don't call usb_set_interface if there's a single alt
+ usb: dwc2: Fix endpoint direction check in ep_from_windex
+ ovl: fix dentry leak in ovl_get_redirect
+ mac80211: fix station rate table updates on assoc
+ kretprobe: Avoid re-registration of the same kretprobe earlier
+ xhci: fix bounce buffer usage for non-sg list case
+ cifs: report error instead of invalid when revalidating a dentry fails
+ smb3: Fix out-of-bounds bug in 

[Bug 1896734] Re: A privsep daemon spawned by neutron-openvswitch-agent hangs when debug logging is enabled (large number of registered NICs) - an RPC response is too large for msgpack

2021-03-09 Thread Corey Bryant
** Also affects: neutron (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: neutron (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: python-oslo.privsep (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: neutron (Ubuntu Hirsute)
   Importance: Undecided
   Status: New

** Also affects: python-oslo.privsep (Ubuntu Hirsute)
   Importance: Undecided
   Status: New

** Also affects: neutron (Ubuntu Groovy)
   Importance: Undecided
   Status: New

** Also affects: python-oslo.privsep (Ubuntu Groovy)
   Importance: Undecided
   Status: New

** Changed in: neutron (Ubuntu Focal)
   Importance: Undecided => Medium

** Changed in: neutron (Ubuntu Focal)
   Status: New => Triaged

** Changed in: neutron (Ubuntu Groovy)
   Importance: Undecided => Medium

** Changed in: neutron (Ubuntu Groovy)
   Status: New => Triaged

** Changed in: neutron (Ubuntu Hirsute)
   Importance: Undecided => Medium

** Changed in: neutron (Ubuntu Hirsute)
   Status: New => Triaged

** Also affects: cloud-archive
   Importance: Undecided
   Status: New

** Also affects: cloud-archive/ussuri
   Importance: Undecided
   Status: New

** Also affects: cloud-archive/victoria
   Importance: Undecided
   Status: New

** Changed in: cloud-archive/ussuri
   Importance: Undecided => Medium

** Changed in: cloud-archive/ussuri
   Status: New => Triaged

** Changed in: cloud-archive/victoria
   Importance: Undecided => Medium

** Changed in: cloud-archive/victoria
   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/1896734

Title:
  A privsep daemon spawned by neutron-openvswitch-agent hangs when debug
  logging is enabled (large number of registered NICs) - an RPC response
  is too large for msgpack

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-neutron-openvswitch/+bug/1896734/+subscriptions

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

[Bug 1918141] Re: nfs-server.service needs name resolution and network online

2021-03-09 Thread Sergio Durigan Junior
Thanks for the report and the great description.

The rationale here makes sense to me, and I agree with updating the
packages in order to solve the described issue.  However, since we will
have to SRU this into Focal and Bionic (and I've just noticed that
Hirsute's nfs-server.service file is basically the same as the one
shipped in Focal, so we will have to this there as well), it would be
really good to come up with a reproducer that can ideally be run in a VM
(lxd, multipass, virt-manager, it doesn't matter).

I did a quick test here and fired up two LXDs VMs.  I configured nfs-
server in one of them, and placed the following in its /etc/exports:

/testshare nfs-utils-bug1918141-focal-2.lxd(rw,sync,no_subtree_check)

I verified that nfs-utils-bug1918141-focal-2.lxd can be resolved and is
not in /etc/hosts, and then restarted the VM.  It came back up right
away, and the nfs-server service had been started successfully.

I fiddled a bit with the systemd services, even created one fake service
that just sleeps for a certain amount of time, but I guess that in a VM
if network.target is up then you can just use the network right away.

Anyway, if you have any ideas on how to reproduce this, I'm all ears.
Otherwise, if it's really something hard to do in a VM, then we might
just go ahead with the SRU and explain the situation.  Thanks.

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

Title:
  nfs-server.service needs name resolution and network online

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/1918141/+subscriptions

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

[Bug 1918330] [NEW] Bionic update: upstream stable patchset 2021-03-09

2021-03-09 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-03-09
   from git://git.kernel.org/

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

** Affects: linux (Ubuntu Bionic)
 Importance: Medium
 Assignee: Kamal Mostafa (kamalmostafa)
 Status: In Progress


** Tags: kernel-stable-tracking-bug

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

** Tags added: kernel-stable-tracking-bug

** Also affects: linux (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu Bionic)
   Status: New => In Progress

** Changed in: linux (Ubuntu Bionic)
   Importance: Undecided => Medium

** Changed in: linux (Ubuntu Bionic)
 Assignee: (unassigned) => Kamal Mostafa (kamalmostafa)

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

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

Title:
  Bionic update: upstream stable patchset 2021-03-09

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

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

  1   2   3   4   5   >