[Bug 1879022] Re: i am not able to upgrade to 20.04

2020-05-15 Thread Chris Guiver
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

Upgrades from one LTS to the next LTS are not offered until a number of
days after the .1 release of the next LTS, ie. they won't occur until
after Ubuntu 20.04.1 has been released (scheduled for 23-July-2020
https://wiki.ubuntu.com/FocalFossa/ReleaseSchedule). I'll provide a ask
ubuntu (user support site) for reference -
https://askubuntu.com/questions/1059924/should-i-be-offered-the-option-
to-upgrade-to-18-04-1

Unfortunately, we cannot work on this bug because your description
didn't include enough information. You may find it helpful to read "How
to report bugs effectively"
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
if you would then provide a more complete description of the problem.

We have instructions on debugging some types of problems at
http://wiki.ubuntu.com/DebuggingProcedures.

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

At a minimum, we need:
1. The specific steps or actions you took that caused you to encounter the 
problem.
2. The behavior you expected.
3. The behavior you actually encountered (in as much detail as possible).

Thanks!

I've changed this bug's status to 'incomplete', if you believe I'm in
error, please leave a comment as to why, or provide the requested
details, then you can change the status back to "New".

** Changed in: ubuntu-release-upgrader (Ubuntu)
   Status: New => Incomplete

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

Title:
  i am not able to upgrade to 20.04

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

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

[Bug 1879022] [NEW] i am not able to upgrade to 20.04

2020-05-15 Thread Sukesh
Public bug reported:

sdfdg

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubuntu-release-upgrader-core 1:18.04.37
ProcVersionSignature: Ubuntu 4.15.0-99.100-generic 4.15.18
Uname: Linux 4.15.0-99-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.14
Architecture: amd64
CrashDB: ubuntu
Date: Sat May 16 11:06:31 2020
InstallationDate: Installed on 2018-09-12 (611 days ago)
InstallationMedia: Ubuntu 16.04.4 LTS "Xenial Xerus" - Release amd64 (20180228)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_IN:en
 PATH=(custom, no user)
 LANG=en_IN
 SHELL=/bin/bash
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to bionic on 2020-05-16 (0 days ago)
VarLogDistupgradeAptlog:
 Log time: 2020-05-16 11:05:56.277909
 Log time: 2020-05-16 11:06:07.104974
 Log time: 2020-05-16 11:06:26.198938
 Log time: 2020-05-16 11:06:34.469741
VarLogDistupgradeTermlog:

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


** Tags: amd64 apport-bug bionic dist-upgrade

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

Title:
  i am not able to upgrade to 20.04

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

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

[Bug 1878603] Re: package bbswitch-dkms 0.8-8 failed to install/upgrade: 已安装 bbswitch-dkms 软件包 post-installation 脚本 子进程返回错误状态 10

2020-05-15 Thread smile
I have encountered same error during kernel update (5.5.15 -> 5.6.13).
Latest version of 5.5.* compiles correctly (5.5.19). Looks like some
breaking changes have been made within all 5.6.* kernel versions. Here
are logs:

DKMS make.log for bbswitch-0.8 for kernel 5.6.13-050613-generic (x86_64)
Sat May 16 07:11:26 CEST 2020
make -C /lib/modules/5.6.13-050613-generic/build M="$(pwd)" modules
make[1]: Entering directory '/usr/src/linux-headers-5.6.13-050613-generic'
  CC [M]  /var/lib/dkms/bbswitch/0.8/build/bbswitch.o
/var/lib/dkms/bbswitch/0.8/build/bbswitch.c: In function ‘bbswitch_init’:
/var/lib/dkms/bbswitch/0.8/build/bbswitch.c:460:63: error: passing argument 4 
of ‘proc_create’ from incompatible pointer type 
[-Werror=incompatible-pointer-types]
  460 | acpi_entry = proc_create("bbswitch", 0664, acpi_root_dir, 
_fops);
  |   
^~
  |   |
  |   struct 
file_operations *
In file included from ./include/acpi/acpi_bus.h:83,
 from ./include/linux/acpi.h:32,
 from /var/lib/dkms/bbswitch/0.8/build/bbswitch.c:32:
./include/linux/proc_fs.h:64:24: note: expected ‘const struct proc_ops *’ but 
argument is of type ‘struct file_operations *’
   64 | struct proc_dir_entry *proc_create(const char *name, umode_t mode, 
struct proc_dir_entry *parent, const struct proc_ops *proc_ops);
  |^~~
cc1: some warnings being treated as errors
scripts/Makefile.build:267: recipe for target 
'/var/lib/dkms/bbswitch/0.8/build/bbswitch.o' failed
make[2]: *** [/var/lib/dkms/bbswitch/0.8/build/bbswitch.o] Error 1
Makefile:1683: recipe for target '/var/lib/dkms/bbswitch/0.8/build' failed
make[1]: *** [/var/lib/dkms/bbswitch/0.8/build] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-5.6.13-050613-generic'
Makefile:13: recipe for target 'default' failed
make: *** [default] Error 2

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

Title:
  package bbswitch-dkms 0.8-8 failed to install/upgrade: 已安装 bbswitch-
  dkms 软件包 post-installation 脚本 子进程返回错误状态 10

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

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

[Bug 1824874] Re: undismissable, unclickable authentication dialog left on screen (top-left corner) after policykit authentication [pushModal: invocation of begin_modal failed]

2020-05-15 Thread Hemie143
The bug is also present in 20.04. I got it after a system resume from
sleep.

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

Title:
  undismissable, unclickable authentication dialog left on screen (top-
  left corner) after policykit authentication [pushModal: invocation of
  begin_modal failed]

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

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

[Bug 1878336] Re: the pcmanfm-qt crashes on an inexistant image background

2020-05-15 Thread Bug Watch Updater
** Changed in: lubuntu-default-settings
   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/1878336

Title:
  the pcmanfm-qt crashes on an inexistant image background

To manage notifications about this bug go to:
https://bugs.launchpad.net/lubuntu-default-settings/+bug/1878336/+subscriptions

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

[Bug 1878921] Re: USB 3 NVMe SSD dongle doesn't flip

2020-05-15 Thread Cedric Rochefolle
Thank you for looking at this. I have used the config file to disable the 
device then connected the adapter. Somehow it worked. Maybe I did something 
wrong before.
Attaching the output, which shows a "Generic Display Device (Mass storage 
mode)" product.

** Attachment added: "lsusb_1de1_1101.txt"
   
https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1878921/+attachment/5372436/+files/lsusb_1de1_1101.txt

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

Title:
  USB 3 NVMe SSD dongle doesn't flip

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

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

[Bug 1875252] Re: Ubuntu 20.04 LTS update causing no sound coming from built-in speakers

2020-05-15 Thread Rajasekharan N
Bogdan (elrohe)

Oops. I couldn't save you the trouble. Sorry. It didn't strike me for
about 12 hours or so since the update to alert the remaining affected
people. During this time, after realizing that Pulseaudio has broken
down again, I was trying if I can do with Alsa alone or if I could find
any other alternative for Pulseaudio. However, I was unsuccessful.

It's nearing a month since I ran into this trouble by updating to 20.04
LTS and have run wall to post.

There is hope. There is a new fix/update coming. It's already in the
git. I don't know when it will be available in the updates channel.

See bug 1876065 for the latest info regarding this.

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

Title:
  Ubuntu 20.04 LTS update causing no sound coming from built-in speakers

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

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

[Bug 1879020] Re: Mouse pointer keeps flashing while fractional scaling is enabled

2020-05-15 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/1879020/+editstatus and add the
package name in the text box next to the word Package.

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

** Tags added: bot-comment

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

Title:
  Mouse pointer keeps flashing while fractional scaling is enabled

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

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

[Bug 1865175] Re: Demo

2020-05-15 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Demo

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

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

[Bug 1867440] Re: touchpad not recognized

