[Bug 1839237] Re: snapd disk write usage very high on 19.04 with snapd 2.39.3

2020-10-22 Thread bl
date
Пт 23 окт 2020 08:11:34 MSK


snap changes
ID   Status  Spawn   Ready   Summary
79   Doing   today at 06:19 MSK  -   Автоматически обновить 
пакеты "core", "chromium"


snap change 79
Status  Spawn   Ready   Summary
Donetoday at 06:19 MSK  today at 06:19 MSK  Проверка доступности 
необходимых компонентов "core"
Doing   today at 06:19 MSK  -   Загрузить пакет "core" (10185) 
с канала "latest/stable" (0.00%)
Do  today at 06:19 MSK  -   Получить и проверить 
подтверждение для пакета "core" (10185)
...

skipping the minor "Do"s
...
Do  today at 06:19 MSK  -   Start snap "chromium" (1362) 
services
Do  today at 06:19 MSK  -   Remove data for snap "chromium" 
(1328)
Do  today at 06:19 MSK  -   Remove snap "chromium" (1328) 
from the system
Do  today at 06:19 MSK  -   Clean up "chromium" (1362) 
install
Do  today at 06:19 MSK  -   Run configure hook of 
"chromium" snap if present
Do  today at 06:19 MSK  -   Run health check of "chromium" 
snap
Doing   today at 06:19 MSK  -   Consider re-refresh of "core", 
"chromium"


snap list
chromium   86.0.4240.751350latest/stable
 canonical✓-
core   16-2.47 10126   latest/stable
 canonical✓core


snap refresh --list
chromium  86.0.4240.111  1362canonical✓  -
core  16-2.47.1  10185   canonical✓  core


Using 23% of CPU.
ps aux | grep snap
root1124 23.0  0.2 2925732 35356 ?   Ssl  06:19  20:18 
/usr/lib/snapd/snapd


The snap using 99% or 65% + 32% (btrfs filesystem) of SSD disk transfer.
sudo atop -D
PID SYSCPU USRCPU  VGROW  RGROW  RDDSK  WRDSK S CPUNR  DSK CMD
   1124  0.33s  2.00s 0K 0K 0K 41888K S 4  65% snapd  
363  0.08s  0.00s 0K 0K 0K 20288K S 6  32% btrfs-transact 


sudo pidstat -d -T ALL -p `pidof snapd` 5
Linux 5.4.0-52-generic (desktop)23.10.2020  _x86_64_(12 CPU)
08:15:18  UID   PID   kB_rd/s   kB_wr/s kB_ccwr/s iodelay  Command
08:15:230  1124  0,00   4314,57  0,00   0  snapd


How you can see, the snap using: 23% of CPU, ~99% disk transfer, writes 4.3 
Mb/s (by `atop` writes 43-50 Mb per 10 seconds), I don't see any net traffic. 
Download status is "(0.00%)" since for 2 hours I turn on my computer. 
That is, snap written on SSD: 2 hour * 60 min * 60 sec * 4.3 Mb/s = 31 Gb for 2 
hours!!! And such still almost each day non-stop... WTF???

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

Title:
  snapd disk write usage very high on 19.04 with snapd 2.39.3

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

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

[Bug 1891202] Re: Multipathd hangs with long iscsi target names in Ubuntu 18.04

2020-10-22 Thread Christian Ehrhardt 
** Description changed:

+ [Impact]
+ 
+  * Users of a NetApp E-Series RDAC due to very long names increasing 
+the VDP page and and cause multipathd to hang
+ 
+  * Introduced as side effect of other changes in 7.4 and fixed later this
+is backporting the HW exploitation to read an enhanced VDP in this case
+which in such cases works fine again.
+ 
+ [Test Case]
+ 
+  * #1 Case: Test on a NetApp E-Series RDAC, the reporter has such HW and 
+is able to do so.
+ 
+  * #2 regression tests: since this touches multipath discovery any such 
+cases would be interesting tests. From installers using multipath on 
+mainframes to multipath-iscsi disks on an raspi. The Range is huge and 
+unclear how much exactly should be done. I can myself do said mainframe 
+checks and utilize the pkgtests to run through iscsid.
+In addition we should keep this one a bit longer in -proposed IMHO.
+ 
+ [Regression Potential]
+ 
+  * All cases asking for vpd 0x83 should be unchanged and only those asking
+for an 0xc9 should get the new improved behavior. But I'm not a 100% 
+sure on potential side effects yet. Changes and thereby regressions
+would be limited to the device discovery of multipathd, so that is what 
+one needs to take an extra eye on e.g. pre/post list of multipath 
+devices (and attributes as those are populated via vpd).
+ 
+ [Other Info]
+  
+  * n/a
+ 
+ ---
+ 
  I've notice recently that multipathd started hanging when trying to
  handle long iscsi target names. In my case these targets are generated
  by the OpenStack cinder driver for SolidFire.
  
  My guess is that the problem is occurring due to a bug introduced in
  multipath-tools 0.7.4, by commit "limbultipath: prefer RDAC checker with
  detect_checker*"*[1].
  
  This change adds a routine to check RDAC compatibility during the
  detect_checker procedure, which runs into an infinite loop in the piece
  of code that tries to gather SCSI VPD pages larger than 254 bytes (this
  is my case due to long iSCSI Target names).
  
  This issue was later addressed by several commits in 0.7.5 and 0.7.6:
  "libmultipath: sgio_get_vpd: add page argument" [2], "libmultipath: Fix
  sgio_get_vpd()" [3], "libmultipath: fix return code of sgio_get_vpd()"
  [4], "libmultipath: get_vpd_sgio: support VPD 0xc9" [5].
  
  I've found a temporary work around for this by using select_checker =
  “no” in Ubuntu 18. This appears to avoid the problem by skipping RDAC
  compatibility check code.
  
  Also, I've also tested 0.8.3 in a RH environment and found no issues
  running default select_checker = “yes” (Ubuntu 20 also delivers 0.8.3).
  ‌
  
- 
  So, in short:
  
- - Looks like Ubuntu multipath-tools is broken, 
- - There is a fix in newer versions that aren’t in the ubuntu 18 repo yet. 
+ - Looks like Ubuntu multipath-tools is broken,
+ - There is a fix in newer versions that aren’t in the ubuntu 18 repo yet.
  - The OpenStack Cinder driver for Solidfire just happen to hit this bug 
because of the long names
  - Setting select_checker = “no” is an possible work-around until Ubuntu 
publishes 0.7.6
  
  Bellow "multipath -r -v3" output from my env:
  
  :/$ cat /etc/multipath.conf
  
- devices { 
- device { 
- vendor "SolidFir" product "SSD SAN" detect_checker "no" 
- } 
+ devices {
+ device {
+ vendor "SolidFir" product "SSD SAN" detect_checker "no"
+ }
  }
  
  :/$ sudo multipath -r -v3 Jul 09 19:06:24 | loading
  //lib/multipath/libchecktur.so checker Jul 09 19:06:24 | loading
  //lib/multipath/libprioconst.so prioritizer Jul 09 19:06:24 | vda:
  blacklisted, udev property missing Jul 09 19:06:24 | sda: udev property
  ID_WWN whitelisted Jul 09 19:06:24 | sda: mask = 0x1f Jul 09 19:06:24 |
  sda: dev_t = 8:0 Jul 09 19:06:24 | sda: size = 10485760 Jul 09 19:06:24
  | sda: vendor = SolidFir Jul 09 19:06:24 | sda: product = SSD SAN Jul 09
  19:06:24 | sda: rev = 0001 Jul 09 19:06:24 | sda: h:b:t:l = 2:0:0:0 Jul
  09 19:06:24 | sda: tgt_node_name = iqn.2010-01.com.solidfire:xpsi.uuid-
  7b8a927e-4dbc-4a2b-b47a-1bde324895eb.53 Jul 09 19:06:24 | sda: path
  state = running Jul 09 19:06:24 | sda: 1018 cyl, 166 heads, 62
  sectors/track, start at 0 Jul 09 19:06:24 | sda: serial =
  787073690035f47acc01 Jul 09 19:06:24 | sda: get_state Jul 09
  19:06:24 | sda: detect_checker = no (setting: storage device
  configuration) Jul 09 19:06:24 | sda: path_checker = tur (setting:
  multipath internal) Jul 09 19:06:24 | sda: checker timeout = 30 s
  (setting: multipath internal) Jul 09 19:06:24 | sda: tur state = up Jul
  09 19:06:24 | sda: uid_attribute = ID_SERIAL (setting: multipath
  internal) Jul 09 19:06:24 | sda: uid = 36f47acc1787073690035
  (udev) Jul 09 19:06:24 | sda: detect_prio = yes (setting: multipath
  internal) Jul 09 19:06:24 | sda: prio = const (setting: multipath
  internal) Jul 09 19:06:24 | sda: prio args = "" (setting: multipath
  internal) Jul 09 19:06:24 | sda: const prio = 1 Jul 09 

[Bug 1813441] Re: Can no longer drag and drop files between desktop and applications

2020-10-22 Thread Adam Niedling
How about Ubuntu is not asking any "are you sure" questions when I
delete (del or shift+del) something from the desktop?

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

Title:
  Can no longer drag and drop files between desktop and applications

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

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

[Bug 1891202] Re: Multipathd hangs with long iscsi target names in Ubuntu 18.04

2020-10-22 Thread Launchpad Bug Tracker
** Merge proposal linked:
   
https://code.launchpad.net/~paelzer/ubuntu/+source/multipath-tools/+git/multipath-tools/+merge/392693

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

Title:
  Multipathd hangs with long iscsi target names in Ubuntu 18.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1891202/+subscriptions

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

[Bug 1901129] [NEW] Fix broken Realtek 8821C BT after S3

2020-10-22 Thread Kai-Heng Feng
Public bug reported:

[Impact]
Realtek 8821C Bluetooth controller may stop working after S3.

[Fix]
Use the new firmware from Realtek.
Link: 
https://lore.kernel.org/linux-firmware/20201013084718.3077-1-max.c...@realtek.com/

[Test]
With the new firmware, the BT controller works and can pass 1000 cycles
of S3.
 
[Regression Potentianl]
It's always hit-or-miss for firmware update. Since Realtek asked us to
use this firmware, we can only trusth them.

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

** Affects: linux-firmware (Ubuntu)
 Importance: Medium
 Status: Confirmed

** Affects: linux-firmware (Ubuntu Focal)
 Importance: Medium
 Status: Confirmed

** Affects: linux-firmware (Ubuntu Groovy)
 Importance: Medium
 Status: Confirmed


** Tags: oem-priority originate-from-1893308 stella

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

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

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

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

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

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

** Tags added: oem-priority originate-from-1893308 stella

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

Title:
  Fix broken Realtek 8821C BT after S3

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

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

[Bug 1901128] [NEW] Feature request: Add an option to ignore specific updates

2020-10-22 Thread Vasili Pupkin
Public bug reported:

Usecase:
An Updater window appears telling me that there is a noncritical update. I want 
to postpone it until next reboot (i.e. for a week). I don't want it to remind 
me about THIS same update next day, but I want it to tell me of OTHER updates 
when they appear. The current option "remind me later" is not what user wants 
most of the time I believe, and a button "ignore" or "ignore until reboot" is 
what users need.

** Affects: update-manager (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/1901128

Title:
  Feature request: Add an option to ignore specific updates

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

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

[Bug 1901083] Re: Inpsiron 1545 -- superflous key stroke logs (translated set 2, code 0x8d)

2020-10-22 Thread Christopher M . Peñalver
Henry Wertz, a hardware failure causing collatoral logging wouldn't be
considered something for a developer to change here, but I'll mark this
Confirmed for now should a bug exist. Feel free to mark this Status
Invalid if you like.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

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

Title:
  Inpsiron 1545 -- superflous key stroke logs (translated set 2, code
  0x8d)

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

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

[Bug 1472614] Re: Upload progress bar - feature request

2020-10-22 Thread Bug Watch Updater
Launchpad has imported 47 comments from the remote bug at
https://bugzilla.mozilla.org/show_bug.cgi?id=243468.

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 2004-05-13T01:52:58+00:00 Mozilla-20-campbeln wrote:

User-Agent:   Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) 
Gecko/20040206 Firefox/0.8
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) 
Gecko/20040206 Firefox/0.8

