[Bug 1861610] Re: 'Elan touchpad' not detected on 'Lenovo ThinkBook 15 IIL'

2020-08-11 Thread Ferenc Szabo
@Almir: Use this:

#!/bin/sh
sed -i -E 's/^(\s*initrd\s+)(\S*\/)(.*)$/\1\2acpi_fixed.cpio \2\3/g' \
/boot/grub/grub.cfg.new

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

Title:
  'Elan touchpad' not detected on 'Lenovo ThinkBook 15 IIL'

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

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

[Bug 1872118] Re: [SRU] DHCP Cluster crashes after a few hours

2020-08-11 Thread Jorge Niedbalski
** Summary changed:

- DHCP Cluster crashes after a few hours
+ [SRU] DHCP Cluster crashes after a few hours

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

Title:
  [SRU] DHCP Cluster crashes after a few hours

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

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

[Bug 1872118] Re: [SRU] DHCP Cluster crashes after a few hours

2020-08-11 Thread Jorge Niedbalski
** Description changed:

+ [Description]
  
- I have a pair of DHCP serevrs running in a cluster on ubuntu 20.04, All 
worked perfectly until recently, when they started stopping with code=killed, 
status=6/ABRT.
- This is being fixed by 
+ isc-dhcp-server uses libisc-export (coming from bin9-libs package) for 
handling the socket event(s) when configured in peer mode (master/secondary). 
It's possible that a sequence of messages dispatched by the master that 
requires acknowledgment from its peers holds a socket
+ in a pending to send state, a timer or a subsequent write request can be 
scheduled into this socket and the !sock->pending_send assertion
+ will be raised when trying to write again at the time data hasn't been 
flushed entirely and the pending_send flag hasn't been reset to 0 state.
  
- https://bugs.launchpad.net/bugs/1870729
+ If this race condition happens, the following stacktrace will be
+ hit:
  
- However now one stops after a few hours with the following errors. One
- can stay on line but not both.
+ (gdb) info threads
+   Id Target Id Frame
+ * 1 Thread 0x7fb4ddecb700 (LWP 3170) __GI_raise (sig=sig@entry=6) at 
../sysdeps/unix/sysv/linux/raise.c:50
+   2 Thread 0x7fb4dd6ca700 (LWP 3171) __lll_lock_wait 
(futex=futex@entry=0x7fb4de6d2028, private=0) at lowlevellock.c:52
+   3 Thread 0x7fb4de6cc700 (LWP 3169) futex_wake (private=, 
processes_to_wake=1, futex_word=) at 
../sysdeps/nptl/futex-internal.h:364
+   4 Thread 0x7fb4de74f740 (LWP 3148) futex_wait_cancelable 
(private=, expected=0, futex_word=0x7fb4de6cd0d0) at 
../sysdeps/nptl/futex-internal.h:183
+ 
+ (gdb) frame 2
+ #2 0x7fb4dec85985 in isc_assertion_failed (file=file@entry=0x7fb4decd8878 
"../../../../lib/isc/unix/socket.c", line=line@entry=3361, 
type=type@entry=isc_assertiontype_insist,
+ cond=cond@entry=0x7fb4decda033 "!sock->pending_send") at 
../../../lib/isc/assertions.c:52
+ (gdb) bt
+ #1 0x7fb4deaa7859 in __GI_abort () at abort.c:79
+ #2 0x7fb4dec85985 in isc_assertion_failed (file=file@entry=0x7fb4decd8878 
"../../../../lib/isc/unix/socket.c", line=line@entry=3361, 
type=type@entry=isc_assertiontype_insist,
+ cond=cond@entry=0x7fb4decda033 "!sock->pending_send") at 
../../../lib/isc/assertions.c:52
+ #3 0x7fb4decc17e1 in dispatch_send (sock=0x7fb4de6d4990) at 
../../../../lib/isc/unix/socket.c:4041
+ #4 process_fd (writeable=, readable=, fd=11, 
manager=0x7fb4de6d0010) at ../../../../lib/isc/unix/socket.c:4054
+ #5 process_fds (writefds=, readfds=0x7fb4de6d1090, maxfd=13, 
manager=0x7fb4de6d0010) at ../../../../lib/isc/unix/socket.c:4211
+ #6 watcher (uap=0x7fb4de6d0010) at ../../../../lib/isc/unix/socket.c:4397
+ #7 0x7fb4dea68609 in start_thread (arg=) at 
pthread_create.c:477
+ #8 0x7fb4deba4103 in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:95
+ 
+ (gdb) frame 3
+ #3 0x7fb4decc17e1 in dispatch_send (sock=0x7fb4de6d4990) at 
../../../../lib/isc/unix/socket.c:4041
+ 4041 in ../../../../lib/isc/unix/socket.c
+ (gdb) p sock->pending_send
+ $2 = 1
+ 
+ [TEST CASE]
+ 
+ 1) Install isc-dhcp-server in 2 focal machine(s).
+ 2) Configure peer/cluster mode as follows:
+Primary configuration: https://pastebin.ubuntu.com/p/XYj648MghK/
+Secondary configuration: https://pastebin.ubuntu.com/p/PYkcshZCWK/
+ 2) Run dhcpd as follows in both machine(s)
+ 
+ # dhcpd -f -d -4 -cf /etc/dhcp/dhcpd.conf --no-pid ens4
+ 
+ 3) Leave the cluster running for a long (2h) period until the crash/race
+ condition is reproduced.
  
  
+ [REGRESSION POTENTIAL]
  
- Syslog shows 
- Apr 10 17:20:15 dhcp-primary sh[6828]: 
../../../../lib/isc/unix/socket.c:3361: INSIST(!sock->pending_send) failed, 
back trace
- Apr 10 17:20:15 dhcp-primary sh[6828]: #0 0x7fbe78702a4a in ??
- Apr 10 17:20:15 dhcp-primary sh[6828]: #1 0x7fbe78702980 in ??
- Apr 10 17:20:15 dhcp-primary sh[6828]: #2 0x7fbe7873e7e1 in ??
- Apr 10 17:20:15 dhcp-primary sh[6828]: #3 0x7fbe784e5609 in ??
- Apr 10 17:20:15 dhcp-primary sh[6828]: #4 0x7fbe78621103 in ??
- 
- 
- nothing in kern.log
- 
- 
- apport.log shows
- ERROR: apport (pid 6850) Fri Apr 10 17:20:15 2020: called for pid 6828, 
signal 6, core limit 0, dump mode 2
- ERROR: apport (pid 6850) Fri Apr 10 17:20:15 2020: not creating core for pid 
with dump mode of 2
- ERROR: apport (pid 6850) Fri Apr 10 17:20:15 2020: executable: 
/usr/sbin/dhcpd (command line "dhcpd -user dhcpd -group dhcpd -f -4 -pf 
/run/dhcp-server/dhcpd.pid -cf /etc/dhcp/dhcpd.conf")
- ERROR: apport (pid 6850) Fri Apr 10 17:20:15 2020: is_closing_session(): no 
DBUS_SESSION_BUS_ADDRESS in environment
- ERROR: apport (pid 6850) Fri Apr 10 17:20:15 2020: wrote report 
/var/crash/_usr_sbin_dhcpd.0.crash
- 
- 
- /var/crash/_usr_sbin_dhcpd.0.crash shows
- 
- ProblemType: Crash
- Architecture: amd64
- CrashCounter: 1
- Date: Fri Apr 10 17:20:15 2020
- DistroRelease: Ubuntu 20.04
- ExecutablePath: /usr/sbin/dhcpd
- ExecutableTimestamp: 1586210315
- ProcCmdline: dhcpd -user dhcpd -group dhcpd -f -4 -pf 

[Bug 1872118] Re: [SRU] DHCP Cluster crashes after a few hours

2020-08-11 Thread Ubuntu Foundations Team Bug Bot
The attachment "lp-1872118-groovy.debdiff" seems to be a debdiff.  The
ubuntu-sponsors team has been subscribed to the bug report so that they
can review and hopefully sponsor the debdiff.  If the attachment isn't a
patch, please remove the "patch" flag from the attachment, remove the
"patch" tag, and if you are member of the ~ubuntu-sponsors, unsubscribe
the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]

** Tags added: patch

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

Title:
  [SRU] DHCP Cluster crashes after a few hours

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

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

[Bug 1891212] Re: I found a system security bug, which causes people to enter the website without permission and commit a crime

2020-08-11 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/1891212/+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/1891212

Title:
  I found a system security bug, which causes people to enter the
  website without permission and commit a crime

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

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

[Bug 1891130] Re: unable to coonect to wifi

2020-08-11 Thread Alex Hung
Additional information with kaihengfeng's comment.

dmesg shows wifi stops working after suspend and resume. wifi driver
also tried to restart hardware but failed:

[  459.548998] e1000e: enp0s25 NIC Link is Down
[  461.601935] iwlwifi :03:00.0: Error sending REPLY_SCAN_ABORT_CMD: time 
out after 2000ms.
...
[  461.865575] ieee80211 phy0: Hardware restart was requested
...
[  467.757292] Hardware became unavailable during restart.

If this is the case, please try to re-initialize wifi driver by "sudo
modprobe -r iwlwifi; sudo modprobe iwlwifi".

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

Title:
  unable to connect to wifi

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

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

[Bug 1891130] Re: unable to coonect to wifi

2020-08-11 Thread Alex Hung
Since this system is upgraded from 18.04, it is also worthwhile to boot
20.04.1 USB and verify this issue. Suspend and resume can be tested in
live session as well.


** Summary changed:

- unable to coonect to wifi
+ unable to connect to wifi

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

Title:
  unable to connect to wifi

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

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

[Bug 1890001] Re: Random stuttering while in game

2020-08-11 Thread Strick Mcfingle
*** This bug is a duplicate of bug 1849142 ***
https://bugs.launchpad.net/bugs/1849142

I couldn't find extensions app so I thought it was gnome tweaks.  I will
try to keep looking for extensions app.

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

Title:
  Random stuttering while in game

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1890001/+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-08-11 Thread Simon
*** This bug is a duplicate of bug 1876065 ***
https://bugs.launchpad.net/bugs/1876065

This did not resolve the issue for me.

-- 
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 1880032] Re: [linux-azure] Enable Hibernation on The 18.04 and 20.04 5.4 Kernels

2020-08-11 Thread Dexuan Cui
Unluckily this commit breaks hibernation:
0a14dbaa0736 ("video: hyperv_fb: Fix hibernation for the deferred IO feature"):
https://git.launchpad.net/~canonical-kernel/ubuntu/+source/linux-azure/+git/focal/commit/?h=Ubuntu-azure-5.4.0-1022.22=0a14dbaa0736a6021c02e74d42cf3a7ca5438da6

