[Bug 6804] Re: /usr/bin/irssi-text: Connecting doesn't work, fails with glib error

2019-10-19 Thread martin
** Changed in: irssi-text (Ubuntu)
 Assignee: (unassigned) => martin (mukamuka)

-- 
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/6804

Title:
  /usr/bin/irssi-text: Connecting doesn't work, fails with glib error

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

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

[Bug 1840686] Re: Xenial images won't reboot if disk size is > 2TB when using GPT

2019-10-19 Thread Matthew Ruffell
** Description changed:

  [Impact]
  
  GCP wishes for xenial images to use GPT instead of MBR as a part of
  their efforts to change to efi based booting, but they have hit an issue
  where after booting an instance that has a disk size of 2049 GB or
  higher, we hang on the next subsequent boot (Logs indicate it hanging on
- "Booting Hard Disk 0".
+ "Booting Hard Disk 0").
  
  This is a problem in grub2 where the system would become unbootable
  after ext* online resize if no resize_inode was created at ext* format
  time.
  
  [Test Case]
  
  To reproduce:
  
- 1) Create an image with a disk size of 3072 using a serial that has GPT:
+ 1) Create an image with a disk size of 3072 GB using a serial that has
+ GPT:
  
  gcloud compute instances create test-3072-xenial --image daily-
  ubuntu-1604-xenial-v20190731 --image-project ubuntu-os-cloud-devel
  --boot-disk-size 3072
  
  2) Reboot the instance
  
  The instance will hang on reboot and you cannot connect. If you go to
  GCP console and select Logs > Serial port 1 (console), you will see the
  boot process has stopped at "Booting Hard Disk 0".
  
  I have built a test package, which is available here:
  
  https://launchpad.net/~mruffell/+archive/ubuntu/lp1840686-test
  
  If you do step 1) but do not reboot, and instead add the PPA, install
  the new grub like so:
  
  1) gcloud compute instances create test-3072-xenial --image 
daily-ubuntu-1604-xenial-v20190731 --image-project ubuntu-os-cloud-devel 
--boot-disk-size 3072
  2) sudo add-apt-repository ppa:mruffell/lp1840686-test
  3) sudo apt-get update
  4) sudo apt remove grub-common grub-efi-amd64 grub-efi-amd64-bin 
grub-efi-amd64-signed grub-pc-bin grub2-common
  5) sudo apt install grub-common grub-efi-amd64 grub-efi-amd64-bin grub-pc-bin 
grub2-common
  6) sudo grub-install /dev/sda
  7) sudo reboot
  
  The instance will boot successfully and you will be able to connect.
  
  Note, we must use "daily-ubuntu-1604-xenial-v20190731" as the image, as
  it is enabled for GPT and efi. GCP was reverted back to MBR and bios
  booting because of this bug, so the latest images will not reproduce the
  problem.
  
  [Regression Potential]
  
  Grub is a core package and every care must be taken in order to not
  introduce any regressions.
  
  The commit is present in B, D, E and F, and is considered well tested
  and widely adopted by the community.
  
  The commit comes with its own testcase, to test the ext4_metabg fix.
  
  The changes are localised to ext* based filesystems, although since they
  are the most popular family of filesystems used by the community, this
  does not reduce risk of breakage by much.
  
  If a regression were to happen, a regression would have a large impact,
  and in the worst case, can lead to unbootable systems and data loss for
  users who are not technical enough to reinstall grub from a working
  package inside the broken system chroot.
  
  [Other Info]
  
  In comment #4, Sultan identifies the fix as:
  
  commit e20aa39ea4298011ba716087713cff26c6c52006
  Author: Vladimir Serbinenko 
  Date:   Mon Feb 16 20:53:26 2015 +0100
  Subject: ext2: Support META_BG.
  
  This commit is from upstream grub2, and can be found here:
  
  
https://git.savannah.gnu.org/cgit/grub.git/commit/?id=e20aa39ea4298011ba716087713cff26c6c52006
  
  Looking at when this was merged:
  
  $ git describe --contains e20aa39ea4298011ba716087713cff26c6c52006
  2.02-beta3~429
  
  This commit is present in B, D, E and F, leaving X as the only version
  needing an SRU.
  
  The commit cleanly cherry picks to X, because the delta from
  2.02~beta2-36ubuntu3.22 to 2.02-beta3~429 is small.

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

Title:
  Xenial images won't reboot if disk size is > 2TB when using GPT

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

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

[Bug 1848795] Re: Internal error in varasm.c

2019-10-19 Thread Matthias Klose
$ cat expected-results.ii
# 1 "" 3
namespace a {
namespace b {
enum c { d };
}
} // namespace a
struct {
  a::b::c e;
  char f[];
} g[]{a::b::d, "nodeid", {}};

$ g++-7 -Wall -std=gnu++11 -c expected-results.ii 
:9:29: internal compiler error: in output_constructor_regular_field, at 
varasm.c:5035
Please submit a full bug report,
with preprocessed source if appropriate.

$ g++-8 -Wall -std=gnu++11 -c expected-results.ii 
:9:28: error: initialization of flexible array member in a nested context

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

Title:
  Internal error in varasm.c

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

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

[Bug 1848621] Re: [snap] lost all passwords on 19.10 when chromium-browser deb was replaced by a snap

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