It would be nice to have a "form upload progress bar/display" that contains
Bytes Transferred, Total Bytes, Speed, Est. Time Remaining, etc (something kinda
like the downloads interface I guess).
I encounter this problem when trying to upload large files to my web-based
email. More times then not, I'll return to the tab and forget what I was in the
middle of, figure the site stalled and hit reload. The status bar’s loading
progress bar simply isn't enough (and seems to be based more on time then data
transferred/total data).

Reproducible: Always
Steps to Reproduce:

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/0


On 2004-05-13T12:34:23+00:00 Jo-hermans wrote:

The progressbar was implemented in bug 24197. Do you want a dialog box instead ?
For large files only ?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/1


On 2004-05-13T12:56:28+00:00 Mozilla-20-campbeln wrote:

(In reply to comment #1)
> The progressbar was implemented in bug 24197. Do you want a dialog box 
> instead ?
> For large files only ?

Just reading over bug 24197... this is basically the same/or a very similar
request. I don't believe I've seen the functionality implemented under bug
24197. And no, I'm not sure a new dialog would necessarily be the best solution.
The download dialog *sometimes* gets in my way as a user, but in general it is a
nice interface (certainly better then that “other” browser ;).

Basically I believe it would be nice to know how much data has been uploaded,
how much is left to upload and about how long it's going to take. Else as a
user, you run into the "barber pole"/"I think the browser has stalled" problems
described in bug 24197. 

Maybe adding this information to the current Download Dialog (essentially making
it a Transfers Dialog) would be a good idea?! Else having this or similar
information displayed in the status bar might work?


Reply at: 
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/2


On 2004-05-13T13:01:44+00:00 Mozilla-20-campbeln wrote:

(In reply to comment #1)
> The progressbar was implemented in bug 24197. Do you want a dialog box 
> instead ?
> For large files only ?

Almost forgot... any implemented interface should have a startup pause (like the
Download Dialog does). That is, any upload transfer information should wait 'x'
seconds before displaying, so that any small uploads/form submissions are not
encumbered by any additional interface. So not necessarily an interface just for
large files, but for uploads that take more then 'x' seconds to complete.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/3


On 2004-06-22T19:21:38+00:00 Controllers wrote:

How about adding this info to the status bar? Kinda like bug 88982.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/4


On 2004-06-22T23:23:12+00:00 Mozilla-20-campbeln wrote:

(In reply to comment #4)
> How about adding this info to the status bar? Kinda like bug 88982.

Yea, but I still think the best location for it would be within the current
"download" dialog (making it a "transfers" dialog). I don't think the status bar
would/could be as verbose (and what happens when you go to another tab?), but
again, it would work.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/5


On 2004-10-13T20:29:12+00:00 Controllers wrote:

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

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1472614/comments/6


On 2004-12-22T03:26:29+00:00 Levik-b wrote:

I don't think mixing uploads in with downloads is a good idea, since the uploads
are generally treated differently:

They're not retryable (without re-submitting the form)
They 

[Bug 1887968] Re: Pairing with Bluetooth LE mice fails on a Huawei Matebook 13 AMD laptop with Realtek RTL8822CE Wifi/Bluetooth combo adapter

2020-10-22 Thread Bug Watch Updater
** Changed in: linux
   Status: Unknown => Confirmed

** Changed in: linux
   Importance: Unknown => High

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

Title:
  Pairing with Bluetooth LE mice fails on a Huawei Matebook 13 AMD
  laptop with Realtek RTL8822CE Wifi/Bluetooth combo adapter

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

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

[Bug 1846423] Re: Lightning: Cannot dismiss reminders. Got a VALUE parameter with an illegal type for property: VALUE=DURATION

2020-10-22 Thread Bug Watch Updater
** Changed in: thunderbird
   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/1846423

Title:
  Lightning: Cannot dismiss reminders. Got a VALUE parameter with an
  illegal type for property: VALUE=DURATION

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

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

[Bug 1901110] Re: package mongo-tools (not installed) failed to install/upgrade: intentando sobreescribir `/usr/bin/bsondump', que está también en el paquete mongodb-database-tools 100.2.0

2020-10-22 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  Reviewing your dmesg attachment in this bug report it
seems that there is a problem with your hardware.  I recommend
performing a back up and then investigating the situation.  Measures you
might take include checking cable connections and using software tools
to investigate the health of your hardware.  In the event that is is not
in fact an error with your hardware please set the bug's status back to
New.  Thanks and good luck!

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: hardware-error

** Changed in: mongo-tools (Ubuntu)
   Importance: Undecided => Low

** Changed in: mongo-tools (Ubuntu)
   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/1901110

Title:
  package mongo-tools (not installed) failed to install/upgrade:
  intentando sobreescribir `/usr/bin/bsondump', que está también en el
  paquete mongodb-database-tools 100.2.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mongo-tools/+bug/1901110/+subscriptions

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

[Bug 1853050] Re: Realtek RTL8822BE [10ec:b822] Subsystem [1a3b:2950] Wifi fails to connect (RTL8822BE, linux 5.3.0 w/ rtwpci)

2020-10-22 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/1853050

Title:
  Realtek RTL8822BE [10ec:b822] Subsystem [1a3b:2950] Wifi fails to
  connect (RTL8822BE, linux 5.3.0 w/ rtwpci)

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

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

[Bug 1846423]

2020-10-22 Thread Hungerburg
Probably of interest: The X-LIC-ERROR line is not in the ics exported
from the caldav server, but it is in the ics exported from lightning. I
suppose that it only marks, that lightning got a parsing error in one of
the preceding lines. Plus: it seems to always be about a TRIGGER.

Here to the spec, https://icalendar.org/iCalendar-RFC-5545/3-8-6-3-trigger.html
- TRIGGER;VALUE=DURATION:-PT10M looks legit, it is a relative alarm

The ;VALUE=DURATION part is optional though. TRIGGER:-PT10M would do as
well. Probably the ics parser just does not like it spelt out in full.

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

Title:
  Lightning: Cannot dismiss reminders. Got a VALUE parameter with an
  illegal type for property: VALUE=DURATION

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

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

[Bug 1846423]

2020-10-22 Thread Mozilla-g
I am seeing this now with a CalDav calendar and Thunderbird 78.3.1
Relevant part from error console


```
Lightning: CalDAV: Unexpected status modifying item to RH: 403
BEGIN:VCALENDAR
PRODID:-//Mozilla.org/NONSGML Mozilla Calendar V1.1//EN
VERSION:2.0
BEGIN:VTIMEZONE
TZID:Europe/Warsaw
BEGIN:DAYLIGHT
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
TZNAME:CEST
DTSTART:19700329T02
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=3
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
TZNAME:CET
DTSTART:19701025T03
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10
END:STANDARD
END:VTIMEZONE
BEGIN:VTIMEZONE
TZID:Europe/London
BEGIN:DAYLIGHT
TZOFFSETFROM:+
TZOFFSETTO:+0100
TZNAME:BST
DTSTART:19700329T01
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=3
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:+0100
TZOFFSETTO:+
TZNAME:GMT
DTSTART:19701025T02
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
CREATED:20200513T135102Z
LAST-MODIFIED:20201008T092815Z
DTSTAMP:20201008T092815Z

..

X-LIC-ERROR:No value for LOCATION property. Removing entire property:
SEQUENCE:1
TRANSP:OPAQUE
X-MOZ-GENERATION:1
BEGIN:VALARM
ACTION:DISPLAY
TRIGGER;VALUE=DURATION:-PT10M
DESCRIPTION:This is an event reminder
X-LIC-ERROR;X-LIC-ERRORTYPE=PARAMETER-VALUE-PARSE-ERROR:Got a VALUE parameter 
with an illegal type for property: VALUE=DURATION
END:VALARM
END:VEVENT
BEGIN:VEVENT
CREATED:20200513T135102Z
LAST-MODIFIED:20201008T083606Z
DTSTAMP:20201008T083606Z
UID:fsqsbahrj0k6kbs24dki1bd...@google.com
SUMMARY:MW CPaaS Sync
STATUS:CONFIRMED
RECURRENCE-ID;TZID=Europe/Warsaw:20201019T11
DTSTART;TZID=Europe/London:20201019T10
DTEND;TZID=Europe/London:20201019T103000
END:VEVENT
```

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

Title:
  Lightning: Cannot dismiss reminders. Got a VALUE parameter with an
  illegal type for property: VALUE=DURATION

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

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

[Bug 1901123] [NEW] amavis crash due to bdb

2020-10-22 Thread sles
Public bug reported:

Hello!

Yesterday amavis on our mail server ( Ubuntu 20.04) stopped responding,
here is what I see in logs:

Oct 22 16:20:56 inetgw1 amavis[1201837]: (1201837-19-8) (!!)TROUBLE in 
check_mail, but must continue (1): update_snmp FAILED: update_snmp_variables: 
BDB S db_cursor: BDB0061 PANIC: Invalid argument, . at (eval 9
4) line 107.
Oct 22 16:20:56 inetgw1 amavis[1201837]: (1201837-19-8) (!!)TROUBLE in 
process_request: register_proc: BDB N db_cursor: BDB0060 PANIC: fatal region 
error detected; run recovery, . at (eval 94) line 220.
Oct 22 16:20:56 inetgw1 amavis[1203176]: (1203176-01-7) (!!)TROUBLE in 
check_mail, but must continue (1): update_snmp FAILED: update_snmp_variables: 
BDB S c_put: BDB0060 PANIC: fatal region error detected; run r
ecovery, . at (eval 94) line 147.
Oct 22 16:20:56 inetgw1 amavis[1203176]: (1203176-01-7) (!!)TROUBLE in 
process_request: register_proc: BDB N db_cursor: BDB0060 PANIC: fatal region 
error detected; run recovery, . at (eval 94) line 220.
Oct 22 16:20:56 inetgw1 amavis[1201946]: (1201946-14-9) (!!)TROUBLE in 
process_request: register_proc: BDB N db_cursor: BDB0060 PANIC: fatal region 
error detected; run recovery, . at (eval 94) line 220, 
line 25230.
Oct 22 16:20:56 inetgw1 amavis[1203235]: (!!)TROUBLE in child_init_hook: BDB 
can't connect db env. at /var/lib/amavis/db: BDB0087 DB_RUNRECOVERY: Fatal 
error, run database recovery, No such file or directory. at
 (eval 94) line 338.
Oct 22 16:20:56 inetgw1 amavis[1203237]: (!!)TROUBLE in child_init_hook: BDB 
can't connect db env. at /var/lib/amavis/db: BDB0087 DB_RUNRECOVERY: Fatal 
error, run database recovery, No such file or directory. at
 (eval 94) line 338.
Oct 22 16:20:56 inetgw1 amavis[1203236]: (!!)TROUBLE in child_init_hook: BDB 
can't connect db env. at /var/lib/amavis/db: BDB0087 DB_RUNRECOVERY: Fatal 
error, run database recovery, No such file or directory. at
 (eval 94) line 338.
Oct 22 16:20:56 inetgw1 amavis[1203238]: (!!)TROUBLE in child_init_hook: BDB 
can't connect db env. at /var/lib/amavis/db: BDB0087 DB_RUNRECOVERY: Fatal 
error, run database recovery, No such file or directory. at
 (eval 94) line 338.
Oct 22 16:20:56 inetgw1 amavis[1203239]: (!!)TROUBLE in child_init_hook: BDB 
can't connect db env. at /var/lib/amavis/db: BDB0087 DB_RUNRECOVERY: Fatal 
error, run database recovery, No such file or directory. at
 (eval 94) line 338.


Looks like this is bdb bug,  amavis restart solved problem.

I don't know what cased this and how to reproduce this, so for now I
just disabled database.

Thank you!

** Affects: amavisd-new (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/1901123

Title:
  amavis crash due to bdb

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/amavisd-new/+bug/1901123/+subscriptions

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

[Bug 1846423]

2020-10-22 Thread Mozilla-g
Happy to provide further output / test things if it would be useful!

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

Title:
  Lightning: Cannot dismiss reminders. Got a VALUE parameter with an
  illegal type for property: VALUE=DURATION

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

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

[Bug 1892615] Re: screen goes down sometimes

2020-10-22 Thread Launchpad Bug Tracker
[Expired for Ubuntu because there has been no activity for 60 days.]

** Changed in: 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/1892615

Title:
  screen goes down sometimes

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

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

[Bug 1901121] [NEW] [Wishlist] Allow encrypted boot during manual install

2020-10-22 Thread Sai Vinoba
Public bug reported:

Currently (as of Groovy) Ubuntu installer does not allow boot partition
to be encrypted while GRUB supports it. Please add support for encrypted
boot partition which will take encryption closer to true Full Disk
Encryption (FDE).

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


** Tags: encryption ubiquity

** Attachment added: "VirtualBox_Groovy_22_10_2020_21_56_16.png"
   
https://bugs.launchpad.net/bugs/1901121/+attachment/5425814/+files/VirtualBox_Groovy_22_10_2020_21_56_16.png

** Tags added: encryption ubiquity

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

Title:
  [Wishlist] Allow encrypted boot during manual install

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

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

[Bug 1901122] [NEW] unmet dependencies trying to install gparted

2020-10-22 Thread Paul Kirchhoffer
Public bug reported:

I found a thread asking user to run ubuntu-bug mutter for my problem.
I'm a novice linux user.  I cannot say whether this is a bug or my
error(s).

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: mutter 3.28.4-0ubuntu18.04.2
ProcVersionSignature: Ubuntu 5.4.0-52.57-generic 5.4.65
Uname: Linux 5.4.0-52-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.10
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Thu Oct 22 20:56:24 2020
InstallationDate: Installed on 2020-04-03 (202 days ago)
InstallationMedia: Ubuntu 18.04.4 LTS "Bionic Beaver" - Release amd64 
(20200203.1)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: mutter
UpgradeStatus: Upgraded to focal on 2020-10-22 (0 days ago)

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


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

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

Title:
  unmet dependencies trying to install gparted

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

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

[Bug 1763892] Re: 144Hz/120Hz monitor but mutter seems to cap rendering at 60FPS

2020-10-22 Thread Tyler Alexander Driggers
** Changed in: mutter (Ubuntu Bionic)
 Assignee: Daniel van Vugt (vanvugt) => Tyler Alexander Driggers (exderia)

** Changed in: mutter (Ubuntu Bionic)
 Assignee: Tyler Alexander Driggers (exderia) => (unassigned)

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

Title:
  144Hz/120Hz monitor but mutter seems to cap rendering at 60FPS

To manage notifications about this bug go to:
https://bugs.launchpad.net/mutter/+bug/1763892/+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

2020-10-22 Thread You-Sheng Yang
kernel:
https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git/tag/?h=ath-202010011934

firmware: 
https://github.com/kvalo/ath11k-firmware/tree/master/QCA6390/hw2.0/WLAN.HST.1.0.1-01740-QCAHSTSWPLZ_V2_TO_X86-1
board file: 
https://github.com/kvalo/ath11k-firmware/raw/master/QCA6390/hw2.0/board-2.bin
To be placed under /lib/firmware/ath11k/QCA6390/hw2.0

-- 
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 1901116] [NEW] open-vm-tools 11.2.0 has been released

2020-10-22 Thread John Wolfe
Public bug reported:

open-vm-tools 11.2.0 has been released.

See https://github.com/vmware/open-vm-tools/releases/tag/stable-11.2.0

This source update contains fixes for a couple of detected memory leaks,
issues reported by Coverity and issues and pull requests submitted to
https://github.com/vmware/open-vm-tools/

This release provides suggested vmtoolsd pam configuration files for
major Linux vendors.  By default, the generic pam configuration settings
will be used by "make install".  To select a Linux vendor specific pam
configuration, the following line on "./services/vmtoolsd/Makefile"

 $(INSTALL) $(top_srcdir)/pam/generic
$(DESTDIR)/$(PAM_PREFIX)/pam.d/vmtoolsd

should be edited - replacing "generic" with "debian".

A complete list of the granular changes that are in the open-vm-tools
11.2.0 release is available at:

https://github.com/vmware/open-vm-tools/blob/stable-11.2.0/open-vm-
tools/ChangeLog

** Affects: open-vm-tools (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/1901116

Title:
  open-vm-tools 11.2.0 has been released

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1901116/+subscriptions

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

[Bug 1901117] [NEW] [TUF Gaming FX505GT_FX505GT, Nvidia GPU 94 HDMI/DP, Digital Out, HDMI] Playback problem

2020-10-22 Thread Dhananjaya Kurukulasooriya
Public bug reported:

volume indicators show that the sound is playing but there is no any
playback sound with the system

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: alsa-base 1.0.25+dfsg-0ubuntu5
ProcVersionSignature: Ubuntu 5.4.0-52.57-generic 5.4.65
Uname: Linux 5.4.0-52-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27.10
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  dhananjaya  19109 F pulseaudio
 /dev/snd/controlC0:  dhananjaya  19109 F pulseaudio
 /dev/snd/pcmC0D0c:   dhananjaya  19109 F...m pulseaudio
 /dev/snd/pcmC0D0p:   dhananjaya  19109 F...m pulseaudio
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Fri Oct 23 08:58:40 2020
InstallationDate: Installed on 2020-10-22 (0 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:NVidia failed
Symptom_Card: HDA NVidia - HDA NVidia
Symptom_Jack: Digital Out, HDMI
Symptom_Type: None of the above
Title: [TUF Gaming FX505GT_FX505GT, Nvidia GPU 94 HDMI/DP, Digital Out, HDMI] 
Playback problem
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/22/2020
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: FX505GT.308
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: FX505GT
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No  Asset  Tag
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK COMPUTER INC.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrFX505GT.308:bd09/22/2020:svnASUSTeKCOMPUTERINC.:pnTUFGamingFX505GT_FX505GT:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnFX505GT:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
dmi.product.family: TUF Gaming
dmi.product.name: TUF Gaming FX505GT_FX505GT
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK COMPUTER INC.
mtime.conffile..etc.modprobe.d.alsa-base.conf: 2020-10-23T08:16:34.031419

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal

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

Title:
  [TUF Gaming FX505GT_FX505GT, Nvidia GPU 94 HDMI/DP, Digital Out, HDMI]
  Playback problem

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

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

[Bug 1900388] Re: blk_update_request: I/O error, dev sr0, sector 9180400 op 0x0:(READ) flags 0x80700 phys_seg 1 prio class 0

2020-10-22 Thread Kai-Heng Feng
Is it a regression? Did it work in older release like 16.04?

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

Title:
  blk_update_request: I/O error, dev sr0, sector 9180400 op 0x0:(READ)
  flags 0x80700 phys_seg 1 prio class 0

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

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

[Bug 1901115] Re: package bluez 5.55-0ubuntu1 failed to install/upgrade: installed bluez package post-installation script subprocess returned error exit status 1

2020-10-22 Thread Daniel van Vugt
I'm not sure we should allow failure to start the daemon to be
classified as an install failure...

Okt 23 07:08:46 atom systemd[1]: bluetooth.service: 
Killing process 636 (bluetoothd) with signal SIGKILL.
Okt 23 07:08:46 atom systemd[1]: 
bluetooth.service: Failed with result 
'exit-code'.
Okt 23 07:08:46 atom systemd[1]: bluetooth.service: Unit process 636 
(bluetoothd) remains running after unit stopped.
Okt 23 07:08:46 atom systemd[1]: Failed to start 
Bluetooth service.
dpkg: error processing package bluez (--configure):
 installed bluez package post-installation script subprocess returned error 
exit status 1
Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-2) ...

** Summary changed:

- package bluez 5.55-0ubuntu1 failed to install/upgrade: installed bluez 
package post-installation script subprocess returned error exit status 1
+ package bluez 5.55-0ubuntu1 failed to install/upgrade: installed bluez 
package post-installation script subprocess returned error exit status 1 
[Failed to start Bluetooth service.]

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

Title:
  package bluez 5.55-0ubuntu1 failed to install/upgrade: installed bluez
  package post-installation script subprocess returned error exit status
  1 [Failed to start Bluetooth service.]

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

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

[Bug 1] Re: Microsoft has a majority market share

2020-10-22 Thread Leon Liao
** No longer affects: oem-priority

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

Title:
  Microsoft has a majority market share

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

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

[Bug 1901055] Re: [snap] choppy private window + non-private window

2020-10-22 Thread Bug Watch Updater
Launchpad has imported 2 comments from the remote bug at
https://bugzilla.mozilla.org/show_bug.cgi?id=1672775.

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 2020-10-22T16:58:21+00:00 Francois Thirioux wrote:

User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:83.0) Gecko/20100101
Firefox/83.0

Steps to reproduce:

1) open FF
2) open a link in a new private window
3) use this private window