2020-05-15 Thread Launchpad Bug Tracker
[Expired for linux (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  touchpad not recognized

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

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

[Bug 1867507] Re: nautilus crashed when opening session

2020-05-15 Thread Launchpad Bug Tracker
[Expired for nautilus (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  nautilus crashed when opening session

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

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

[Bug 1860847] Re: [nvidia] system is feeze

2020-05-15 Thread Launchpad Bug Tracker
[Expired for nvidia-graphics-drivers-390 (Ubuntu) because there has been
no activity for 60 days.]

** Changed in: nvidia-graphics-drivers-390 (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  [nvidia] system is feeze

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

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

[Bug 1879019] Re: bad mime type for bmp

2020-05-15 Thread pqwoerituytrueiwoq
Steps to reproduce:

~$ wget 
https://bugs.launchpad.net/ubuntu/+source/ristretto/+bug/1762242/+attachment/5107204/+files/180408141636.BMP
~$ file --mime-type 180408141636.BMP

Expected Output
180408141636.BMP:   image/x-ms-bmp

Unexpected Output
180408141636.BMP:   application/octet-stream

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

Title:
  bad mime type for bmp

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

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

[Bug 1879020] [NEW] Mouse pointer keeps flashing while fractional scaling is enabled

2020-05-15 Thread Swift Lee
Public bug reported:

I'm running 20.04 LTS on Surface Book 2 15',and I connect a external display 
via USB-C dock. I need to use different scaling settings for different 
monitors, so I enabled Fractional Scaling. After that the mouse pointer starts 
flashing all the time, especially in some system apps like settings.
 The internal display is 200% scaling and 100% for the external one.

** Affects: 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/1879020

Title:
  Mouse pointer keeps flashing while fractional scaling is enabled

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

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

[Bug 1879019] [NEW] bad mime type for bmp

2020-05-15 Thread pqwoerituytrueiwoq
Public bug reported:

Sample BMP file attached to this related bug:
https://bugs.launchpad.net/ubuntu/+source/ristretto/+bug/1762242

Note the attached screenshot here, this is a regression

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: libmagic1 1:5.38-4
ProcVersionSignature: Ubuntu 5.4.0-29.33-generic 5.4.30
Uname: Linux 5.4.0-29-generic x86_64
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: XFCE
Date: Fri May 15 23:28:26 2020
InstallationDate: Installed on 2018-04-29 (747 days ago)
InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
SourcePackage: file
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal

** Attachment added: "Screenshot_2020-05-15_23-27-08.png"
   
https://bugs.launchpad.net/bugs/1879019/+attachment/5372432/+files/Screenshot_2020-05-15_23-27-08.png

** Description changed:

  Sample BMP file attached to this related bug:
  https://bugs.launchpad.net/ubuntu/+source/ristretto/+bug/1762242
+ 
+ Note the attached screenshot here, this is a regression
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: libmagic1 1:5.38-4
  ProcVersionSignature: Ubuntu 5.4.0-29.33-generic 5.4.30
  Uname: Linux 5.4.0-29-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: XFCE
  Date: Fri May 15 23:28:26 2020
  InstallationDate: Installed on 2018-04-29 (747 days ago)
  InstallationMedia: Xubuntu 18.04 LTS "Bionic Beaver" - Release amd64 
(20180426)
  SourcePackage: file
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  bad mime type for bmp

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

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

[Bug 1762242] Re: ristretto can not open BMP files

2020-05-15 Thread pqwoerituytrueiwoq
This is clearly a upstream issue, the library is no longer able to even 
identify a bmp as a image at all
https://bugs.launchpad.net/ubuntu/+source/file/+bug/1879019

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

Title:
  ristretto can not open BMP files

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

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

[Bug 1510731] Re: Bug in ubiquity-frontend-kde: Can't create LUKS encrypted volumes during manual disk setup in Kubuntu 17.10 (does not affect Ubuntu, Ubuntu MATE, or Ubuntu Budgie)

2020-05-15 Thread Justin
This bug was reported four and a half years ago. Trying to install
Kubuntu 20.04...I still see no way to setup manual partitioning w/
encryption

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

Title:
  Bug in ubiquity-frontend-kde: Can't create LUKS encrypted volumes
  during manual disk setup in Kubuntu 17.10 (does not affect Ubuntu,
  Ubuntu MATE, or Ubuntu Budgie)

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

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

Re: [Bug 1861235] Re: zfs recv PANIC at range_tree.c:304:range_tree_find_impl()

2020-05-15 Thread Seth Arnold
On Sat, May 16, 2020 at 01:56:08AM -, Seth Arnold wrote:
> Sadly, journalctl doesn't have the dmesg from the previous boot:

I meant to say, journalctl's copy of dmesg from the previous boot doesn't
have the new debug output. Sorry.

Thanks

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

Title:
  zfs recv PANIC at range_tree.c:304:range_tree_find_impl()

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

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

[Bug 1870359] Re: My machine as Wi-Fi Hotspot broken after upgrade to 20.04

2020-05-15 Thread Hooman
I have the same problem. I see packets being received by Ubuntu through
the WiFi iface, but they don't seem to be delivered.

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

Title:
  My machine as Wi-Fi Hotspot broken after upgrade to 20.04

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

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

[Bug 1879017] Status changed to Confirmed

2020-05-15 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/1879017

Title:
  dd caused systemd-udevd call trace

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

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

[Bug 1877642] Re: [SRU] OpenStack Ussuri final release

2020-05-15 Thread Steve Langasek
Hello Corey, or anyone else affected,

Accepted masakari-monitors into focal-proposed. The package will build
now and be available at https://launchpad.net/ubuntu/+source/masakari-
monitors/9.0.0-0ubuntu0.20.04.1 in a few hours, and then in the
-proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
focal to verification-done-focal. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-focal. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: masakari-monitors (Ubuntu Focal)
   Status: Triaged => Fix Committed

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

Title:
  [SRU] OpenStack Ussuri final release

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

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

[Bug 1879017] [NEW] dd caused systemd-udevd call trace

2020-05-15 Thread js1
Public bug reported:

Using dd to copy an image onto sdcard seems to cause a kernel stack
trace.  dd seems to hang.

[ 3747.220647] INFO: task systemd-udevd:2451 blocked for more than 483 seconds.
[ 3747.220652]   Tainted: P  IOE 5.4.0-29-generic #33-Ubuntu
[ 3747.220654] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this 
message.

[ 3747.220656] systemd-udevd   D0  2451  1 0x4124
[ 3747.220660] Call Trace:
[ 3747.220670]  __schedule+0x2e3/0x740
[ 3747.220673]  schedule+0x42/0xb0
[ 3747.220675]  schedule_preempt_disabled+0xe/0x10
[ 3747.220678]  __mutex_lock.isra.0+0x182/0x4f0
[ 3747.220683]  ? exact_lock+0x11/0x20
[ 3747.220685]  __mutex_lock_slowpath+0x13/0x20
[ 3747.220687]  mutex_lock+0x2e/0x40
[ 3747.220692]  __blkdev_get+0x78/0x550
[ 3747.220694]  blkdev_get+0x3d/0x140
[ 3747.220697]  ? blkdev_get_by_dev+0x50/0x50
[ 3747.220699]  blkdev_open+0x8f/0xa0
[ 3747.220704]  do_dentry_open+0x143/0x3a0
[ 3747.220706]  vfs_open+0x2d/0x30
[ 3747.220710]  do_last+0x194/0x900
[ 3747.220713]  path_openat+0x8d/0x290
[ 3747.220716]  do_filp_open+0x91/0x100
[ 3747.220720]  ? __alloc_fd+0x46/0x150
[ 3747.220722]  do_sys_open+0x17e/0x290
[ 3747.220724]  __x64_sys_openat+0x20/0x30
[ 3747.220729]  do_syscall_64+0x57/0x190
[ 3747.220735]  entry_SYSCALL_64_after_hwframe+0x44/0xa9
[ 3747.220738] RIP: 0033:0x7f18e48a1d1b
[ 3747.220745] Code: Bad RIP value.
[ 3747.220746] RSP: 002b:7ffd19e936a0 EFLAGS: 0246 ORIG_RAX: 
0101
[ 3747.220748] RAX: ffda RBX: 7ffd19e937b0 RCX: 7f18e48a1d1b
[ 3747.220749] RDX: 000a0800 RSI: 558d7f09f470 RDI: ff9c
[ 3747.220750] RBP: 558d7f09f470 R08: 558d7d4740c0 R09: 
[ 3747.220751] R10:  R11: 0246 R12: 000a0800
[ 3747.220752] R13: 558d7f0b2920 R14: 7ffd19e93778 R15: 0001

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-image-5.4.0-29-generic 5.4.0-29.33
ProcVersionSignature: Ubuntu 5.4.0-29.33-generic 5.4.30
Uname: Linux 5.4.0-29-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC2:  js11209 F pulseaudio
 /dev/snd/controlC1:  js11209 F pulseaudio
 /dev/snd/controlC0:  js11209 F pulseaudio
CasperMD5CheckResult: skip
CurrentDesktop: LXQt
Date: Fri May 15 22:44:18 2020
InstallationDate: Installed on 2020-02-02 (103 days ago)
InstallationMedia: Lubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017.1)
MachineType: Dell Inc. Precision WorkStation T7500
ProcFB: 0 VESA VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-29-generic 
root=UUID=93fc02c6-baa4-4282-96d7-ea5ad53b0c78 ro ipv6.disable=1 
elevator=deadline splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-5.4.0-29-generic N/A
 linux-backports-modules-5.4.0-29-generic  N/A
 linux-firmware1.187
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/15/2018
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A18
dmi.board.name: 0D881F
dmi.board.vendor: Dell Inc.
dmi.board.version: A05
dmi.chassis.type: 7
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA18:bd10/15/2018:svnDellInc.:pnPrecisionWorkStationT7500:pvr:rvnDellInc.:rn0D881F:rvrA05:cvnDellInc.:ct7:cvr:
dmi.product.name: Precision WorkStation T7500
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug focal

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

Title:
  dd caused systemd-udevd call trace

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

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

[Bug 1879016] [NEW] Crash with "Object .Gjs_AppIndicatorIconActor__1 ..." loss of Riot AppIndicator icon

2020-05-15 Thread Dan Kortschak via ubuntu-bugs
Public bug reported:

Sporadically, I see loss of the Riot-Desktop (https://github.com/vector-
im/riot-web/ care of https://packages.riot.im/debian/) app indicator
icon. This appears to be associated with the following log lines from
`journalctl /usr/bin/gnome-shell`

```
May 16 10:54:22 cube gnome-shell[1688]: Object .Gjs_AppIndicatorIconActor__1 
(0x55ec9dec3a00), has been already finalized. Impossible to set any property to 
it.
May 16 10:54:22 cube org.gnome.Shell.desktop[1688]: == Stack trace for context 
0x55ec9bc28340 ==
May 16 10:54:22 cube org.gnome.Shell.desktop[1688]: #0 0x7ffd2838cb50 b   
resource:///org/gnome/gjs/modules/_legacy.js:83 (0x7fbf1c1b5de0 @ 87)
May 16 10:54:22 cube org.gnome.Shell.desktop[1688]: #1 0x55ec9c0c0d10 i   
/usr/share/gnome-shell/extensions/ubuntu-appindicat...@ubuntu.com/indicatorStatusIcon.js:93
 (0x7fbed86c9340 @ 58)
May 16 10:54:22 cube org.gnome.Shell.desktop[1688]: #2 0x7ffd2838deb0 b   
resource:///org/gnome/gjs/modules/_legacy.js:82 (0x7fbf1c1b5de0 @ 71)
May 16 10:54:22 cube org.gnome.Shell.desktop[1688]: #3 0x7ffd2838df70 b   
self-hosted:916 (0x7fbf1c1f12b8 @ 367)
May 16 10:54:22 cube org.gnome.Shell.desktop[1688]: #4 0x7ffd2838e060 b   
resource:///org/gnome/gjs/modules/signals.js:128 (0x7fbf1c1d2230 @ 386)
May 16 10:54:22 cube org.gnome.Shell.desktop[1688]: #5 0x55ec9c0c0c88 i   
/usr/share/gnome-shell/extensions/ubuntu-appindicat...@ubuntu.com/appIndicator.js:190
 (0x7fbed86b6f78 @ 22)
May 16 10:54:22 cube org.gnome.Shell.desktop[1688]: #6 0x7ffd2838f3c0 b   
resource:///org/gnome/gjs/modules/_legacy.js:82 (0x7fbf1c1b5de0 @ 71)
May 16 10:54:22 cube org.gnome.Shell.desktop[1688]: #7 0x55ec9c0c0be0 i   
/usr/share/gnome-shell/extensions/ubuntu-appindicat...@ubuntu.com/statusNotifierWatcher.js:219
 (0x7fbed86b65e8 @ 225)
May 16 10:54:22 cube org.gnome.Shell.desktop[1688]: #8 0x7ffd28390720 b   
resource:///org/gnome/gjs/modules/_legacy.js:82 (0x7fbf1c1b5de0 @ 71)
May 16 10:54:22 cube org.gnome.Shell.desktop[1688]: #9 0x55ec9c0c0b68 i   
/usr/share/gnome-shell/extensions/ubuntu-appindicat...@ubuntu.com/extension.js:61
 (0x7fbed8688780 @ 37)
May 16 10:54:22 cube org.gnome.Shell.desktop[1688]: #10 0x55ec9c0c0aa8 i   
resource:///org/gnome/shell/ui/extensionSystem.js:83 (0x7fbf086592b8 @ 441)
May 16 10:54:22 cube org.gnome.Shell.desktop[1688]: #11 0x55ec9c0c0a28 i   
resource:///org/gnome/shell/ui/extensionSystem.js:354 (0x7fbf08659d58 @ 13)
May 16 10:54:22 cube org.gnome.Shell.desktop[1688]: #12 0x7ffd28391490 b   
self-hosted:251 (0x7fbf1c1c4ab0 @ 223)
May 16 10:54:22 cube org.gnome.Shell.desktop[1688]: #13 0x55ec9c0c09a8 i   
resource:///org/gnome/shell/ui/extensionSystem.js:353 (0x7fbf08659cd0 @ 64)
May 16 10:54:22 cube org.gnome.Shell.desktop[1688]: #14 0x55ec9c0c0928 i   
resource:///org/gnome/shell/ui/extensionSystem.js:371 (0x7fbf08659de0 @ 87)
May 16 10:54:22 cube org.gnome.Shell.desktop[1688]: #15 0x7ffd28392990 b   
resource:///org/gnome/gjs/modules/signals.js:128 (0x7fbf1c1d2230 @ 386)
May 16 10:54:22 cube org.gnome.Shell.desktop[1688]: #16 0x7ffd28393130 b   
resource:///org/gnome/shell/ui/sessionMode.js:205 (0x7fbf083704d8 @ 254)
May 16 10:54:22 cube org.gnome.Shell.desktop[1688]: #17 0x7ffd28394520 b   
resource:///org/gnome/gjs/modules/_legacy.js:82 (0x7fbf1c1b5de0 @ 71)
May 16 10:54:22 cube org.gnome.Shell.desktop[1688]: #18 0x55ec9c0c07e8 i   
resource:///org/gnome/shell/ui/sessionMode.js:167 (0x7fbf083702b8 @ 40)
May 16 10:54:22 cube org.gnome.Shell.desktop[1688]: #19 0x7ffd28395880 b   
resource:///org/gnome/gjs/modules/_legacy.js:82 (0x7fbf1c1b5de0 @ 71)
May 16 10:54:22 cube gnome-shell[1688]: Object .Gjs_AppIndicatorIconActor__1 
(0x55ec9d075050), has been already finalized. Impossible to set any property to 
it.
May 16 10:54:22 cube org.gnome.Shell.desktop[1688]: #20 0x55ec9c0c0740 i   
resource:///org/gnome/shell/ui/screenShield.js:1282 (0x7fbf08353a28 @ 188)
May 16 10:54:22 cube org.gnome.Shell.desktop[1688]: #21 0x7ffd28396be0 b   
resource:///org/gnome/gjs/modules/_legacy.js:82 (0x7fbf1c1b5de0 @ 71)
May 16 10:54:22 cube org.gnome.Shell.desktop[1688]: #22 0x55ec9c0c0690 i   
resource:///org/gnome/shell/ui/screenShield.js:1331 (0x7fbf08353ab0 @ 391)
May 16 10:54:22 cube org.gnome.Shell.desktop[1688]: #23 0x7ffd28397f40 b   
resource:///org/gnome/gjs/modules/_legacy.js:82 (0x7fbf1c1b5de0 @ 71)
May 16 10:54:22 cube org.gnome.Shell.desktop[1688]: #24 0x55ec9c0c0610 i   
resource:///org/gnome/shell/ui/screenShield.js:854 (0x7fbf083519a0 @ 25)
May 16 10:54:22 cube org.gnome.Shell.desktop[1688]: == Stack trace for context 
0x55ec9bc28340 ==
May 16 10:54:22 cube org.gnome.Shell.desktop[1688]: #0 0x7ffd2838cb50 b   
resource:///org/gnome/gjs/modules/_legacy.js:83 (0x7fbf1c1b5de0 @ 87)
May 16 10:54:22 cube org.gnome.Shell.desktop[1688]: #1 0x55ec9c0c0d10 i   
/usr/share/gnome-shell/extensions/ubuntu-appindicat...@ubuntu.com/indicatorStatusIcon.js:93
 (0x7fbed86c9340 @ 58)
May 16 10:54:22 cube org.gnome.Shell.desktop[1688]: #2 0x7ffd2838deb0 b   

[Bug 1879015] Re: Autologin doesn't work (Lubuntu 18.04)

2020-05-15 Thread Gunnar Hjalmarsson
Please show what exactly the config file looks like.

** Changed in: lightdm (Ubuntu)
   Status: New => Incomplete

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

Title:
  Autologin doesn't work (Lubuntu 18.04)

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

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

[Bug 1878524] Re: folder icon can't link nautilus icon in unity launcher

2020-05-15 Thread chingy.yang
by the way ,thanks for your advice

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

Title:
  folder icon can't link nautilus icon in unity launcher

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

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

[Bug 1879015] Re: Autologin doesn't work (Lubuntu 18.04)

2020-05-15 Thread Chris Guiver
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

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

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

For Lubuntu specific support links, please go to
https://lubuntu.me/links/

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

Title:
  Autologin doesn't work (Lubuntu 18.04)

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

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

Re: [Bug 1876847] Re: HP-Spectre 2019 Intel wireless driver is detected incorrectly.

2020-05-15 Thread You-Sheng Yang
For Bluetooth:

  Bluetooth: hci0: Found device firmware: intel/ibt-19-0-4.sfi
  ...
  Bluetooth: hci0: command 0xfc09 tx timeout

That's a known issue for Bionic, but it should be fine for focal with
REL0384 fw. However it still fails on your system, so we may need you to
run a few commands to capture btsnoop logs:

  1. Power off completely. Unplug power cable for 1 minute, and then power
on,
  2. Boot with following parameters to prevent automatical driver loading
for Bluetooth:

 modprobe.blacklist=btusb,btintel

  3. Run `sudo btmon -w coldboot.btsnoop` in a separate terminal,
  4. Run `sudo modprobe btusb`,
  5. Check if Bluetooth is up,
  6. Run `journalctl -b 0 > coldboot.journal`
  7. If Bluetooth is dead, attach the btsnoop and journal log; or, continue
to following steps,
  8. Warm reboot with same parameters as step 2.,
  9. Run `sudo btmon -w warmboot.btsnoop` in a separate terminal,
  10. Run `sudo modprobe btusb`,
  11. Check if Bluetooth is up,
  12. Run `journalctl -b 0 > warmboot.journal`,
  13. If Bluetooth is dead, attach the btsnoop and journal log for both
cold boot and warm boot; or, repeat steps 8. to 13. for a few (10) times to
see if it reproduces.

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

Title:
  HP-Spectre 2019 Intel wireless driver is detected incorrectly.

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

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

[Bug 1877642] Re: [SRU] OpenStack Ussuri final release

2020-05-15 Thread Launchpad Bug Tracker
This bug was fixed in the package cinder - 2:16.0.0-0ubuntu2

---
cinder (2:16.0.0-0ubuntu2) groovy; urgency=medium

  * d/p/skip-victoria-failures.patch: Temporarily skipping groovy
failures to unblock Ussuri.

 -- Corey Bryant   Fri, 15 May 2020 16:29:14
-0400

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

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

Title:
  [SRU] OpenStack Ussuri final release

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

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

[Bug 1861235] Re: zfs recv PANIC at range_tree.c:304:range_tree_find_impl()

2020-05-15 Thread Seth Arnold
Hello Colin, trying the zfs recv operation on the .3 dkms eventually
kills my system dead. There was nothing on the console. The cursor on
the console stopped blinking; I couldn't switch VTs. My ssh sessions
were hung. ping reported destination host unreachable.

It ran for about two and a half minutes, transferred around 10 datasets or 
snapshots:
$ journalctl -b -1  | grep -c "COMMAND=/sbin/zfs receive"
10


Sadly, journalctl doesn't have the dmesg from the previous boot:

$ journalctl -b -1 -k
[...]
May 15 17:25:10 wopr kernel: ZFS: Loaded module 
v0.7.5-1ubuntu16.10~lp1861235.3, ZFS pool version 5000, ZFS filesystem version 5
May 15 17:25:15 wopr kernel:  zd32: p1
May 15 17:25:20 wopr kernel: pps pps0: new PPS source ptp0
May 15 17:25:20 wopr kernel: ixgbe :05:00.0: registered PHC device on 
enp5s0f0
May 15 17:25:20 wopr kernel: IPv6: ADDRCONF(NETDEV_UP): enp5s0f0: link is not 
ready
May 15 17:25:20 wopr kernel: new mount options do not match the existing 
superblock, will be ignored
May 15 17:25:21 wopr kernel: Process accounting resumed
May 15 17:25:24 wopr kernel: ixgbe :05:00.0 enp5s0f0: NIC Link is Up 1 
Gbps, Flow Control: None
May 15 17:25:24 wopr kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp5s0f0: link 
becomes ready
May 15 17:25:29 wopr kernel: NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 
state recovery directory
May 15 17:25:29 wopr kernel: NFSD: starting 90-second grace period (net 
f0a9)
May 15 17:25:32 wopr kernel: ip6_tables: (C) 2000-2006 Netfilter Core Team
May 15 17:25:32 wopr kernel: Ebtables v2.0 registered
May 15 17:25:33 wopr kernel: bridge: filtering via arp/ip/ip6tables is no 
longer available by default. Update your scripts to load br_netfilter if you 
need this.
May 15 17:25:33 wopr kernel: virbr0: port 1(virbr0-nic) entered blocking state
May 15 17:25:33 wopr kernel: virbr0: port 1(virbr0-nic) entered disabled state
May 15 17:25:33 wopr kernel: device virbr0-nic entered promiscuous mode
May 15 17:25:33 wopr kernel: nf_conntrack version 0.5.0 (65536 buckets, 262144 
max)
May 15 17:25:33 wopr kernel: virbr0: port 1(virbr0-nic) entered blocking state
May 15 17:25:33 wopr kernel: virbr0: port 1(virbr0-nic) entered listening state
May 15 17:25:33 wopr kernel: virbr0: port 1(virbr0-nic) entered disabled state


Thanks

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

Title:
  zfs recv PANIC at range_tree.c:304:range_tree_find_impl()

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

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

[Bug 1878524] Re: folder icon can't link nautilus icon in unity launcher

2020-05-15 Thread chingy.yang
i open a folder from android studio and not close this folder, this bug
will occur, but after i closed android studio for a while, it works
normal, so may be it's a android stuido bug?

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

Title:
  folder icon can't link nautilus icon in unity launcher

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

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

[Bug 1878524] nvidia-installer.log.txt

2020-05-15 Thread chingy.yang
apport information

** Attachment added: "nvidia-installer.log.txt"
   
https://bugs.launchpad.net/bugs/1878524/+attachment/5372404/+files/nvidia-installer.log.txt

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

Title:
  folder icon can't link nautilus icon in unity launcher

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

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

[Bug 1878524] Xrandr.txt

2020-05-15 Thread chingy.yang
apport information

** Attachment added: "Xrandr.txt"
   https://bugs.launchpad.net/bugs/1878524/+attachment/5372403/+files/Xrandr.txt

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

Title:
  folder icon can't link nautilus icon in unity launcher

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

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

[Bug 1878524] XorgLogOld.txt

2020-05-15 Thread chingy.yang
apport information

** Attachment added: "XorgLogOld.txt"
   
https://bugs.launchpad.net/bugs/1878524/+attachment/5372402/+files/XorgLogOld.txt

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

Title:
  folder icon can't link nautilus icon in unity launcher

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

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

[Bug 1878524] xdpyinfo.txt

2020-05-15 Thread chingy.yang
apport information

** Attachment added: "xdpyinfo.txt"
   
https://bugs.launchpad.net/bugs/1878524/+attachment/5372407/+files/xdpyinfo.txt

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

Title:
  folder icon can't link nautilus icon in unity launcher

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

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

[Bug 1878524] upstart.unity-panel-service.log.txt

2020-05-15 Thread chingy.yang
apport information

** Attachment added: "upstart.unity-panel-service.log.txt"
   
https://bugs.launchpad.net/bugs/1878524/+attachment/5372405/+files/upstart.unity-panel-service.log.txt

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

Title:
  folder icon can't link nautilus icon in unity launcher

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

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

[Bug 1878524] UdevDb.txt

2020-05-15 Thread chingy.yang
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1878524/+attachment/5372398/+files/UdevDb.txt

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

Title:
  folder icon can't link nautilus icon in unity launcher

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

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

[Bug 1878524] ProcCpuinfoMinimal.txt

2020-05-15 Thread chingy.yang
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1878524/+attachment/5372394/+files/ProcCpuinfoMinimal.txt

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

Title:
  folder icon can't link nautilus icon in unity launcher

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

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

[Bug 1878524] xserver.outputs.txt

2020-05-15 Thread chingy.yang
apport information

** Attachment added: "xserver.outputs.txt"
   
https://bugs.launchpad.net/bugs/1878524/+attachment/5372410/+files/xserver.outputs.txt

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

Title:
  folder icon can't link nautilus icon in unity launcher

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

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

[Bug 1878524] xserver.errors.txt

2020-05-15 Thread chingy.yang
apport information

** Attachment added: "xserver.errors.txt"
   
https://bugs.launchpad.net/bugs/1878524/+attachment/5372409/+files/xserver.errors.txt

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

Title:
  folder icon can't link nautilus icon in unity launcher

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

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

[Bug 1878524] UnitySupportTest.txt

2020-05-15 Thread chingy.yang
apport information

** Attachment added: "UnitySupportTest.txt"
   
https://bugs.launchpad.net/bugs/1878524/+attachment/5372399/+files/UnitySupportTest.txt

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

Title:
  folder icon can't link nautilus icon in unity launcher

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

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

[Bug 1878524] upstart.unity7.log.txt

2020-05-15 Thread chingy.yang
apport information

** Attachment added: "upstart.unity7.log.txt"
   
https://bugs.launchpad.net/bugs/1878524/+attachment/5372406/+files/upstart.unity7.log.txt

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

Title:
  folder icon can't link nautilus icon in unity launcher

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

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

[Bug 1827759] Re: Doesn't work properly with umask 027

2020-05-15 Thread kolya
Thanks!

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

Title:
  Doesn't work properly with umask 027

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/command-not-found/+bug/1827759/+subscriptions

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

[Bug 1878524] ProcModules.txt

2020-05-15 Thread chingy.yang
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1878524/+attachment/5372397/+files/ProcModules.txt

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

Title:
  folder icon can't link nautilus icon in unity launcher

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

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

[Bug 1878524] ProcInterrupts.txt

2020-05-15 Thread chingy.yang
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1878524/+attachment/5372396/+files/ProcInterrupts.txt

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

Title:
  folder icon can't link nautilus icon in unity launcher

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

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

[Bug 1878524] XorgConf.txt

2020-05-15 Thread chingy.yang
apport information

** Attachment added: "XorgConf.txt"
   
https://bugs.launchpad.net/bugs/1878524/+attachment/5372400/+files/XorgConf.txt

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

Title:
  folder icon can't link nautilus icon in unity launcher

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

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

[Bug 1878524] xserver.devices.txt

2020-05-15 Thread chingy.yang
apport information

** Attachment added: "xserver.devices.txt"
   
https://bugs.launchpad.net/bugs/1878524/+attachment/5372408/+files/xserver.devices.txt

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

Title:
  folder icon can't link nautilus icon in unity launcher

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

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

[Bug 1878524] Lsusb-v.txt

2020-05-15 Thread chingy.yang
apport information

** Attachment added: "Lsusb-v.txt"
   
https://bugs.launchpad.net/bugs/1878524/+attachment/5372392/+files/Lsusb-v.txt

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

Title:
  folder icon can't link nautilus icon in unity launcher

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

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

[Bug 1878524] ProcEnviron.txt

2020-05-15 Thread chingy.yang
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1878524/+attachment/5372395/+files/ProcEnviron.txt

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

Title:
  folder icon can't link nautilus icon in unity launcher

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

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

[Bug 1878524] XorgLog.txt

2020-05-15 Thread chingy.yang
apport information

** Attachment added: "XorgLog.txt"
   
https://bugs.launchpad.net/bugs/1878524/+attachment/5372401/+files/XorgLog.txt

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

Title:
  folder icon can't link nautilus icon in unity launcher

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

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

[Bug 1878524] DpkgLog.txt

2020-05-15 Thread chingy.yang
apport information

** Attachment added: "DpkgLog.txt"
   
https://bugs.launchpad.net/bugs/1878524/+attachment/5372385/+files/DpkgLog.txt

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

Title:
  folder icon can't link nautilus icon in unity launcher

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

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

[Bug 1878524] Lsusb-t.txt

2020-05-15 Thread chingy.yang
apport information

** Attachment added: "Lsusb-t.txt"
   
https://bugs.launchpad.net/bugs/1878524/+attachment/5372391/+files/Lsusb-t.txt

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

Title:
  folder icon can't link nautilus icon in unity launcher

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

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

[Bug 1878524] Lspci-vt.txt

2020-05-15 Thread chingy.yang
apport information

** Attachment added: "Lspci-vt.txt"
   
https://bugs.launchpad.net/bugs/1878524/+attachment/5372389/+files/Lspci-vt.txt

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

Title:
  folder icon can't link nautilus icon in unity launcher

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

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

[Bug 1878524] ProcCpuinfo.txt

2020-05-15 Thread chingy.yang
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1878524/+attachment/5372393/+files/ProcCpuinfo.txt

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

Title:
  folder icon can't link nautilus icon in unity launcher

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

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

[Bug 1878524] GsettingsChanges.txt

2020-05-15 Thread chingy.yang
apport information

** Attachment added: "GsettingsChanges.txt"
   
https://bugs.launchpad.net/bugs/1878524/+attachment/5372386/+files/GsettingsChanges.txt

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

Title:
  folder icon can't link nautilus icon in unity launcher

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

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

[Bug 1878524] LightdmGreeterLogOld.txt

2020-05-15 Thread chingy.yang
apport information

** Attachment added: "LightdmGreeterLogOld.txt"
   
https://bugs.launchpad.net/bugs/1878524/+attachment/5372387/+files/LightdmGreeterLogOld.txt

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

Title:
  folder icon can't link nautilus icon in unity launcher

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

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

[Bug 1878524] Lsusb.txt

2020-05-15 Thread chingy.yang
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1878524/+attachment/5372390/+files/Lsusb.txt

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

Title:
  folder icon can't link nautilus icon in unity launcher

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

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

[Bug 1878524] Re: folder icon can't link nautilus icon in unity launcher

2020-05-15 Thread chingy.yang
apport information

** Tags added: apport-collected focal possible-manual-nvidia-install
ubuntu

** Description changed:

- I'm working with ubuntu 20.04, when i open a folder with nautilus icon
- in unity launcher, it always link the folder to my android studio icon
- in unity launcher.
+ I'm working with ubuntu 20.04, when i open a folder with nautilus icon in 
unity launcher, it always link the folder to my android studio icon in unity 
launcher.
+ --- 
+ ProblemType: Bug
+ .tmp.unity_support_test.0:
+  
+ ApportVersion: 2.20.11-0ubuntu27
+ Architecture: amd64
+ CasperMD5CheckResult: skip
+ CompizPlugins: 没有为“/apps/compiz-1/general/screen0/options/active_plugins”设置值
+ CompositorRunning: None
+ CurrentDesktop: ubuntu:GNOME
+ DistUpgraded: 2020-04-25 20:12:39,880 DEBUG Running PostInstallScript: 
'./xorg_fix_proprietary.py'
+ DistroCodename: focal
+ DistroRelease: Ubuntu 20.04
+ DistroVariant: ubuntu
+ GraphicsCard:
+  NVIDIA Corporation GK208B [GeForce GT 720] [10de:1288] (rev a1) (prog-if 00 
[VGA controller])
+Subsystem: Bitland(ShenZhen) Information Technology Co., Ltd. GK208B 
[GeForce GT 720] [1642:3e56]
+ InstallationDate: Installed on 2018-05-11 (735 days ago)
+ InstallationMedia: Ubuntu 14.04.5 LTS "Trusty Tahr" - Release amd64 (20160803)
+ MachineType: System manufacturer System Product Name
+ Package: unity 7.5.0+20.04.20200312-0ubuntu1
+ PackageArchitecture: amd64
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-31-generic 
root=UUID=ea285001-7df5-42be-bdeb-72b27a39fafe ro quiet splash 
crashkernel=512M-:192M vt.handoff=7
+ ProcVersionSignature: Ubuntu 5.4.0-31.35-generic 5.4.34
+ Tags:  focal possible-manual-nvidia-install ubuntu
+ Uname: Linux 5.4.0-31-generic x86_64
+ UpgradeStatus: Upgraded to focal on 2020-04-25 (20 days ago)
+ UserGroups: adm cdrom dip kvm libvirt libvirtd lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 05/21/2018
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: 1401
+ dmi.board.asset.tag: Default string
+ dmi.board.name: TUF X299 MARK 2
+ dmi.board.vendor: ASUSTeK COMPUTER INC.
+ dmi.board.version: Rev 1.xx
+ dmi.chassis.asset.tag: Default string
+ dmi.chassis.type: 3
+ dmi.chassis.vendor: Default string
+ dmi.chassis.version: Default string
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1401:bd05/21/2018:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKCOMPUTERINC.:rnTUFX299MARK2:rvrRev1.xx:cvnDefaultstring:ct3:cvrDefaultstring:
+ dmi.product.family: To be filled by O.E.M.
+ dmi.product.name: System Product Name
+ dmi.product.sku: SKU
+ dmi.product.version: System Version
+ dmi.sys.vendor: System manufacturer
+ version.compiz: compiz 1:0.9.14.1+20.04.20200211-0ubuntu1
+ version.libdrm2: libdrm2 2.4.101-2
+ version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.4-2ubuntu1
+ version.libgl1-mesa-glx: libgl1-mesa-glx 20.0.4-2ubuntu1
+ version.xserver-xorg-core: xserver-xorg-core 2:1.20.8-2ubuntu2
+ version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-2
+ version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
+ version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
+ version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1
+ xserver.bootTime: Sat Dec 28 12:38:07 2019
+ xserver.configfile: /etc/X11/xorg.conf
+ xserver.logfile: /var/log/Xorg.0.log
+ xserver.version: 2:1.19.6-1ubuntu4.3

** Attachment added: "BootLog.txt"
   
https://bugs.launchpad.net/bugs/1878524/+attachment/5372382/+files/BootLog.txt

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

Title:
  folder icon can't link nautilus icon in unity launcher

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

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

[Bug 1878524] Lspci.txt

2020-05-15 Thread chingy.yang
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1878524/+attachment/5372388/+files/Lspci.txt

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

Title:
  folder icon can't link nautilus icon in unity launcher

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

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

[Bug 1878524] Dependencies.txt

2020-05-15 Thread chingy.yang
apport information

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1878524/+attachment/5372384/+files/Dependencies.txt

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

Title:
  folder icon can't link nautilus icon in unity launcher

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

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

[Bug 1878524] CurrentDmesg.txt

2020-05-15 Thread chingy.yang
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1878524/+attachment/5372383/+files/CurrentDmesg.txt

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

Title:
  folder icon can't link nautilus icon in unity launcher

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

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

[Bug 1879014] [NEW] Trying to install Ubuntu for the first time.

2020-05-15 Thread Leon Hemstreet
Public bug reported:

Trying to install Ubuntu for the first time. I keep getting ACPI errors,
so I set ACPI to strict, and to off. Either way, I make to to the start
of installing the OS, then it fails and doesn't give me any error code
to search.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ubiquity 20.04.15
ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
Uname: Linux 5.4.0-26-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
CasperMD5CheckResult: skip
CasperVersion: 1.445
CurrentDesktop: ubuntu:GNOME
Date: Fri May 15 20:28:56 2020
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
maybe-ubiquity quiet splash --- acpi=strict
LiveMediaBuild: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal ubiquity-20.04.15 ubuntu

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

Title:
  Trying to install Ubuntu for the first time.

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

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

[Bug 1879015] [NEW] Autologin doesn't work (Lubuntu 18.04)

2020-05-15 Thread Dima
Public bug reported:

I tried everything.

3) I expected a working autologin once I set autologin-user=myusername in 
/etc/lightdm/lightdm.conf. Also I tried to change default session option. After 
I set "Do not ask password" in Users and Groups GUI autologin didn't work 
either. I needed to press "Login" button anyway. I don't know where the problem 
is. The only way to make autologin work I know is to set "Autologin" option 
while system installation. I don't want to reinstall to change just one option.
Currently I use slim desktop manager. It's simpler and works. I have all 
possible options in /etc/slim.conf, I just need to uncomment something and 
edit. No need of reading docs and forums to just know what it can do. I hope 
someday lightdm will be changed in the same KISS way as slim.

4) For some reason autologin doesn't work. Looks like lightdm just
ignores its config files. It either shouldn't ignore these files or
should provide a tool for configuring. The GUI tools I found doesn't
provide an autologin option.

(lightdm-autologin-greeter package doesn't help (I've edited
/etc/lightdm/lightdm.conf.d/lightdm-autologin-greeter.conf properly),
lightdm package doesn't have /etc/lightdm/lightdm.conf file)

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: lightdm 1.26.0-0ubuntu1
ProcVersionSignature: Ubuntu 5.3.0-51.44~18.04.2-generic 5.3.18
Uname: Linux 5.3.0-51-generic i686
ApportVersion: 2.20.9-0ubuntu7.14
Architecture: i386
CurrentDesktop: LXDE
Date: Sat May 16 04:05:25 2020
InstallationDate: Installed on 2020-05-09 (6 days ago)
InstallationMedia: Lubuntu 18.04.4 LTS "Bionic Beaver" - Release i386 (20200203)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no username)
 XDG_RUNTIME_DIR=
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
SourcePackage: lightdm
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug bionic i386

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

Title:
  Autologin doesn't work (Lubuntu 18.04)

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

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

Re: [Bug 1878494] Re: Ubuntu 20.04 Desktop clean install:dropped packet and continual retransmission to 62.113.13.231 impacting wifi

2020-05-15 Thread Stephen Waines
Hi,

Im terribly sorry I just am at an alternate location and we were having 
wifi issues. Upon wireshark investigation I saw a lot of packets 
appearing as tcp stack out of order and it was retransmitting them. My 
laptop worked on 18.04 well. Now im thinking its just the wifi right 
now. I think its compromised because of the lockdown here in canada and 
everyone using the internet.

Terribly sorry for wondering about this.

Keep up the great work :)

-Steve

On 2020-05-15 11:46 a.m., Marc Deslauriers wrote:
> Thanks for your comments. This does not appear to be a bug report and we
> are closing it. We appreciate the difficulties you are facing, but it
> would make more sense to raise your question in the support tracker.
> Please visit https://answers.launchpad.net/ubuntu/+addquestion
>
> ** Information type changed from Private Security to Public
>
> ** Changed in: 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/1878494

Title:
  Ubuntu 20.04 Desktop clean install:dropped packet and continual
  retransmission to 62.113.13.231 impacting wifi

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

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

[Bug 1879012] [NEW] Shim does not hand off networking during HTTP boot

2020-05-15 Thread Lee Trager
Public bug reported:

When using MAAS to HTTP boot on x86_64 UEFI grub drops to the command
line. net_ls_addr shows the system has no address. If I run net_dhcp I
get an address. I can then download the remote grub.cfg file and
continue boot.

When reproducing with QEMU you have to manually reconfigure the boot
order to try HTTP before TFTP:

# efibootmgr -v
BootCurrent: 0002
Timeout: 0 seconds
BootOrder: 0002,0003,0001,,0004
Boot* UiApp 
FvVol(7cb8bdc9-f8eb-4f34-aaea-3ee4af6516a1)/FvFile(462caa21-7614-4503-836e-8ab6f4662331)
Boot0001* UEFI QEMU QEMU HARDDISK   
PciRoot(0x0)/Pci(0x2,0x0)/Pci(0x0,0x0)/SCSI(1,1)N.YMR,Y.
Boot0002* UEFI PXEv4 (MAC:00163E03BE1A) 
PciRoot(0x0)/Pci(0x4,0x0)/Pci(0x0,0x0)/MAC(00163e03be1a,1)/IPv4(0.0.0.00.0.0.0,0,0)N.YMR,Y.
Boot0003* UEFI HTTPv4 (MAC:00163E03BE1A)
PciRoot(0x0)/Pci(0x4,0x0)/Pci(0x0,0x0)/MAC(00163e03be1a,1)/IPv4(0.0.0.00.0.0.0,0,0)/Uri()N.YMR,Y.
Boot0004* EFI Internal Shell
FvVol(7cb8bdc9-f8eb-4f34-aaea-3ee4af6516a1)/FvFile(7c04a583-9e3e-4f1c-ad65-e05268d0b4d1)
# efibootmgr -o 0003,0002,0001,0004
BootCurrent: 0002
Timeout: 0 seconds
BootOrder: 0003,0002,0001,0004
Boot* UiApp
Boot0001* UEFI QEMU QEMU HARDDISK
Boot0002* UEFI PXEv4 (MAC:00163E03BE1A)
Boot0003* UEFI HTTPv4 (MAC:00163E03BE1A)
Boot0004* EFI Internal Shell

grub> net_ls_addr
grub>
grub> net_dhcp
efinet0:dhcp 00:16:3e:03:be:1a 10.0.0.75
grub> configfile (http,10.0.0.2:5248)/grub/grub.cfg-default-amd64
Booting under MAAS direction...

The kernel and initrd are downloaded but it hangs there.

I believe the bug is in grub or the shim. As MAAS receives its
bootloaders from the stream at images.maas.io generated by lp:maas-
images this effects all versions of MAAS.

** Affects: maas
 Importance: High
 Status: Confirmed

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

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

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

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

** Description changed:

  When using MAAS to HTTP boot on x86_64 UEFI grub drops to the command
  line. net_ls_addr shows the system has no address. If I run net_dhcp I
  get an address. I can then download the remote grub.cfg file and
  continue boot.
  
  When reproducing with QEMU you have to manually reconfigure the boot
  order to try HTTP before TFTP:
  
  # efibootmgr -v
  BootCurrent: 0002
  Timeout: 0 seconds
  BootOrder: 0002,0003,0001,,0004
  Boot* UiApp   
FvVol(7cb8bdc9-f8eb-4f34-aaea-3ee4af6516a1)/FvFile(462caa21-7614-4503-836e-8ab6f4662331)
  Boot0001* UEFI QEMU QEMU HARDDISK 
PciRoot(0x0)/Pci(0x2,0x0)/Pci(0x0,0x0)/SCSI(1,1)N.YMR,Y.
  Boot0002* UEFI PXEv4 (MAC:00163E03BE1A)   
PciRoot(0x0)/Pci(0x4,0x0)/Pci(0x0,0x0)/MAC(00163e03be1a,1)/IPv4(0.0.0.00.0.0.0,0,0)N.YMR,Y.
  Boot0003* UEFI HTTPv4 (MAC:00163E03BE1A)  
PciRoot(0x0)/Pci(0x4,0x0)/Pci(0x0,0x0)/MAC(00163e03be1a,1)/IPv4(0.0.0.00.0.0.0,0,0)/Uri()N.YMR,Y.
  Boot0004* EFI Internal Shell  
FvVol(7cb8bdc9-f8eb-4f34-aaea-3ee4af6516a1)/FvFile(7c04a583-9e3e-4f1c-ad65-e05268d0b4d1)
  # efibootmgr -o 0003,0002,0001,0004
  BootCurrent: 0002
  Timeout: 0 seconds
  BootOrder: 0003,0002,0001,0004
  Boot* UiApp
- Boot0001* UEFI QEMU QEMU HARDDISK 
+ Boot0001* UEFI QEMU QEMU HARDDISK
  Boot0002* UEFI PXEv4 (MAC:00163E03BE1A)
  Boot0003* UEFI HTTPv4 (MAC:00163E03BE1A)
  Boot0004* EFI Internal Shell
  
  grub> net_ls_addr
  grub>
  grub> net_dhcp
  efinet0:dhcp 00:16:3e:03:be:1a 10.0.0.75
  grub> configfile (http,10.0.0.2:5248)/grub/grub.cfg-default-amd64
  Booting under MAAS direction...
  
+ The kernel and initrd are downloaded but it hangs there.
+ 
  I believe the bug is in grub or the shim. As MAAS receives its
  bootloaders from the stream at images.maas.io generated by lp:maas-
  images this effects all versions of MAAS.

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

Title:
  Shim does not hand off networking during HTTP boot

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

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

[Bug 1874262] Re: User session does not start: Problem with chrome-remote-desktop

2020-05-15 Thread Erik Jensen
After some further testing, fixing the GDM bug allows logging into both
X11 and Wayland on 19.10 while Chrome Remote Desktop is running, but on
20.04, I cannot start a Wayland while CRD is running (X11 still works
once the GDM fix is applied).

Taking a brief look at the logs, it appears there is a separate but
similar bug with how Gnome Shell attempts to determine its seat when
running as a Systemd user service. My guess it that it is finding the
CRD session, which doesn't have a seat, instead of its own, and then
failing.

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

Title:
  User session does not start: Problem with chrome-remote-desktop

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

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

[Bug 1878985] Re: focal/python3-netaddr : SyntaxWarning: "is not" with a literal

2020-05-15 Thread Bug Watch Updater
** Changed in: python-netaddr (Debian)
   Status: Unknown => Fix Released

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

Title:
  focal/python3-netaddr : SyntaxWarning: "is not" with a literal

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

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

[Bug 1876293] Re: libphobos: std.net.curl does not understand HTTP/2 status lines

2020-05-15 Thread Launchpad Bug Tracker
This bug was fixed in the package gcc-10 - 10.1.0-1ubuntu1

---
gcc-10 (10.1.0-1ubuntu1) groovy; urgency=medium

  * GCC 10.1.0 release.

gcc-10 (10.1.0-1) unstable; urgency=medium

  * GCC 10.1.0 release.
  * lib*stdc++6: Depend on lib*gcc-sN instead of lib*gccN.
  * Build libphobos on hppa-linux-gnu.
  * Update NEWS files for GCC 10.
  * Refresh patches.

 -- Matthias Klose   Thu, 07 May 2020 13:58:39 +0200

** Changed in: gcc-10 (Ubuntu)
   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/1876293

Title:
  libphobos: std.net.curl does not understand HTTP/2 status lines

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

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

[Bug 1865515] Re: Chainbooting from grub over the network to local shim breaks chain of trust

2020-05-15 Thread Lee Trager
For LXD Pods[1] we had to disable secure boot to get around this issue.
When this bug is fixed we should reenable secure boot for LXD Pods.

[1]
https://git.launchpad.net/maas/tree/src/provisioningserver/drivers/pod/lxd.py#n515

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

Title:
  Chainbooting from grub over the network to local shim breaks chain of
  trust

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

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

[Bug 1865515] Re: MAAS can't deploy to a server with Secure Boot active

2020-05-15 Thread Lee Trager
This isn't a bug with MAAS, it's a bug with shim/grub. MAAS gets its
bootloaders from the public stream at images.maas.io which is generated
by lp:maas-images. lp:maas-images pulls the bootloaders out of the
archive, its currently set to pull them from bionic.

Secure boot is working in the ephemeral environment it's failing when
trying to local boot into the deployed environment. When an x86_64 UEFI
machine local boots with MAAS it boots over the network, downloads
bootx64.efi(shim) which downloads grubx64.efi and this grub.cfg[1]. The
grub from over the network finds /boot/efi/ubuntu/shimx64.efi on the
local filesystem and chainboots to it. Somehow the chain of trust breaks
here causing the system to halt.

Booting local disk...
Failed to open \efi\boot\grubx64.efi - Not Found
Failed to load image \efi\boot\grubx64.efi: Not Found
start_image() returned Not Found
EFI stub: UEFI Secure Boot is enabled.
Bootloader has not verified loaded image.
System is compromised.  halting.

I tried using the shim and grub from Focal but I still get the same
problem.

[1]
https://git.launchpad.net/maas/tree/src/provisioningserver/templates/uefi/config.local.amd64.template

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

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

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

** Changed in: shim-signed (Ubuntu)
   Status: New => Confirmed

** Summary changed:

- MAAS can't deploy to a server with Secure Boot active
+ Chainbooting from grub over the network to local shim breaks chain of trust

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

Title:
  Chainbooting from grub over the network to local shim breaks chain of
  trust

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

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

[Bug 1867387] Re: \EFI\BOOT\BOOTX64.EFI unable to find GRUBX64.EFI

2020-05-15 Thread Lee Trager
*** This bug is a duplicate of bug 1865515 ***
https://bugs.launchpad.net/bugs/1865515

** This bug has been marked a duplicate of bug 1865515
   Chainbooting from grub over the network to local shim breaks chain of trust

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

Title:
  \EFI\BOOT\BOOTX64.EFI unable to find GRUBX64.EFI

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

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

[Bug 1878500] Re: ValueError: package does not exist

2020-05-15 Thread Seth Arnold
This is my laptop; I followed Richard Laager's ZFS Root on Ubuntu
installation guide a year ago, which starts with using debootstrap, and
then installing what you want by hand after that. So, while this system
is used as a desktop, it doesn't have many of the usual tasksets
installed:

$ tasksel --list-tasks
u kubuntu-live  Kubuntu live CD
u lubuntu-live  Lubuntu live CD
u ubuntu-budgie-liveUbuntu Budgie live CD
u ubuntu-live   Ubuntu live CD
u ubuntu-mate-live  Ubuntu MATE Live CD
u ubuntustudio-dvd-live Ubuntu Studio live DVD
u xubuntu-live  Xubuntu live CD
u cloud-image   Ubuntu Cloud Image (instance)
u dns-serverDNS server
u kubuntu-desktop   Kubuntu desktop
u lamp-server   LAMP server
u lubuntu-desktop   Lubuntu Desktop
u mail-server   Mail server
u postgresql-server PostgreSQL database
u print-server  Print server
u samba-server  Samba file server
u ubuntu-budgie-desktop Ubuntu Budgie desktop
u ubuntu-desktopUbuntu desktop
u ubuntu-desktop-default-languages  Ubuntu desktop default languages
u ubuntu-desktop-minimalUbuntu minimal desktop
u ubuntu-desktop-minimal-default-languages  Ubuntu minimal desktop default 
languages
u ubuntu-mate-core  Ubuntu MATE minimal
u ubuntu-mate-desktop   Ubuntu MATE desktop
u ubuntustudio-audioAudio recording and editing suite
u ubuntustudio-desktop  Ubuntu Studio desktop
u ubuntustudio-desktop-core Ubuntu Studio minimal DE installation
u ubuntustudio-fontsLarge selection of font packages
u ubuntustudio-graphics 2D/3D creation and editing suite
u ubuntustudio-photography  Photograph touchup and editing suite
u ubuntustudio-publishing   Publishing applications
u ubuntustudio-videoVideo creation and editing suite
u xubuntu-core  Xubuntu minimal installation
u xubuntu-desktop   Xubuntu desktop
i openssh-serverOpenSSH server
u serverBasic Ubuntu server


Thanks

** Changed in: update-manager (Ubuntu)
   Status: Incomplete => New

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

Title:
  ValueError: package does not exist

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

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

[Bug 1807514] Re: installed systemd-shim package post-removal script subprocess returned error exit status 2

2020-05-15 Thread Rolf Leggewie
systemd-shim is a xenial package.  Your distro information is bionic.
Am I right to assume that this happened while you were trying to upgrade
a xenial system to bionic?  I have to admit I just ran into this myself.

** Changed in: systemd-shim (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  installed systemd-shim package post-removal script subprocess returned
  error exit status 2

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

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

[Bug 1876847] Re: HP-Spectre 2019 Intel wireless driver is detected incorrectly.

2020-05-15 Thread You-Sheng Yang
** Tags added: hwe-networking-wifi

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

Title:
  HP-Spectre 2019 Intel wireless driver is detected incorrectly.

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

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

[Bug 1799157] Re: Non-deterministic graphical login freeze with nVidia graphics card

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

** Changed in: xserver-xorg-video-nouveau (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/1799157

Title:
  Non-deterministic graphical login freeze with nVidia graphics card

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

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

[Bug 1775347] Re: Upgrade to 18.04 caused wrong graphics driver to be installed

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

** Changed in: xserver-xorg-video-nouveau (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/1775347

Title:
  Upgrade to 18.04 caused wrong graphics driver to be installed

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

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

[Bug 1863021] Please test proposed package

2020-05-15 Thread Steve Langasek
Hello Corey, or anyone else affected,

Accepted magnum into focal-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/magnum/10.0.0-0ubuntu0.20.04.1 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
focal to verification-done-focal. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-focal. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

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

Title:
  [SRU] eventlet monkey patch results in assert len(_active) == 1
  AssertionError

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

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

[Bug 1877642] Please test proposed package

2020-05-15 Thread Steve Langasek
Hello Corey, or anyone else affected,

Accepted ironic-inspector into focal-proposed. The package will build
now and be available at https://launchpad.net/ubuntu/+source/ironic-
inspector/1:10.1.0-0ubuntu0.20.04.1 in a few hours, and then in the
-proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
focal to verification-done-focal. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-focal. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

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

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

Title:
  [SRU] OpenStack Ussuri final release

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

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

[Bug 1866540] Re: X server freezed

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

** Changed in: xserver-xorg-video-nouveau (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/1866540

Title:
  X server freezed

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

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

[Bug 1863021] Re: [SRU] eventlet monkey patch results in assert len(_active) == 1 AssertionError

2020-05-15 Thread Steve Langasek
Hello Corey, or anyone else affected,

Accepted ironic-inspector into focal-proposed. The package will build
now and be available at https://launchpad.net/ubuntu/+source/ironic-
inspector/1:10.1.0-0ubuntu0.20.04.1 in a few hours, and then in the
-proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
focal to verification-done-focal. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-focal. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: ironic-inspector (Ubuntu Focal)
   Status: Triaged => Fix Committed

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

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

Title:
  [SRU] eventlet monkey patch results in assert len(_active) == 1
  AssertionError

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

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

[Bug 1865218] Re: mod_php gets disabled during do-release-upgrade

2020-05-15 Thread Bryce Harrington
** Also affects: php7.4 (Ubuntu Groovy)
   Importance: High
   Status: Fix Released

** Also affects: php7.4 (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: php7.4 (Ubuntu Eoan)
   Importance: Undecided
   Status: New

** Also affects: php7.4 (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Changed in: php7.4 (Ubuntu Focal)
   Status: New => Fix Committed

** Changed in: php7.4 (Ubuntu Eoan)
   Status: New => Fix Committed

** Changed in: php7.4 (Ubuntu Bionic)
   Status: New => Fix Committed

** Changed in: php7.4 (Ubuntu Focal)
   Importance: Undecided => High

** Changed in: php7.4 (Ubuntu Eoan)
   Importance: Undecided => Medium

** Changed in: php7.4 (Ubuntu Bionic)
   Importance: Undecided => High

** Changed in: php7.4 (Ubuntu Bionic)
 Assignee: (unassigned) => Bryce Harrington (bryce)

** Changed in: php7.4 (Ubuntu Eoan)
 Assignee: (unassigned) => Bryce Harrington (bryce)

** Changed in: php7.4 (Ubuntu Focal)
 Assignee: (unassigned) => Bryce Harrington (bryce)

** Changed in: php7.4 (Ubuntu Groovy)
 Assignee: (unassigned) => Bryce Harrington (bryce)

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

Title:
  mod_php gets disabled during do-release-upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/php7.4/+bug/1865218/+subscriptions

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

[Bug 1877642] Please test proposed package

2020-05-15 Thread Steve Langasek
Hello Corey, or anyone else affected,

Accepted magnum into focal-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/magnum/10.0.0-0ubuntu0.20.04.1 in a
few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
focal to verification-done-focal. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-focal. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

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

Title:
  [SRU] OpenStack Ussuri final release

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

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

[Bug 1878680] Re: gpicview doesn't fit image to window size

2020-05-15 Thread Chris Guiver
Please run the `apport-collect 1878680` on your box as no release
details, package details or much of anything else is currently
available.

On my Lubuntu 20.10 box, opening gpicview with an image, then resizing
the window down does not alter the image size at all; it remained 100%.
I can adjust the 100% up and down, and behavior is what I expect.  I use
`gpicview` on other systems too and have done so for years, and do
believe they all act the same (ie. upstream).

Yes following your instructions I can see part of your issue  (large
window, if image is 127% and fits with border visible, selecting 'fit
image to window size' causes it to drop to 100%). Knowing the program's
interface very well I'd just hit  to have it return to the 127%

The only supported release of Lubuntu that still provides `gpicview` is
18.04 LTS, which reaches EOL in a little under a year, so whilst this
issue could be pushed upstream, it's not going to be high-priority I
suspect given what I saw is a minor annoyance (unrelated to security).

The apport detail will allow us to compare release/package info & gain
more information than we have currently (you've mentioned belief since
16.04, however the package isn't supported in 16.04 by Lubuntu, I've
mentioned only 20.10 which makes it easiest to test changes, however
it's a low priority package in that release as lximage-qt replaced
gpicview in Lubuntu)

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

Title:
  gpicview doesn't fit image to window size

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

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

[Bug 1877642] Please test proposed package

2020-05-15 Thread Steve Langasek
Hello Corey, or anyone else affected,

Accepted ceilometer into focal-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/ceilometer/1:14.0.0-0ubuntu0.20.04.1
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
focal to verification-done-focal. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-focal. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

** Changed in: ironic-inspector (Ubuntu Focal)
   Status: Triaged => Fix Committed

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

Title:
  [SRU] OpenStack Ussuri final release

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

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

[Bug 1878961] Re: alpine crash on startup caused by cmd parameters

2020-05-15 Thread Seth Arnold
Hello Michał, thanks for the bug report.

Canonical is a CNA that can assign CVEs, but we are limited in which
programs and which conditions we can assign numbers. For this issue,
please request a CVE from https://cveform.mitre.org/ .

Typically, command line parameters are assumed to be trusted inputs;
there's a chance that this issue may not be seen as a security issue,
but rather a standard bug.

Thanks

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

Title:
  alpine crash on startup caused by cmd parameters

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

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

[Bug 1878963] Re: freedroid-rpg lua code execution

2020-05-15 Thread Seth Arnold
Hello Michał, thanks for the bug report.

Canonical is a CNA that can assign CVEs, but we are limited in which
programs and which conditions we can assign numbers. For this issue,
please request a CVE from https://cveform.mitre.org/ .

Thanks

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

Title:
  freedroid-rpg lua code execution

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

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

[Bug 1878958] Re: buffer overflows in prboom-plus-game-server that can be triggered remotely

2020-05-15 Thread Seth Arnold
Hello Michał, thanks for the bug report.

Canonical is a CNA that can assign CVEs, but we are limited in which
programs and which conditions we can assign numbers. For this issue,
please request a CVE from https://cveform.mitre.org/ .

Thanks

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

Title:
  buffer overflows in prboom-plus-game-server that can be triggered
  remotely

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

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

[Bug 1878965] Re: heap buffer overflow in freedroidrpg saved game

2020-05-15 Thread Seth Arnold
Hello Michał, thanks for the bug report.

Canonical is a CNA that can assign CVEs, but we are limited in which
programs and which conditions we can assign numbers. For this issue,
please request a CVE from https://cveform.mitre.org/ .

Thanks

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

Title:
  heap buffer overflow in freedroidrpg saved game

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

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

[Bug 1877642] Re: [SRU] OpenStack Ussuri final release

2020-05-15 Thread Steve Langasek
Hello Corey, or anyone else affected,

Accepted barbican into focal-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/barbican/1:10.0.0-0ubuntu0.20.04.1
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
focal to verification-done-focal. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-focal. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

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

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

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

Title:
  [SRU] OpenStack Ussuri final release

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

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

[Bug 1879007] Re: Xorg freeze

2020-05-15 Thread Paramvir Singh
Adding prevboot.txt

** Attachment added: "prevboot.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1879007/+attachment/5372371/+files/prevboot.txt

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

Title:
  Xorg freeze

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

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

[Bug 1856032] Re: Removable media icon stays on the dock after eject.

2020-05-15 Thread Clinton H
** Summary changed:

- DVD icon did not disappear from dash.
+ Removable media icon stays on the dock after eject.

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

Title:
  Removable media icon stays on the dock after eject.

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

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

[Bug 1863021] Re: [SRU] eventlet monkey patch results in assert len(_active) == 1 AssertionError

2020-05-15 Thread Steve Langasek
Hello Corey, or anyone else affected,

Accepted barbican into focal-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/barbican/1:10.0.0-0ubuntu0.20.04.1
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
focal to verification-done-focal. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-focal. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

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

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

Title:
  [SRU] eventlet monkey patch results in assert len(_active) == 1
  AssertionError

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

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

[Bug 1878958] Re: buffer overflows in prboom-plus-game-server that can be triggered remotely

2020-05-15 Thread Seth Arnold
Thanks for taking the time to report this bug and helping to make Ubuntu
better. Since the package referred to in this bug is in universe or
multiverse, it is community maintained. If you are able, I suggest
coordinating with upstream and posting a debdiff for this issue. When a
debdiff is available, members of the security team will review it and
publish the package. See the following link for more information:
https://wiki.ubuntu.com/SecurityTeam/UpdateProcedures

** Information type changed from Private Security to Public Security

** Tags added: community-security

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

Title:
  buffer overflows in prboom-plus-game-server that can be triggered
  remotely

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

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

[Bug 1878959] Re: buffer overflow in prboom-plus macro handling

2020-05-15 Thread Seth Arnold
Hello Michał, thanks for the bug report.

Canonical is a CNA that can assign CVEs, but we are limited in which
programs and which conditions we can assign numbers. For this issue,
please request a CVE from https://cveform.mitre.org/ .

Typically, configuration files are assumed to be trusted inputs; there's
a chance that this issue may not be seen as a security issue, but rather
a standard bug.

Thanks

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

Title:
  buffer overflow in prboom-plus macro handling

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

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

[Bug 1863376] Re: Seg Fault during version check

2020-05-15 Thread Clinton H
** Changed in: nautilus (Ubuntu)
   Status: Invalid => Confirmed

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

Title:
  Seg Fault during version check

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

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

[Bug 1878961] Re: alpine crash on startup caused by cmd parameters

2020-05-15 Thread Seth Arnold
Thanks for taking the time to report this bug and helping to make Ubuntu
better. Since the package referred to in this bug is in universe or
multiverse, it is community maintained. If you are able, I suggest
coordinating with upstream and posting a debdiff for this issue. When a
debdiff is available, members of the security team will review it and
publish the package. See the following link for more information:
https://wiki.ubuntu.com/SecurityTeam/UpdateProcedures

** Information type changed from Private Security to Public Security

** Tags added: community-security

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

Title:
  alpine crash on startup caused by cmd parameters

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

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

[Bug 1878963] Re: freedroid-rpg lua code execution

2020-05-15 Thread Seth Arnold
Thanks for taking the time to report this bug and helping to make Ubuntu
better. Since the package referred to in this bug is in universe or
multiverse, it is community maintained. If you are able, I suggest
coordinating with upstream and posting a debdiff for this issue. When a
debdiff is available, members of the security team will review it and
publish the package. See the following link for more information:
https://wiki.ubuntu.com/SecurityTeam/UpdateProcedures

** Information type changed from Private Security to Public Security

** Tags added: community-security

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

Title:
  freedroid-rpg lua code execution

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

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

[Bug 1878965] Re: heap buffer overflow in freedroidrpg saved game

2020-05-15 Thread Seth Arnold
Thanks for taking the time to report this bug and helping to make Ubuntu
better. Since the package referred to in this bug is in universe or
multiverse, it is community maintained. If you are able, I suggest
coordinating with upstream and posting a debdiff for this issue. When a
debdiff is available, members of the security team will review it and
publish the package. See the following link for more information:
https://wiki.ubuntu.com/SecurityTeam/UpdateProcedures

** Information type changed from Private Security to Public Security

** Tags added: community-security

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

Title:
  heap buffer overflow in freedroidrpg saved game

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

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

[Bug 1878959] Re: buffer overflow in prboom-plus macro handling

2020-05-15 Thread Seth Arnold
Thanks for taking the time to report this bug and helping to make Ubuntu
better. Since the package referred to in this bug is in universe or
multiverse, it is community maintained. If you are able, I suggest
coordinating with upstream and posting a debdiff for this issue. When a
debdiff is available, members of the security team will review it and
publish the package. See the following link for more information:
https://wiki.ubuntu.com/SecurityTeam/UpdateProcedures

** Information type changed from Private Security to Public Security

** Tags added: community-security

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

Title:
  buffer overflow in prboom-plus macro handling

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

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

[Bug 1863021] Re: [SRU] eventlet monkey patch results in assert len(_active) == 1 AssertionError

2020-05-15 Thread Steve Langasek
Hello Corey, or anyone else affected,

Accepted designate into focal-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/designate/1:10.0.0-0ubuntu0.20.04.1
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation on how
to enable and use -proposed.  Your feedback will aid us getting this
update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, what testing has been
performed on the package and change the tag from verification-needed-
focal to verification-done-focal. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-focal. In either case, without details of your testing we will
not be able to proceed.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance for helping!

N.B. The updated package will be released to -updates after the bug(s)
fixed by this package have been verified and the package has been in
-proposed for a minimum of 7 days.

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

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

Title:
  [SRU] eventlet monkey patch results in assert len(_active) == 1
  AssertionError

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

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

[Bug 1866655] Lspci.txt

2020-05-15 Thread Clinton H
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1866655/+attachment/5372365/+files/Lspci.txt

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

Title:
  corrupt graphics during startup

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

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

  1   2   3   4   5   6   7   8   >