The kernel here doesn't include 
a4ddb11d297e ("video: hyperv: hyperv_fb: Support deferred IO for Hyper-V frame 
buffer driver", so it should not include
0a14dbaa0736 ("video: hyperv_fb: Fix hibernation for the deferred IO feature").

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

Title:
  [linux-azure] Enable Hibernation on The 18.04 and 20.04 5.4 Kernels

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

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

[Bug 1891214] Re: targetcli/LIO needs tcm_vhost and xen-scsiback feature enabled OR option disabled

2020-08-11 Thread Rafael David Tinoco
Please other teams/people,

let me know your thoughts. I'm able to disable those existing fabric LIO
modules, but... at least TCM VHOST might be worth to be kept (if we can
explore/enable in QEMU).

Cheers

** Summary changed:

- targetcli/LIO needs tcm_vhost feature enabled
+ targetcli/LIO needs tcm_vhost and xen-scsiback feature enabled OR option 
disabled

** Description changed:

+ targetcli-fb was recently included in MAIN and rely on some features
+ that aren't available currently in Ubuntu:
  
- targetcli-fb was recently included in MAIN and one of its features is the 
VHOST TCM:
+ ## TCM VHOST
  
- /vhost> create 
+ /vhost> create
  b'modprobe: FATAL: Module tcm_vhost not found in directory /lib/modules/...
  
  not enabled in Ubuntu kernels.
  
  QEMU virtio-scsi feature:
  
  https://wiki.qemu.org/Features/VirtioSCSI/TCM_Overview
  
  KERNEL option to be enabled:
  
  https://cateee.net/lkddb/web-lkddb/TCM_VHOST.html
  
  KERNEL TCM documentation:
  
  https://www.kernel.org/doc/html/latest/target/tcmu-design.html
  
  LIO (LinuxIO) VHOST feature explained:
  
  http://linux-iscsi.org/wiki/VHost
+ 
+ ## XEN PVSCSI
+ 
+ Same happens for XEN:
+ 
+ https://wiki.xenproject.org/wiki/Paravirtualized_SCSI
+ 
+ PS: this would I would go for a targetcli fabric module disablement
+ instead of enabling the feature.

** Changed in: qemu (Ubuntu)
Milestone: None => ubuntu-20.10-beta

** Changed in: python-rtslib-fb (Ubuntu)
Milestone: None => ubuntu-20.10-beta

** Changed in: linux (Ubuntu)
Milestone: None => ubuntu-20.10-beta

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

Title:
  targetcli/LIO needs tcm_vhost and xen-scsiback feature enabled OR
  option disabled

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

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

[Bug 1890141] Re: Can't fullscreen, or windows get automatically un-fullscreened, when using fractional scaling

2020-08-11 Thread Syver Stensholt
The behavior of the bug really varies between apps and boots. Now, for
example, YouTube fullscreens fine without any glitching of the video or
artifacts on the other screen. However Minecraft fullscreened at launch,
but with half of the other screen being black. When I tried unfocusing
and focusing Minecraft, it would turn both screens black for a second
before appearing only maximized and not fullscreened (like experienced
before with other games). It won't fullscreen again unless i quit the
game and relaunch it.

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

Title:
  Can't fullscreen, or windows get automatically un-fullscreened, when
  using fractional scaling

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

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

[Bug 1882900] Re: [SRU] Missing sqlalchemy-utils dep on ussuri

2020-08-11 Thread Brian Murray
Robie's question was how does adding python3-sqlachemy-utils to
"Suggests" actually help users? They can still install python-taskflow
(without --install-suggests) and not have python3-sqlalchemy-utils
installed and still encounter the original crash.

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

Title:
  [SRU] Missing sqlalchemy-utils dep on ussuri

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

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

[Bug 1532314] Re: Buffer overflow in cgmanager

2020-08-11 Thread Serge Hallyn
I'm not sure 'fix released' is correct.  Was a patch posted to fix it?

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

Title:
  Buffer overflow in cgmanager

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

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

[Bug 1891231] Re: partial upgrade followd by package shim-signed 1.42+15+1552672080.a4a1fbe-0ubuntu2 failed to install/upgrade: installed shim-signed package post-installation script subprocess return

2020-08-11 Thread Steve Langasek
The error in your log is:

Setting up shim-signed (1.42+15+1552672080.a4a1fbe-0ubuntu2) ...
Installing for x86_64-efi platform.
grub-install: error: cannot open `/boot/efi/EFI/ubuntu/grubx64.efi': Read-only 
file system.
dpkg: error processing package shim-signed (--configure):
 installed shim-signed package post-installation script subprocess returned 
error exit status 1

Your ESP (/boot/efi) must be mounted read-write at the time of upgrade.
This is how Ubuntu configures it by default.

** Changed in: shim-signed (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/1891231

Title:
  partial upgrade followd by package shim-signed 1.42+15+1552672080
  .a4a1fbe-0ubuntu2 failed to install/upgrade: installed shim-signed
  package post-installation script subprocess returned error exit status
  1

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

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

[Bug 1891241] [NEW] grub-install/sd... etc. Fatal error

2020-08-11 Thread SUBHAYAN MONDAL
Public bug reported:

'fatal error' during ubuntu installation

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ubiquity 20.04.15.2
ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
Uname: Linux 5.4.0-42-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27.4
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.445.1
CurrentDesktop: ubuntu:GNOME
Date: Wed Aug 12 02:46:55 2020
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
maybe-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
ProcEnviron:
 LANGUAGE=en_IN
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_IN
 LC_NUMERIC=C.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  grub-install/sd... etc. Fatal error

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

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

[Bug 1888423] Re: ras-mc-ctl doesn't provide BDF for PCIe errors

2020-08-11 Thread dann frazier
Note that the "DBD::SQLite::db prepare failed:" message in the last
comment also occurs pre-upgrade, so it is not a regression.

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

Title:
  ras-mc-ctl doesn't provide BDF for PCIe errors

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

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

[Bug 1888423] Re: ras-mc-ctl doesn't provide BDF for PCIe errors

2020-08-11 Thread dann frazier
Verification:

ubuntu@akis:~$ cat einj.sh
#!/bin/bash

D="/sys/kernel/debug/apei/einj"

# supported errors for injection listed in ${D}/available_error_types
# magic numbers from ACPI 6.3 18.6.3 table 18-409
ERROR_TYPE="0x40"

# PCIe SBDF - ACPI 6.3 18.6.3 table 18-410
# Byte 3 – PCIe Segment Description
# Byte 2 – Bus Number
# Byte 1 – Device Number [Bits 7:3], Function Number Bits [2:0]
# Byte 0 - Reserved (all zero)
PCIDEV="0x00e6"

modprobe einj

sleep 1

echo ${ERROR_TYPE} > ${D}/error_type
echo ${PCIDEV} > ${D}/param4

echo 1 > ${D}/error_inject

ubuntu@akis:~$ sudo ./einj.sh
ubuntu@akis:~$ sudo ras-mc-ctl --errors
No Memory errors.

PCIe AER events:
1 2020-08-11 19:59:36 + :0b:00.0 Corrected error: Receiver Error

No Extlog errors.

DBD::SQLite::db prepare failed: no such table: devlink_event at 
/usr/sbin/ras-mc-ctl line 1304.
Can't call method "execute" on an undefined value at /usr/sbin/ras-mc-ctl line 
1305.


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

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

Title:
  ras-mc-ctl doesn't provide BDF for PCIe errors

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

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

[Bug 1861610] Re: 'Elan touchpad' not detected on 'Lenovo ThinkBook 15 IIL'

2020-08-11 Thread Almir Mulalic
EDIT
@Ferenc: Hello, im a bit new to linux, was using it mostly in collage so I know 
that i'm doing something wrong, but have no idea what. Im getting a boot error 
that acpi file cannot be found (cannot find /acpi_fixed.cpio) and then 'cannot 
open root device' afterwards.I checked and the files are indeed there, I redone 
the proces twice but still same outcome.Thank you so much for your help you 
saved us.

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

Title:
  'Elan touchpad' not detected on 'Lenovo ThinkBook 15 IIL'

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

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

[Bug 1861610] Re: 'Elan touchpad' not detected on 'Lenovo ThinkBook 15 IIL'

2020-08-11 Thread Dmitri
@Almir
Watch this screenshot. 
Only 2 lines

** Attachment added: "Снимок экрана от 2020-08-11 19-38-03.png"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1861610/+attachment/5400751/+files/%D0%A1%D0%BD%D0%B8%D0%BC%D0%BE%D0%BA%20%D1%8D%D0%BA%D1%80%D0%B0%D0%BD%D0%B0%20%D0%BE%D1%82%202020-08-11%2019-38-03.png

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

Title:
  'Elan touchpad' not detected on 'Lenovo ThinkBook 15 IIL'

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

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

[Bug 1891214] Re: targetcli/LIO needs tcm_vhost feature enabled

2020-08-11 Thread Rafael David Tinoco
I have flagged this as affecting:

- targetcli-fb (vhost feature broken)

- QEMU (vhost scsi support enabled ?)

- kernel (would need TCM_VHOST feature enabled)

** Also affects: python-rtslib-fb (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: targetcli-fb (Ubuntu)

** Changed in: python-rtslib-fb (Ubuntu)
   Status: New => In Progress

** Changed in: python-rtslib-fb (Ubuntu)
 Assignee: (unassigned) => Rafael David Tinoco (rafaeldtinoco)

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

Title:
  targetcli/LIO needs tcm_vhost feature enabled

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

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

[Bug 1851518] Re: [950SBE/951SBE, Realtek ALC298, Speaker, Internal] No sound on internal speakers, very very quiet on headphones

2020-08-11 Thread John Hoff
I have the same computer and issue as PowerKiKi... the new Samsung Ion running 
ubuntu 20.04.

I have found that I can make the headset jack work temporarily if I
issue this command :

sudo hda-verb /dev/snd/hwC0D0 0x1a SET_PIN_WIDGET_CONTROL 0x5

But it only lasts until the sound subsystem goes to sleep (i.e. no sound
to play or changing sound sources).  Is there some way to make this last
without having to constantly reissue the command?

I have found no viable way to make the speakers work. One forum I read
said it might be related to the AKG Smart Amp in these new Samsung
devices, but I have no way to prove or disprove that.

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

Title:
  [950SBE/951SBE, Realtek ALC298, Speaker, Internal] No sound on
  internal speakers, very very quiet on headphones

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

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

[Bug 1876737] Re: GRUB refuses to boot a 32-bit kernel when in EFI mode

2020-08-11 Thread pemartins
This bug stops Android-x86 32 bits systems from booting in 64 bits machines.
The 32 bits Android-x86 and Android-x86 based OS (like PhoenixOS, RemixOS, 
PrimeOS and others) are needed for 64 bit cpus that do not have SSE4.1 and 
SSE4.2, i.e. dual core cpus.

This is a very serious bug, it literally stops operating systems from
booting. Please fix this asap.

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

Title:
  GRUB refuses to boot a 32-bit kernel when in EFI mode

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

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

[Bug 1890998] Re: Cant login in to system

2020-08-11 Thread QkiZ
1. I tried this before I made a bug report. It just hang on purple screen right 
after confirming password. I needed to kill X session to return to login 
screen. Doesn't work.
2. Doesn't work also. Symptoms are same but log is different.
https://paste.ubuntu.com/p/gjqXkFGyqP/

** Changed in: gdm3 (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/1890998

Title:
  Cant login in to system

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

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

[Bug 1873368] Re: ssshuttle server fails to connect endpoints with python 3.8

2020-08-11 Thread Bug Watch Updater
** Changed in: sshuttle
   Status: Unknown => New

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

Title:
  ssshuttle server fails to connect endpoints with python 3.8

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

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

[Bug 1872118] Re: [SRU] DHCP Cluster crashes after a few hours

2020-08-11 Thread Richard Laager
Jorge, I agree with Gianfranco Costamagna that a rebuild of isc-dhcp is
NOT required. Why do you think it is?

Presumably BIND also uses these libraries? If so, it seems like the Test
Case should involve making sure BIND still seems to work, and that BIND
should be mentioned in the Regression Potential. My DHCP servers also
run BIND for recursive DNS and that has been fine with the patch
applied.

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

Title:
  [SRU] DHCP Cluster crashes after a few hours

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

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

[Bug 1891231] Re: partial upgrade followd by package shim-signed 1.42+15+1552672080.a4a1fbe-0ubuntu2 failed to install/upgrade: installed shim-signed package post-installation script subprocess return

2020-08-11 Thread Apport retracing service
** Tags removed: need-duplicate-check

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

Title:
  partial upgrade followd by package shim-signed 1.42+15+1552672080
  .a4a1fbe-0ubuntu2 failed to install/upgrade: installed shim-signed
  package post-installation script subprocess returned error exit status
  1

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

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

[Bug 1880031] Re: Thumbnail is stretched if its aspect ratio is less than that of the container

2020-08-11 Thread riu
I have installed gnome-shell-extension-desktop-icons
20.04.0-3~ubuntu20.04.1 from focal-proposed.

The issue is fixed now: aspect ratio of desktop thumbnails is correct.

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

Title:
  Thumbnail is stretched if its aspect ratio is less than that of the
  container

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

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

[Bug 1891231] Re: partial upgrade followd by package shim-signed 1.42+15+1552672080.a4a1fbe-0ubuntu2 failed to install/upgrade: installed shim-signed package post-installation script subprocess return

2020-08-11 Thread pupfish
Thank you.

Discovered that prior to reading your reply.

Sorry for the false alarm.

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

Title:
  partial upgrade followd by package shim-signed 1.42+15+1552672080
  .a4a1fbe-0ubuntu2 failed to install/upgrade: installed shim-signed
  package post-installation script subprocess returned error exit status
  1

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

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

[Bug 1740180]

2020-08-11 Thread Pablo-muir
i was able to reproduce this issue on Nightly 81.0a1 on Ubuntu 18.04,
also on beta 80.0b3 and 79release.

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

Title:
  Firefox stops loading Farmville 2 and hangs.

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

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

[Bug 1891238] [NEW] [RM] neutron-fwaas

2020-08-11 Thread Corey Bryant
Public bug reported:

Please can we remove neutron-fwaas from the archive? This project is no longer 
maintained upstream:
https://opendev.org/openstack/neutron-fwaas

** Affects: neutron-fwaas (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/1891238

Title:
  [RM] neutron-fwaas

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

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

[Bug 1884640] Re: evdi 1.6.0+dfsg-1ubuntu3 ADT test failure with linux-5.8 5.8.0-1.2

2020-08-11 Thread Thadeu Lima de Souza Cascardo
** Patch added: "Fix for groovy"
   
https://bugs.launchpad.net/ubuntu/+source/evdi/+bug/1884640/+attachment/5400792/+files/evdi_1.7.0+dfsg-1ubuntu1.debdiff

** Changed in: evdi (Ubuntu)
 Assignee: (unassigned) => Thadeu Lima de Souza Cascardo (cascardo)

** Changed in: evdi (Ubuntu)
   Importance: Undecided => Medium

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

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

Title:
  evdi 1.6.0+dfsg-1ubuntu3 ADT test failure with linux-5.8 5.8.0-1.2

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

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

[Bug 304393] Re: rpcbind grabs ports used by other daemons such as cupsd

2020-08-11 Thread Dan Streetman
bionic verification:

ubuntu@lp304393-b:~$ dpkg -l|grep rpcbind
ii  rpcbind  0.2.3-0.6   amd64  
  converts RPC program numbers into universal addresses
ubuntu@lp304393-b:~$ sudo netstat --inet -p -l | grep rpcbind | grep -v sunrpc
udp0  0 0.0.0.0:788 0.0.0.0:*   
13332/rpcbind   


after upgrade, same default behavior:

ubuntu@lp304393-b:~$ dpkg -l|grep rpcbind
ii  rpcbind  0.2.3-0.6ubuntu0.18.04.1amd64  
  converts RPC program numbers into universal addresses
ubuntu@lp304393-b:~$ sudo systemctl restart rpcbind
ubuntu@lp304393-b:~$ sudo netstat --inet -p -l | grep rpcbind | grep -v sunrpc
udp0  0 0.0.0.0:707 0.0.0.0:*   
14099/rpcbind   


with parameter set, random port is disabled:

ubuntu@lp304393-b:~$ cat /etc/default/rpcbind 
RPCBIND_RMTCALL_DEFAULT_DISABLED=1

ubuntu@lp304393-b:~$ sudo systemctl restart rpcbind
ubuntu@lp304393-b:~$ sudo netstat --inet -p -l | grep rpcbind | grep -v sunrpc
ubuntu@lp304393-b:~$ 


with param commented, default behavior restored:

ubuntu@lp304393-b:~$ cat /etc/default/rpcbind 
#RPCBIND_RMTCALL_DEFAULT_DISABLED=1

ubuntu@lp304393-b:~$ sudo systemctl restart rpcbind
ubuntu@lp304393-b:~$ sudo netstat --inet -p -l | grep rpcbind | grep -v sunrpc
udp0  0 0.0.0.0:877 0.0.0.0:*   
14269/rpcbind   


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

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

Title:
  rpcbind grabs ports used by other daemons such as cupsd

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

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

[Bug 1891214] [NEW] targetcli/LIO needs tcm_vhost feature enabled

2020-08-11 Thread Rafael David Tinoco
Public bug reported:


targetcli-fb was recently included in MAIN and one of its features is the VHOST 
TCM:

/vhost> create 
b'modprobe: FATAL: Module tcm_vhost not found in directory /lib/modules/...

not enabled in Ubuntu kernels.

QEMU virtio-scsi feature:

https://wiki.qemu.org/Features/VirtioSCSI/TCM_Overview

KERNEL option to be enabled:

https://cateee.net/lkddb/web-lkddb/TCM_VHOST.html

KERNEL TCM documentation:

https://www.kernel.org/doc/html/latest/target/tcmu-design.html

LIO (LinuxIO) VHOST feature explained:

http://linux-iscsi.org/wiki/VHost

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

** Affects: python-rtslib-fb (Ubuntu)
 Importance: Undecided
 Assignee: Rafael David Tinoco (rafaeldtinoco)
 Status: In Progress

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

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

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

** Changed in: targetcli-fb (Ubuntu)
   Status: New => In Progress

** Changed in: targetcli-fb (Ubuntu)
 Assignee: (unassigned) => Rafael David Tinoco (rafaeldtinoco)

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

Title:
  targetcli/LIO needs tcm_vhost feature enabled

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

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

[Bug 1861941] Re: bcache by-uuid links disappear after mounting bcache0

2020-08-11 Thread Launchpad Bug Tracker
This bug was fixed in the package bcache-tools - 1.0.8-3ubuntu0.1

---
bcache-tools (1.0.8-3ubuntu0.1) focal; urgency=medium

  [ Ryan Harper ]
  * Add helper script to read bcache devs superblock (LP: #1861941)

 -- Rafael David Tinoco   Thu, 23 Jul 2020
00:33:50 +

** Changed in: bcache-tools (Ubuntu Focal)
   Status: Fix Committed => 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/1861941

Title:
  bcache by-uuid links disappear after mounting bcache0

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

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

[Bug 1886584] Update Released

2020-08-11 Thread Brian Murray
The verification of the Stable Release Update for smokeping has
completed successfully and the package is now being released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  Smokeping cleared notification repeated indefinitely even if
  edgetrigger is yes

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

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

[Bug 1861941] Update Released

2020-08-11 Thread Brian Murray
The verification of the Stable Release Update for bcache-tools has
completed successfully and the package is now being released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  bcache by-uuid links disappear after mounting bcache0

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

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

[Bug 1886584] Re: Smokeping cleared notification repeated indefinitely even if edgetrigger is yes

2020-08-11 Thread Launchpad Bug Tracker
This bug was fixed in the package smokeping - 2.7.3-2ubuntu20.04.1

---
smokeping (2.7.3-2ubuntu20.04.1) focal; urgency=medium

  [ Matteo F. Vescovi ]
  * debian/patches/: fix-alert-edgetriggers added (Closes: #934170)
LP: #1886584

 -- Gabriel Filion   Sat, 11 Jul 2020 00:00:19
+0200

** Changed in: smokeping (Ubuntu Focal)
   Status: Fix Committed => 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/1886584

Title:
  Smokeping cleared notification repeated indefinitely even if
  edgetrigger is yes

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

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

[Bug 1891221] [NEW] libgdk-pixbuf2.0-bin package does not contain gdk-pixbuf-query-loaders

2020-08-11 Thread Jan Claeys
Public bug reported:

Because EOG can't show webp images by default I tried to build
https://github.com/aruiz/webp-pixbuf-loader but it complains that it
can't find the 'gdk-pixbuf-query-loaders' tool it needs.

I assume it should be in the 'libgdk-pixbuf2.0-bin' package, as that
does contain a manpage for it, but not the tool itself?

** Affects: gdk-pixbuf (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/1891221

Title:
  libgdk-pixbuf2.0-bin package does not contain gdk-pixbuf-query-loaders

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

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

[Bug 1880770] Re: GNOME (Nautilus) MenuProvider extension for ClamTk (clamtk-gnome) does not work correct

2020-08-11 Thread M@urizio
** Also affects: clamtk
   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/1880770

Title:
  GNOME (Nautilus) MenuProvider extension for ClamTk (clamtk-gnome) does
  not work correct

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

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

[Bug 1891224] Missing required logs.

2020-08-11 Thread Ubuntu Kernel Bot
This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:

apport-collect 1891224

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

Title:
   [Hyper-V] VSS and File Copy daemons intermittently fails to start

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

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

[Bug 1891224] [NEW] [Hyper-V] VSS and File Copy daemons intermittently fails to start

2020-08-11 Thread Pat Viafore
Public bug reported:

We have most reliably reproduced this on a Standard_B1s in Azure in the
North Europe region (>80% of the time). Tests in other regions/VM types
do not show this failure as often (<1%). We have reproduced this in
Xenial, Bionic, Focal, and Groovy. We saw an increase of test failures
around a month ago.

>From the journal :

Aug 11 09:55:28 ubuntu systemd[1]: 
sys-devices-virtual-misc-vmbus\x21hv_vss.device: Job 
sys-devices-virtual-misc-vmbus\x21hv_vss.device/start tim>
Aug 11 09:55:28 ubuntu systemd[1]: Timed out waiting for device 
sys-devices-virtual-misc-vmbus\x21hv_vss.device.
Aug 11 09:55:28 ubuntu systemd[1]: Dependency failed for Hyper-V VSS Protocol 
Daemon.
Aug 11 09:55:28 ubuntu systemd[1]: hv-vss-daemon.service: Job 
hv-vss-daemon.service/start failed with result 'dependency'.
Aug 11 09:55:28 ubuntu systemd[1]: 
sys-devices-virtual-misc-vmbus\x21hv_vss.device: Job 
sys-devices-virtual-misc-vmbus\x21hv_vss.device/start fai>
Aug 11 09:55:28 ubuntu systemd[1]: 
sys-devices-virtual-misc-vmbus\x21hv_fcopy.device: Job 
sys-devices-virtual-misc-vmbus\x21hv_fcopy.device/start>
Aug 11 09:55:28 ubuntu systemd[1]: Timed out waiting for device 
sys-devices-virtual-misc-vmbus\x21hv_fcopy.device.
Aug 11 09:55:28 ubuntu systemd[1]: Dependency failed for Hyper-V File Copy 
Protocol Daemon.


We've seen problems in the past with KVP daemons that looked very similar : 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1820063

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

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

Title:
   [Hyper-V] VSS and File Copy daemons intermittently fails to start

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

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

[Bug 1826258] Re: Ubuntu 18.04 upgrade error

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

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

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

Title:
  Ubuntu 18.04 upgrade error

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

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

[Bug 1872118] Re: [SRU] DHCP Cluster crashes after a few hours

2020-08-11 Thread Jorge Niedbalski
** Patch added: "lp-1872118-groovy.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1872118/+attachment/5400760/+files/lp-1872118-groovy.debdiff

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

Title:
  [SRU] DHCP Cluster crashes after a few hours

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

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

[Bug 1872118] Re: [SRU] DHCP Cluster crashes after a few hours

2020-08-11 Thread Andreas Hasenack
bind9 in focal uses the 9.16.x versions of these libraries, packaged
separately. It's just 9.11.x that was packaged as bind9-libs because of
legacy applications like isc-dhcp that do not work with the 9.16 version
of bind9.

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

Title:
  [SRU] DHCP Cluster crashes after a few hours

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

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

[Bug 1861610] Re: 'Elan touchpad' not detected on 'Lenovo ThinkBook 15 IIL'

2020-08-11 Thread Dmitri
@Ferenc, thank you so much. It's working! Though without doubleclick but
it's not important.

Lenovo ThinkBook 15 IIL
Ubuntu 20.04
Kernel: 5.4.0-42-generic
BIOS: DJCN18WW

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

Title:
  'Elan touchpad' not detected on 'Lenovo ThinkBook 15 IIL'

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

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

[Bug 1891211] [NEW] segfault when closing connection

2020-08-11 Thread Jerry Quinn
Public bug reported:

I log into a machine then reboot the machine when I'm logged in.  While
the machine is no longer accessible, I then press the Terminate button
for the session, and the x2goclient dies with a segfault.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: x2goclient 4.1.1.1-2ubuntu0.18.04.1
Uname: Linux 5.7.6-050706-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.16
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Tue Aug 11 12:04:19 2020
InstallationDate: Installed on 2020-05-29 (73 days ago)
InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 (20190805)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: x2goclient
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic

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

Title:
  segfault when closing connection

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

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

[Bug 1891212] [NEW] I found a system security bug, which causes people to enter the website without permission and commit a crime

2020-08-11 Thread Handika
Public bug reported:

i found a bug on web system security http://arthistorymonth.com/
and the bug is used by other people to do no crime

** 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/1891212

Title:
  I found a system security bug, which causes people to enter the
  website without permission and commit a crime

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

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

[Bug 1872671] Please test proposed package

2020-08-11 Thread Corey Bryant
Hello Albert, or anyone else affected,

Accepted horizon into ussuri-proposed. The package will build now and be
available in the Ubuntu Cloud Archive in a few hours, and then in the
-proposed repository.

Please help us by testing this new package. To enable the -proposed
repository:

  sudo add-apt-repository cloud-archive:ussuri-proposed
  sudo apt-get update

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, and change the tag
from verification-ussuri-needed to verification-ussuri-done. If it does
not fix the bug for you, please add a comment stating that, and change
the tag to verification-ussuri-failed. In either case, details of your
testing will help us make a better decision.

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

** Changed in: cloud-archive/ussuri
   Status: Triaged => Fix Committed

** Tags added: verification-ussuri-needed

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

Title:
  [Focal] Policy files are missing

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

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

[Bug 1885389] Re: FTBFS in x/b

2020-08-11 Thread Dan Streetman
verification for bionic is that the package built successfully

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

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

Title:
  FTBFS in x/b

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

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

[Bug 1872527] Re: Clipboard doesn't work 100% of the time in Ubuntu 20.04 (in KVM guests)

2020-08-11 Thread Giacomo Tazzari
Thank you, Christian!


I began testing the small fix first: I will use it for a couple weeks and see 
if the bug happens again.

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

Title:
  Clipboard doesn't work 100% of the time in Ubuntu 20.04 (in KVM
  guests)

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

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

[Bug 1768609] Re: can't add KDE apps to GNOME dock

2020-08-11 Thread Paul White
Apologies, to clarify comment #9, the inconsistent results were when
right clicking on the dock icon.

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

Title:
  can't add KDE apps to GNOME dock

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

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

[Bug 1768609] Re: can't add KDE apps to GNOME dock

2020-08-11 Thread Paul White
Daniel, the results of some brief tests installing applications such as
kate, konsole, konversation and krusader were not consistent with
respect to adding to and removing from the dock as a favourite.

Some applications gave me both the add and remove options, one
application gave just a remove option while another gave me neither
option.

The work around of right clicking on a search result worked for all the
applications that I tested while using Ubuntu 20.04.1.


** Tags added: focal

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

Title:
  can't add KDE apps to GNOME dock

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

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

[Bug 1891196] Re: FTBFS because of porefs=noline, wrap is unrecognized

2020-08-11 Thread Bug Watch Updater
** Changed in: sensible-utils (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/1891196

Title:
  FTBFS because of porefs=noline,wrap is unrecognized

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

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

[Bug 1888405] Update Released

2020-08-11 Thread Brian Murray
The verification of the Stable Release Update for zfs-linux has
completed successfully and the package is now being released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  zfsutils-linux: zfs-volume-wait.service fails with locked encrypted
  zvols

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

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

[Bug 1888405] Re: zfsutils-linux: zfs-volume-wait.service fails with locked encrypted zvols

2020-08-11 Thread Launchpad Bug Tracker
This bug was fixed in the package zfs-linux - 0.8.3-1ubuntu12.3

---
zfs-linux (0.8.3-1ubuntu12.3) focal; urgency=medium

  * Fix volume wait on locked encrypted zvols (LP: #1888405)
[ James Dingwall ]
- 4620-zfs-vol-wait-fix-locked-encrypted-vols.patch
  zfs-volume-wait.service systemd unit does not start if the encrypted
  zvol is locked. The /sbin/zvol_wait should not wait for links when the
  volume has property keystatus=unavailable. Add a check for this.

 -- Colin Ian King   Wed, 22 Jul 2020 09:58:22
+0100

** Changed in: zfs-linux (Ubuntu Focal)
   Status: Fix Committed => 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/1888405

Title:
  zfsutils-linux: zfs-volume-wait.service fails with locked encrypted
  zvols

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

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

[Bug 1831467] Re: test-umockdev tests flaky on armhf (and sometimes other archs)

2020-08-11 Thread Brian Murray
Hello Dan, or anyone else affected,

Accepted umockdev into focal-proposed. The package will build now and be
available at
https://launchpad.net/ubuntu/+source/umockdev/0.14.1-1ubuntu0.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: umockdev (Ubuntu Focal)
   Status: In Progress => Fix Committed

** Tags added: verification-needed verification-needed-focal

** Changed in: umockdev (Ubuntu Bionic)
   Status: In Progress => Fix Committed

** Tags added: verification-needed-bionic

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

Title:
  test-umockdev tests flaky on armhf (and sometimes other archs)

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

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

[Bug 1831467] Please test proposed package

2020-08-11 Thread Brian Murray
Hello Dan, or anyone else affected,

Accepted umockdev into bionic-proposed. The package will build now and
be available at
https://launchpad.net/ubuntu/+source/umockdev/0.11.1-1ubuntu0.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-
bionic to verification-done-bionic. If it does not fix the bug for you,
please add a comment stating that, and change the tag to verification-
failed-bionic. 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/1831467

Title:
  test-umockdev tests flaky on armhf (and sometimes other archs)

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

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

[Bug 1879777] Re: gnome-boxes assert failure: gnome-boxes: ../../../../src/cairo-surface.c:955: cairo_surface_destroy: Assertion `CAIRO_REFERENCE_COUNT_HAS_REFERENCE (>ref_count)' failed.

2020-08-11 Thread Brian Murray
Hello Asif, or anyone else affected,

Accepted gnome-boxes into focal-proposed. The package will build now and
be available at https://launchpad.net/ubuntu/+source/gnome-
boxes/3.36.5-0ubuntu2 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: gnome-boxes (Ubuntu Focal)
   Status: New => Fix Committed

** Tags added: verification-needed verification-needed-focal

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

Title:
  gnome-boxes assert failure: gnome-boxes: ../../../../src/cairo-
  surface.c:955: cairo_surface_destroy: Assertion
  `CAIRO_REFERENCE_COUNT_HAS_REFERENCE (>ref_count)' failed.

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

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

[Bug 1891239] [NEW] Grub install fails during 20.04 install to software RAID 1

2020-08-11 Thread Scott
Public bug reported:

Tried hardware RAID 1 without success earlier today. Gave up and tried
software install.  When Grub2 was beginging to install to EFI partition
(as recommended by LTS installer), it ran into a fatal error. (It's been
a long day trying to get RAID 1 to work with Desktop 20.04). Will try
once more letting the Grub2 use the RAID partition (again, not recommend
per the LTS installer).  Thanks.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ubiquity 20.04.15.2
ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
Uname: Linux 5.4.0-42-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27.4
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.445.1
Date: Tue Aug 11 16:58:00 2020
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
maybe-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

** Summary changed:

- Grub install fails during 20.04 nstall to software RAID 1
+ Grub install fails during 20.04 install to software RAID 1

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

Title:
  Grub install fails during 20.04 install to software RAID 1

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

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

[Bug 1872118] Re: DHCP Cluster crashes after a few hours

2020-08-11 Thread Jorge Niedbalski
** Changed in: bind9-libs (Ubuntu Focal)
   Status: New => In Progress

** Changed in: bind9-libs (Ubuntu Groovy)
   Status: New => In Progress

** Changed in: isc-dhcp (Ubuntu Focal)
   Status: New => In Progress

** Changed in: isc-dhcp (Ubuntu Groovy)
   Status: Confirmed => In Progress

** Changed in: bind9-libs (Ubuntu Focal)
 Assignee: (unassigned) => Jorge Niedbalski (niedbalski)

** Changed in: bind9-libs (Ubuntu Groovy)
 Assignee: (unassigned) => Jorge Niedbalski (niedbalski)

** Changed in: isc-dhcp (Ubuntu Focal)
 Assignee: (unassigned) => Jorge Niedbalski (niedbalski)

** Changed in: isc-dhcp (Ubuntu Groovy)
 Assignee: (unassigned) => Jorge Niedbalski (niedbalski)

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

Title:
  DHCP Cluster crashes after a few hours

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

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

[Bug 1890201] Update Released

2020-08-11 Thread Brian Murray
The verification of the Stable Release Update for wireguard has
completed successfully and the package is now being released to
-updates.  Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  Depends on wireguard-modules | wireguard-dkms are inverted

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

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

Re: [Bug 1710421] Re: Keyboard accelerators for window menus aren't implementedbText you copy will automatically show here

2020-08-11 Thread thinkpad
On Tue, 11 Aug 2020, 11:51 Daniel van Vugt, <1710...@bugs.launchpad.net>
wrote:

> ** Tags removed: eoan
>
> ** Tags added: focal
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1710421
>
> Title:
>   Keyboard accelerators for window menus aren't implemented
>
> Status in GNOME Shell:
>   Confirmed
> Status in gnome-shell package in Ubuntu:
>   Confirmed
>
> Bug description:
>   Description from duplicate bug 1725706:
>
>   Steps to reproduce:
>   1. Install Ubuntu 17.10
>   2. Login to the default Ubuntu session
>   3. Open any windowed application such as Nautilus or `gnome-terminal`
>   3. Click  to show current window settings
>   4. Try to set "Always on Top" property with keyboard shortcut ()
>
>   Expected results:
>   * window reacts on  and set on top as requested
>
>   Actual results:
>   * window does not react on 
>
>   Notes:
>   "Always on Top" is just an illustration. Mnemonics for other (Minimize,
> Maximize, Move, Resize, Always on Visible Workspace, Move to workspace
> down, etc) do not defined and do work too.
>
>
> 
>   Original description below:
>
>   Other desktop systems including Microsoft Windows and Unity have
>   accelerator keys in the window menu. This is typically accessible via
>   ALT_Space on any window, then pressing a key to initiate the desired
>   function.
>
>   Typically Alt_Space can be used to bring up the menu, then use x to
>   maximise a window, n to minimise a window, etc. GNOME Shell does not
>   implement these accelerator keys, which seems inconsistent with other
>   desktops, and internally inconsistent, as other menus in GNOME
>   applications _do_ have accelerator keys.
>
>   It would be great for people coming to GNOME Shell should be able to
>   use the familiar keyboard shortcuts they're used to.
>
>   As far as I can test (as far back as 16.04) this has always been the
>   case.
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 17.10
>   Package: gnome-shell 3.24.3-0ubuntu1
>   ProcVersionSignature: Ubuntu 4.11.0-13.19-generic 4.11.12
>   Uname: Linux 4.11.0-13-generic x86_64
>   NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
>   ApportVersion: 2.20.6-0ubuntu5
>   Architecture: amd64
>   CurrentDesktop: GNOME
>   Date: Sat Aug 12 22:49:46 2017
>   DisplayManager: gdm3
>   InstallationDate: Installed on 2017-08-02 (10 days ago)
>   InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Alpha amd64
> (20170712)
>   SourcePackage: gnome-shell
>   UpgradeStatus: No upgrade log present (probably fresh install)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/gnome-shell/+bug/1710421/+subscriptions
>

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

Title:
  Keyboard accelerators for window menus aren't implemented

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

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

[Bug 1890201] Re: Depends on wireguard-modules | wireguard-dkms are inverted

2020-08-11 Thread Launchpad Bug Tracker
This bug was fixed in the package wireguard - 1.0.20200513-1~20.04.2

---
wireguard (1.0.20200513-1~20.04.2) focal; urgency=medium

  * Switch alternative dependency order for the wireguard-modules,
wireguard-dkms alternative.  Whichever is first is deemed the
preferred installation candidate when neither is present.  When this is
wireguard-modules this is satisfied by installation of a random kernel
which claims support for wireguard regardless of its applicability.
Repeat after me, do not ever depend on a kernel.  (LP: #1890201)

 -- Andy Whitcroft   Tue, 04 Aug 2020 08:50:04 +0100

** Changed in: wireguard (Ubuntu Focal)
   Status: Fix Committed => 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/1890201

Title:
  Depends on wireguard-modules | wireguard-dkms are inverted

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

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

[Bug 1891221] Re: libgdk-pixbuf2.0-bin package does not contain gdk-pixbuf-query-loaders

2020-08-11 Thread Jan Claeys
I suppose it might actually be /usr/lib/x86_64-linux-gnu/gdk-pixbuf-2.0
/gdk-pixbuf-query-loaders in the libgdk-pixbuf2.0-0 package instead.

Meaning the actual problem is that it is in a different location than
expected by that build file...

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

Title:
  libgdk-pixbuf2.0-bin package does not contain gdk-pixbuf-query-loaders

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

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

[Bug 1891222] [NEW] Only notify Hyper-V for die events that are oops

2020-08-11 Thread Joseph Salisbury
Public bug reported:

Currently, Hyper-V may be notified of a panic for any die event.

However, this results in false panic notifications for various user space traps
that are die events. 

The following commit fixes this by ignoring die events that is not an
oops:

608a973bd52e ("Drivers: hv: vmbus: Only notify Hyper-V for die events
that are oops")

We would like to request this commit in all releases supported on Azure
and Hyper-V.

** Affects: linux-azure (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/1891222

Title:
  Only notify Hyper-V for die events that are oops

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

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

[Bug 1872118] Re: [SRU] DHCP Cluster crashes after a few hours

2020-08-11 Thread Jorge Niedbalski
Uploaded debdiff(s) for groovy and focal. This will require a follow up
rebuild change for isc-dhcp, once the library change lands.

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

Title:
  [SRU] DHCP Cluster crashes after a few hours

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

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

[Bug 1872118] Re: [SRU] DHCP Cluster crashes after a few hours

2020-08-11 Thread Jorge Niedbalski
** Patch added: "lp-1872118-focal.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1872118/+attachment/5400761/+files/lp-1872118-focal.debdiff

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

Title:
  [SRU] DHCP Cluster crashes after a few hours

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

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

[Bug 1891235] [NEW] Upon resume from sleep the mouse is down upon moving it, selecting text and dragging icons

2020-08-11 Thread Albert Cardona
Public bug reported:

In this Thinkpax X1 Yoga, the touchscreen is managed by this wacom
driver. After a few sleep/resume cycles (maybe 4 or 5), the mouse starts
acting up: upon moving the mouse, it acts as if it was also down,
selecting text or dragging icons in nautilus. It is as if upon click and
then move, the mouse is never released, even if it has been.

To work around the issue, do:

sudo modprobe -r wacom
sudo modprobe wacom

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xserver-xorg-input-wacom 1:0.39.0-0ubuntu1
ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
Uname: Linux 5.4.0-42-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.6
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Tue Aug 11 21:30:06 2020
DistUpgraded: 2020-05-20 10:21:28,278 DEBUG 'libsignon-glib1' scheduled for 
remove but not safe to remove, skipping
DistroCodename: focal
DistroVariant: ubuntu
EcryptfsInUse: Yes
InstallationDate: Installed on 2016-06-24 (1508 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 003: ID 04ca:705a Lite-On Technology Corp. Integrated Camera
 Bus 001 Device 004: ID 056a:5040 Wacom Co., Ltd Pen and multitouch sensor
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: LENOVO 20FQCTO1WW
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-42-generic 
root=UUID=972ac4f9-34e5-4cf0-a6ba-2fa4322fd70a ro quiet splash vt.handoff=7
SourcePackage: xf86-input-wacom
UpgradeStatus: Upgraded to focal on 2020-05-20 (83 days ago)
dmi.bios.date: 04/18/2016
dmi.bios.vendor: LENOVO
dmi.bios.version: N1FET40W (1.14 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20FQCTO1WW
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40709 WIN
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: None
dmi.modalias: 
dmi:bvnLENOVO:bvrN1FET40W(1.14):bd04/18/2016:svnLENOVO:pn20FQCTO1WW:pvrThinkPadX1Yoga1st:rvnLENOVO:rn20FQCTO1WW:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrNone:
dmi.product.family: ThinkPad X1 Yoga 1st
dmi.product.name: 20FQCTO1WW
dmi.product.sku: LENOVO_MT_20FQ_BU_Think_FM_ThinkPad X1 Yoga 1st
dmi.product.version: ThinkPad X1 Yoga 1st
dmi.sys.vendor: LENOVO
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.8-0ubuntu1~20.04.1
version.libgl1-mesa-glx: libgl1-mesa-glx 20.0.8-0ubuntu1~20.04.1
version.xserver-xorg-core: xserver-xorg-core 2:1.20.8-2ubuntu2.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-1
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: Tue May 19 16:22:47 2020
xserver.configfile: default
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id   38562 
 vendor MEI
xserver.version: 2:1.18.4-0ubuntu0.8

** Affects: xf86-input-wacom (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal ubuntu

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

Title:
  Upon resume from sleep the mouse is down upon moving it, selecting
  text and dragging icons

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xf86-input-wacom/+bug/1891235/+subscriptions

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

[Bug 1871721] Re: Second Monitor on HDMI blank screen/blink screen with Nvidia + Intel & Ubuntu 20.04? (ASUS Laptop)

2020-08-11 Thread Noctis Bennington
Okey, I reduce the search and the second monitor stop working since
4.17-rc1 (I tested rc2 and rc4 and nothing), only it works since 4.16.

I did "make localmodconfig" and all good (when it asks, I just press
"n").

Now, when I set "make -j`nproc` deb-pkg" I have this result:


noctis@noctis-pcgaming:~/linux$ make -j`nproc` deb-pkg
scripts/kconfig/conf  --syncconfig Kconfig
  CHK include/config/kernel.release
  UPD include/config/kernel.release
make clean
  TAR linux-4.16.0+.tar.gz
make KBUILD_SRC=
  CHK include/config/kernel.release
  SYSTBL  arch/x86/include/generated/asm/syscalls_32.h
  HOSTCC  scripts/basic/fixdep
  WRAParch/x86/include/generated/uapi/asm/bpf_perf_event.h
  WRAParch/x86/include/generated/uapi/asm/poll.h
  SYSHDR  arch/x86/include/generated/asm/unistd_32_ia32.h
  CHK include/generated/uapi/linux/version.h
  UPD include/generated/uapi/linux/version.h
  SYSHDR  arch/x86/include/generated/asm/unistd_64_x32.h
  CHK include/generated/utsrelease.h
  UPD include/generated/utsrelease.h
  SYSTBL  arch/x86/include/generated/asm/syscalls_64.h
  DESCEND  objtool
  HOSTCC  scripts/basic/bin2c
  HOSTCC   /home/noctis/linux/tools/objtool/fixdep.o
  HYPERCALLS arch/x86/include/generated/asm/xen-hypercalls.h
  HOSTLD   /home/noctis/linux/tools/objtool/fixdep-in.o
  LINK /home/noctis/linux/tools/objtool/fixdep
  SYSHDR  arch/x86/include/generated/uapi/asm/unistd_32.h
  GEN  /home/noctis/linux/tools/objtool/arch/x86/lib/inat-tables.c
awk: arch/x86/tools/gen-insn-attr-x86.awk:260: aviso: regexp escape sequence 
`\:' is not a known regexp operator
awk: arch/x86/tools/gen-insn-attr-x86.awk:350: 
(FILENAME=arch/x86/lib/x86-opcode-map.txt FNR=41) aviso: regexp escape sequence 
`\&' is not a known regexp operator
  CC   /home/noctis/linux/tools/objtool/exec-cmd.o
  CC   /home/noctis/linux/tools/objtool/arch/x86/decode.o
  CC   /home/noctis/linux/tools/objtool/help.o
  LD   /home/noctis/linux/tools/objtool/arch/x86/objtool-in.o
  CC   /home/noctis/linux/tools/objtool/builtin-check.o
  CC   /home/noctis/linux/tools/objtool/builtin-orc.o
  CC   /home/noctis/linux/tools/objtool/pager.o
  CC   /home/noctis/linux/tools/objtool/check.o
  CC   /home/noctis/linux/tools/objtool/parse-options.o
  SYSHDR  arch/x86/include/generated/uapi/asm/unistd_64.h
  SYSHDR  arch/x86/include/generated/uapi/asm/unistd_x32.h
  CC   /home/noctis/linux/tools/objtool/run-command.o
  CC   /home/noctis/linux/tools/objtool/sigchain.o
  CC   /home/noctis/linux/tools/objtool/orc_gen.o
  CC   /home/noctis/linux/tools/objtool/orc_dump.o
  CC   /home/noctis/linux/tools/objtool/subcmd-config.o
  LD   /home/noctis/linux/tools/objtool/libsubcmd-in.o
  AR   /home/noctis/linux/tools/objtool/libsubcmd.a
  CC   /home/noctis/linux/tools/objtool/elf.o
  CC   /home/noctis/linux/tools/objtool/special.o
  CC   /home/noctis/linux/tools/objtool/objtool.o
  CC   /home/noctis/linux/tools/objtool/libstring.o
  CC   /home/noctis/linux/tools/objtool/str_error_r.o
  LD   /home/noctis/linux/tools/objtool/objtool-in.o
  LINK /home/noctis/linux/tools/objtool/objtool
  HOSTCC  arch/x86/tools/relocs_32.o
  WRAParch/x86/include/generated/asm/dma-contiguous.h
  WRAParch/x86/include/generated/asm/early_ioremap.h
  WRAParch/x86/include/generated/asm/mcs_spinlock.h
  WRAParch/x86/include/generated/asm/mm-arch-hooks.h
  CC  scripts/mod/empty.o
  HOSTCC  scripts/mod/mk_elfconfig
  HOSTCC  scripts/selinux/genheaders/genheaders
  CC  scripts/mod/devicetable-offsets.s
In file included from ./include/linux/string.h:6,
 from ./include/linux/uuid.h:20,
 from ./include/linux/mod_devicetable.h:13,
 from scripts/mod/devicetable-offsets.c:3:
./include/linux/compiler.h: In function ‘__read_once_size’:
./include/linux/compiler.h:187:1: error: ‘-mindirect-branch’ and 
‘-fcf-protection’ are not compatible
  187 | {
  | ^
./include/linux/compiler.h: In function ‘__read_once_size_nocheck’:
./include/linux/compiler.h:205:1: error: ‘-mindirect-branch’ and 
‘-fcf-protection’ are not compatible
  205 | {
  | ^
./include/linux/compiler.h: In function ‘__write_once_size’:
./include/linux/compiler.h:210:1: error: ‘-mindirect-branch’ and 
‘-fcf-protection’ are not compatible
  210 | {
  | ^
In file included from ./include/linux/compiler.h:245,
 from ./include/linux/string.h:6,
 from ./include/linux/uuid.h:20,
 from ./include/linux/mod_devicetable.h:13,
 from scripts/mod/devicetable-offsets.c:3:
./arch/x86/include/asm/barrier.h: In function ‘array_index_mask_nospec’:
./arch/x86/include/asm/barrier.h:38:1: error: ‘-mindirect-branch’ and 
‘-fcf-protection’ are not compatible
   38 | {
  | ^
In file included from ./include/linux/compiler.h:246,
 from ./include/linux/string.h:6,
 from 

[Bug 1870818] Re: apache2 security fix in 2.4.43

2020-08-11 Thread Chris Samaritoni
As this security issue seems to have not progressed afaik since may, I
wanted to make sure whoever is involved in triaging this know that this
CVE has been considered a high priority for PCI compliancy checks even
though it appears to be marked "Low" by Canonical.

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

Title:
  apache2 security fix in 2.4.43

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

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

[Bug 1888916] Re: upgrade from bionic to focal a server with molly-guard moves back sources.list to bionic entries

2020-08-11 Thread Brian Murray
Thanks for the apt-clone file. I'm still not having any luck recreating
this issue though.

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

Title:
  upgrade from bionic to focal a server with molly-guard moves back
  sources.list to bionic entries

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

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

[Bug 1890936] Re: trying upgrade 18.04.5 to 20.04.1 - "There is no development version of an LTS available."

2020-08-11 Thread Brian Murray
There are a couple of issues we are trying to address before we enable
upgrades to 20.04.1. The following discourse post is tracking the status
of 20.04.1.

https://discourse.ubuntu.com/t/focal-fossa-20-04-1-lts-point-release-
status-tracking/17604

** Changed in: ubuntu-release-upgrader (Ubuntu)
Milestone: None => ubuntu-20.04.1

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

Title:
  trying upgrade 18.04.5 to 20.04.1 - "There is no development version
  of an LTS available."

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

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

[Bug 1891225] [NEW] apt install vlc-bin should not be suggested as alternative to snap install vlc

2020-08-11 Thread Raymond Rusk
Public bug reported:

When I execute vlc in a terminal on Ubuntu 20.04LTS before it is
installed, it suggests installing the snap package or running "apt
install vlc-bin". I see that https://packages.ubuntu.com/focal/vlc-bin
is missing dependencies and all of the recommended packages listed in
https://packages.ubuntu.com/focal/vlc so it does nothing but print out
the version to the command-line when /usr/bin/vlc is executed. I think
that the suggestion should be to use 'apt install vlc' rather than 'apt
install vlc-bin' since the later leads to confusion.

I was told by Dimitri John Ledkov  the following:
 
Hi,

On Sat, 8 Aug 2020 at 21:19, Raymond Rusk  wrote:
>
> When I execute vlc in a terminal on Ubuntu 20.04LTS before it is
> installed, it suggests installing the snap package or running "apt
> install vlc-bin". I see that https://packages.ubuntu.com/focal/vlc-bin
> is missing dependencies and all of the recommended packages listed in
> https://packages.ubuntu.com/focal/vlc so it does nothing but print out
> the version to the command-line when /usr/bin/vlc is executed. I think
> that the suggestion should be to use 'apt install vlc' rather than 'apt
> install vlc-bin' since the later leads to confusion.
>

vlc-bin package in debian/control needs to grow
XB-Cnf-Visible-Pkgname: vlc

This will cause command-not-found to recommend installing vlc.

Please open a bug report against the vlc package requesting such
annotation.

-- 
Regards,

Dimitri.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: vlc 3.0.9.2-1
ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
Uname: Linux 5.4.0-42-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27.6
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Tue Aug 11 12:29:55 2020
InstallationDate: Installed on 2020-08-03 (8 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
ProcEnviron:
 LANGUAGE=en_CA:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_CA.UTF-8
 SHELL=/bin/bash
SourcePackage: vlc
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: vlc (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/1891225

Title:
  apt install vlc-bin should not be suggested as alternative to snap
  install vlc

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

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

[Bug 1891228] [NEW] Bionic update: upstream stable patchset 2020-08-11

2020-08-11 Thread Kamal Mostafa
Public bug reported:

SRU Justification

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

   upstream stable patchset 2020-08-11

Ported from the following upstream stable releases:
v4.14.191, v4.19.136,
v4.14.192, v4.19.137,
v4.14.193, v4.19.138

   from git://git.kernel.org/

AX.25: Fix out-of-bounds read in ax25_connect()
AX.25: Prevent out-of-bounds read in ax25_sendmsg()
dev: Defer free of skbs in flush_backlog
drivers/net/wan/x25_asy: Fix to make it work
net-sysfs: add a newline when printing 'tx_timeout' by sysfs
net: udp: Fix wrong clean up for IS_UDPLITE macro
rxrpc: Fix sendmsg() returning EPIPE due to recvmsg() returning ENODATA
AX.25: Prevent integer overflows in connect and sendmsg
ip6_gre: fix null-ptr-deref in ip6gre_init_net()
rtnetlink: Fix memory(net_device) leak when ->newlink fails
tcp: allow at most one TLP probe per flight
regmap: debugfs: check count when read regmap file
qrtr: orphan socket in qrtr_release()
sctp: shrink stream outq only when new outcnt < old outcnt
sctp: shrink stream outq when fails to do addstream reconf
UBUNTU: upstream stable to v4.14.191, v4.19.136
crypto: ccp - Release all allocated memory if sha type is invalid
media: rc: prevent memory leak in cx23888_ir_probe
iio: imu: adis16400: fix memory leak
ath9k_htc: release allocated buffer if timed out
ath9k: release allocated buffer if timed out
PCI/ASPM: Disable ASPM on ASMedia ASM1083/1085 PCIe-to-PCI bridge
wireless: Use offsetof instead of custom macro.
ARM: 8986/1: hw_breakpoint: Don't invoke overflow handler on uaccess watchpoints
drm/amdgpu: Prevent kernel-infoleak in amdgpu_info_ioctl()
drm: hold gem reference until object is no longer accessed
f2fs: check memory boundary by insane namelen
f2fs: check if file namelen exceeds max value
9p/trans_fd: abort p9_read_work if req status changed
9p/trans_fd: Fix concurrency del of req_list in p9_fd_cancelled/p9_read_work
x86/build/lto: Fix truncated .bss with -fdata-sections
rds: Prevent kernel-infoleak in rds_notify_queue_get()
xfs: fix missed wakeup on l_flush_wait
net/x25: Fix x25_neigh refcnt leak when x25 disconnect
net/x25: Fix null-ptr-deref in x25_disconnect
selftests/net: rxtimestamp: fix clang issues for target arch PowerPC
sh: Fix validation of system call number
net: lan78xx: add missing endpoint sanity check
net: lan78xx: fix transfer-buffer memory leak
mlx4: disable device on shutdown
mlxsw: core: Increase scope of RCU read-side critical section
mlxsw: core: Free EMAD transactions using kfree_rcu()
ibmvnic: Fix IRQ mapping disposal in error path
bpf: Fix map leak in HASH_OF_MAPS map
mac80211: mesh: Free ie data when leaving mesh
mac80211: mesh: Free pending skb when destroying a mpath
arm64/alternatives: move length validation inside the subsection
arm64: csum: Fix handling of bad packets
usb: hso: Fix debug compile warning on sparc32
qed: Disable "MFW indication via attention" SPAM every 5 minutes
nfc: s3fwrn5: add missing release on skb in s3fwrn5_recv_frame
parisc: add support for cmpxchg on u8 pointers
net: ethernet: ravb: exit if re-initialization fails in tx timeout
Revert "i2c: cadence: Fix the hold bit setting"
x86/unwind/orc: Fix ORC for newly forked tasks
cxgb4: add missing release on skb in uld_send()
xen-netfront: fix potential deadlock in xennet_remove()
KVM: LAPIC: Prevent setting the tscdeadline timer if the lapic is hw disabled
x86/i8259: Use printk_deferred() to prevent deadlock
drm/amdgpu: fix multiple memory leaks in acp_hw_init
selftests/net: psock_fanout: fix clang issues for target arch PowerPC
net/mlx5: Verify Hardware supports requested ptp function on a given pin
UBUNTU: upstream stable to v4.14.192, v4.19.137
random32: update the net random state on interrupt and activity
ARM: percpu.h: fix build error
random: fix circular include dependency on arm64 after addition of percpu.h
random32: remove net_rand_state from the latent entropy gcc plugin
random32: move the pseudo-random 32-bit definitions to prandom.h
ext4: fix direct I/O read error
UBUNTU: upstream stable to v4.14.193, v4.19.138

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

** Affects: linux (Ubuntu Bionic)
 Importance: Undecided
 Assignee: Kamal Mostafa (kamalmostafa)
 Status: In Progress


** Tags: kernel-stable-tracking-bug

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

** Tags added: kernel-stable-tracking-bug

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

** Changed in: linux (Ubuntu Bionic)

[Bug 1891124] Re: Upgrade s3fs to 1.87

2020-08-11 Thread Launchpad Bug Tracker
This bug was fixed in the package s3fs-fuse - 1.87-1

---
s3fs-fuse (1.87-1) unstable; urgency=medium

  * New upstream release 1.87.  LP: #1891124
https://github.com/s3fs-fuse/s3fs-fuse/releases/tag/v1.87
  * Bump debhelper compat level to 13.

 -- Mattia Rizzolo   Tue, 11 Aug 2020 09:38:23 +0200

** Changed in: s3fs-fuse (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/1891124

Title:
  Upgrade s3fs to 1.87

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

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

[Bug 1873368] Re: ssshuttle server fails to connect endpoints with python 3.8

2020-08-11 Thread Eric Desrochers
https://github.com/sshuttle/sshuttle/issues/503

** Bug watch added: github.com/sshuttle/sshuttle/issues #503
   https://github.com/sshuttle/sshuttle/issues/503

** Also affects: sshuttle via
   https://github.com/sshuttle/sshuttle/issues/503
   Importance: Unknown
   Status: Unknown

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

Title:
  ssshuttle server fails to connect endpoints with python 3.8

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

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

[Bug 1890302] Re: apache2 run-test-suite fails frequently in autopkgtest in groovy/armhf

2020-08-11 Thread Launchpad Bug Tracker
This bug was fixed in the package apache2 - 2.4.43-1ubuntu2

---
apache2 (2.4.43-1ubuntu2) groovy; urgency=medium

  * d/p/t/apache/expr_string.t: Avoid test suite failure due to timing
issue reading error log too quickly after request, by adding a sleep.
(LP: #1890302)

 -- Bryce Harrington   Wed, 05 Aug 2020 12:44:59
-0700

** Changed in: apache2 (Ubuntu)
   Status: Fix Committed => 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/1890302

Title:
  apache2 run-test-suite fails frequently in autopkgtest in groovy/armhf

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

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

[Bug 1891231] [NEW] partial upgrade followd by package shim-signed 1.42+15+1552672080.a4a1fbe-0ubuntu2 failed to install/upgrade: installed shim-signed package post-installation script subprocess retu

2020-08-11 Thread pupfish
Public bug reported:

I have not fully investigated.
Got an unexpected notice for a partial upgrade.
Concerned that this might be FS corruption.
Not sure at this point.

During partial upgrade shim-signed gave error and got notice after reboot.
efi seems to work correctly - I have dual boot.

ProblemType: Package
DistroRelease: Ubuntu 20.10
Package: shim-signed 1.42+15+1552672080.a4a1fbe-0ubuntu2
ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
Uname: Linux 5.4.0-42-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
.proc.sys.kernel.moksbstate_disabled: Error: [Errno 2] No such file or 
directory: '/proc/sys/kernel/moksbstate_disabled'
ApportVersion: 2.20.11-0ubuntu44
Architecture: amd64
BootEFIContents:
 BOOTX64.CSV
 grub.cfg
 grubx64.efi
 mmx64.efi
 shimx64.efi
CasperMD5CheckResult: skip
Date: Tue Aug 11 12:35:59 2020
EFITables:
 Aug 11 12:40:15 DaVinciCode kernel: efi: EFI v2.70 by American Megatrends
 Aug 11 12:40:15 DaVinciCode kernel: efi:  ACPI 2.0=0x8e5ae000  ACPI=0x8e5ae000 
 SMBIOS=0x8f175000  SMBIOS 3.0=0x8f174000  MEMATTR=0x89b9f018  MPS=0xfcb30  
ESRT=0x889cf698 
 Aug 11 12:40:15 DaVinciCode kernel: secureboot: Secure boot disabled
 Aug 11 12:40:15 DaVinciCode kernel: esrt: Reserving ESRT space from 
0x889cf698 to 0x889cf6d0.
 Aug 11 12:40:15 DaVinciCode kernel: secureboot: Secure boot disabled
ErrorMessage: installed shim-signed package post-installation script subprocess 
returned error exit status 1
InstallationDate: Installed on 2020-02-16 (177 days ago)
InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
Python3Details: /usr/bin/python3.8, Python 3.8.5, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.18, python-is-python2, 2.7.17-4
RelatedPackageVersions:
 dpkg 1.19.7ubuntu4
 apt  2.1.7
SecureBoot: 6   0   0   0   0
SourcePackage: shim-signed
Title: package shim-signed 1.42+15+1552672080.a4a1fbe-0ubuntu2 failed to 
install/upgrade: installed shim-signed package post-installation script 
subprocess returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package groovy

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

Title:
  partial upgrade followd by package shim-signed 1.42+15+1552672080
  .a4a1fbe-0ubuntu2 failed to install/upgrade: installed shim-signed
  package post-installation script subprocess returned error exit status
  1

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

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

[Bug 1884640] Re: evdi 1.6.0+dfsg-1ubuntu3 ADT test failure with linux-5.8 5.8.0-1.2

2020-08-11 Thread Thadeu Lima de Souza Cascardo
** Description changed:

+ [Impact]
+ evdi-dkms won't build with later kernels than 5.5. In some cases (upstream 
version 1.7.0), it won't build specifically on ppc64el. The fix includes a 
missing header that is indirectly included on other arches.
+ 
+ [Test case]
+ Install the package with a 5.8 kernel. Install linux-headers-5.8.0-12-generic 
and evdi-dkms. Check that the dkms has built for the 5.8 kernel, at 
/lib/modules/5.8.0-12-generic/updates/dkms/evdi.ko.
+ 
+ [Regression potential]
+ Updates to dkms packages can break the modules. They could build ok, but not 
load successfully. And even after loaded just fine, they can stop providing the 
correct functionality, or introduce new bugs.
+ 
+ [Other info]
+ This has been tested to build and load on a ppc64el system running linux 
5.8.0-12-generic and also 5.4.0-37-generic.
+ 
+ 
+ =
+ 
+ 
  Testing failed on:
- amd64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-groovy-canonical-kernel-team-bootstrap/groovy/amd64/e/evdi/20200619_205539_4b87a@/log.gz
- arm64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-groovy-canonical-kernel-team-bootstrap/groovy/arm64/e/evdi/20200619_211747_a93df@/log.gz
- armhf: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-groovy-canonical-kernel-team-bootstrap/groovy/armhf/e/evdi/20200619_210243_40fa8@/log.gz
- ppc64el: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-groovy-canonical-kernel-team-bootstrap/groovy/ppc64el/e/evdi/20200619_205911_3fda4@/log.gz
- s390x: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-groovy-canonical-kernel-team-bootstrap/groovy/s390x/e/evdi/20200619_205610_b6afa@/log.gz
+ amd64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-groovy-canonical-kernel-team-bootstrap/groovy/amd64/e/evdi/20200619_205539_4b87a@/log.gz
+ arm64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-groovy-canonical-kernel-team-bootstrap/groovy/arm64/e/evdi/20200619_211747_a93df@/log.gz
+ armhf: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-groovy-canonical-kernel-team-bootstrap/groovy/armhf/e/evdi/20200619_210243_40fa8@/log.gz
+ ppc64el: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-groovy-canonical-kernel-team-bootstrap/groovy/ppc64el/e/evdi/20200619_205911_3fda4@/log.gz
+ s390x: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-groovy-canonical-kernel-team-bootstrap/groovy/s390x/e/evdi/20200619_205610_b6afa@/log.gz

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

Title:
  evdi 1.6.0+dfsg-1ubuntu3 ADT test failure with linux-5.8 5.8.0-1.2

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

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

[Bug 1884848] Re: sshguard.service uses wrong path for iptables; nothing actually gets blocked

2020-08-11 Thread Launchpad Bug Tracker
This bug was fixed in the package sshguard - 2.3.1-1ubuntu1.1

---
sshguard (2.3.1-1ubuntu1.1) focal; urgency=medium

  * Fix path to iptables binaries in the .service unit. LP: #1884848

 -- Dimitri John Ledkov   Wed, 24 Jun 2020 11:53:44
+0100

** Changed in: sshguard (Ubuntu Focal)
   Status: Fix Committed => Fix Released

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

Title:
  sshguard.service uses wrong path for iptables; nothing actually gets
  blocked

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

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

[Bug 1891215] Re: systemd-resolved re-creates /run/systemd/resolve/*resolv.conf for every IPv6 RA received

2020-08-11 Thread Simon Déziel
strace'ing systemd-resolved showed that files under
/run/systemd/netif/links/ are re-created as well when a RA comes in but
their content never changes yet the stub-resolv.conf is created over and
over:

root@lxd02:~# cat /run/systemd/netif/links/* 
/run/systemd/resolve/stub-resolv.conf | md5sum; stat -c "%i" 
/run/systemd/resolve/stub-resolv.conf
4cec911154fd89fd31b3e4c96894aad7  -
625
root@lxd02:~# cat /run/systemd/netif/links/* 
/run/systemd/resolve/stub-resolv.conf | md5sum; stat -c "%i" 
/run/systemd/resolve/stub-resolv.conf
4cec911154fd89fd31b3e4c96894aad7  -
624
root@lxd02:~# cat /run/systemd/netif/links/* 
/run/systemd/resolve/stub-resolv.conf | md5sum; stat -c "%i" 
/run/systemd/resolve/stub-resolv.conf
4cec911154fd89fd31b3e4c96894aad7  -
625
root@lxd02:~# cat /run/systemd/netif/links/* 
/run/systemd/resolve/stub-resolv.conf | md5sum; stat -c "%i" 
/run/systemd/resolve/stub-resolv.conf
4cec911154fd89fd31b3e4c96894aad7  -
625
root@lxd02:~# cat /run/systemd/netif/links/* 
/run/systemd/resolve/stub-resolv.conf | md5sum; stat -c "%i" 
/run/systemd/resolve/stub-resolv.conf
4cec911154fd89fd31b3e4c96894aad7  -
624
root@lxd02:~# cat /run/systemd/netif/links/* 
/run/systemd/resolve/stub-resolv.conf | md5sum; stat -c "%i" 
/run/systemd/resolve/stub-resolv.conf
4cec911154fd89fd31b3e4c96894aad7  -
625

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

Title:
  systemd-resolved re-creates /run/systemd/resolve/*resolv.conf for
  every IPv6 RA received

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

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

[Bug 1891214] Missing required logs.

2020-08-11 Thread Ubuntu Kernel Bot
This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:

apport-collect 1891214

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

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

Title:
  targetcli/LIO needs tcm_vhost and xen-scsiback feature enabled OR
  option disabled

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

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

[Bug 1884848] Update Released

2020-08-11 Thread Brian Murray
The verification of the Stable Release Update for sshguard has completed
successfully and the package is now being released to -updates.
Subsequently, the Ubuntu Stable Release Updates Team is being
unsubscribed and will not receive messages about this bug report.  In
the event that you encounter a regression using the package from
-updates please report a new bug using ubuntu-bug and tag the bug report
regression-update so we can easily find any regressions.

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

Title:
  sshguard.service uses wrong path for iptables; nothing actually gets
  blocked

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

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

[Bug 1891215] [NEW] systemd-resolved re-creates /run/systemd/resolve/*resolv.conf for every IPv6 RA received

2020-08-11 Thread Simon Déziel
Public bug reported:

# Issue description:

On 2 Linode VMs that are used as lxd hosts, we noticed that
/run/systemd/resolve/*resolv.conf were re-created quite frequently (~
once per second). We noticed because of the log noise from lxd's dnsmasq
instance using inotify to watch the target of /etc/resolv.conf (which
points to the stub-resolv.conf in our case). This was (wrongly) reported
as a lxd bug (https://github.com/lxc/lxd/issues/7765) until it became
apparent it was more likely to be a problem with systemd(-resolved)?.

The log noise is the observable problem that would be nice to see
addressed:

  root@lxd02:~# uptime
   17:55:48 up  9:52,  1 user,  load average: 0.18, 0.11, 0.05
  root@lxd02:~# journalctl -b0 | grep -cF dnsmasq
  158609

Upon further investigation, it seems that systemd-resolved re-creates
the resolv.conf and stub-resolv.conf files whenever an IPv6 RA is
received.

1) One can observe that by setting systemd-resolved's service in debug
mode:

$ sudo systemctl edit systemd-resolved

and in the editor that is opened, add and save this content:

[Service]
Environment=SYSTEMD_LOG_LEVEL=debug

then restart systemd-resolved and watch the logs scroll by with:

$ journalctl -fu systemd-resolved

3) In another terminal, watch the files be recreated with:

watch -d -n 0.1 stat /run/systemd/resolve/stub-resolv.conf

3) In yet another terminal, run a packet capture and watch "ICMP6,
router advertisement" messages come by:

sudo tcpdump -ni eth0 icmp6


You will see that every time a RA packet comes in, resolved's journal will log 
this:

  Aug 11 17:33:55 lxd02 systemd-resolved[15368]: Sent message
type=signal sender=n/a destination=n/a path=/org/freedesktop/resolve1
interface=org.freedesktop.DBus.Properties member=PropertiesChanged
cookie=244 reply_cookie=0 signature=sa{sv}as error-name=n/a error-
message=n/a

And the stat monitoring terminal will blink to highlight the new inode
and timestamps of the freshly replaced stub-resolv.conf file.


# Additional information:

root@lxd02:~# lsb_release -rd
Description:Ubuntu 20.04.1 LTS
Release:20.04

root@lxd02:~# apt-cache policy systemd
systemd:
  Installed: 245.4-4ubuntu3.2
  Candidate: 245.4-4ubuntu3.2
  Version table:
 *** 245.4-4ubuntu3.2 500
500 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages
100 /var/lib/dpkg/status
 245.4-4ubuntu3 500
500 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages

root@lxd02:~# uname -a
Linux lxd01 5.4.0-42-generic #46-Ubuntu SMP Fri Jul 10 00:24:02 UTC 2020 x86_64 
x86_64 x86_64 GNU/Linux

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

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

Title:
  systemd-resolved re-creates /run/systemd/resolve/*resolv.conf for
  every IPv6 RA received

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

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

[Bug 1820832] Re: [xorg] multiple monitors: limits the framerate of faster 120/144hz monitors to 60hz

2020-08-11 Thread Inkognitoo
Hello,

I'm also have this bug. 
Ubuntu 20.04.1 LTS

Video card - gtx 1070
I'm install 450.57 nvidia driver, but it doesn't help.

I have two monitors - Dell 60hz and Acer 144hz. If Dell is turn on, Acer
enforce to 60hz.

If you need any additional information, I can add any.

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

Title:
  [xorg] multiple monitors: limits the framerate of faster 120/144hz
  monitors to 60hz

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

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

[Bug 1891245] [NEW] In 20.04.1 all gtk2 apps starts 25 seconds

2020-08-11 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I've installed Ubuntu 20.04.1 64bit today (three times as I was testing
various different options). All GTK2 apps (for example gmrun, grun,
anything compiled from lazarus with gtk2 target which is default) starts
for 25 seconds. I ran strace to see what it was and I don't know. The
25s delay is at line containing the "(Timeout)" text.

$strace gmrun
...
fcntl(9, F_SETFL, O_RDWR|O_NONBLOCK)= 0
connect(9, {sa_family=AF_UNIX, sun_path="/run/user/1000/bus"}, 110) = 0
getpid()= 1972
geteuid()   = 1000
getegid()   = 1000
getpid()= 1972
geteuid()   = 1000
getegid()   = 1000
sendmsg(9, {msg_name=NULL, msg_namelen=0, msg_iov=[{iov_base="\0", iov_len=1}], 
msg_iovlen=1, msg_control=[{cmsg_len=28, cmsg_level=SOL_SOCKET, 
cmsg_type=SCM_CREDENTIALS, cmsg_data={pid=1972, uid=1000, gid=1000}}], 
msg_controllen=32, msg_flags=0}, MSG_NOSIGNAL) = 1
sendto(9, "AUTH\r\n", 6, MSG_NOSIGNAL, NULL, 0) = 6
recvfrom(9, "REJECTED EXTERNAL\r\n", 4096, 0, NULL, NULL) = 19
sendto(9, "AUTH EXTERNAL 31303030\r\n", 24, MSG_NOSIGNAL, NULL, 0) = 24
recvfrom(9, "OK c0fd5f5eb963750ecf7ea86e5f329"..., 4096, 0, NULL, NULL) = 37
sendto(9, "NEGOTIATE_UNIX_FD\r\n", 19, MSG_NOSIGNAL, NULL, 0) = 19
recvfrom(9, "AGREE_UNIX_FD\r\n", 4096, 0, NULL, NULL) = 15
sendto(9, "BEGIN\r\n", 7, MSG_NOSIGNAL, NULL, 0) = 7
write(13, "\1\0\0\0\0\0\0\0", 8)= 8
eventfd2(0, EFD_CLOEXEC|EFD_NONBLOCK)   = 12
write(12, "\1\0\0\0\0\0\0\0", 8)= 8
write(13, "\1\0\0\0\0\0\0\0", 8)= 8
poll([{fd=12, events=POLLIN}], 1, 25000) = 1 ([{fd=12, revents=POLLIN}])
read(12, "\1\0\0\0\0\0\0\0", 16)= 8
poll([{fd=12, events=POLLIN}], 1, 25000) = 0 (Timeout)
write(12, "\1\0\0\0\0\0\0\0", 8)= 8
futex(0x56295f4a8460, FUTEX_WAKE_PRIVATE, 2147483647) = 0
close(12)   = 0
write(13, "\1\0\0\0\0\0\0\0", 8)= 8
futex(0x7f252fc59f38, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f252fc59f38, FUTEX_WAKE_PRIVATE, 2147483647) = 0
statfs("/home/desktop", {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, 
f_blocks=59255762, f_bfree=57420816, f_bavail=54393360, f_files=15122432, 
f_ffree=14879564, f_fsid={val=[600210708, 1196524894]}, f_namelen=255, 
f_frsize=4096, f_flags=ST_VALID|ST_RELATIME}) = 0
futex(0x7f252fc59f38, FUTEX_WAKE_PRIVATE, 2147483647) = 0
futex(0x7f252fc59f38, FUTEX_WAKE_PRIVATE, 2147483647) = 0
inotify_init1(IN_CLOEXEC)   = 12
fcntl(12, F_GETFL)  = 0 (flags O_RDONLY)
fcntl(12, F_SETFL, O_RDONLY|O_NONBLOCK) = 0

I've tried to find what fd 12 is and it seems to be this:

$ cat strace.log | grep -e Timeout -e open | grep -e 12 -e Timeout
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 12
openat(AT_FDCWD, "/lib/x86_64-linux-gnu/libproxy.so.1", O_RDONLY|O_CLOEXEC) = 12
openat(AT_FDCWD, "/usr/lib/x86_64-linux-gnu/gio/modules/libgiognomeproxy.so", 
O_RDONLY|O_CLOEXEC) = 12
poll([{fd=12, events=POLLIN}], 1, 25000) = 0 (Timeout)
poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=7, events=POLLIN}], 3, 
0) = 0 (Timeout)
poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=7, events=POLLIN}], 3, 
0) = 0 (Timeout)
poll([{fd=3, events=POLLIN}, {fd=4, events=POLLIN}, {fd=7, events=POLLIN}], 3, 
0) = 0 (Timeout)

So maybe libgiognomeproxy.so? On other forum I got suggestion that maybe
hostname is not in /etc/hosts but it is there:

127.0.0.1 localhost
127.0.1.1 desktop
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters

This is how I installed ubuntu:

1. iso 20.04.1 amd64 on usb stick, tried bot SSD and normal hard drive
2. install ubntu in english
3. English (US), English (US)
4. Normal installation, Download updates, Install third party sw
5. Erase disk and install Ubuntu, Advanced features: Use LVM, Encrypt
6. 2x same password
7. Choose Bratislava location
8. Your Name: desktop
   Computer name: desktop
   username: desktop
   2x password
   Log in automatically
9. Wait for install to finish, restart, install updates, restart
10. Alt+F2 gnome terminal, sudo apt-get install gmrun
11. gmrun - it takes 20s to appear

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
In 20.04.1 all gtk2 apps starts 25 seconds
https://bugs.launchpad.net/bugs/1891245
You received this bug notification because you are a member of Ubuntu Bugs, 
which is subscribed to Ubuntu.

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

[Bug 1825868] Re: System tray icon doesn't appear

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

** Changed in: uget (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/1825868

Title:
  System tray icon doesn't appear

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

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

[Bug 1891257] Status changed to Confirmed

2020-08-11 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/1891257

Title:
  package linux-image-5.4.0-26-generic 5.4.0-26.30 failed to
  install/upgrade: il sottoprocesso installato pacchetto linux-
  image-5.4.0-26-generic script pre-removal ha restituito lo stato di
  errore 1

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

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

[Bug 1851573] Re: configuration file //.config/debconf-kde-helperrc not writable

2020-08-11 Thread Angel Rodriguez
First time it happened to me. Created text file "~/.config/debconf-kde-
helperrc" Problem solved.

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

Title:
  configuration file //.config/debconf-kde-helperrc not writable

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-runtime/+bug/1851573/+subscriptions

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

[Bug 1868364] Re: rgw: unable to abort multipart upload after the bucket got resharded

2020-08-11 Thread dongdong tao
This is only intended for Bionic ceph12.2.13.
This debdiff file is generated via debdiff  .
Let me upload a real patch here, so it would be more clear.


** Patch added: "bug1868364.patch"
   
https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1868364/+attachment/5400889/+files/bug1868364.patch

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

Title:
  rgw: unable to abort multipart upload after the bucket got resharded

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

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

[Bug 1867704] Re: alsa/hdmi: support nvidia mst hdmi/dp audio

2020-08-11 Thread Hui Wang
** Description changed:

+ This is the justification for focal:
+ 
+ This patchset will introduce a big change on hda_jack and hda_hdmi,
+ So I sent the patcheset to oem-b 4 months ago. After 4 months running
+ of oem-b kernel, there is no any regression reported on this patchset,
+ now I am backporting the patchset to our focal kernel since our oem
+ project is waiting for the patchset to be landed to ubuntu 5.4 kernel
+ ASAP.
+ 
+ This patchset are already merged to mainline kernel 5.5-rc and 5.6-rc,
+ so there is no need to send the patchset to oem-5.6 or groovy kernel.
+ 
+ [Impact]
+ On some LENOVO I+N machines, when setting the graphic mode to discrete,
+ The dp/hdmi audio on the Docking Gen2 can't work with this machine +
+ LENOVO Docking Gen2, users can't find the hdmi audio entry in the
+ gnome-sound-setting.
+ 
+ [Fix]
+ Nvidia developer submit the mst audio support to 5.5-rcN and 5.6-RC1,
+ those patches could fix this issue.
+ 
+ [Test Case]
+ set the machien to discrete, plug the dock gen2 to it, then boot, after
+ booting, plug hdmi or dp to dock gen2, the hdmi or dp audio works.
+ 
+ test other machines without Nvidia graphic or without gen2, their hdmi/dp
+ audio still work, and check other output/input devices like headphone,
+ microphone, they all worked as well as before.
+ 
+ 
+ [Regression Risk]
+ one regression possibility is the audio jacks (including analogue and hdmi)
+ can't work anymore, that means after users plug a headphone, headset, hdmi
+ monitor or microphone to the audio jacks or hdmi connectors, the audio
+ driver can't detect the plugging event.
+ 
+ But regression's possibility is very low:
+  - this patchset was already applied to oem-b kernel for 4 months, and
+oem projects didn't report any regression on the patchset
+  - I tested the testing focal kernel with this patchset on many machines,
+includes a dell hda audio machine, a dell dmic  machine, a Lenovo I+N
+hda audio machine, a lenovo I+N dmic machine, a lenovo I hda audio
+machine, a lenovo amd hda audio machine. The audio on them all worked
+as well as before.
+ 
+ 
+ This is the justification for oem-b
+ 
  Drop the B, so far only need to merge this patchset to OEM-B first,
  After the patchset is widely verified with oem-b kernel, I send the
  patchset to B and F then.
- 
  
  This patchset will add support of mst audio for nvidia hdmi/dp, this
  patchset changes lots of common code on hda_jack and hdmi codec, so it
  is not easy to say it is 100% safe for other machines, but our oem
  project needs this patchset to be backported to ubuntu kernel, because
  the tight sechdule of oem project, we backport this patchset to B and
  OEM-B first, if the hdmi audio works well for a period of time after
  this patchset is merged, I will backport this patchset to focal, maybe
  eoan as well.
  
  [Impact]
  On some LENOVO I+N machines, when setting the graphic mode to discrete,
  The dp/hdmi audio on the Docking Gen2 can't work with this machine +
  LENOVO Docking Gen2
  
  [Fix]
  Nvidia developer submit the mst audio support to 5.5-rcN and 5.6-RC1,
  those patches could fix this issue.
  
  [Test Case]
  set the machien to discrete, plug the dock gen2 to it, then boot, after
  booting, plug hdmi or dp to dock gen2, the hdmi or dp audio works.
  
  test other machines without Nvidia graphic or without gen2, their hdmi/dp
  audio still work.
  
  [Regression Risk]
  Low, those patches come from mainline kernel, I have tested those patches
  on the machiens with or without nvidia hdmi, and on the machines with or 
without
  docks, all worked well as before.

** Description changed:

  This is the justification for focal:
  
  This patchset will introduce a big change on hda_jack and hda_hdmi,
- So I sent the patcheset to oem-b 4 months ago. After 4 months running
- of oem-b kernel, there is no any regression reported on this patchset,
+ So I sent the patcheset to oem-b 4 months ago. After 4 months of running
+ oem-b kernel, there is no any regression reported on this patchset,
  now I am backporting the patchset to our focal kernel since our oem
  project is waiting for the patchset to be landed to ubuntu 5.4 kernel
  ASAP.
  
  This patchset are already merged to mainline kernel 5.5-rc and 5.6-rc,
  so there is no need to send the patchset to oem-5.6 or groovy kernel.
  
  [Impact]
  On some LENOVO I+N machines, when setting the graphic mode to discrete,
  The dp/hdmi audio on the Docking Gen2 can't work with this machine +
  LENOVO Docking Gen2, users can't find the hdmi audio entry in the
  gnome-sound-setting.
  
  [Fix]
  Nvidia developer submit the mst audio support to 5.5-rcN and 5.6-RC1,
  those patches could fix this issue.
  
  [Test Case]
  set the machien to discrete, plug the dock gen2 to it, then boot, after
  booting, plug hdmi or dp to dock gen2, the hdmi or dp audio works.
  
  test other machines without Nvidia graphic or without gen2, their hdmi/dp
  audio still work, and check 

[Bug 1625912]

2020-08-11 Thread main.haarp
Same here, still an issue on kernel 5.7.7.

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

Title:
  Kernel option usbhid.mousepoll=1 is ignored for USB 3.0 (xhci) ports.
  Still works for USB 2.0 ports using ehci.

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

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

[Bug 1891016] Re: [Keyboard Layouts] No actual keyboard layouts for many languages

2020-08-11 Thread hatsune
** Description changed:

  Ubuntu 20.4.1 LTS
  
  gsettings set org.gnome.desktop.input-sources show-all-sources true
  (done)
  
  On ubuntu, proper keyboard layouts not available for many languages. Below 
few examples
  - Chinese (Available layouts: Chinese, Hanyu Pinyin(altgr)
  - Sinhala (Available layouts: US, with sinhala letters, Sinhala (phonetic)
  and many other languages
  
  According above two examples, it's better to not add above mentioned
  layouts because no useful at all.
  
- See the windows, it has exact proper keyboard layouts for nearly all
- popular languages.
+ See the windows 10, it has exact proper keyboard layouts for nearly all
+ popular languages. Review them and implement the same for ubuntu
  
- I dont know where to submit feature requests so submited here also bug
- reports option for launchpad > ubuntu doesn't allow to create directly
- same as for questions.
+ Read the conversation as well
+ https://answers.launchpad.net/ubuntu/+question/692310

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

Title:
  [Keyboard Layouts] No actual keyboard layouts for many languages

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

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

[Bug 1890998] Re: Cant login in to system

2020-08-11 Thread Daniel van Vugt
I would like to see a clean log of the problem in action. Please reboot
fresh, reproduce the gdm login failure and then reboot _again_.

Now after the second reboot please hit Ctrl+Alt+F4 and log in to the
text console. In the text console please run:

  journalctl -b-1 > prevboot.txt

and then attach the resulting text file here.


** Changed in: gdm3 (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/1890998

Title:
  Cant login in to system

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

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

[Bug 1891260] [NEW] iptables doesn't work with kernel 5.8

2020-08-11 Thread ymshenyu
Public bug reported:

Hi dear maintainers,
iptables doesn't work since kernel 5.8 updated. Maybe you could update this 
package to 1.8.5 to fix this issue?

iptables v1.8.4 (legacy): can't initialize iptables table `filter': Bad address
Perhaps iptables or your kernel needs to be upgraded.

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: iptables 1.8.4-3ubuntu2
ProcVersionSignature: Ubuntu 5.8.0-12.13-generic 5.8.0-rc7
Uname: Linux 5.8.0-12-generic x86_64
ApportVersion: 2.20.11-0ubuntu44
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Wed Aug 12 10:54:29 2020
InstallationDate: Installed on 2020-04-13 (120 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200402)
SourcePackage: iptables
UpgradeStatus: Upgraded to groovy on 2020-06-02 (70 days ago)

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


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

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

Title:
  iptables doesn't work with kernel 5.8

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

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

[Bug 1886234] Re: libvirtd Tainted: kobject_add_internal failed for emu10k1-synth-0-1 with -EEXIST, don't try to register things with the same name in the same directory.

2020-08-11 Thread Kai-Heng Feng
Add kernel parameter "pci-stub.ids=1102:0008".

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

Title:
  libvirtd Tainted: kobject_add_internal failed for emu10k1-synth-0-1
  with -EEXIST, don't try to register things with the same name in the
  same directory.

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

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

[Bug 1891259] Re: snap installation fails at 'Ensure prerequisites for "etcd" are available' in air-gapped environments

2020-08-11 Thread Nobuto Murata
It looks like the snap requires *both* core and core18 preinstalled to
skip the prerequisite checks for the etcd snap. However, it doesn't make
sense since the snap explicitly states it depends on core18.

$ snap info --verbose etcd | grep base:
base: core18

Also, in terms of the etcd charm, it's not designed to have multiple core snaps 
as resources at this point so it can either upload core or core18.
https://api.jujucharms.com/charmstore/v5/etcd-521/archive/metadata.yaml

** Description changed:

  Simpler reproducer:
  
  $ snap version
- snap2.45.1+18.04.2
- snapd   2.45.1+18.04.2
+ snap2.42.1+18.04
+ snapd   2.42.1+18.04
  series  16
  ubuntu  18.04
- kernel  4.15.0-112-generic
+ kernel  4.15.0-91-generic
+ 
+ $ snap info --verbose etcd | grep base:
+ base:core18
  
  $ snap download core18
  Fetching snap "core18"
  Fetching assertions for "core18"
  Install the snap with:
     snap ack core18_1885.assert
     snap install core18_1885.snap
  
  $ snap download --channel 3.3/stable etcd
  Fetching snap "etcd"
  Fetching assertions for "etcd"
  Install the snap with:
     snap ack etcd_229.assert
     snap install etcd_229.snap
  
  $ sudo iptables -A OUTPUT -p tcp --destination-port 80 -j REJECT 
--reject-with tcp-reset
  $ sudo iptables -A OUTPUT -p tcp --destination-port 443 -j REJECT 
--reject-with tcp-reset
  
  $ sudo snap install --dangerous ./core18_1885.snap
  core18 20200724 installed
  
  $ sudo snap install --dangerous ./etcd_229.snap
  error: cannot perform the following tasks:
- - Ensure prerequisites for "etcd" are available (cannot install system snap 
"snapd": cannot get nonce from store: Post 
https://api.snapcraft.io/api/v1/snaps/auth/nonces: dial tcp 91.189.92.41:443: 
connect: connection refused)
- 
+ - Ensure prerequisites for "etcd" are available (Post 
https://api.snapcraft.io/v2/snaps/refresh: dial tcp 91.189.92.41:443: connect: 
connection refused)
  
  ===
  
  How to reproduce:
  
  1. set apt-http-proxy for deb package downloads
  
  $ juju model-config apt-http-proxy
  http://squid-deb-proxy.lxd:8000/
  
  2. block outgoing connections to port 80 and 443 to simulate the air-
  gapped env
  
  $ cat ./userdata.yaml
  cloudinit-userdata: |
    preruncmd:
  - iptables -A OUTPUT -p tcp --destination-port 80 -j REJECT --reject-with 
tcp-reset
  - iptables -A OUTPUT -p tcp --destination-port 443 -j REJECT 
--reject-with tcp-reset
  
  $ juju model-config ./userdata.yaml
  
  3. deploy the charm with the pre-downloaded charm and pre-downloaded
  resources (note: core.snap is core18.snap required by the etcd
  3.3/stable snap).
  
  juju deploy -n 1 --resource core=./resources/etcd/core.snap --resource
  etcd=./resources/etcd/etcd.snap --resource
  snapshot=./resources/etcd/snapshot.gz ./charms/etcd
  
  Then, the charm will fail with the following:
  
  2020-08-12 01:50:29 ERROR juju-log Hook error:
  Traceback (most recent call last):
    File 
"/var/lib/juju/agents/unit-etcd-0/.venv/lib/python3.6/site-packages/charms/reactive/__init__.py",
 line 74, in main
  bus.dispatch(restricted=restricted_mode)
    File 
"/var/lib/juju/agents/unit-etcd-0/.venv/lib/python3.6/site-packages/charms/reactive/bus.py",
 line 390, in dispatch
  _invoke(other_handlers)
    File 
"/var/lib/juju/agents/unit-etcd-0/.venv/lib/python3.6/site-packages/charms/reactive/bus.py",
 line 359, in _invoke
  handler.invoke()
    File 
"/var/lib/juju/agents/unit-etcd-0/.venv/lib/python3.6/site-packages/charms/reactive/bus.py",
 line 181, in invoke
  self._action(*args)
    File "/var/lib/juju/agents/unit-etcd-0/charm/reactive/etcd.py", line 313, 
in snap_install
  snap.install('etcd', channel=channel, classic=False)
    File "lib/charms/layer/snap.py", line 66, in install
  _install_local(res_path, **kw)
    File "lib/charms/layer/snap.py", line 328, in _install_local
  subprocess.check_call(cmd)
    File "/usr/lib/python3.6/subprocess.py", line 311, in check_call
  raise CalledProcessError(retcode, cmd)
  subprocess.CalledProcessError: Command '['snap', 'install', 
'--channel=3.3/stable', '--dangerous', 
'/var/lib/juju/agents/unit-etcd-0/resources/etcd/etcd.snap']' returned non-zero 
exit status 1.
  
  2020-08-12 01:50:29 ERROR juju.worker.uniter.operation runhook.go:136
  hook "install" (via explicit, bespoke hook script) failed: exit status 1
  
  by running the command by hand, I get the following:
  
  ubuntu@juju-cb1bd7-1:~$ sudo snap install --channel=3.3/stable --dangerous 