Actual results:

Scrolling is choppy, randomly and frequently. Always happens.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1901055/comments/2


On 2020-10-22T17:02:37+00:00 Francois Thirioux wrote:

https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1901055

Reply at:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1901055/comments/3


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

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

Title:
  [snap] choppy private window + non-private window

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

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

[Bug 635026] Re: Okular Trim margins doesn't work if paper colour is changed

2020-10-22 Thread Bug Watch Updater
** Changed in: kdegraphics
   Status: Fix Released => Confirmed

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

Title:
  Okular Trim margins doesn't work if paper colour is changed

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

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

[Bug 1853007]

2020-10-22 Thread Jlerner10
I am seeing the same on my Windows 10 Pro 2004.
Thunderbird 78.3.2
Location of the nsemail & nsmail
C:\Users\Name\AppData\Local\Temp

Example of what I am seeing.
nsemail.eml
nsemail-1.eml
thru nsemail-10.eml

There are also nsmail.pdf, nsmail.mp4, nsmail.tmp, nsmail-1.pdf etc.

They are not being deleted on exit.

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

Title:
  nsemail and nscopy files left in /tmp

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

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

[Bug 1897224] Re: Graphical snaps can't run in Gnome 3.38 Wayland sessions (can't open X display)

2020-10-22 Thread Daniel van Vugt
Fix committed upstream to mutter 3.38.2, although still no fix on master
(mutter 40).