** Changed in: chromium-browser (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/1848621

Title:
  [snap] lost all passwords on 19.10 when chromium-browser deb was
  replaced by a snap

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

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

[Bug 1848839] [NEW] KNSCore caching broken when using systemsettings

2019-10-19 Thread Rik Mills
Public bug reported:

Version: 5.62.0-0ubuntu1
Releases: Eoan and Focal

Symptoms: When using systemsettings application, the 1st "Get new stuff"
request in a control module fetches and displays the correct online
restults from the KDE store. However, switching to another control
module without closing system settings and then requesting "get new
stuff" there wrongly displays the results from the previous module.

For example, open systemsettings and go to colours, and GNS for colour
schemes brings correct result. Then move to window decorations module,
and GNS there, wrongly shows colour schemes again, not window
decorations.

A proposed fix for the caching is in review currently by KDE:
https://phabricator.kde.org/D24754

** Affects: knewstuff (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/1848839

Title:
  KNSCore caching broken when using systemsettings

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

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

[Bug 1848642] Re: eoan/linux-kvm: 5.3.0-1004.4 -proposed tracker

2019-10-19 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/automated-testing
   Status: In Progress => Fix Released

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1848648
  packages:
main: linux-kvm
meta: linux-meta-kvm
  phase: Testing
  phase-changed: Saturday, 19. October 2019 00:11 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
-   automated-testing: Ongoing -- testing in progress
regression-testing: Ongoing -- testing in progress
security-signoff: Pending -- waiting for signoff
verification-testing: Ongoing -- testing in progress
  variant: debs

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

Title:
  eoan/linux-kvm: 5.3.0-1004.4 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1848642/+subscriptions

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

[Bug 1848839] Re: KNSCore caching broken when using systemsettings

2019-10-19 Thread Rik Mills
** Bug watch added: KDE Bug Tracking System #408716
   https://bugs.kde.org/show_bug.cgi?id=408716

** Also affects: knewstuff via
   https://bugs.kde.org/show_bug.cgi?id=408716
   Importance: Unknown
   Status: Unknown

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

Title:
  KNSCore caching broken when using systemsettings

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

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

[Bug 1848309] Re: "Automatic Date & Time" is broken

2019-10-19 Thread Alex
Always when I click on the slider the slider just goes back without
adjusting anything.

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

Title:
  "Automatic Date & Time" is broken

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

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

[Bug 1848795] Re: Internal error in varasm.c

2019-10-19 Thread Matthias Klose
fixed in 8 and 9, won't fix in 7.

** Bug watch added: GCC Bugzilla #81922
   https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81922

** Also affects: gcc via
   https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81922
   Importance: Unknown
   Status: Unknown

** Changed in: gcc-7 (Ubuntu)
   Status: Confirmed => 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/1848795

Title:
  Internal error in varasm.c

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

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

[Bug 1848648] Re: eoan/linux: 5.3.0-19.20 -proposed tracker

2019-10-19 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/automated-testing
   Status: In Progress => Incomplete

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  bugs-spammed: true
  packages:
lrm: linux-restricted-modules
main: linux
meta: linux-meta
signed: linux-signed
  phase: Testing
  phase-changed: Saturday, 19. October 2019 06:01 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
-   automated-testing: Ongoing -- testing in progress
+   automated-testing: Stalled -- testing FAILED
certification-testing: Ongoing -- testing in progress
regression-testing: Ongoing -- testing in progress
security-signoff: Pending -- waiting for signoff
verification-testing: Ongoing -- testing in progress
  trackers:
bionic/linux-hwe-edge: bug 1848645
eoan/linux-aws: bug 1848631
eoan/linux-azure: bug 1848632
eoan/linux-gcp: bug 1848635
eoan/linux-kvm: bug 1848642
eoan/linux-oracle: bug 1848644
eoan/linux-raspi2: bug 1848630
  variant: debs

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

Title:
  eoan/linux: 5.3.0-19.20 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1848648/+subscriptions

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

[Bug 1846128] Re: xenial/linux-deeplens: 4.15.0-1010.10 -proposed tracker

2019-10-19 Thread Gavin Lin
Kernel deb testing completes, no regressions found. Ready for Updates. Results 
here:
DeepLens:
https://certification.canonical.com/hardware/201801-26078/submission/152906/
DeepRacer:
https://certification.canonical.com/hardware/201903-26883/submission/152905/

** Changed in: kernel-sru-workflow/certification-testing
   Status: In Progress => Fix Released

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

Title:
  xenial/linux-deeplens: 4.15.0-1010.10 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846128/+subscriptions

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

[Bug 1848648] Re: eoan/linux: 5.3.0-19.20 -proposed tracker

2019-10-19 Thread Steve Beattie
** Changed in: kernel-sru-workflow/security-signoff
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/security-signoff
 Assignee: Canonical Security Team (canonical-security) => Steve Beattie 
(sbeattie)

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

Title:
  eoan/linux: 5.3.0-19.20 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1848648/+subscriptions

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

[Bug 1848635] Re: eoan/linux-gcp: 5.3.0-1005.5 -proposed tracker

2019-10-19 Thread Steve Beattie
** Changed in: kernel-sru-workflow/security-signoff
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/security-signoff
 Assignee: Canonical Security Team (canonical-security) => Steve Beattie 
(sbeattie)

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

Title:
  eoan/linux-gcp: 5.3.0-1005.5 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1848635/+subscriptions

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

[Bug 1848631] Re: eoan/linux-aws: 5.3.0-1004.4 -proposed tracker

2019-10-19 Thread Steve Beattie
** Changed in: kernel-sru-workflow/security-signoff
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/security-signoff
 Assignee: Canonical Security Team (canonical-security) => Steve Beattie 
(sbeattie)

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

Title:
  eoan/linux-aws: 5.3.0-1004.4 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1848631/+subscriptions

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

[Bug 1846128] Re: xenial/linux-deeplens: 4.15.0-1010.10 -proposed tracker

2019-10-19 Thread Ubuntu Kernel Bot
** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1846130
  packages:
main: linux-deeplens
meta: linux-meta-deeplens
- phase: Testing
- phase-changed: Friday, 18. October 2019 16:25 UTC
+ phase: Holding before Promote to Updates
+ phase-changed: Saturday, 19. October 2019 07:45 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
-   certification-testing: Ongoing -- testing in progress
+   promote-to-updates: Holding -- cycle not ready to release
  variant: debs

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

Title:
  xenial/linux-deeplens: 4.15.0-1010.10 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1846128/+subscriptions

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

[Bug 1848630] Re: eoan/linux-raspi2: 5.3.0-1008.9 -proposed tracker

2019-10-19 Thread Steve Beattie
** Changed in: kernel-sru-workflow/security-signoff
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/security-signoff
 Assignee: (unassigned) => Steve Beattie (sbeattie)

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

Title:
  eoan/linux-raspi2: 5.3.0-1008.9 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1848630/+subscriptions

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

[Bug 1848632] Re: eoan/linux-azure: 5.3.0-1004.4 -proposed tracker

2019-10-19 Thread Steve Beattie
** Changed in: kernel-sru-workflow/security-signoff
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/security-signoff
 Assignee: Canonical Security Team (canonical-security) => Steve Beattie 
(sbeattie)

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

Title:
  eoan/linux-azure: 5.3.0-1004.4 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1848632/+subscriptions

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

[Bug 1848642] Re: eoan/linux-kvm: 5.3.0-1004.4 -proposed tracker

2019-10-19 Thread Steve Beattie
** Changed in: kernel-sru-workflow/security-signoff
   Status: Confirmed => In Progress

** Changed in: kernel-sru-workflow/security-signoff
 Assignee: Canonical Security Team (canonical-security) => Steve Beattie 
(sbeattie)

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

Title:
  eoan/linux-kvm: 5.3.0-1004.4 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1848642/+subscriptions

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

[Bug 1842037] Re: Oops when Kerberos credentials are invalid

2019-10-19 Thread Matthew Ruffell
Hi Frank,

It has been 9 days, or slightly over a week since you applied the respun
test kernel to your systems.

Are your systems stable now? Are they suffering any symptoms of Bug
1842037 or Bug 1828978?

Is the test kernel more stable than regular released Ubuntu kernels? Do
you think the patches you requested fix the problems you were having?

Does the test kernel still crash when mis-behaving NFS clients connect?

Let me know how the respun test kernel is going. If things are good, I
can begin the process of getting the patches into an official Ubuntu
kernel. If things are not good, if you provide some logs of call traces
you are seeing, we can keep working on solving your problem.

Thanks,
Matthew

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

Title:
  Oops when Kerberos credentials are invalid

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

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

[Bug 1845289] Re: Grub EFI amd64 no longer start EFI/Microsoft/Boot/bootmgfw.efi

2019-10-19 Thread Ivan Larionov
This is probably duplicate of
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1839317.

I have the same issue.

I can boot Windows 10 from BIOS/EFI boot menu, but can't boot it from
grub.

Setting debug=chain shows that grub tries to use SecureBoot, but it's
disabled.

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

Title:
  Grub EFI amd64 no longer start EFI/Microsoft/Boot/bootmgfw.efi

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

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

[Bug 1839317] Re: Grub fails to chainload the Windows Boot Manager

2019-10-19 Thread Ivan Larionov
** 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/1839317

Title:
  Grub fails to chainload the Windows Boot Manager

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

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

[Bug 1848839] Re: KNSCore caching broken when using systemsettings

2019-10-19 Thread Bug Watch Updater
Launchpad has imported 3 comments from the remote bug at
https://bugs.kde.org/show_bug.cgi?id=408716.

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 2019-06-14T22:19:45+00:00 Eridani Rodríguez wrote:

SUMMARY
When wanting to install customizations trough System Settings "Get New ..." 
buttons. The window to download stuff always shows the items from the first 
category you opened the "Download New ..." for.

(Free translation as my system isn't in english)


STEPS TO REPRODUCE
1. Open System Settings and navigate to Color schemes section, hit "Get new 
..." button.
2. Close the "Download new ..." window
3. Navigate to Workspace themes and hit the "Get new ..." button


OBSERVED RESULT
1. The window will display the search for color schemes
2. Same happen the other way around and with other sections combinations (Icons 
& Cursors, Cursors & Colors, etc.), it always shows the first thing you 
searched for.
3. Desktop Effects, SDDM and Start Up themes doesn't seem to be affected.

EXPECTED RESULT
It should show the results for the current category.

SOFTWARE/OS VERSIONS
Operating System: KDE neon 5.16
KDE Plasma Version: 5.16.0
KDE Frameworks Version: 5.59.0
Qt Version: 5.12.3
Kernel Version: 4.15.0-51-generic
OS Type: 64-bit
Processors: 4 × Intel® Core™ i5-4670 CPU @ 3.40GHz
Memory: 15.6 GiB
 

ADDITIONAL INFORMATION
I think this bug was introduced with the recent update to Plasma 5.16 because I 
don't recall experiencing it in 5.15.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/knewstuff/+bug/1848839/comments/0


On 2019-10-16T09:15:26+00:00 Rik Mills wrote:

Seen in latest Neon packages:

Plasma 5.17.0
Frameworks 5.63.0
Qt 5.13.1

Also in seen in Kubuntu 19.10:

Plasma 5.16.5
Frameworks 5.62
Qt 5.12.4

Reply at:
https://bugs.launchpad.net/ubuntu/+source/knewstuff/+bug/1848839/comments/1


On 2019-10-16T20:12:45+00:00 Arojas-8 wrote:

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

Reply at:
https://bugs.launchpad.net/ubuntu/+source/knewstuff/+bug/1848839/comments/2


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

Title:
  KNSCore caching broken when using systemsettings

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

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

[Bug 1848795] Re: Internal error in varasm.c

2019-10-19 Thread Bug Watch Updater
Launchpad has imported 7 comments from the remote bug at
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81922.

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-08-22T10:00:52+00:00 Rguenth wrote:

Created attachment 42024
unincluded unreduced testcase

> g++-7 -std=gnu++1z -S floc.cc 
floc.cc:187:1: internal compiler error: in output_constructor_regular_field, at 
varasm.c:5030
continue;
 ^
Please submit a full bug report,
with preprocessed source if appropriate.
See  for instructions.

same ICE with gcc 6 and trunk.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/gcc-7/+bug/1848795/comments/0


On 2017-09-11T19:19:22+00:00 Marxin-m wrote:

Confirmed for following reduced test-case:

$ cat pr81922.ii
struct
{
  char *a;
  char b[];
} c[]{"", "", {}};

started with r234636. Is the original test-case really valid?

Reply at:
https://bugs.launchpad.net/ubuntu/+source/gcc-7/+bug/1848795/comments/1


On 2017-12-07T15:21:57+00:00 Jakub-gcc wrote:

We have a bunch of other PRs for the lack of diagnostics of invalid 
initialization of flexible array members inside of arrays to non-empty array.
We just should diagnose it as invalid.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/gcc-7/+bug/1848795/comments/2


On 2017-12-07T17:03:30+00:00 Jakub-gcc wrote:

Created attachment 42811
gcc8-pr81922.patch

WIP patch that attempts to handle it like the C FE, will work on
testcases tomorrow.

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


On 2017-12-15T20:20:31+00:00 Jakub-gcc wrote:

Author: jakub
Date: Fri Dec 15 20:20:00 2017
New Revision: 255703

URL: https://gcc.gnu.org/viewcvs?rev=255703&root=gcc&view=rev
Log:
PR c++/80135
PR c++/81922
* typeck2.c (digest_init_r): Change nested argument type from bool to
int.  Use code instead of TREE_CODE (type) where possible.  If
nested == 2, diagnose initialization of flexible array member with
STRING_CST.  Pass nested to process_init_constructor.  Formatting fix.
(digest_init, digest_init_flags): Adjust digest_init_r caller.
(massage_init_elt): Add nested argument.  Pass 2 instead of 1 to
digest_init_r's nested argument if nested is non-zero.
(process_init_constructor_array): Add nested argument.  If nested == 2,
diagnose initialization of flexible array member with non-empty
braced enclosed list.  Pass nested to massage_init_elt.
(process_init_constructor_record, process_init_constructor_union): Add
nested argument, pass it to massage_init_elt.
(process_init_constructor): Add nested argument, pass it to
process_init_constructor_{array,record,union}.
* init.c (find_field_init): Renamed to ...
(find_flexarray_init): ... this.  Return NULL_TREE if init is
error_mark_node.  Don't look through nested CONSTRUCTORs.
(warn_placement_new_too_small): Adjust caller.

* g++.dg/warn/Wplacement-new-size-1.C (fBx1): Initialize nested
flexible array member only with {}.  Add dg-warning.
(fBx2, fBx3): Remove.
* g++.dg/warn/Wplacement-new-size-2.C (fBx1): Initialize nested
flexible array member only with {}.  Add dg-warning.
(fBx2, fBx3): Remove.
* g++.dg/warn/Wplacement-new-size-6.C: New test.
* g++.dg/ext/flexary13.C (main): Remove test for initialization
of nested flexible array member with non-empty initializer.
* g++.dg/ext/flexary25.C: New test.
* g++.dg/ext/flexary26.C: New test.
* g++.dg/ext/flexary27.C: New test.
* g++.dg/parse/pr43765.C: Expect diagnostics about initialization
of nested flexible array member with non-empty initializer.  Expect
C++2A diagnostics about mixing of designated and non-designated
initializers.

Added:
trunk/gcc/testsuite/g++.dg/ext/flexary25.C
trunk/gcc/testsuite/g++.dg/ext/flexary26.C
trunk/gcc/testsuite/g++.dg/ext/flexary27.C
trunk/gcc/testsuite/g++.dg/warn/Wplacement-new-size-6.C
Modified:
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/init.c
trunk/gcc/cp/typeck2.c
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/g++.dg/ext/flexary13.C
trunk/gcc/testsuite/g++.dg/parse/pr43765.C
trunk/gcc/testsuite/g++.dg/warn/Wplacement-new-size-1.C
trunk/gcc/testsuite/g++.dg/warn/Wplacement-new-size-2.C

Reply at:
https://bugs.launchpad.net/ub

[Bug 1572132] Re: SMBv2+ does not show all files when mounting a windows share

2019-10-19 Thread Mathew Hodson
** Also affects: ubuntu-release-notes
   Importance: Undecided
   Status: New

** Changed in: ubuntu-release-notes
   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/1572132

Title:
  SMBv2+ does not show all files when mounting a windows share

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

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

[Bug 1848829] Re: upgrade from 19.04 to 19.10 fails

2019-10-19 Thread Arul
2019-10-19 13:05:38,522 INFO Using config files '['./DistUpgrade.cfg']'
2019-10-19 13:05:38,522 INFO uname information: 'Linux DreamServer 
5.0.0-32-generic #34-Ubuntu SMP Wed Oct 2 02:06:48 UTC 2019 x86_64'
2019-10-19 13:05:38,912 INFO apt version: '1.8.3'
2019-10-19 13:05:38,912 INFO python version: '3.7.3 (default, Oct  7 2019, 
12:56:13) 
[GCC 8.3.0]'
2019-10-19 13:05:38,916 INFO release-upgrader version '19.10.12' started
2019-10-19 13:05:38,924 INFO locale: 'en_US' 'UTF-8'
2019-10-19 13:05:38,969 INFO screen could not be run
2019-10-19 13:05:39,003 DEBUG Using 'DistUpgradeViewText' view
2019-10-19 13:05:39,042 DEBUG enable dpkg --force-overwrite
2019-10-19 13:05:39,084 DEBUG creating statefile: 
'/var/log/dist-upgrade/apt-clone_system_state.tar.gz'
2019-10-19 13:05:43,722 DEBUG lsb-release: 'disco'
2019-10-19 13:05:43,723 DEBUG _pythonSymlinkCheck run
2019-10-19 13:05:43,724 DEBUG openCache()
2019-10-19 13:05:43,724 DEBUG quirks: running PreCacheOpen
2019-10-19 13:05:43,724 DEBUG running Quirks.PreCacheOpen
2019-10-19 13:05:44,336 DEBUG /openCache(), new cache size 95561
2019-10-19 13:05:44,336 DEBUG need_server_mode(): run in 'desktop' mode, 
(because of pkg 'ubuntu-desktop')
2019-10-19 13:05:44,336 DEBUG checkViewDepends()
2019-10-19 13:05:44,337 DEBUG running doUpdate() (showErrors=False)
2019-10-19 13:05:46,638 DEBUG openCache()
2019-10-19 13:05:47,275 DEBUG /openCache(), new cache size 95561
2019-10-19 13:05:47,275 DEBUG doPostInitialUpdate
2019-10-19 13:05:47,275 DEBUG quirks: running eoanPostInitialUpdate
2019-10-19 13:05:47,275 DEBUG running Quirks.eoanPostInitialUpdate
2019-10-19 13:05:52,295 DEBUG abort called
2019-10-19 13:05:52,295 DEBUG openCache()
2019-10-19 13:05:52,950 DEBUG /openCache(), new cache size 95561

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

Title:
  upgrade from 19.04 to 19.10 fails

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

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

[Bug 1848829] Re: upgrade from 19.04 to 19.10 fails

2019-10-19 Thread Arul
Upgrade from 19.04 to 19.10 failed for me

Fetched 586 B in 0s (0 B/s) 
   
Reading package lists... Done
Building dependency tree  
Reading state information... Done

Restoring original system state

Aborting
Reading package lists... Done
Building dependency tree  
Reading state information... Done

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

Title:
  upgrade from 19.04 to 19.10 fails

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

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

[Bug 1848829] Re: upgrade from 19.04 to 19.10 fails

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

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

Title:
  upgrade from 19.04 to 19.10 fails

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

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

[Bug 1848841] [NEW] Chromium snap looks tiny in hidpi after gnome shell restart

2019-10-19 Thread Carlos Pita
Public bug reported:

My screen is 3000x2000. I use a scaling factor of 2x. Today I upgraded
to 19.10 and chromium became a snap package. It launches at the right
scaling factor, but if I restart gnome shell (Alt-F2 r) it rescales to
1x (I believe) and everything becomes absurdly tiny. Restarting chromium
afterwards restores the right scaling factor.

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: chromium-browser 77.0.3865.120-0ubuntu1~snap1
ProcVersionSignature: Ubuntu 5.3.0-18.19-generic 5.3.1
Uname: Linux 5.3.0-18-generic x86_64
ApportVersion: 2.20.11-0ubuntu8
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
DRM.card0-DP-1:
 enabled: disabled
 dpms: Off
 status: disconnected
 edid-base64: 
 modes:
DRM.card0-DP-2:
 enabled: disabled
 dpms: Off
 status: disconnected
 edid-base64: 
 modes:
DRM.card0-HDMI-A-1:
 enabled: disabled
 dpms: Off
 status: disconnected
 edid-base64: 
 modes:
DRM.card0-eDP-1:
 enabled: enabled
 dpms: On
 status: connected
 edid-base64: 
AP///wBRmIgTACobAQSlHRR4Asr8pFZPnicOT1UBAQEBAQEBAQEBAQEBAQEBuJi4oLDQPnAwIDUAJcQQAAAaAAAY/gBUSUFOTUEgWE0g/wBUTDEzOUdEWFAwMQAAAF8=
 modes: 3000x2000
Date: Sat Oct 19 05:11:37 2019
DiskUsage:
 Filesystem Type   Size  Used Avail Use% Mounted on
 /dev/nvme0n1p2 ext4   331G   62G  255G  20% /
 tmpfs  tmpfs  7,8G   75M  7,7G   1% /dev/shm
 /dev/nvme0n1p2 ext4   331G   62G  255G  20% /
InstallationDate: Installed on 2019-06-13 (127 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 003: ID 05c8:03c0 Cheng Uei Precision Industry Co., Ltd 
(Foxlink) HD Camera
 Bus 001 Device 002: ID 8087:0a2b Intel Corp. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: HUAWEI MACH-WX9
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-18-generic 
root=UUID=08b323c0-f1a9-46a9-8d2c-694dff8193f6 ro quiet splash vt.handoff=7
Snap.ChromeDriverVersion: ChromeDriver 77.0.3865.120 
(416d6d8013e9adb6dd33b0c12e7614ff403d1a94-refs/branch-heads/3865@{#884})
Snap.ChromiumVersion: Chromium 77.0.3865.120 snap
SourcePackage: chromium-browser
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/28/2018
dmi.bios.vendor: HUAWEI
dmi.bios.version: 1.17
dmi.board.name: MACH-WX9-PCB
dmi.board.vendor: HUAWEI
dmi.board.version: M14
dmi.chassis.type: 10
dmi.chassis.vendor: HUAWEI
dmi.chassis.version: M14
dmi.modalias: 
dmi:bvnHUAWEI:bvr1.17:bd07/28/2018:svnHUAWEI:pnMACH-WX9:pvrM14:rvnHUAWEI:rnMACH-WX9-PCB:rvrM14:cvnHUAWEI:ct10:cvrM14:
dmi.product.family: HUAWEI MateBook X
dmi.product.name: MACH-WX9
dmi.product.sku: C128
dmi.product.version: M14
dmi.sys.vendor: HUAWEI

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug eoan snap

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

Title:
  Chromium snap looks tiny in hidpi after gnome shell restart

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

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

[Bug 1743976] Re: gnome-shell is wasting CPU repainting unchanging panels

2019-10-19 Thread Mathew Hodson
** No longer affects: gnome-shell-extension-ubuntu-dock (Ubuntu Bionic)

** Also affects: gnome-shell (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: gnome-shell-extension-ubuntu-dock (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Changed in: gnome-shell (Ubuntu Bionic)
   Status: New => Fix Released

** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu Bionic)
   Status: New => Fix Released

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

** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu Bionic)
   Importance: Undecided => Medium

** Also affects: gnome-shell (Ubuntu Cosmic)
   Importance: Undecided
   Status: New

** Also affects: gnome-shell-extension-ubuntu-dock (Ubuntu Cosmic)
   Importance: Undecided
   Status: New

** No longer affects: gnome-shell (Ubuntu Cosmic)

** No longer affects: gnome-shell-extension-ubuntu-dock (Ubuntu Cosmic)

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

Title:
  gnome-shell is wasting CPU repainting unchanging panels

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

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

[Bug 1743643] Re: Install to dirty disk with swap fails

2019-10-19 Thread Mathew Hodson
** No longer affects: casper (Ubuntu)

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

Title:
  Install to dirty disk with swap fails

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

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

[Bug 1261945] Re: When editing PPAs, software-properties sometimes scrolls back to the top of the list

2019-10-19 Thread Norbert
Got this bug on 19.10 with dozen PPAs added.

** Tags added: bionic disco eoan xenial

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

Title:
  When editing PPAs, software-properties sometimes scrolls back to the
  top of the list

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

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

[Bug 1848753] Re: [snap] chromium times out connecting document portal with NFS home

2019-10-19 Thread Juho L
Yes, indeed the stored passwords inside chromiums sqlite file are
encrypted. I didn't try to decrypt those, I didn't know where the key
was. After seeking there are keys in the seahorse-application (it has a
title "keyring") for chromium (and also chrome separately). Another key
looks like a dummy and another one seems to be the actual login and
password key.

I did execute the "sudo snap connect chromium:password-manager-service"
and it was executed seemingly successfully with no messages displayed on
command line. (I also tried for "chromium-browser", that returns an
error, so I guess the exact command was ok then.)

After starting chromium-browser I'm still seeing the same message:
019/10/19 11:31:47.504721 cmd_run.go:893: WARNING: cannot start document 
portal: Failed to activate service 'org.freedesktop.portal.Documents': timed 
out (service_start_timeout=12ms)

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

Title:
  [snap] chromium times out connecting document portal with NFS home

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

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

[Bug 1741301] Re: wxHexEditor 0.24 is availiable

2019-10-19 Thread Hans Joachim Desserud
wxhexeditor 0.24+repack-1 is now available in Ubuntu 19.10
(https://bugs.launchpad.net/ubuntu/+source/wxhexeditor/0.24+repack-1)

** Changed in: wxhexeditor (Ubuntu)
   Status: Confirmed => 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/1741301

Title:
  wxHexEditor 0.24 is availiable

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

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

[Bug 1848842] [NEW] Switzerland should not be a separate category when choosing the keyboard layout

2019-10-19 Thread Tobias
Public bug reported:

On the screen where the keyboard layout can be selected, "Switzerland"
has it's own main category on the left hand side of the screen.

This is not intuitive and not how it is done in any other major OS.

Usually, you can find the "Swiss German" Layout in the "German"
category. The "Swiss French" layout can be found under "French" etc.

Separating the swiss keyboard layouts in their own category might lead
to users thinking that there is no swiss german layout available since
it cannot be found in the "German" category.

** Affects: ubiquity (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/1848842

Title:
  Switzerland should not be a separate category when choosing the
  keyboard layout

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

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

[Bug 1713537] Re: iscsi-targets don't quit session on shutdown

2019-10-19 Thread Mathew Hodson
** Changed in: curtin (Ubuntu Zesty)
   Status: Confirmed => 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/1713537

Title:
  iscsi-targets don't quit session on shutdown

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

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

[Bug 1798790] Re: Ubuntu login screen sometimes doesn't appear on a single GPU Nvidia system (and setting WaylandEnable=false fixes it)

2019-10-19 Thread Mathew Hodson
** No longer affects: mutter (Ubuntu)

** No longer affects: mutter (Ubuntu Eoan)

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

Title:
  Ubuntu login screen sometimes doesn't appear on a single GPU Nvidia
  system (and setting WaylandEnable=false fixes it)

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

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

[Bug 1390792] Re: Synaptic Other Software tab jumps/scrolls to top when a repository check box is clicked

2019-10-19 Thread Norbert
** Tags added: bionic disco eoan xenial

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

Title:
  Synaptic Other Software tab jumps/scrolls to top when a repository
  check box is clicked

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

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

[Bug 1323285] Re: Tab for "Other software" repositories isn't usable with keyboard

2019-10-19 Thread Norbert
Got this bug on 19.10.
Only "Remove" button has mnemonics (), but "Add" and "Edit" do not have 
keyboard mnemonics/accelerators.
So I'm unable to edit repository only by using keyboard.

** Tags removed: cosmic i386
** Tags added: disco eoan xenial

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

Title:
  Tab for "Other software" repositories isn't usable with keyboard

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

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

[Bug 1848753] Re: [snap] chromium times out connecting document portal with NFS home

2019-10-19 Thread Juho L
Oh, wait! Chromium remembers my passwords now. The pain is now a slow
start of 12000 ms timeout! Thank you for solving my problem.

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

Title:
  [snap] chromium times out connecting document portal with NFS home

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

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

[Bug 1848753] Re: [snap] chromium times out connecting document portal with NFS home

2019-10-19 Thread Juho L
I also tried rebooting. And after all that the connection between chromium and 
password-maager seems to be existing:
XXX@koira:~$ snap connections chromium | grep password
password-manager-service  chromium:password-manager-service  
:password-manager-service   manual

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

Title:
  [snap] chromium times out connecting document portal with NFS home

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

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

[Bug 1705369] Re: Ubuntu boots to blank screen when using Nvidia (on a desktop with an unused Intel GPU)

2019-10-19 Thread Mathew Hodson
** Project changed: gnome-shell => gdm

** No longer affects: gnome-shell (Ubuntu)

** No longer affects: mutter (Ubuntu)

** No longer affects: nvidia-graphics-drivers-375 (Ubuntu)

** No longer affects: nvidia-graphics-drivers-384 (Ubuntu)

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

Title:
  Ubuntu boots to blank screen when using Nvidia (on a desktop with an
  unused Intel GPU)

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

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

[Bug 1848753] Re: [snap] chromium times out connecting document portal with NFS home

2019-10-19 Thread Juho L
Or to be exact, a 12ms timeout.

Anyway I suspect the chromium and password manager connection might have
failed due to headless custom made auto-update script that is run from
cron.daily. You can see it working in my term.log on lines 20685-20713.
It seems to be unable to find the snapd running, even though it was
installed way before and I keep this workstation turned off every night.

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

Title:
  [snap] chromium times out connecting document portal with NFS home

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

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

[Bug 1848753] Re: [snap] chromium times out connecting document portal with NFS home

2019-10-19 Thread Juho L
Should we continue solving the timeout problem in this issue? It was
actually in the header from the beginning and password manager nuance
can be removed from the description.

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

Title:
  [snap] chromium times out connecting document portal with NFS home

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

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

[Bug 1390792] Re: Synaptic Other Software tab jumps/scrolls to top when a repository check box is clicked

2019-10-19 Thread Norbert
** Also affects: gtk+3.0 (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/1390792

Title:
  Synaptic Other Software tab jumps/scrolls to top when a repository
  check box is clicked

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1390792/+subscriptions

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

[Bug 1848635] Re: eoan/linux-gcp: 5.3.0-1005.5 -proposed tracker

2019-10-19 Thread Ubuntu Kernel Bot
** Changed in: kernel-sru-workflow/automated-testing
   Status: In Progress => Incomplete

** Description changed:

  This bug will contain status and test results related to a kernel source
  (or snap) as stated in the title.
  
  For an explanation of the tasks and the associated workflow see:
https://wiki.ubuntu.com/Kernel/kernel-sru-workflow
  
  -- swm properties --
  boot-testing-requested: true
  kernel-stable-master-bug: 1848648
  packages:
lrm: linux-restricted-modules-gcp
main: linux-gcp
meta: linux-meta-gcp
signed: linux-signed-gcp
  phase: Testing
  phase-changed: Saturday, 19. October 2019 06:02 UTC
  proposed-announcement-sent: true
  proposed-testing-requested: true
  reason:
-   automated-testing: Ongoing -- testing in progress
+   automated-testing: Stalled -- testing FAILED
regression-testing: Ongoing -- testing in progress
security-signoff: Pending -- waiting for signoff
verification-testing: Ongoing -- testing in progress
  variant: debs

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

Title:
  eoan/linux-gcp: 5.3.0-1005.5 -proposed tracker

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel-sru-workflow/+bug/1848635/+subscriptions

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

[Bug 1845149] Re: set fallback drivers to avoid updating pci-id lists

2019-10-19 Thread Timo Aaltonen
** Changed in: xorg-server-hwe-18.04 (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/1845149

Title:
  set fallback drivers to avoid updating pci-id lists

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

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

[Bug 1818558] Re: Build NVDIMM Userspace packages for Xenial

2019-10-19 Thread Jeremy Bicha
Practically speaking, packages in "universe" tend to be supported to
some degree for a maximum of 3 years from the original release of an
Ubuntu LTS. That 3 years is because generally Ubuntu flavors do not
offer support past that point. Once a new LTS is released 2 years later,
there just isn't as much interest from volunteers to try to backport
bugfixes and especially new features to the older LTS.

Since the 3 year window ended in April 2019, I'm going to go ahead and
close this bug to reflect this reality. This doesn't prevent someone
from working on this request until support for 16.04 LTS closes in April
2021. It's just unlikely that someone will do it.

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

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

** Tags added: needs-packaging xenial

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

Title:
  Build NVDIMM Userspace packages for Xenial

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

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

[Bug 1841321] Re: Curtin Fails to Validate Storage Config with Crucial P1 NVMe drive

2019-10-19 Thread Stewart Johnston
@ryan I did, but the message was so generic I took it to be the same one
as before.

Message was:

An error has occurred

curtin command install
  preparing for installation
  configuring storage
running 'curtin block-meta simple'
  curtin command block-meta
removing previous storage devices
configuring disk: disk-nvme0n1

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

Title:
  Curtin Fails to Validate Storage Config with Crucial P1 NVMe drive

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

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

[Bug 1848826] Re: package grub-pc (not installed) failed to install/upgrade: installed grub-pc package post-installation script subprocess returned error exit status 20

2019-10-19 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/1848826

Title:
  package grub-pc (not installed) failed to install/upgrade: installed
  grub-pc package post-installation script subprocess returned error
  exit status 20

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

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

[Bug 1842320] Re: Out of Memory on boot with 5.2.0 kernel

2019-10-19 Thread Steven Mackenzie
I have a similar issue. I upgraded to 19.10 from 19.04 today.

After grub, I get this message:

"error: out of memory.
Press any key to continue..."

Then kernel panic message (image attached).

I have been unable to successfully boot using the workaround above.

The kernel is shown in grub is 5.3.0-18.
My computer is an Intel NUC (Skull Canyon), 16GB RAM, Intel NVMe, 2 x 2560 x 
1440 displays.

** Attachment added: "Kernel panic screenshot"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1842320/+attachment/5298357/+files/IMG_20191019_174025.jpg

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

Title:
  Out of Memory on boot with 5.2.0 kernel

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

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

[Bug 1848741] Re: Ubuntu 19.10 graphics artefacts on ryzen 2500u

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

** Changed in: gnome-shell (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/1848741

Title:
  Ubuntu 19.10 graphics artefacts on ryzen 2500u

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

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

[Bug 1848741] Re: Ubuntu 19.10 graphics artefacts on ryzen 2500u

2019-10-19 Thread Cedric
Hi,

I have similar problems on my Huawei matebook ryzen edition (2500u)
The problem appear randomly (firefox scroll or changing window)

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

Title:
  Ubuntu 19.10 graphics artefacts on ryzen 2500u

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

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

[Bug 1848741] Re: Ubuntu 19.10 graphics artefacts on ryzen 2500u

2019-10-19 Thread Cedric
** Attachment added: "Capture d’écran de 2019-10-19 12-20-59.png"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1848741/+attachment/5298358/+files/Capture%20d%E2%80%99%C3%A9cran%20de%202019-10-19%2012-20-59.png

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

Title:
  Ubuntu 19.10 graphics artefacts on ryzen 2500u

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

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

[Bug 1848844] [NEW] package wicd-daemon 1.7.4+tb2-6 failed to install/upgrade: installed wicd-daemon package post-installation script subprocess returned error exit status 1

2019-10-19 Thread Jose Gonzalez
Public bug reported:

ProblemType: Package
DistroRelease: Ubuntu 19.10
Package: wicd-daemon 1.7.4+tb2-6
ProcVersionSignature: Ubuntu 4.18.0-16.17-generic 4.18.20
Uname: Linux 4.18.0-16-generic i686
ApportVersion: 2.20.10-0ubuntu13.2
Architecture: i386
Date: Tue Mar 12 17:59:58 2019
ErrorMessage: installed wicd-daemon package post-installation script subprocess 
returned error exit status 1
InstallationDate: Installed on 2019-10-19

ProblemType: Package
DistroRelease: Ubuntu 19.10
Package: wicd-daemon 1.7.4+tb2-6
ProcVersionSignature: Ubuntu 5.3.0-19.20-generic 5.3.1
Uname: Linux 5.3.0-19-generic x86_64
ApportVersion: 2.20.11-0ubuntu8
Architecture: amd64
Date: Sat Oct 19 05:34:39 2019
ErrorMessage: installed wicd-daemon package post-installation script subprocess 
returned error exit status 1
InstallationDate: Installed on 2019-10-17 (1 days ago)
InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
PackageArchitecture: all
Python3Details: /usr/bin/python3.7, Python 3.7.5, python3-minimal, 3.7.5-1
PythonDetails: /usr/bin/python2.7, Python 2.7.17rc1, python-minimal, 2.7.17-1
RelatedPackageVersions:
 dpkg 1.19.7ubuntu2
 apt  1.9.4
SourcePackage: wicd
Title: package wicd-daemon 1.7.4+tb2-6 failed to install/upgrade: installed 
wicd-daemon package post-installation script subprocess returned error exit 
status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package eoan

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

Title:
  package wicd-daemon 1.7.4+tb2-6 failed to install/upgrade: installed
  wicd-daemon package post-installation script subprocess returned error
  exit status 1

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

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

[Bug 1848844] Re: package wicd-daemon 1.7.4+tb2-6 failed to install/upgrade: installed wicd-daemon package post-installation script subprocess returned error exit status 1

2019-10-19 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/1848844

Title:
  package wicd-daemon 1.7.4+tb2-6 failed to install/upgrade: installed
  wicd-daemon package post-installation script subprocess returned error
  exit status 1

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

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

[Bug 1848845] [NEW] Silesian LibreOffice version unavailable

2019-10-19 Thread Grzegorz Kulik
Public bug reported:

Hi, LibreOffice has been available in Silesian since the beginning of
September but the language pack is not available in the Ubuntu
Repository. Can I request its addition? Thank you!

Best,
Gregory

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: needs-packaging

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

Title:
  Silesian LibreOffice version unavailable

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

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

[Bug 1848692] Re: Rygel autostarts on Ubuntu 19.10

2019-10-19 Thread Jens Georg
That is gnome-settings-daemon turning it off when running, not gnome-
control-center, of course.

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

Title:
  Rygel autostarts on Ubuntu 19.10

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

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

[Bug 1754125] Re: Rhythmbox stays running in the background after quit

2019-10-19 Thread GNAServicesInc
This all comes down to a truly awful and bad patch Ubuntu adds that in
effect breaks the program.

It's not upstream, so it's easy to fix


https://packages.ubuntu.com/search?keywords=rhythmbox

Comment out 05_hide_on_quit.patch  in the series files

Probably could be setup to build with PPA for a fixed version

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

Title:
  Rhythmbox stays running in the background after quit

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

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

[Bug 1740700] Re: rhythmbox keeps playing music after closing

2019-10-19 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1754125 ***
https://bugs.launchpad.net/bugs/1754125

Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: rhythmbox (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/1740700

Title:
  rhythmbox keeps playing music after closing

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

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

[Bug 1847212] Re: touchpad not working after upgrade to 5.0.0-31 kernel

2019-10-19 Thread Kai-Heng Feng
** Changed in: linux (Ubuntu)
   Status: Confirmed => 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/1847212

Title:
  touchpad not working after upgrade to 5.0.0-31 kernel

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

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

[Bug 1848534] Re: [Microsoft Hyper-V guest] System shows graphic artifacts for a moment, then text cursor for about minute and then starts

2019-10-19 Thread M
I've tried to (1) boot the same machine with kernel 5.0.0.32 (2) create
new machine without upgrading from 19.04

Results were the same, anybody?

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

Title:
  [Microsoft Hyper-V guest] System shows graphic artifacts for a moment,
  then text cursor for about minute and then starts

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

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

[Bug 1848847] [NEW] Suspend and resume stopped working with nouveau driver after upgrade to 19.10

2019-10-19 Thread Matthias
Public bug reported:

Under Nouveau driver, suspend and resume of my laptop stopped working
after i upgraded from 19.04 to 19.10.

When desktop lid is closed, the fans will kick in and turn until battery
is empty or hard shutdown using the power button.

Worked before under xorg and wayland. Now doesn't work with either.
Works with Nvidia driver 340.

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: xserver-xorg-video-nouveau 1:1.0.16-1
ProcVersionSignature: Ubuntu 5.3.0-18.19-generic 5.3.1
Uname: Linux 5.3.0-18-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair wl
ApportVersion: 2.20.11-0ubuntu8
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Sat Oct 19 13:30:53 2019
DistUpgraded: 2019-10-06 16:30:12,792 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
DistroCodename: eoan
DistroVariant: ubuntu
DkmsStatus:
 bcmwl, 6.30.223.271+bdcom, 5.3.0-17-generic, x86_64: installed
 bcmwl, 6.30.223.271+bdcom, 5.3.0-18-generic, x86_64: installed
GraphicsCard:
 NVIDIA Corporation C79 [GeForce 9400M] [10de:0863] (rev b1) (prog-if 00 [VGA 
controller])
   Subsystem: Apple Inc. C79 [GeForce 9400M] [106b:00b9]
InstallationDate: Installed on 2019-01-12 (279 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
MachineType: Apple Inc. MacBookPro5,5
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-18-generic 
root=UUID=595c74ec-799d-4c25-bc8d-f06155d59f97 ro quiet splash vt.handoff=7
SourcePackage: xserver-xorg-video-nouveau
UpgradeStatus: Upgraded to eoan on 2019-10-06 (12 days ago)
dmi.bios.date: 06/15/09
dmi.bios.vendor: Apple Inc.
dmi.bios.version: MBP55.88Z.00AC.B03.0906151708
dmi.board.asset.tag: Base Board Asset Tag#
dmi.board.name: Mac-F2268AC8
dmi.board.vendor: Apple Inc.
dmi.chassis.asset.tag: Asset Tag#
dmi.chassis.type: 10
dmi.chassis.vendor: Apple Inc.
dmi.chassis.version: Mac-F2268AC8
dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP55.88Z.00AC.B03.0906151708:bd06/15/09:svnAppleInc.:pnMacBookPro5,5:pvr1.0:rvnAppleInc.:rnMac-F2268AC8:rvr:cvnAppleInc.:ct10:cvrMac-F2268AC8:
dmi.product.family: MacBook
dmi.product.name: MacBookPro5,5
dmi.product.sku: System SKU#
dmi.product.version: 1.0
dmi.sys.vendor: Apple Inc.
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.99-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 19.2.1-1ubuntu1
version.libgl1-mesa-glx: libgl1-mesa-glx 19.2.1-1ubuntu1
version.xserver-xorg-core: xserver-xorg-core 2:1.20.5+git20191008-0ubuntu1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.0.1-1ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20190815-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

** Affects: xserver-xorg-video-nouveau (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug eoan ubuntu

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

Title:
  Suspend and resume stopped working with nouveau driver after upgrade
  to 19.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1848847/+subscriptions

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

[Bug 1848848] [NEW] Firmware for Radeon RX5700 (navi10) missing / boot failure

2019-10-19 Thread Christian Borss
Public bug reported:

As an owner of a Radeon RX5700 GPU, I was really looking forward to the
Eoan release which includes the Linux Kernel 5.3 and Mesa 19.2 - both
with finally Radeon RX5700 (navi10) support. However, upgrading my
system from Kubuntu 18.10 (working) via 19.04 (does not boot) to 19.10
resulted in a boot failure. Last message shown on the screen is:

fb0: switching to amdgpudrmfb from EFI VGA

After some research I found that the package linux-firmware does not
include the necessary files /lib/firmware/amdgpu/navi10_*. After I
manually copied the missing files from the repository
git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-
firmware.git, I was able to boot normally.

Please update the package linux-firmware and add the needed firmware.


$ lsb_release -rd
Description:Ubuntu 19.10
Release:19.10
$ apt-cache policy linux-firmware
linux-firmware:
  Installiert:   1.183
  Installationskandidat: 1.183
  Versionstabelle:
 *** 1.183 500
500 http://de.archive.ubuntu.com/ubuntu eoan/main amd64 Packages
500 http://de.archive.ubuntu.com/ubuntu eoan/main i386 Packages
100 /var/lib/dpkg/status

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


** Tags: amdgpudrmfb navi10 radeon rx5700

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

Title:
  Firmware for Radeon RX5700 (navi10) missing / boot failure

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

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

[Bug 1848849] [NEW] Lightdm fails to undo quoting for Exec key

2019-10-19 Thread Syncopated
Public bug reported:

According to spec/documentation, "implementations must undo quoting
before expanding field codes and before passing the argument to the
executable program."

https://developer.gnome.org/desktop-entry-spec/#exec-variables

lightdm fails to do so and passes the double-quote characters to the
executable program.

Consider the following files:

myecho:
#!/bin/bash
echo "$1" > /tmp/cmd

/usr/share/xsessions/test.desktop:
[Desktop Entry]
Name=Test
Comment=This is a test session
Type=Application
Exec=myecho "argument"

myecho is to be located somewhere in the PATH.

When trying to start a desktop session defined by test.desktop, as a
result of running myecho, the first command-line argument from the Exec
is written to /tmp/cmd.

Here is where lightdm is wrong: Starting the 'test' session under
lightdm causes '"argument"' (without the surrounding single quotes) to
be written to /tmp/cmd. The correct string should be 'argument' (without
the surrounding single quotes). If the double-quotes are removed from
the Exec line, lightdm behaves normally and 'argument' is written.

A practical consequence of this bug is that users can't use "bash -c" to
run multiple commands when special characters (including spaces) are
needed in the argument after "-c". It seems that the user must resort to
a wrapper script because of this bug.

$ lsb_release -rd
Description:Ubuntu 19.04
Release:19.04

$ apt-cache policy lightdm
lightdm:
  Installed: 1.28.0-0ubuntu1
  Candidate: 1.28.0-0ubuntu1
  Version table:
 *** 1.28.0-0ubuntu1 500
500 http://mirrors.yun-idc.com/ubuntu disco/universe amd64 Packages
100 /var/lib/dpkg/status

** Affects: unity-settings-daemon (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/1848849

Title:
  Lightdm fails to undo quoting for Exec key

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

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

[Bug 1848703] Re: Raspberry Pi 4 - USB Bus not detecting any devices

2019-10-19 Thread Alexander Agnarson
Reported/Confirmed/Assigned here:
https://bugs.launchpad.net/ubuntu/+source/linux-raspi2/+bug/1848790

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

Title:
  Raspberry Pi 4 - USB Bus not detecting any devices

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

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

[Bug 1848790] Re: USB not working under arm64 on Pi4

2019-10-19 Thread Alexander Agnarson
Reported and discussed here too:
https://bugs.launchpad.net/ubuntu/+bug/1848703

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

Title:
  USB not working under arm64 on Pi4

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

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

[Bug 1848850] [NEW] Empty cache error cannot be solved by "apt-file update"

2019-10-19 Thread Christian Borss
*** This bug is a duplicate of bug 1848768 ***
https://bugs.launchpad.net/bugs/1848768

Public bug reported:

After upgrading to Kubuntu-19.10 "Eaon" apt-file is no longer working
properly. apt-file says the cache is empty no matter how often I execute
"apt-file update":

$ sudo apt-file update
Get:1 http://de.archive.ubuntu.com/ubuntu eoan InRelease [255 kB]
Hit:2 http://archive.canonical.com/ubuntu eoan InRelease   
Ign:3 http://dl.google.com/linux/chrome/deb stable InRelease   
Hit:4 http://dl.google.com/linux/chrome/deb stable Release 
Hit:5 http://security.ubuntu.com/ubuntu eoan-security InRelease
Hit:7 http://de.archive.ubuntu.com/ubuntu eoan-updates InRelease
Hit:8 http://de.archive.ubuntu.com/ubuntu eoan-backports InRelease
Fetched 255 kB in 1s (418 kB/s)
Reading package lists... Done
Building dependency tree   
Reading state information... Done
All packages are up to date.
$ sudo apt-file search foobar
Finding relevant cache files to search ...E: The cache is empty. You need to 
run "apt-file update" first.


$ lsb_release -rd
Description:Ubuntu 19.10
Release:19.10
$ apt-cache policy apt-file
apt-file:
  Installed: 3.2.2
  Candidate: 3.2.2
  Version table:
 *** 3.2.2 500
500 http://de.archive.ubuntu.com/ubuntu eoan/universe amd64 Packages
500 http://de.archive.ubuntu.com/ubuntu eoan/universe i386 Packages
100 /var/lib/dpkg/status

** Affects: apt-file (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/1848850

Title:
  Empty cache error cannot be solved by "apt-file update"

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

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

[Bug 1848850] Re: Empty cache error cannot be solved by "apt-file update"

2019-10-19 Thread Christian Borss
*** This bug is a duplicate of bug 1848768 ***
https://bugs.launchpad.net/bugs/1848768

** This bug has been marked a duplicate of bug 1848768
   19.10:  cache is empty. You need to run "apt-file update" first.

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

Title:
  Empty cache error cannot be solved by "apt-file update"

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

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

[Bug 1848768] Re: 19.10: cache is empty. You need to run "apt-file update" first.

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

** Changed in: apt-file (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/1848768

Title:
  19.10:  cache is empty. You need to run "apt-file update" first.

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

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

[Bug 1848852] [NEW] Game freezes in gnome-shell

2019-10-19 Thread Linus
Public bug reported:

After upgrade to ubuntu 19.10, when I launch counter strike global offensive 
from steam the game is frozen. I can alt-tab and close the game. Tried in 
fluxbox window manager where the game works, changed fullscreen to windowed 
fullscreen in the options and tried on gnome again, now the desktop isn't 
responding after launching the game and I had to ctrl-alt-f3 to reboot my 
machine.
Using a Radeon RX 580 video card.

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


** Tags: eoan

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

Title:
  Game freezes in gnome-shell

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

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

[Bug 1843458] Re: linux 5.3 breaks building glibc for riscv64

2019-10-19 Thread Christian Brauner
Fwiw, Seth sent the patch upstream and it's in mainline and backported already:
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=61129dd29f7962f278b618a2a3e8fdb986a66dc8

** Changed in: cross-toolchain-base-ports (Ubuntu)
   Status: Confirmed => 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/1843458

Title:
  linux 5.3 breaks building glibc for riscv64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cross-toolchain-base-ports/+bug/1843458/+subscriptions

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

[Bug 1834250] Re: update-grub complains about non-existent drives (due to cardreader)

2019-10-19 Thread Alejandro Alexiades
Hi,

Same problem here. I want to skip the GRUP so I modify the grub file,
but once I run the command sudo update-grub the terminal show me the
same issue.

Thanks and if I can do anything tell me.

Alex

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

Title:
  update-grub complains about non-existent drives (due to cardreader)

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

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

[Bug 1218322] Re: Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

2019-10-19 Thread gdp77 via ubuntu-bugs
Gnome-tweaks no longer possible to install (Ubuntu 19.10).

What a mess... I can't believe this is not fixed...

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

Title:
  Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

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

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

[Bug 1848854] [NEW] Filezilla start after 25 seconds delay

2019-10-19 Thread Eugene
Public bug reported:

command "strace filezilla" output stops on this lines:

poll([{fd=12, events=POLLIN}], 1, 25000) = 1 ([{fd=12, revents=POLLIN}])
read(12, "\1\0\0\0\0\0\0\0", 16)= 8
poll([{fd=12, events=POLLIN}], 1, 25000

And program starts after 25 seconds.

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: filezilla 3.39.0-2
ProcVersionSignature: Ubuntu 5.3.0-18.19-generic 5.3.1
Uname: Linux 5.3.0-18-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu8
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Sat Oct 19 16:49:16 2019
InstallationDate: Installed on 2019-10-18 (0 days ago)
InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
SourcePackage: filezilla
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug eoan

** Attachment added: "strace filezilla"
   
https://bugs.launchpad.net/bugs/1848854/+attachment/5298383/+files/strace_filezilla.txt

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

Title:
  Filezilla start after 25 seconds delay

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

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

[Bug 1848856] [NEW] Upgrade from 19.04 to 19.10 with zfs on root fails with grub syntax error

2019-10-19 Thread jpb
Public bug reported:

At the end of the upgrade from 19.04 to 19.10, the post process of the
update-grub reports:

Syntax error at line 185
Syntax errors are detected in generated GRUB config file.
Ensure that there are no errors in /etc/default/grub
and /etc/grub.d/* files or please file a bug report with
/boot/grub/grub.cfg.new file attached.
run-parts: /etc/kernel/postinst.d/zz-update-grub exited with return code 1
dpkg: error processing package linux-image-5.3.0-18-generic (--configure):
 installed linux-image-5.3.0-18-generic package post-installation script 
subprocess returned error exit status 1
Errors were encountered while processing:
 friendly-recovery
 grub-efi-amd64
 grub-efi
 grub-efi-amd64-signed
 shim-signed
 linux-image-5.3.0-18-generic

The system used https://github.com/zfsonlinux/zfs/wiki/Ubuntu-18.04
-Root-on-ZFS to add zfs on root to a 19.04 system.

The syntax error in grub.cfg.new is an extra } on line 185.  However,
comparing the grub.cfg.new to the previously generated grub.cfg under
19.04, there is a significant quantity of configuration missing.

Manually running update-grub generates the same error.
/etc/default/grub is the only file changed from default installation to
include zswap.  This file was not changed prior to upgrade.

The error is reported during the processing of /etc/grub.d/10_linux_zfs
which is dated October 11.  I attempted the upgrade on 10/18 and have
done multiple updates to get the latest kernel and remove old kernels
prior to the upgrade.  So, I believe the problem is with one of the
upgrade modules.

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

** Attachment added: "Snip of log from installation window for grub-efi-amd64"
   
https://bugs.launchpad.net/bugs/1848856/+attachment/5298387/+files/grub-efi.log

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

Title:
  Upgrade from 19.04 to 19.10 with zfs on root fails with grub syntax
  error

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

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

[Bug 1848856] Re: Upgrade from 19.04 to 19.10 with zfs on root fails with grub syntax error

2019-10-19 Thread jpb
** Attachment added: "grub.cfg.new"
   
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1848856/+attachment/5298389/+files/grub.cfg.new

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

Title:
  Upgrade from 19.04 to 19.10 with zfs on root fails with grub syntax
  error

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

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

[Bug 1848856] Re: Upgrade from 19.04 to 19.10 with zfs on root fails with grub syntax error

2019-10-19 Thread jpb
** Attachment added: "grub"
   
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1848856/+attachment/5298390/+files/grub

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

Title:
  Upgrade from 19.04 to 19.10 with zfs on root fails with grub syntax
  error

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

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

[Bug 1848856] Re: Upgrade from 19.04 to 19.10 with zfs on root fails with grub syntax error

2019-10-19 Thread jpb
** Attachment added: "Generaged Grub.cfg prior to 19.10"
   
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1848856/+attachment/5298391/+files/grub.cfg.pre1910

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

Title:
  Upgrade from 19.04 to 19.10 with zfs on root fails with grub syntax
  error

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

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

[Bug 1848856] Re: Upgrade from 19.04 to 19.10 with zfs on root fails with grub syntax error

2019-10-19 Thread jpb
** Attachment added: "update-grub.log"
   
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1848856/+attachment/5298388/+files/update-grub.log

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

Title:
  Upgrade from 19.04 to 19.10 with zfs on root fails with grub syntax
  error

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

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

[Bug 1835521] Re: [regression] Windows flicker to black when resizing (Intel Apollo Lake)

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

** Changed in: mesa (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/1835521

Title:
  [regression] Windows flicker to black when resizing (Intel Apollo
  Lake)

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

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

[Bug 1835521] Re: [regression] Windows flicker to black when resizing (Intel Apollo Lake)

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

** Changed in: gnome-shell (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/1835521

Title:
  [regression] Windows flicker to black when resizing (Intel Apollo
  Lake)

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

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

[Bug 1835521] Re: [regression] Windows flicker to black when resizing (Intel Apollo Lake)

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

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

Title:
  [regression] Windows flicker to black when resizing (Intel Apollo
  Lake)

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

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

[Bug 1848856] Re: Upgrade from 19.04 to 19.10 with zfs on root fails with grub syntax error

2019-10-19 Thread jpb
Looking closer at the 19.04 grub.cfg and the post19.10 grub.cfg.new I
see that the 19.04 version of update-grub was using 10_linux instead of
10_linux_zfs to generate the grub.cfg.new.

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

Title:
  Upgrade from 19.04 to 19.10 with zfs on root fails with grub syntax
  error

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

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

[Bug 1848857] [NEW] iwlwifi - repeated kernel OOPS when wifi turned on

2019-10-19 Thread Alberto Donato
Public bug reported:

On a fresh 19.10 install, I get repeated (every ~10s) kernel backtraces
when wifi is enabled

This is an example of the trace:

[ 3963.367576] iwlwifi :04:00.0: Failed to get geographic profile info -5
[ 3963.367591] [ cut here ]
[ 3963.367660] WARNING: CPU: 3 PID: 27181 at 
drivers/net/wireless/intel/iwlwifi/mvm/scan.c:1874 
iwl_mvm_rx_umac_scan_complete_notif.cold+0xc/0x13 [iwlmvm]
[ 3963.367662] Modules linked in: unix_diag rfcomm scsi_transport_iscsi 
binfmt_misc veth ccm xt_comment dummy xt_CHECKSUM xt_MASQUERADE xt_conntrack 
ipt_REJECT nf_reject_ipv4 xt_tcpudp ip6table_mangle ip6table_nat iptable_mangle 
iptable_nat nf_nat nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 nf_tables 
nfnetlink ip6table_filter ip6_tables iptable_filter bpfilter bridge stp llc 
aufs overlay cmac bnep nls_iso8859_1 intel_rapl_m
sr mei_hdcp snd_soc_skl snd_soc_hdac_hda snd_hda_ext_core snd_soc_skl_ipc 
snd_soc_sst_ipc snd_soc_sst_dsp snd_soc_acpi_intel_match snd_soc_acpi 
snd_hda_codec_hdmi snd_soc_core snd_compress ac97_bus snd_pcm_dmaengine 
snd_hda_codec_realtek snd_usb_audio snd_hda_codec_generic snd_usbmidi_lib 
snd_hda_intel snd_seq_midi snd_hda_codec snd_seq_midi_event snd_hda_core 
snd_hwdep snd_pcm intel_rapl_common x86_pkg_temp_thermal intel_
powerclamp snd_rawmidi iwlmvm coretemp snd_seq mac80211 kvm_intel libarc4 kvm 
iwlwifi irqbypass snd_seq_device intel_cstate intel_rapl_perf snd_timer
[ 3963.367710]  thinkpad_acpi serio_raw cfg80211 nvram uvcvideo wmi_bmof btusb 
videobuf2_vmalloc joydev rtsx_pci_ms mei_me ledtrig_audio memstick input_leds 
mei btrtl videobuf2_memops intel_pch_thermal btbcm videobuf2_v4l2 btintel 
videobuf2_common bluetooth videodev mc snd ecdh_generic ecc 
intel_xhci_usb_role_switch roles soundcore mac_hid sch_fq_codel parport_pc 
ppdev lp parport ip_tables x_tables autofs4 btrfs xor zstd_c
ompress raid6_pq libcrc32c dm_crypt hid_lenovo hid_generic usbhid hid 
crct10dif_pclmul crc32_pclmul ghash_clmulni_intel i915 aesni_intel aes_x86_64 
crypto_simd i2c_algo_bit ahci rtsx_pci_sdmmc libahci drm_kms_helper cryptd 
glue_helper syscopyarea sysfillrect sysimgblt fb_sys_fops psmouse e1000e drm 
i2c_i801 rtsx_pci wmi video
[ 3963.367764] CPU: 3 PID: 27181 Comm: kworker/3:0 Tainted: GW 
5.3.0-18-generic #19-Ubuntu
[ 3963.367766] Hardware name: LENOVO 20F6CTO1WW/20F6CTO1WW, BIOS R02ET71W (1.44 
) 05/08/2019
[ 3963.367782] Workqueue: events iwl_mvm_async_handlers_wk [iwlmvm]
[ 3963.367806] RIP: 0010:iwl_mvm_rx_umac_scan_complete_notif.cold+0xc/0x13 
[iwlmvm]
[ 3963.367810] Code: 48 c7 c7 00 19 ea c0 e8 df 7c e7 ec 0f 0b 49 8b 47 10 44 
8b a0 9c 00 00 00 e9 a2 3e fe ff 48 c7 c7 00 19 ea c0 e8 c1 7c e7 ec <0f> 0b e9 
dc 43 fe ff 48 c7 c7 00 19 ea c0 e8 ae 7c e7 ec 0f 0b 41
[ 3963.367813] RSP: 0018:b5498370bdd0 EFLAGS: 00010246
[ 3963.367816] RAX: 0024 RBX: 967ee2199040 RCX: 0006
[ 3963.367818] RDX:  RSI: 0082 RDI: 9681b1397440
[ 3963.367820] RBP: b5498370be08 R08: 0729 R09: 0004
[ 3963.367822] R10:  R11: 0001 R12: b5498370be20
[ 3963.367823] R13: 9681a5049e28 R14:  R15: 9681755c3b00
[ 3963.367826] FS:  () GS:9681b138() 
knlGS:
[ 3963.367829] CS:  0010 DS:  ES:  CR0: 80050033
[ 3963.367831] CR2: 08e554b32000 CR3: 00037a00a001 CR4: 003606e0
[ 3963.367833] DR0:  DR1:  DR2: 
[ 3963.367835] DR3:  DR6: fffe0ff0 DR7: 0400
[ 3963.367837] Call Trace:
[ 3963.367853]  iwl_mvm_async_handlers_wk+0xb0/0x140 [iwlmvm]
[ 3963.367859]  process_one_work+0x1db/0x380
[ 3963.367863]  worker_thread+0x4d/0x400
[ 3963.367869]  kthread+0x104/0x140
[ 3963.367873]  ? process_one_work+0x380/0x380
[ 3963.367878]  ? kthread_park+0x80/0x80
[ 3963.367884]  ret_from_fork+0x35/0x40
[ 3963.367889] ---[ end trace d7c13f3a9f33f0d0 ]---
[ 3963.941981] iwlwifi :04:00.0: Applying debug destination EXTERNAL_DRAM
[ 3964.090765] iwlwifi :04:00.0: Applying debug destination EXTERNAL_DRAM
[ 3964.173015] iwlwifi :04:00.0: FW already configured (0) - re-configuring

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: linux-image-generic 5.3.0.18.21
ProcVersionSignature: Ubuntu 5.3.0-18.19-generic 5.3.1
Uname: Linux 5.3.0-18-generic x86_64
ApportVersion: 2.20.11-0ubuntu8
Architecture: amd64
CurrentDesktop: GNOME
Date: Sat Oct 19 16:37:59 2019
InstallationDate: Installed on 2019-10-19 (0 days ago)
InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
MachineType: LENOVO 20F6CTO1WW
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.3.0-18-generic 
root=/dev/mapper/ubuntu-root ro rootflags=subvol=@ quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-5.3.0-18-generic N/A
 linux-backports-modules-5.3.0-18-generic  N/A
 lin

[Bug 1848854] Re: Filezilla start after 25 seconds delay

2019-10-19 Thread Eugene
When I updated version 19.04 to 19.10, there was no such problem. But
after a clean install of 19.10, filezilla starts with a delay.

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

Title:
  Filezilla start after 25 seconds delay

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

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

[Bug 1848857] Status changed to Confirmed

2019-10-19 Thread Ubuntu Kernel Bot
This change was made by a bot.

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

Title:
  iwlwifi - repeated kernel OOPS when wifi turned on

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

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

[Bug 1848861] [NEW] 4.3.8.12175.20140902+dfsg-0ubuntu12 not working

2019-10-19 Thread Pedro Palhares
Public bug reported:

I upgraded to ubuntu 19.10 and rtl8812au is no longer working. 
The driver builds with warnings, but when its loaded and the device is 
inserted, 
it does not work and dmesg shows its broken.

It was working fine on 19.04.

** Affects: rtl8812au (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/1848861

Title:
  4.3.8.12175.20140902+dfsg-0ubuntu12 not working

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

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

[Bug 1776563] Re: Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't load, kernel freeze (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

2019-10-19 Thread Ulf Dellbrügge
I tested MX Linux for the past weeks and it was stable as a whole, but
WLAN, bluetooth and USB often dissapeared for no reason and forced me to
reboot.

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

Title:
  Acer Aspire A315 IOAPIC failure on Ubuntu 18.04, kernel hangs, can't
  load, kernel freeze  (AMD Ryzen 5/Radeon/Raven) / AMDGPU Hybrid crash

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

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

[Bug 1848862] [NEW] HP Elitebook 840 G1 - 19.10 - Microphone mute key does not work

2019-10-19 Thread Simple Machine
Public bug reported:

I just installed Ubuntu 19.10 on my HP Elitebook 840 G1. Switching from
Windows to Ubuntu for personal use.

The mic does not enable/disable with FN+F8 combo and the light is
constantly on.

I found the following solution to my problem. However, I do not know how to 
implement it in Ubuntu 19.10 (new to Ubuntu and generally not as techinical).
https://wiki.archlinux.org/index.php/HP_EliteBook_840_G1#Enable_the_microphone_muting_key

1. Would greatly appreciate if someone could point me to step by step 
instructions to install the code from the link above. I can report back if this 
resolve the issue.
2. Also, is there a way to incorporate a fix for this issue with HP laptops in 
Ubuntu going forward? When I was searching for a fix, I found this to be a 
widespread issue with various HP laptops and Ubuntu dating back a couple years.

Many thanks.

** Affects: systemd (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/1848862

Title:
  HP Elitebook 840 G1 - 19.10 - Microphone mute key does not work

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

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

[Bug 1848856] Re: Upgrade from 19.04 to 19.10 with zfs on root fails with grub syntax error

2019-10-19 Thread jpb
One more piece of information.  I have 3 zfs pools defined:
rpool for my root
dpool for my data (virtualization and other)
bpool for my external usb backup device

So, my bpool is different than the 19.10 new bpool to support the boot
process.  I don't know if this is a problem, but thought I'd mention it
since it duplicates a pool name.

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

Title:
  Upgrade from 19.04 to 19.10 with zfs on root fails with grub syntax
  error

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

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

[Bug 1798786] Re: can't retrieve gmail emails. fetchmail: OU=No SNI provided; please fix your client./CN=invalid2.invalid

2019-10-19 Thread Moshe Caspi
Got the same issue on Sylpheed after upgrading to bionic. Any ideas?

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

Title:
  can't retrieve gmail emails. fetchmail: OU=No SNI provided; please fix
  your client./CN=invalid2.invalid

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

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

[Bug 1848857] Re: iwlwifi - repeated kernel OOPS when wifi turned on

2019-10-19 Thread You-Sheng Yang
This seems a duplicate of bug 1846016 to me. Could you try
https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.4-rc2/ ?

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

Title:
  iwlwifi - repeated kernel OOPS when wifi turned on

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

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

[Bug 1847551] Re: Mutter 3.34.1 broke Night Light, screen color profiles

2019-10-19 Thread Jean-Christophe Baptiste
Is there a testing package including the fix that we could test please?

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

Title:
  Mutter 3.34.1 broke Night Light, screen color profiles

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

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

[Bug 1848865] [NEW] Spurious "key_press_event" when focus on entry widget using LANG=th_TH.UTF-8

2019-10-19 Thread Ratchanan Srirattanamet
Public bug reported:

GTK+3 will emit spurious "key_press_event" if the focus is currently on
"GtkEntry" and the locale is set to th_TH.UTF-8. This issue seems to
disappear if the locale is set to something else (tested with C.UTF-8
and en_US.UTF-8), and the presence of iBus and gnome-shell affects this.

Step to reproduce:
1. Boot into Xubuntu. Install package "language-pack-th" (for locale) and 
"libgtk-3-dev" for compiling demo program.
2. Download & compile the demo program "gtk3-entry-keyboard-event" attached in 
this bug. (The program is licensed under MIT.)
3. Run the program with LANG=th_TH.UTF-8. The window will contain an input box 
on top and a button on the bottom.
4. Click in the input box, then press a key on the keyboard. The program will 
print one line for each "key_press_event" delivered to the window, with keyval 
and hardware_keycode.

Expected result: only a single line is printed. For example for "a":
"window: 0x0061 0x0026"

Actual result: 
  - With LANG=th_TH.UTF-8, two lines are printed. The first line is the above 
line, while the second line has both values as zero: "window: 00 00"
  - If, instead, the locale is LANG=C.UTF-8, the program will print only one 
line as expected.
  - If iBus is installed and enabled, then 2 lines are printed with both lines 
containing the same code, no matter which locale it runs under.
  - If this same program is run in Gnome-based Ubuntu session, then only one 
line is printed no matter which locale it runs under.

This program is tested on Fedora and Manjaro with the correct result.
Thus, this issue is Ubuntu-specific.

I've tested it on Ubuntu 19.10 with pretty much the same result, except
the iBus case is now working correctly.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: libgtk-3-0 3.22.30-1ubuntu4
ProcVersionSignature: Ubuntu 4.15.0-65.74-generic 4.15.18
Uname: Linux 4.15.0-65-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.7
Architecture: amd64
CurrentDesktop: XFCE
Date: Sat Oct 19 18:06:23 2019
InstallationDate: Installed on 2018-05-03 (533 days ago)
InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
SourcePackage: gtk+3.0
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gtk+3.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic

** Attachment added: "The demo program demonstrating the bug."
   
https://bugs.launchpad.net/bugs/1848865/+attachment/5298410/+files/gtk3-entry-keyboard-event.c

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

Title:
  Spurious "key_press_event" when focus on entry widget using
  LANG=th_TH.UTF-8

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1848865/+subscriptions

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

[Bug 1848852] Re: Game freezes in gnome-shell

2019-10-19 Thread Linus
Looks like it's worked on:
https://github.com/ValveSoftware/csgo-osx-linux/issues/2187
https://gitlab.gnome.org/GNOME/gnome-shell/issues/1607

** Bug watch added: github.com/ValveSoftware/csgo-osx-linux/issues #2187
   https://github.com/ValveSoftware/csgo-osx-linux/issues/2187

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

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

Title:
  Game freezes in gnome-shell

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

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

[Bug 1848870] [NEW] Sync sbcl 2:1.5.7-1 (universe) from Debian unstable (main)

2019-10-19 Thread Hans Joachim Desserud
Public bug reported:

Please sync sbcl 2:1.5.7-1 (universe) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:
  * Build-depend on texlive-plain-generic instead of obsolete texlive-
generic-recommended.
  * Build-depend on texlive-plain-generic instead of obsolete texlive-
generic-recommended.


The build-dependency was replaced in Debian too.

Changelog entries since current focal version 2:1.5.5-2ubuntu1:

sbcl (2:1.5.7-1) unstable; urgency=medium

  * New upstream release
  * d/copyright: reflect upstream changes
  * alpha.patch: drop patch, applied upstream (Really closes: #939541)
  * Bump to S-V 4.4.1

 -- Sébastien Villemot   Sat, 12 Oct 2019 17:05:11
+0200

sbcl (2:1.5.6-2) unstable; urgency=medium

  * Replace texlive-generic-recommended by texlive-plain-generic in
Build-Depends (Closes: #939807)
  * Make sbcl arch:any (Closes: #939452)
  * alpha.patch: new patch, fixes an issue on alpha (Closes: #939541)

 -- Sébastien Villemot   Sat, 14 Sep 2019 16:38:38
+0200

sbcl (2:1.5.6-1) unstable; urgency=medium

  * New upstream release
  * Trim trailing whitespace.
  * Use secure URI in debian/watch.
  * Set upstream metadata fields: Archive.

 -- Sébastien Villemot   Sun, 01 Sep 2019 10:39:00
+0200

** Affects: sbcl (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/1848870

Title:
  Sync sbcl 2:1.5.7-1 (universe) from Debian unstable (main)

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

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

[Bug 1848856] Re: Upgrade from 19.04 to 19.10 with zfs on root fails with grub syntax error

2019-10-19 Thread jpb
zsys is currently not installed.

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

Title:
  Upgrade from 19.04 to 19.10 with zfs on root fails with grub syntax
  error

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

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

[Bug 1848856] Re: Upgrade from 19.04 to 19.10 with zfs on root fails with grub syntax error

2019-10-19 Thread jpb
I modified 10_linux_zfs to comment out the set -e and add the variables
for pkgdatadir and the GRUB* variables from /etc/default/grub and ran it
to see the output.

Notice at the end the double brace, lack of initrd value and linux image
even though it was found at the beginning when it correctly identified
the root dataset.


jpb@explorer:~/test$ sudo ./10_linux_zfs 
Found linux image: vmlinuz-5.0.0-29-generic in rpool/ROOT/ubuntu
Found initrd image: initrd.img-5.0.0-29-generic in rpool/ROOT/ubuntu
Found linux image: vmlinuz-5.0.0-31-generic in rpool/ROOT/ubuntu
Found initrd image: initrd.img-5.0.0-31-generic in rpool/ROOT/ubuntu
Found linux image: vmlinuz-5.0.0-32-generic in rpool/ROOT/ubuntu
Found initrd image: initrd.img-5.0.0-32-generic in rpool/ROOT/ubuntu
Found linux image: vmlinuz-5.3.0-18-generic in rpool/ROOT/ubuntu
Found initrd image: initrd.img-5.3.0-18-generic in rpool/ROOT/ubuntu
Found linux image: vmlinuz-5.0.0-23-generic in 
rpool/ROOT/ubuntu@pyznap_2019-08-18_14:11:36_monthly
Found initrd image: initrd.img-5.0.0-23-generic in 
rpool/ROOT/ubuntu@pyznap_2019-08-18_14:11:36_monthly

** removed a ton of snapshots that were listed which found the
linux image and initrd image. *

Found linux image: vmlinuz-5.3.0-18-generic in 
rpool/ROOT/ubuntu@apt2019-10-19_08.52.43--1w
Found initrd image: initrd.img-5.3.0-18-generic in 
rpool/ROOT/ubuntu@apt2019-10-19_08.52.43--1w


function gfxmode {
set gfxpayload="${1}"
if [ "${1}" = "keep" ]; then
set vt_handoff=vt.handoff=1
else
set vt_handoff=
fi
}
if [ "${recordfail}" != 1 ]; then
  if [ -e ${prefix}/gfxblacklist.txt ]; then
if hwmatch ${prefix}/gfxblacklist.txt 3; then
  if [ ${match} = 0 ]; then
set linux_gfx_mode=keep
  else
set linux_gfx_mode=text
  fi
else
  set linux_gfx_mode=text
fi
  else
set linux_gfx_mode=keep
  fi
else
  set linux_gfx_mode=text
fi
export linux_gfx_mode
menuentry 'Ubuntu 19.10' --class ubuntu --class gnu-linux --class gnu --class 
os ${menuentry_id_option} 'gnulinux-rpool/ROOT/ubuntu-' {
recordfail
load_video
gfxmode ${linux_gfx_mode}
insmod gzio
if [ "${grub_platform}" = xen ]; then insmod xzio; insmod lzopio; fi
insmod part_gpt
insmod zfs
set root='hd2,gpt1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt1 
--hint-efi=hd2,gpt1 --hint-baremetal=ahci2,gpt1  ba04856b80ac4244
else
  search --no-floppy --fs-uuid --set=root ba04856b80ac4244
fi
linuxroot=ZFS=rpool/ROOT/ubuntu ro intel_iommu=on iommu=pt quiet 
splash intel_iommu=on iommu=pt rootdelay=3 zswap.enabled=1 zswap.compressor=lz4 
zswap.zpool=z3fold ${vt_handoff} 
initrd  
}
}

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

Title:
  Upgrade from 19.04 to 19.10 with zfs on root fails with grub syntax
  error

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

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

[Bug 1848868] [NEW] Sync uwsgi-plugin-php 0.0.4 (universe) from Debian unstable (main)

2019-10-19 Thread Hans Joachim Desserud
Public bug reported:

Please sync uwsgi-plugin-php 0.0.4 (universe) from Debian unstable
(main)

Explanation of the Ubuntu delta and why it can be dropped:
  * No-change rebuild for php7.3
  * No-change rebuild for php7.3
  * No-change rebuild to fix upgrade path from security update version in
Bionic
  * No-change rebuild to fix upgrade path from security update version in
Bionic
  * No-change rebuild for uwsgi soname change.
  * No-change rebuild for uwsgi soname change.


The delta is effectively empty and was only in place to provide a higher 
version number to support upgrade path.

Changelog entries since current focal version 0.0.3ubuntu2:

uwsgi-plugin-php (0.0.4) unstable; urgency=medium

  [ Alexandre Rossi ]
  * Update VCS URLs.
  * Declare compliance with Debian Policy 4.4.0.

 -- Jonas Smedegaard   Mon, 26 Aug 2019 10:57:25 +0200

** Affects: uwsgi-plugin-php (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: focal upgrade-software-version

** Tags added: focal upgrade-software-version

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

Title:
  Sync uwsgi-plugin-php 0.0.4 (universe) from Debian unstable (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/uwsgi-plugin-php/+bug/1848868/+subscriptions

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

[Bug 1848869] [NEW] Sync rubberband 1.8.2-1 (universe) from Debian unstable (main)

2019-10-19 Thread Hans Joachim Desserud
Public bug reported:

Please sync rubberband 1.8.2-1 (universe) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:
  * Spell "Conflicts" correctly in the librubberband2v5 forced upgrade.
  * Spell "Conflicts" correctly in the librubberband2v5 forced upgrade.
  * Spell "Conflicts" correctly in the librubberband2v5 forced upgrade.
  * Spell "Conflicts" correctly in the librubberband2v5 forced upgrade.
  * Spell "Conflicts" correctly in the librubberband2v5 forced upgrade.
  * Merge with Debian; no remaining changes.
  * librubberband2: Add Breaks/Replaces to librubberband2v5. This change
can be dropped after the 18.04 LTS release.
  * No-change rebuild against (libvamp-*sdk3v5
  * No-change rebuild against (libvamp-*sdk3v5
  * No-change rebuild against (libvamp-*sdk3v5
  * No-change rebuild against (libvamp-*sdk3v5
  * No-change rebuild against (libvamp-*sdk3v5
  * No-change rebuild against (libvamp-*sdk3v5


Based on the changelog, this can be synced now that 18.04 is out.

Changelog entries since current focal version 1.8.1-7ubuntu2:

rubberband (1.8.2-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * Team upload.
  * d/copyright: Use https protocol in Format field
  * d/control: Set Vcs-* to salsa.debian.org

  [ Felipe Sateler ]
  * Change maintainer address to debian-multime...@lists.debian.org

  [ Ondřej Nový ]
  * Use debhelper-compat instead of debian/compat

  [ Sebastian Ramacher ]
  * New upstream release
  * debian/:
- Bump debhelper compat to 12
- Bump Standards-Version
- Set RRR: no
  * debian/rules: Use dpkg include
  * debian/copyright: Bump copyright years
  * debian/*.maintscript: Remove obsolete maintscripts.

 -- Sebastian Ramacher   Sun, 06 Oct 2019 21:13:47
+0200

** Affects: rubberband (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/1848869

Title:
  Sync rubberband 1.8.2-1 (universe) from Debian unstable (main)

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

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

  1   2   3   >