/var/lib/juju/agents/unit-etcd-0/resources/etcd/etcd.snap
  error: cannot perform the following tasks:
  - Ensure prerequisites for "etcd" are available (cannot install system snap 
"snapd": Post https://api.snapcraft.io/v2/snaps/refresh: dial tcp 
91.189.92.41:443: connect: connection refused)

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

Title:
  snap installation fails at 

[Bug 1875509] Re: clipit applet will not pop-up history or show menu

2020-08-11 Thread w-sky
I want to add that in addition to failing when trying to use the history
popup, I often can not open the preferences window or manage history
window. Instead, only a part of the shadow of a window does appear on
the top left of the screen, but no actual window. In that case I can
only kill the process.

(clipit:84960): Gtk-CRITICAL **: 23:40:09.230:
_gtk_widget_captured_event: assertion 'WIDGET_REALIZED_FOR_EVENT
(widget, event)' failed

If I try again, 2nd or 3rd time it will work.

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

Title:
  clipit applet will not pop-up history or show menu

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

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

[Bug 1832812] Re: Locking and unlocking the screen is slow and stuttery

2020-08-11 Thread dan the person
A thousand thank yous.

Disabling 'desktop icons' from the extensions app fixes this for me.

Once disabled, even just the action of clicking on the toggle in the
extensions app has the same effect, the desktop becomes unresponsive
(though the mouse moves) for about 30 seconds, then finally the toggle
redraws to show the extension is enabled.

Totally repeatable, with them enabled, unlock takes forever, with them
disabled, unlock is instant.


This is 20.04
The 'Ubuntu Dock' extension is still enabled.

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

Title:
  Locking and unlocking the screen is slow and stuttery

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

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

  1   2   3   4   5   6   >