** Changed in: mutter (Ubuntu)
   Status: Confirmed => Fix Committed

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

** Changed in: snapd (Ubuntu)
   Status: Confirmed => Won't Fix

** Also affects: mutter (Ubuntu Groovy)
   Importance: High
   Status: Fix Committed

** Also affects: snapd (Ubuntu Groovy)
   Importance: High
   Status: Won't Fix

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

Title:
  Graphical snaps can't run in Gnome 3.38 Wayland sessions (can't open X
  display)

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

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

[Bug 635026]

2020-10-22 Thread Jonas
(A variation of) the problem still exists for me (Kubuntu 20.04, okular 1.9.3). 
More precisely, trim margins stops working if I set a background color, and 
then disable the background color feature again. After setting the background 
color, okularpartrc contains a block like this:

[Document]
ChangeColors=true
PaperColor=202,254,78
RenderMode=Paper

With background color set, trim margins is still working.
After disabling the background color again, this block changes to

[Document]
PaperColor=202,254,78
RenderMode=Paper

and trim margin stops working after restarting okular. Deleting the
block (or just the PaperColor line) solves the problem.

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

Title:
  Okular Trim margins doesn't work if paper colour is changed

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

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

[Bug 1901115] Re: package bluez 5.55-0ubuntu1 failed to install/upgrade: installed bluez package post-installation script subprocess returned error exit status 1

2020-10-22 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package bluez 5.55-0ubuntu1 failed to install/upgrade: installed bluez
  package post-installation script subprocess returned error exit status
  1

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

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

[Bug 1901114] Re: package dnet-common 2.65build2 failed to install/upgrade: installed dnet-common package post-installation script subprocess returned error exit status 1

2020-10-22 Thread Apport retracing service
** Package changed: ubuntu => dnprogs (Ubuntu)

** Tags removed: need-duplicate-check

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

Title:
  package dnet-common 2.65build2 failed to install/upgrade: installed
  dnet-common package post-installation script subprocess returned error
  exit status 1

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

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

[Bug 1901115] [NEW] package bluez 5.55-0ubuntu1 failed to install/upgrade: installed bluez package post-installation script subprocess returned error exit status 1

2020-10-22 Thread Akbarbek Musayev
Public bug reported:

package bluez 5.55-0ubuntu1 failed to install/upgrade: installed bluez
package post-installation script subprocess returned error exit status 1

ProblemType: Package
DistroRelease: Ubuntu 20.10
Package: bluez 5.55-0ubuntu1
ProcVersionSignature: Ubuntu 5.8.0-25.26-generic 5.8.14
Uname: Linux 5.8.0-25-generic x86_64
ApportVersion: 2.20.11-0ubuntu50
Architecture: amd64
CasperMD5CheckResult: skip
Date: Fri Oct 23 07:08:46 2020
ErrorMessage: installed bluez package post-installation script subprocess 
returned error exit status 1
InterestingModules: rfcomm bnep btusb bluetooth
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 003: ID 8087:0a2a Intel Corp. Bluetooth wireless interface
 Bus 001 Device 002: ID 0bda:5689 Realtek Semiconductor Corp. Integrated Webcam
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Dell Inc. Latitude 3180
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-25-generic 
root=UUID=8e6f60a5-d013-4d5d-83ed-df27737e1381 ro quiet splash vt.handoff=7
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.10
SourcePackage: bluez
Title: package bluez 5.55-0ubuntu1 failed to install/upgrade: installed bluez 
package post-installation script subprocess returned error exit status 1
UpgradeStatus: Upgraded to groovy on 2020-10-23 (0 days ago)
dmi.bios.date: 10/03/2019
dmi.bios.release: 1.10
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.10.0
dmi.board.name: 05YMV0
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 10
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.10.0:bd10/03/2019:br1.10:svnDellInc.:pnLatitude3180:pvr:rvnDellInc.:rn05YMV0:rvrA00:cvnDellInc.:ct10:cvr:
dmi.product.family: Latitude
dmi.product.name: Latitude 3180
dmi.product.sku: 07B2
dmi.sys.vendor: Dell Inc.
hciconfig:
 hci0:  Type: Primary  Bus: USB
BD Address: 74:70:FD:58:F6:73  ACL MTU: 1021:4  SCO MTU: 96:6
UP RUNNING PSCAN 
RX bytes:2712 acl:0 sco:0 events:305 errors:0
TX bytes:50942 acl:0 sco:0 commands:305 errors:0

** Affects: bluez (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/1901115

Title:
  package bluez 5.55-0ubuntu1 failed to install/upgrade: installed bluez
  package post-installation script subprocess returned error exit status
  1

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

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

[Bug 1901114] [NEW] package dnet-common 2.65build2 failed to install/upgrade: installed dnet-common package post-installation script subprocess returned error exit status 1

2020-10-22 Thread John S. Aguilar
Public bug reported:

error message indicating install/upgrade failure.

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: dnet-common 2.65build2
ProcVersionSignature: Ubuntu 5.4.0-52.57-generic 5.4.65
Uname: Linux 5.4.0-52-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.10
Architecture: amd64
CasperMD5CheckResult: skip
Date: Thu Oct 22 20:03:18 2020
ErrorMessage: installed dnet-common package post-installation script subprocess 
returned error exit status 1
InstallationDate: Installed on 2019-04-05 (567 days ago)
InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 (20190210)
PackageArchitecture: all
Python3Details: /usr/bin/python3.8, Python 3.8.5, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.2ubuntu0.1
SourcePackage: dnprogs
Title: package dnet-common 2.65build2 failed to install/upgrade: installed 
dnet-common package post-installation script subprocess returned error exit 
status 1
UpgradeStatus: Upgraded to focal on 2020-10-23 (0 days ago)

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


** Tags: amd64 apport-package focal

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

Title:
  package dnet-common 2.65build2 failed to install/upgrade: installed
  dnet-common package post-installation script subprocess returned error
  exit status 1

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

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

[Bug 1901109] Re: Failed to detect screen is locked sometimes by dbus or loginctl utility when click Lock menu

2020-10-22 Thread Daniel van Vugt
** Tags added: bionic focal

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

Title:
  Failed to detect screen is locked sometimes by dbus or loginctl
  utility when click Lock menu

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

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

[Bug 1901112] [NEW] Default gray wallpaper symbolic link is broken.

2020-10-22 Thread NP Viroonc
Public bug reported:

Default gray wallpaper symbolic link is broken. The link is still linked
to the name of the old one from Focal Fossa. It should be linked to the
new wallpaper. And considering that the old file does not even exist in
Groovy anymore, it will just set the wallpaper to a black dark gray
background.

Information:

1. Ubuntu 20.10 Groovy Gorilla amd64

2. ubuntu-wallpapers-groovy 20.10.2-0ubuntu1 or possibly ubuntu-
wallpapers 20.10.2-0ubuntu1

3. Gray wallpaper should work normally and should not have a broken
symbolic. It should set the actual wallpaper.

4. The symbolic link is broken and selecting the image for wallpaper use
in Control Center results in a blank dark gray background being set.

** Affects: ubuntu-wallpapers (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  Default gray wallpaper symbolic link is broken. The link is still linked
  to the name of the old one from Focal Fossa. It should be linked to the
- new wallpaper.
+ new wallpaper. And considering that the old file does not even exist in
+ Groovy anymore, it will just set the wallpaper to a black dark gray
+ background.
  
  Information:
  
  1. Ubuntu 20.10 Groovy Gorilla amd64
  
  2. ubuntu-wallpapers-groovy 20.10.2-0ubuntu1 or possibly ubuntu-
  wallpapers 20.10.2-0ubuntu1
  
  3. Gray wallpaper should work normally and should not have a broken
  symbolic. It should set the actual wallpaper.
  
  4. The symbolic link is broken and selecting the image for wallpaper use
  in Control Center results in a blank dark gray background being set.

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

Title:
  Default gray wallpaper symbolic link is broken.

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

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

[Bug 1900783] Re: [snap] On Groovy, Chromium snap takes much longer to load the first time after reboot

2020-10-22 Thread Alexander Browne
And for my main computer, Groovy/Chromium beta channel *with* my normal
profile:

alexander@elcste:~$ snap run --trace-exec chromium
[sudo] password for alexander:
Gtk-Message: 21:19:28.762: Failed to load module "canberra-gtk-module"
Gtk-Message: 21:19:28.790: Failed to load module "canberra-gtk-module"
[3494:3494:1022/211947.584671:ERROR:sandbox_linux.cc(374)] InitializeSandbox() 
called with multiple threads in process gpu-process.
Slowest 10 exec calls during snap run:
  0.198s snap-update-ns
  0.330s /usr/lib/snapd/snap-confine
  0.058s /usr/bin/head
  0.495s /snap/chromium/1366/bin/desktop-launch
  0.045s /usr/bin/snapctl
  0.098s /snap/chromium/1366/bin/chromium.launcher
  0.134s /usr/bin/dbus-send
  0.196s /usr/bin/xdg-settings
  35.202s /proc/self/exe
  43.764s /snap/chromium/1366/usr/lib/chromium-browser/chrome
Total time: 44.773s

I could try stable channel and a fresh profile using another user
account if it's helpful.

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

Title:
  [snap] On Groovy, Chromium snap takes much longer to load the first
  time after reboot

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

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

[Bug 1901017] Re: Desktop gradually increases response lag to clicks in 20.04 (Fixed by Alt+F2, "r"))

2020-10-22 Thread Daniel van Vugt
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please execute the following command only once, as it
will automatically gather debugging information, in a terminal:

  apport-collect 1901017

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://wiki.ubuntu.com/ReportingBugs.

** Tags added: focal

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

** Tags added: nvidia 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/1901017

Title:
  Desktop gradually increases response lag to clicks in 20.04 (Fixed by
  Alt+F2, "r"))

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

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

[Bug 1900910] Re: [nouveau] Screen freeze after closing lid and suspend

2020-10-22 Thread Daniel van Vugt
> If this project is active, then change the status of this bug to
something appropriate, and I'll support you.

OK in that case I can reopen this bug and we next request that you:

 1. Uninstall the proprietary Nvidia driver.

 2. Reproduce the original bug.

 3. Test newer kernel versions and tell us which, if any, fix the problem:
https://kernel.ubuntu.com/~kernel-ppa/mainline/

> Installing the proprietary version is a workaround. (Which has its own
> problems...after awakening from Suspend, screen icon text is illegible.)

I know that problem - it is specific to the Nvidia driver. But I am not
aware of any official bug report for it yet. Please open a new bug for
that.

** Changed in: linux (Ubuntu)
   Status: Won't Fix => Incomplete

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

Title:
  [nouveau] Screen freeze after closing lid and suspend

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

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

[Bug 1901016] Re: APP GRID TOO LARGE

2020-10-22 Thread Daniel van Vugt
** Package changed: xorg (Ubuntu) => gnome-shell (Ubuntu)

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

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

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

** Changed in: gnome-shell (Ubuntu)
   Importance: Undecided => Low

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

Title:
  APP GRID TOO LARGE

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

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

[Bug 1901110] [NEW] package mongo-tools (not installed) failed to install/upgrade: intentando sobreescribir `/usr/bin/bsondump', que está también en el paquete mongodb-database-tools 100.2.0

2020-10-22 Thread Alex Javier Caicedo Porras
Public bug reported:

Not is possible install mongodb 4.4.1

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: mongo-tools (not installed)
ProcVersionSignature: Ubuntu 5.4.0-52.57-generic 5.4.65
Uname: Linux 5.4.0-52-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.10
Architecture: amd64
CasperMD5CheckResult: skip
Date: Thu Oct 22 21:05:55 2020
ErrorMessage: intentando sobreescribir `/usr/bin/bsondump', que está también en 
el paquete mongodb-database-tools 100.2.0
InstallationDate: Installed on 2020-10-21 (1 days ago)
InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
Python3Details: /usr/bin/python3.8, Python 3.8.5, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.18, python-is-python2, 2.7.17-4
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.2ubuntu0.1
SourcePackage: mongo-tools
Title: package mongo-tools (not installed) failed to install/upgrade: 
intentando sobreescribir `/usr/bin/bsondump', que está también en el paquete 
mongodb-database-tools 100.2.0
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: mongo-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package focal

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

Title:
  package mongo-tools (not installed) failed to install/upgrade:
  intentando sobreescribir `/usr/bin/bsondump', que está también en el
  paquete mongodb-database-tools 100.2.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mongo-tools/+bug/1901110/+subscriptions

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

[Bug 1901109] [NEW] Failed to detect screen is locked sometimes by dbus or loginctl utility when click Lock menu

2020-10-22 Thread chenyu
Public bug reported:

Affected version
ubuntu1804.4/20.04

Bug summary
Click Lock menu (especially click lock button very soon after login), the 
screen is locked as expected. But in this case, there is no 
org.gnome.ScreenSaver related dbus generated, and less way to report screen is 
locked. Using dbus-monitor also couldn't be able to recevie the screenSaver 
dbus message.


Steps to reproduce

Put attached test.sh under /tmp/test.sh
Put attached screen-status-monitor.desktop to 
/etc/xdg/autostart/screen-status-monitor.desktop
Click Lock menu very quickly after login
Verify /tmp/result, the first "true/false" is to query dbus 
org.gnome.screensaver.GetAcitve, the second is to query session lock status 
from loginctl utility, they both indicate "unlocked" status.


What happened
the query result is "unlocked" status


What did you expect to happen
the query result is "locked" status

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


** Tags: dbus gnome-shell

** Attachment added: "script.zip"
   https://bugs.launchpad.net/bugs/1901109/+attachment/5425739/+files/script.zip

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

Title:
  Failed to detect screen is locked sometimes by dbus or loginctl
  utility when click Lock menu

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

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

[Bug 462564]

2020-10-22 Thread Justin Luth
(In reply to Aron Budea from comment #24)
> What if we didn't bother with the complicated cases

We already don't bother with the complicated case, that is why we have
this bug report. This bug is complicated because it contains merged
cells.

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

Title:
  [Upstream] Deleting a column in Writer deletes whole table

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

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

[Bug 462564]

2020-10-22 Thread Aron Budea
(In reply to Justin L from comment #23)
> > cells. This gets really complicated.
What if we didn't bother with the complicated cases, only with the simple, 
well-structured ones? That's what users seem to care about, anyway. If 
someone's designing their floor tiles with Writer tables, deleting rows/columns 
is likely not part of their workflow ;).

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

Title:
  [Upstream] Deleting a column in Writer deletes whole table

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

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

[Bug 1900906] Re: Can't use dead keys or input e.g. Chinese characters in GNOME shell

2020-10-22 Thread Daniel van Vugt
** Also affects: ibus (Ubuntu Groovy)
   Importance: Undecided
   Status: Invalid

** Also affects: mutter (Ubuntu Groovy)
   Importance: Medium
   Status: Fix Released

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

** Tags added: fixed-in-3.36.7 fixed-in-3.38.1 fixed-upstream

** No longer affects: ibus (Ubuntu Groovy)

** No longer affects: ibus (Ubuntu)

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

Title:
  Can't use dead keys or input e.g. Chinese characters in GNOME shell

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

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

[Bug 1900454] Re: Calc doesn't recalculate formulas on cell content changes

2020-10-22 Thread Bug Watch Updater
Launchpad has imported 2 comments from the remote bug at
https://bugs.documentfoundation.org/show_bug.cgi?id=137599.

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 2020-10-19T17:24:58+00:00 Heather Ellsworth wrote:

Description:
This was reported by a user on launchpad: 
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1900454

The problem is better explained via steps to reproduce (see steps below)
but basically if a cell in calc is a *calculated value* based off of
another cell, and the original cell's value changes, then that change is
not reflected in the calculated cell's value until the cursor focus goes
to another application and comes back to libreoffice.

Steps to Reproduce:
1. Start calc; you'll get a new spreadsheet.
2. Fill in the following in cells A1-A3:

  A1: 1
  A2: =A1+1
  A3: =A1-1
As expected: A2 is calculated as 2, A3 is calculated as 0.

3. Change A1 to 2 and press enter. A2 is autocalculated to 3, but A3 remains at 
0 (wrong!).
4. Now for the fun part: switch to a different application so LibreOffice 
window loses focus, the put it back in focus. A3 is now recalculated to 1.

Actual Results:
The cell's values are updated only if the cursor focus goes to another 
application and then back to libreoffice.

Expected Results:
The cell's values should be updated immediately.


Reproducible: Always


User Profile Reset: No


Additional Info:
This was first reported by a user running Ubuntu 20.10 with libreoffice 
7.0.2-0ubuntu1 (repackaged 7.0.2.2 release).

I've also reproduced this on a debian testing system with the TDF
LibreOffice_7.0.2_Linux_x86-64_deb.tar.gz

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1900454/comments/1


On 2020-10-19T17:54:01+00:00 Eike Rathke wrote:


*** This bug has been marked as a duplicate of bug 137248 ***

Reply at:
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/1900454/comments/3


** Changed in: df-libreoffice
   Status: Unknown => Invalid

** Changed in: df-libreoffice
   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/1900454

Title:
  Calc doesn't recalculate formulas on cell content changes

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

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

[Bug 1898902] Re: (doc?) locale-gen disagrees with locale(5)

2020-10-22 Thread Bug Watch Updater
** Changed in: glibc
   Status: New => Unknown

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

Title:
  (doc?) locale-gen disagrees with locale(5)

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

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

[Bug 1856179]

2020-10-22 Thread Nicholas
Hi Clinton,

I came across your discussion with the GNOME folks when looking for a
solution to do the same operation myself.

Unfortunately I don't think the script you were given would have worked,
all the ideas were there, it just needed some tweaking.

I've attached my version here in case you still need it and in case it's
useful to WINE as e.g. the base for a utility script that could be
shipped for users wanting the same functionality.

Cheers

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

Title:
  WINE .desktop files are not grouped into a folder on the app screen.

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

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

[Bug 1856179]

2020-10-22 Thread Nicholas
Created attachment 68447
wine-folder utility script

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

Title:
  WINE .desktop files are not grouped into a folder on the app screen.

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

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

[Bug 1897784] Re: /usr/lib/libreoffice/program/soffice.bin:11:ScSelectionTransferObj::~ScSelectionTransferObj:ScSelectionTransferObj::~ScSelectionTransferObj:com::sun::star::uno::Reference:Qt5MimeData

2020-10-22 Thread Bug Watch Updater
** Changed in: df-libreoffice
   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/1897784

Title:
  
/usr/lib/libreoffice/program/soffice.bin:11:ScSelectionTransferObj::~ScSelectionTransferObj:ScSelectionTransferObj::~ScSelectionTransferObj:com::sun::star::uno::Reference:Qt5MimeData::~Qt5MimeData:Qt5MimeData::~Qt5MimeData

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

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

[Bug 1897784]

2020-10-22 Thread gruberm
I'm the original reporter of bug 131083.

Maybe I can shed some light, though I'm again not able to reproduce it
in a fresh Kubuntu Focal with 6.4.6.2 (made about 20 attempts).

> 1. How is Calc started?

I started it via the KDE start menu.

> 2. How are the cells marked? Mouse only, keyboard?

I used mouse only.

> Which cell first?

Click on F10, then drag down to F11 to mark both.

> Does it crash with other cells?

AFAIR yes, it's the marking that created the problem.
I just used F10/F11 as reproducable test path.

> 3. Exit crash just happens via window decorations? Or also via menu?
> Or by using Alt+F4 or Ctrl+Q? Or also by closing the Calc document
> and then the start center?

AFAIR I only used the X button on the window decoration.

4. Why does Calc think the document was modified?

At least for my case that was a misconception when I initially created
crash.ods as potential test case, see comment 24 in my original bug
report.

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

Title:
  
/usr/lib/libreoffice/program/soffice.bin:11:ScSelectionTransferObj::~ScSelectionTransferObj:ScSelectionTransferObj::~ScSelectionTransferObj:com::sun::star::uno::Reference:Qt5MimeData::~Qt5MimeData:Qt5MimeData::~Qt5MimeData

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

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

[Bug 1897784]

2020-10-22 Thread Olivier Tilloy
This bug looks similar to
https://bugs.documentfoundation.org/show_bug.cgi?id=131083, which the
reporter could initially reproduce quite reliably, but ended up closing
after they couldn't reproduce any longer. This was originally reported
against 6.4.0.3, and wasn't observed in 7.0.0.0.alpha0+.

In the errors.ubuntu.com tracker, the earliest version exhibiting the
crash is 6.4.3, and there are new reports daily with 6.4.6.

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

Title:
  
/usr/lib/libreoffice/program/soffice.bin:11:ScSelectionTransferObj::~ScSelectionTransferObj:ScSelectionTransferObj::~ScSelectionTransferObj:com::sun::star::uno::Reference:Qt5MimeData::~Qt5MimeData:Qt5MimeData::~Qt5MimeData

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

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

[Bug 1897784]

2020-10-22 Thread Michael Weghorn
(In reply to Olivier Tilloy from comment #8)
> This bug looks similar to
> https://bugs.documentfoundation.org/show_bug.cgi?id=131083, which the
> reporter could initially reproduce quite reliably, but ended up closing
> after they couldn't reproduce any longer. This was originally reported
> against 6.4.0.3, and wasn't observed in 7.0.0.0.alpha0+.
> 
> In the errors.ubuntu.com tracker, the earliest version exhibiting the crash
> is 6.4.3, and there are new reports daily with 6.4.6.

Indeed. The backtrace there seems to be comparable, s. tdf#131083
comment 22 (and the full valgrind log, attachment 158370).

According to tdf#131083 comment 26, the reporter was able to reproduce
more or less reliably in his initial installation, but not in a fresh
one afterwards, suggesting that *might* have been some issue with the
installation.

I'm afraid there is probably little we can do without knowing how to
reproduce or whether it even happens at all with newer LO versions...

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

Title:
  
/usr/lib/libreoffice/program/soffice.bin:11:ScSelectionTransferObj::~ScSelectionTransferObj:ScSelectionTransferObj::~ScSelectionTransferObj:com::sun::star::uno::Reference:Qt5MimeData::~Qt5MimeData:Qt5MimeData::~Qt5MimeData

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

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

[Bug 1894627] Re: [nvidia] Web browser distorted after hibernation/power save when idle

2020-10-22 Thread Daniel van Vugt
Although it could also be a browser-specific case of the same kind of
Nvidia driver issue as bug 1855757.

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

Title:
  [nvidia] Web browser distorted after hibernation/power save when idle

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

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

[Bug 1873052] Re: Showing two cursors after login

2020-10-22 Thread Daniel van Vugt
Eduard,

For 'amdgpu' that's also this bug. I will add a tag to request a focal
fix for that kernel issue. The fix should come from upstream kernel
5.4.69.

** Tags added: rls-ff-incoming

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

Title:
  Showing two cursors after login

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

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

[Bug 1894627] Re: [nvidia] Web browser distorted after hibernation/power save when idle

2020-10-22 Thread Daniel van Vugt
Can you please provide a screenshot or photo of the problem?

I am thinking this sounds a lot like bug 1893217.

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

** Changed in: mutter (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/1894627

Title:
  [nvidia] Web browser distorted after hibernation/power save when idle

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

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

[Bug 1893217] Re: [nvidia] Chrome window is corrupt - has a hole in it showing the desktop

2020-10-22 Thread Daniel van Vugt
** Summary changed:

- Chrome window is corrupt - has a hole in it showing the desktop
+ [nvidia] Chrome window is corrupt - has a hole in it showing the desktop

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

Title:
  [nvidia] Chrome window is corrupt - has a hole in it showing the
  desktop

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

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

[Bug 1897784]

2020-10-22 Thread Jan-Marek Glogowski
(In reply to Olivier Tilloy from comment #8)
> This bug looks similar to
> https://bugs.documentfoundation.org/show_bug.cgi?id=131083

Nice find. Summary of bug 131083:

Happened reproducible for the user with LO Ubuntu build 6.4.0-0ubuntu7
and LO Tinderbox build 45ca47ac39c03df4de52d627a764f16068b1eab0
(7.0.0.0.alpha0+ is reported for all development builds before branch
off / alpha1 / beta) and just with kf5 in KDE / Plasma 2, not with
Xubuntu (Xfce? which VCL in About? I would assume gtk3). Happens with
the empty / default document.

Bug 131083 comment 13 states: "I'm testing both Kubuntu and Xubuntu in a
VM environment (VirtualBox 6.1.4)."

You can get a comparable (but not equal!) build to the Tinderbox one via
https://bibisect.libreoffice.org/linux-64-7.0 commit
fc089b4dda133f1fd03922b713708e53af6c16fa.

Reproduce:

1. start Calc
2. mark F10/11 vertically
3. exit LO
4. choose not to save

Questions for each point (which might be related or not):

1. How is Calc started? Desktop link, command line (which one?), via start 
center? Does it happen with non-default profile via  
-env:UserInstallation=file:///tmp/test?
2. How are the cells marked? Mouse only, keyboard? Which cell first? Does it 
crash with other cells?
3. Exit crash just happens via window decorations? Or also via menu? Or by 
using Alt+F4 or Ctrl+Q? Or also by closing the Calc document and then the start 
center?
4. Why does Calc think the document was modified?

Point 4 is AFAIK already exposing the real bug.

General question: any additional output in a terminal? New entries in 
~/.xsession-errors?
Is this just happening with the localized KDE (the reporter uses de-DE.UTF-8)?

An other eventually related crash I found (fixed?) is bug 131533 in LO
6.4.4. The implemented fix / patch is just a workaround, as I couldn't
come up with a minimal reproducer without LO. There are some additional
comments (see last ones) with info in
https://gerrit.libreoffice.org/c/core/+/90990.

According to bug 131083 comment 15, an old LO profile doesn't seem to be the 
cause of this, as the crash could be reproduced after deleting the profile. 
Since it didn't crash with the first try, it still might somehow be related. 
Would still be nice to get a known crashing profile for testing / reference, in 
the case there is some setting in it, leading to the crash.
Bug 131083 comment 26 states the problem to reproduce the bug. "Made the 
installed DEB packages identical" I guess just means the package list, like 
"dpkg --get-selections", not the exact versions.

An other bug that just comes to my mind and which was actually fixed for
6.4.0 is bug 104717. That changes the selection / clipboard handling in
Calc. Quoting from my commit message: "Calc also removes the system
selection when clearing the selection. Other applications keep the
primary selection valid, until the application or document closes, so do
the same in Calc." So maybe this introduces some case, where the primary
selection isn't correctly cleared on shutdown. This is not KDE specific,
but the QClipboard handling / API is very different from either Gtk+ or
X11, so there might be some broken case now, where we don't clean the
selection on module shutdown.

Can you see, if the Kubuntu crashes happen on KDE shutdown, AKA session
management related?

> In the errors.ubuntu.com tracker, the earliest version exhibiting the crash
> is 6.4.3, and there are new reports daily with 6.4.6.

The thing we definitely know is that the LO 1:6.4.6-0ubuntu0.20.04.1
build in combination with KDE makes the crash much more likely. It seems
the original bug is older.

Still we don't have any reproducer, just a huge amount of reported
crashes from Kubuntu users.

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

Title:
  
/usr/lib/libreoffice/program/soffice.bin:11:ScSelectionTransferObj::~ScSelectionTransferObj:ScSelectionTransferObj::~ScSelectionTransferObj:com::sun::star::uno::Reference:Qt5MimeData::~Qt5MimeData:Qt5MimeData::~Qt5MimeData

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

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

[Bug 1898902]

2020-10-22 Thread Florian Weimer
The manual pages are maintained by the Linux man-pages project.  I
submitted a patch: https://lore.kernel.org/linux-
man/87zh4vdc7d@oldenburg2.str.redhat.com/T/

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

Title:
  (doc?) locale-gen disagrees with locale(5)

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

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

[Bug 1900760] Re: gnome-shell very high %CPU usage while moving mouse on Ubuntu 20.04

2020-10-22 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1849142 ***
https://bugs.launchpad.net/bugs/1849142

OK let's call this a duplicate of bug 1849142. Yes it is weird that
would be mouse-related...

Bug 1848951 is still open to cover the high CPU in Xorg.


** This bug has been marked a duplicate of bug 1849142
   appindicator extension slows down GUI spamming the log with 
"[AppIndicatorSupport-FATAL] unable to lookup icon ..." or "Impossible to 
lookup icon"

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

Title:
  gnome-shell very high %CPU usage while moving mouse on Ubuntu 20.04

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

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

[Bug 1897185] Re: Laptop docked with lid closed, goes to sleep immediately on login

2020-10-22 Thread Daniel van Vugt
You can see your full log (all components) in:

  journalctl -b0

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

Title:
  Laptop docked with lid closed, goes to sleep immediately on login

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

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

[Bug 1025388] Re: Internal mic stops working when plugging in headphones

2020-10-22 Thread Daniel van Vugt
** Tags added: focal

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

Title:
  Internal mic stops working when plugging in headphones

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

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

[Bug 1900783] Re: [snap] On Groovy, Chromium snap takes much longer to load the first time after reboot

2020-10-22 Thread Alexander Browne
On my main/home computer I've only tried beta channel, but with the
other computer I've tried both stable and beta. It doesn't seem to make
a difference.

Here is what I got for that command on Groovy:

STABLE

ab@mb:~$ snap run --trace-exec chromium
[sudo] password for ab:
Gtk-Message: 17:25:22.173: Failed to load module "canberra-gtk-module"
Gtk-Message: 17:25:22.194: Failed to load module "canberra-gtk-module"
[4206:4206:1022/172540.610350:ERROR:sandbox_linux.cc(374)] InitializeSandbox() 
called with multiple threads in process gpu-process.
Slowest 10 exec calls during snap run:
  0.254s snap-update-ns
  0.436s /usr/lib/snapd/snap-confine
  0.618s /snap/chromium/1362/bin/desktop-launch
  0.115s /snap/chromium/1362/bin/chromium.launcher
  0.118s /usr/bin/dbus-send
  0.227s /usr/bin/xdg-settings
  0.121s /snap/chromium/1362/usr/lib/chromium-browser/chrome
  0.094s /usr/bin/xdg-settings
  36.826s /proc/self/exe
  46.485s /snap/chromium/1362/usr/lib/chromium-browser/chrome
Total time: 47.862s


BETA

ab@mb:~$ snap run --trace-exec chromium
[sudo] password for ab:
Gtk-Message: 17:31:19.827: Failed to load module "canberra-gtk-module"
Gtk-Message: 17:31:19.851: Failed to load module "canberra-gtk-module"
[4553:4553:1022/173142.433976:ERROR:sandbox_linux.cc(374)] InitializeSandbox() 
called with multiple threads in process gpu-process.
Slowest 10 exec calls during snap run:
  0.228s snap-update-ns
  0.389s /usr/lib/snapd/snap-confine
  0.095s /snap/chromium/1357/snap/command-chain/snapcraft-runner
  0.607s /snap/chromium/1357/bin/desktop-launch
  0.072s /usr/bin/snapctl
  0.123s /snap/chromium/1357/bin/chromium.launcher
  0.115s /usr/bin/dbus-send
  0.315s /usr/bin/xdg-settings
  31.778s /proc/self/exe
  44.545s /snap/chromium/1357/usr/lib/chromium-browser/chrome
Total time: 45.843s

I deleted the chromium data (rm -r ~/snap/chromium), launched chromium
once, then rebooted and waited briefly, and finally ran the command.
Then I refreshed channels and did the same again.

If it's useful I can reinstall Focal on that computer when I'm back at
work tomorrow, and get the same info.

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

Title:
  [snap] On Groovy, Chromium snap takes much longer to load the first
  time after reboot

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

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

[Bug 1867118] Comment bridged from LTC Bugzilla

2020-10-22 Thread bugproxy
--- Comment From y...@cn.ibm.com 2020-10-22 21:30 EDT---
Based on this comments, can I say the issue is fixed in Ubuntu20.04?

(In reply to comment #29)
> The focal part of this ticket is addressed by:
> "Focal update: v5.4.69 upstream stable release"
> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1900624
> And LP 1900624 is Fix Committed and the patches are already applied to focal
> master-next.
> Hence aligning the status of this ticket to LP 1900624 and updating it to
> 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/1867118

Title:
  dasd_fba io error and kernel panic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1867118/+subscriptions

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

[Bug 1899485] Re: cannot send message

2020-10-22 Thread Bug Watch Updater
Launchpad has imported 87 comments from the remote bug at
https://bugzilla.mozilla.org/show_bug.cgi?id=1371309.

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 2017-06-08T15:43:12+00:00 Coxmatthew wrote:

User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML,
like Gecko) Chrome/59.0.3071.86 Safari/537.36

Steps to reproduce:

I noticed after updating to 52.1.1 64-bit on Linux Mint 17.3 Cinnamon
64-bit (Cinnamon v 2.8.8) the send button fails with error messages in
the debug log under certain circumstances.

Everything works fine when using an account tied to google
The failure is specific to an office365 account that I've setup through a local 
exchange relay program called davmail

The issue does not present when composing new messages, only on replying
to messages.

Send button, ctrl+enter, file Send do not work

I have tried running in safe-mode and the error persists


This error presented after an update to 52.1.1 I performed today. I do not 
remember prior version of TB.


Actual results:

Mail is not sent and errors are logged in the debug window:

NS_ERROR_NOT_IMPLEMENTED: Component returned failure code: 0x80004001 
(NS_ERROR_NOT_IMPLEMENTED) [nsIMsgCompose.expandMailingLists]  
MsgComposeCommands.js:4451
An error occurred executing the cmd_sendWithCheck command: [Exception... 
"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) 
[nsIMsgCompose.expandMailingLists]"  nsresult: "0x80004001 
(NS_ERROR_NOT_IMPLEMENTED)"  location: "JS frame :: 
chrome://messenger/content/messengercompose/MsgComposeCommands.js :: 
expandRecipients :: line 4451"  data: no]  globalOverlay.js:103
NS_ERROR_NOT_IMPLEMENTED: Component returned failure code: 0x80004001 
(NS_ERROR_NOT_IMPLEMENTED) [nsIMsgCompose.expandMailingLists]  
MsgComposeCommands.js:4451
An error occurred executing the cmd_sendButton command: [Exception... 
"Component returned failure code: 0x80004001 (NS_ERROR_NOT_IMPLEMENTED) 
[nsIMsgCompose.expandMailingLists]"  nsresult: "0x80004001 
(NS_ERROR_NOT_IMPLEMENTED)"  location: "JS frame :: 
chrome://messenger/content/messengercompose/MsgComposeCommands.js :: 
expandRecipients :: line 4451"  data: no]  globalOverlay.js:103



Expected results:

Mail should have been delivered.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1899485/comments/0


On 2017-06-08T20:57:46+00:00 Jorgk-bmo wrote:

Aceman, something for you to look at.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1899485/comments/1


On 2017-06-08T21:22:59+00:00 Acelists wrote:

This is not MailListNameExists :)

Anyway, what was your TB version before the update?
It would be great to find out which line is producing that error.
It should be either:
LookupAddressBook(recipientsList)
or
recipient.mDirectory->GetReadOnly();
Those could produce NS_ERROR_NOT_IMPLEMENTED that is then returned to the 
caller.

Are you using some special Addressbook type or an addon for it?

Does it happen on all replied messages or only some specific one that
may contain some unusual recipient, e.g. a group ("name:;" or similar) ?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1899485/comments/2


On 2017-06-09T15:56:54+00:00 Coxmatthew wrote:

I do not remember what my prior TB version was. Is there a log file I
can find that information in?

I am not using any special address book addon. I've got a program called
davmail which sits between TB and exchange which allows me to use
standard TB functionality to talk to exchange through it's MAPI
interface (as my company has POP/IMAP locked down) but from a TB side it
is stock.

This usually happens when I attempt to reply to messages sent through
exchange. Happens with individual recipients, lists of recipients and
distribution lists. Does not appear to happen with "new" messages, nor
are my gmail accounts impacted.


Is there a debug or trace level I can set to provide you with more information 
about which function is being called?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1899485/comments/3


On 2017-06-11T13:47:10+00:00 Vseerror wrote:

(priority is for developers)

Reply at:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1899485/comments/4


On 2017-06-12T10:53:03+00:00 A-fiergolski+bugzilla wrote:

I have the same issue.
For me it happens always for different accounts (not 

[Bug 1901061] Re: I'm using Ubuntu 20.04, and my super key doesn't work for any shortcuts or presses.

2020-10-22 Thread Daniel van Vugt
Also you have a lot of extensions enabled which can break things:

b'org.gnome.shell' b'enabled-extensions' b"['user-theme@gnome-shell-
extensions.gcampax.github.com', 'gsconn...@andyholmes.github.io', 'snap-
manager@fthx', 'auto-move-windows@gnome-shell-
extensions.gcampax.github.com', 'apps-menu@gnome-shell-
extensions.gcampax.github.com', 'drive-menu@gnome-shell-
extensions.gcampax.github.com', 'native-window-placement@gnome-shell-
extensions.gcampax.github.com', 'launch-new-instance@gnome-shell-
extensions.gcampax.github.com', 'horizontal-workspaces@gnome-shell-
extensions.gcampax.github.com', 'places-menu@gnome-shell-
extensions.gcampax.github.com', 'screenshot-window-sizer@gnome-shell-
extensions.gcampax.github.com', 'windowsNavigator@gnome-shell-
extensions.gcampax.github.com', 'window-list@gnome-shell-
extensions.gcampax.github.com', 'workspace-indicator@gnome-shell-
extensions.gcampax.github.com', 'ubuntu-appindicat...@ubuntu.com',
'hide-keyboard-lay...@sitnik.ru', 'shortc...@kyle.aims.ac.za']"

Please open the Extensions app and disable all but the standard Ubuntu
extensions. Then log out and log in again. Does the problem still occur?

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

Title:
  I'm using Ubuntu 20.04, and my super key doesn't work for any
  shortcuts or presses.

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

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

[Bug 1901061] Re: I'm using Ubuntu 20.04, and my super key doesn't work for any shortcuts or presses.

2020-10-22 Thread Daniel van Vugt
Do you mean just Super, or other combos like Super+Key ?

The latter is configurable in Settings, but the former is hidden here:

  gsettings get org.gnome.mutter overlay-key


** Summary changed:

- I'm using Ubuntu 20.02, and my super key doesn't work for any shortcuts or 
presses.
+ I'm using Ubuntu 20.04, and my super key doesn't work for any shortcuts or 
presses.

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

** Also affects: mutter (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: mutter (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/1901061

Title:
  I'm using Ubuntu 20.04, and my super key doesn't work for any
  shortcuts or presses.

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

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

[Bug 684982]

2020-10-22 Thread Aravkasi
This issue seems to have been fixed in version 83.0a1.

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

Title:
  Firefox windows don't restore on correct workspaces

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

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

[Bug 1740180]

2020-10-22 Thread Release-mgmt-account-bot
Change the status for beta to have the same as nightly and release.
For more information, please visit [auto_nag 
documentation](https://wiki.mozilla.org/Release_Management/autonag#missing_beta_status.py).

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

Title:
  Firefox stops loading Farmville 2 and hangs.

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

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

[Bug 1900775] Re: Cinder fails to create image-based volume if mirroring is enabled

2020-10-22 Thread Vern Hart
I tested Corey's fix (via ppa) side-by-side with a cinder unit with
version 2:15.4.0-0ubuntu1~cloud0 (from bionic-proposed/train).

I used a bionic qcow2 image with:
  openstack volume create --image bionic --size 3 --type stable2-az2 vernvol

Again, glance is backended by the az1 ceph cluster so this is a cross-
cluster copy. In our previous tests, qcow2 images tend to fail at a much
higher rate than raw images.

On the unpatched cinder, 77% failure with 23 out of 30 tries erring with:
  Exception during message handling: cinder.exception.ImageCopyFailure: Failed 
to copy image to volume: deleting volume 
volume-1b4d5231-2baf-4880-a380-f1dc937b20bd that has snapshot

On Corey's patched version, 0% failure. 30 out of 30 volumes succeeded.

So, in this deployment, this simple retry solves the problem.

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

Title:
  Cinder fails to create image-based volume if mirroring is enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/charm-ceph-rbd-mirror/+bug/1900775/+subscriptions

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

[Bug 1740180]

2020-10-22 Thread Fdiciocco
Hi,

I was able to reproduce this issue on Ubuntu 20  with Firefox version
Nightly 83.0a1 (2020-10-14)  (64-bit). Marking that flag as affected.

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

Title:
  Firefox stops loading Farmville 2 and hangs.

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

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

[Bug 1901073] Re: Ubuntu 19.10 x86_64 robotic audio sound when using hardware acceleration

2020-10-22 Thread Daniel van Vugt
Thank you for reporting this bug to Ubuntu.
Ubuntu 19.10 (eoan) reached end-of-life on July 17, 2020.

See this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases 

We appreciate that this bug may be old and you might not be interested
in discussing it any more. But if you are then please upgrade to the
latest Ubuntu version and re-test. If you then find the bug is still
present in the newer Ubuntu version, please add a comment here telling
us which new version it is in.


** Changed in: pulseaudio (Ubuntu)
   Status: New => Won't Fix

** Tags added: eoan

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

Title:
  Ubuntu 19.10 x86_64 robotic audio sound when using hardware
  acceleration

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

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

[Bug 1901102] Re: package nvidia-kernel-common-450 450.80.02-0ubuntu0.20.04.2 failed to install/upgrade: installed nvidia-kernel-common-450 package post-installation script subprocess returned error e

2020-10-22 Thread Daniel Letzeisen
User ran out of disk space (not a bug).

** Changed in: nvidia-graphics-drivers-450 (Ubuntu)
   Status: New => Invalid

** Converted to question:
   
https://answers.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-450/+question/693589

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

Title:
  package nvidia-kernel-common-450 450.80.02-0ubuntu0.20.04.2 failed to
  install/upgrade: installed nvidia-kernel-common-450 package post-
  installation script subprocess returned error exit status 1

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

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

[Bug 938751] Re: Images are washed out or colors are skewed in some apps (particularly Image Viewer and Chrome)

2020-10-22 Thread Daniel van Vugt
** Changed in: chromium-browser (Ubuntu)
 Assignee: hormoz hatamiyan (hormoz239) => (unassigned)

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

Title:
  Images are washed out or colors are skewed in some apps (particularly
  Image Viewer and Chrome)

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

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

[Bug 1901098] Re: failed Ubuntu upgrade from 18 to 20

2020-10-22 Thread Daniel Letzeisen
** Summary changed:

- fauled Ubuntu upgrade from 18 to 20
+ failed Ubuntu upgrade from 18 to 20

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

Title:
  failed Ubuntu upgrade from 18 to 20

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1901098/+subscriptions

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

[Bug 1890435] Re: gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation fault

2020-10-22 Thread Bug Watch Updater
** Changed in: groovy
   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/1890435

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

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

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

[Bug 1900929] Re: after install, invoking nvidia-settings shows no driver

2020-10-22 Thread Daniel Letzeisen
Please run the following command to gather logs for the system:
apport-collect 1900929

** Changed in: nvidia-settings (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/1900929

Title:
  after install, invoking nvidia-settings shows no driver

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

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

[Bug 1901083] Re: Inpsiron 1545 -- superflous key stroke logs (translated set 2, code 0x8d)

2020-10-22 Thread Henry Wertz
"1) Do you actually have superflous key strokes, along with that which is 
logged in dmesg?"
Nope, totally asymptomatic.

"2) Could you please test the latest mainline kernel (now 5.9.1) and advise to 
the results?"
Here ya go.  I can attach entire dmesg if you want, but from 5.9.1 dmesg:
[  256.705741] atkbd serio0: Unknown key pressed (translated set 2, code 0x8d 
on isa0060/serio0).
[  256.705745] atkbd serio0: Use 'setkeycodes e00d ' to make it known.
[  265.118971] atkbd serio0: Unknown key pressed (translated set 2, code 0x8d 
on isa0060/serio0).
[  265.118975] atkbd serio0: Use 'setkeycodes e00d ' to make it known.

"3) Did you personally test this with your Inspiron 1545 in a prior version of 
Ubuntu"
No.  I don't think it started logging this (at least often enough to notice) 
until my battery went from holding like a minute or two of battery life to 
holding 0, which only happened in the last 2-4 weeks. 

Honestly, I'd be totally fine if it was closed "wontfix" (I guess
launchpad doesn't have that) or "invalid", the kernel's logging a non-
standard keystroke sent by the Dell, which seems legitimate and harmless
(it'd be a nuisance if it was every second but it's not close to that);
in addition the Dell is effectively sending it in response to a hardware
failure, so I could see "if you don't want this in your kernel log,
replace your battery" being a legitimate response. Let me know and I'll
set it!

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

Title:
  Inpsiron 1545 -- superflous key stroke logs (translated set 2, code
  0x8d)

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

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

[Bug 1890435]

2020-10-22 Thread Matthias Klose
this is triggered by:

2015-05-19  Jan Hubicka  

   * tree.c (verify_type_variant): Fix #undef.
   (gimple_canonical_types_compatible_p): Move here from lto.c
   (verify_type): Verify TYPE_CANONICAL compatibility.
   * tree.h (gimple_canonical_types_compatible_p): Declare.

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

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

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

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

[Bug 1890435]

2020-10-22 Thread Matthias Klose
this started with a regression hunt in-between with GCC 9 and GCC 10.
However the test case with a compiler configured with the extra and rtl
checking already produces this ICE with 2018-01-01 and 2019-01-01
builds.

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

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

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

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

[Bug 1890435]

2020-10-22 Thread Ktkachov
confirmed on trunk with the extra checking enabled

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

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

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

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

[Bug 1890435]

2020-10-22 Thread Matthias Klose
commit 872d5034baa1007606d405e37937908602fbbe51

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

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

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

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

[Bug 1890435]

2020-10-22 Thread Rguenth
works on x86_64-linux

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

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

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

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

[Bug 1890435]

2020-10-22 Thread Fabio Pedretti
This issue is reproducible (but more rarely) also when using -g0 , see the full 
build log here:
https://launchpadlibrarian.net/501972023/buildlog_ubuntu-groovy-armhf.mesa_20.3~git2010140730.775866~oibaf~g_BUILDING.txt.gz

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

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

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

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

[Bug 1890435]

2020-10-22 Thread Fabio Pedretti
*** Bug 97368 has been marked as a duplicate of this bug. ***

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

Title:
  gcc-10 breaks on armhf (flaky): internal compiler error: Segmentation
  fault

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

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

[Bug 1901087] Re: package grub-pc 2.04-1ubuntu26.4 failed to install/upgrade: installed grub-pc package post-installation script subprocess returned error exit status 1

2020-10-22 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

Title:
  package grub-pc 2.04-1ubuntu26.4 failed to install/upgrade: installed
  grub-pc package post-installation script subprocess returned error
  exit status 1

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

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

[Bug 1901056] Re: Lubuntu OEM install doesn't work; it simply starts Lubuntu

2020-10-22 Thread Chris Guiver
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please execute the following command only once, as it
will automatically gather debugging information, in a terminal:

apport-collect 1901056

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://wiki.ubuntu.com/ReportingBugs.

FYI:  changed `ubiquity` to `calamares` as Lubuntu has used `calamares`
since 18.10

** Also affects: calamares (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ubiquity (Ubuntu)
   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/1901056

Title:
  Lubuntu OEM install doesn't work; it simply starts Lubuntu

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

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

[Bug 1901104] Re: package grub-pc 2.04-1ubuntu26.4 failed to install/upgrade: installed grub-pc package post-installation script subprocess returned error exit status 1

2020-10-22 Thread Apport retracing service
*** This bug is a duplicate of bug 1901087 ***
https://bugs.launchpad.net/bugs/1901087

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1901087, so 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.  Please continue to report any other bugs you may
find.

** Tags removed: need-duplicate-check

** This bug has been marked a duplicate of bug 1901087
   package grub-pc 2.04-1ubuntu26.4 failed to install/upgrade: installed 
grub-pc package post-installation script subprocess returned error exit status 1

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

Title:
  package grub-pc 2.04-1ubuntu26.4 failed to install/upgrade: installed
  grub-pc package post-installation script subprocess returned error
  exit status 1

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

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

[Bug 1901104] [NEW] package grub-pc 2.04-1ubuntu26.4 failed to install/upgrade: installed grub-pc package post-installation script subprocess returned error exit status 1

2020-10-22 Thread chenwei
*** This bug is a duplicate of bug 1901087 ***
https://bugs.launchpad.net/bugs/1901087

Public bug reported:

package grub-pc 2.04-1ubuntu26.4 failed to install/upgrade: installed
grub-pc package post-installation script subprocess returned error exit
status 1

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: grub-pc 2.04-1ubuntu26.4
ProcVersionSignature: Ubuntu 5.4.0-52.57-generic 5.4.65
Uname: Linux 5.4.0-52-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.10
AptOrdering:
 firefox:amd64: Install
 firefox-locale-en:amd64: Install
 firefox-locale-zh-hans:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
CasperMD5CheckResult: skip
Date: Fri Oct 23 08:46:52 2020
DuplicateSignature:
 package:grub-pc:2.04-1ubuntu26.4
 Setting up grub-pc (2.04-1ubuntu26.4) ...
 dpkg: error processing package grub-pc (--configure):
  installed grub-pc package post-installation script subprocess returned error 
exit status 1
ErrorMessage: installed grub-pc package post-installation script subprocess 
returned error exit status 1
InstallationDate: Installed on 2015-12-17 (1771 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS "Trusty Tahr" - Release amd64 (20150218.1)
ProcCmdLine: BOOT_IMAGE=/vmlinuz-5.4.0-52-generic 
root=UUID=8a566286-ef18-44fb-9f57-0e633bdc88e0 ro quiet splash vt.handoff=7
Python3Details: /usr/bin/python3.8, Python 3.8.5, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.18, python-is-python2, 2.7.17-4
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.2ubuntu0.1
SourcePackage: grub2
Title: package grub-pc 2.04-1ubuntu26.4 failed to install/upgrade: installed 
grub-pc package post-installation script subprocess returned error exit status 1
UpgradeStatus: Upgraded to focal on 2020-10-14 (8 days ago)

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


** Tags: amd64 apport-package focal

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

Title:
  package grub-pc 2.04-1ubuntu26.4 failed to install/upgrade: installed
  grub-pc package post-installation script subprocess returned error
  exit status 1

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

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

[Bug 1891686] Re: Please default to nocheck on riscv64

2020-10-22 Thread Steve Langasek
Balint, have you tested that this works correctly for the case that
DEB_BUILD_OPTS has been set by the maintainer?

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

Title:
  Please default to nocheck on riscv64

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

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

[Bug 1901095] Re: install 20.10 from USB stick failed

2020-10-22 Thread Steve Langasek
The error in the log is:

Oct 22 20:15:06 ubuntu grub-installer: info: Running chroot /target 
grub-install  --force --target x86_64-efi "/dev/sdb"
Oct 22 20:15:07 ubuntu grub-installer: Installing for x86_64-efi platform.
Oct 22 20:15:18 ubuntu grub-installer: grub-install: warning: Internal error.
Oct 22 20:15:18 ubuntu grub-installer: grub-install: error: failed to register 
the EFI boot entry: Operation not permitted.
Oct 22 20:15:18 ubuntu grub-installer: error: Running 'grub-install  --force 
--target x86_64-efi "/dev/sdb"' failed.

This indicates that Ubuntu was unable to register itself with your
system's firmware, and therefore after reboot the installed system may
not boot up correctly.

What sort of system are you installing on?  Please attach the output of
'sudo dmidecode' from this system.

** Changed in: ubiquity (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/1901095

Title:
  install 20.10 from USB stick failed

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

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

[Bug 1901098] Re: fauled Ubuntu upgrade from 18 to 20

2020-10-22 Thread Daniel Letzeisen
You have oibaf PPA still enabled. Please follow the directions and run
ppa-purge on it (and other PPA's you may have enabled) to restore stock
18.04 packages. Then, try to upgrade again.

** Changed in: ubuntu-release-upgrader (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/1901098

Title:
  fauled Ubuntu upgrade from 18 to 20

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1901098/+subscriptions

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

[Bug 1901102] Re: package nvidia-kernel-common-450 450.80.02-0ubuntu0.20.04.2 failed to install/upgrade: installed nvidia-kernel-common-450 package post-installation script subprocess returned error e

2020-10-22 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  package nvidia-kernel-common-450 450.80.02-0ubuntu0.20.04.2 failed to
  install/upgrade: installed nvidia-kernel-common-450 package post-
  installation script subprocess returned error exit status 1

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

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

[Bug 1901102] [NEW] package nvidia-kernel-common-450 450.80.02-0ubuntu0.20.04.2 failed to install/upgrade: installed nvidia-kernel-common-450 package post-installation script subprocess returned error

2020-10-22 Thread Macy
Public bug reported:

I don't know what happened.

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: nvidia-kernel-common-450 450.80.02-0ubuntu0.20.04.2
ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
Uname: Linux 5.4.0-42-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27.10
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.445.1
Date: Fri Oct 23 00:33:47 2020
ErrorMessage: installed nvidia-kernel-common-450 package post-installation 
script subprocess returned error exit status 1
LiveMediaBuild: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
Python3Details: /usr/bin/python3.8, Python 3.8.5, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.2ubuntu0.1
SourcePackage: nvidia-graphics-drivers-450
Title: package nvidia-kernel-common-450 450.80.02-0ubuntu0.20.04.2 failed to 
install/upgrade: installed nvidia-kernel-common-450 package post-installation 
script subprocess returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nvidia-graphics-drivers-450 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package focal

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

Title:
  package nvidia-kernel-common-450 450.80.02-0ubuntu0.20.04.2 failed to
  install/upgrade: installed nvidia-kernel-common-450 package post-
  installation script subprocess returned error exit status 1

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

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

[Bug 1861936] Re: Raspberry Pi 3 network dies shortly after a burst of IPv6 tunnel network load ((lan78xx): transmit queue 0 timed out)

2020-10-22 Thread Christopher Yates
Ahhh.  I do have 3 tunnels up as well.  Good find!

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

Title:
  Raspberry Pi 3 network dies shortly after a burst of IPv6 tunnel
  network load ((lan78xx): transmit queue 0 timed out)

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

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

[Bug 1600142] Re: System Monitor CPU graph shows random colors only for 4 CPU cores

2020-10-22 Thread Bug Watch Updater
** Changed in: libgtop
   Status: New => 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/1600142

Title:
  System Monitor CPU graph shows random colors only for 4 CPU cores

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

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

[Bug 1828107] Re: gvfs can't list shares from smb servers that disabled SMB1

2020-10-22 Thread Bug Watch Updater
** Changed in: gvfs
   Status: New => 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/1828107

Title:
  gvfs can't list shares from smb servers that disabled SMB1

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

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

[Bug 1875413] Re: Finnish spell checking does not work in Gnome applications

2020-10-22 Thread Bug Watch Updater
** Changed in: gnote
   Status: New => 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/1875413

Title:
  Finnish spell checking does not work in Gnome applications

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

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

[Bug 1855699] Re: Click pen icon on right side of path bar to enter custom path.

2020-10-22 Thread Bug Watch Updater
** Changed in: nautilus
   Status: New => 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/1855699

Title:
  Click pen icon on right side of path bar to enter custom path.

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

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

  1   2   3   4   5   6   7   8   >