[Bug 1699925] Re: ubuntu-defaults-builder doesn't build and doesn't generate depends/recommends in Ubuntu 18.04 and newer

2020-07-04 Thread Mantas Kriaučiūnas
See PERL recommendations about deprecations:
https://metacpan.org/pod/release/RJBS/perl-5.22.0/pod/perldelta.pod#A-literal-%22%7B%22
-should-now-be-escaped-in-a-pattern

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

Title:
  ubuntu-defaults-builder doesn't build and doesn't generate
  depends/recommends in Ubuntu 18.04 and newer

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

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

[Bug 1222356] Re: WARNING: Couldn't register with accessibility bus: Did not receive a reply.

2020-07-04 Thread Flavio Sartoretto
same problem on Ubuntu 18.04, when running mate-polkit command in
terminal

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

Title:
  WARNING: Couldn't register with accessibility bus: Did not receive a
  reply.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/at-spi2-core/+bug/1222356/+subscriptions

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

[Bug 1886303] [NEW] Not opening epub format books, verions 4.20

2020-07-04 Thread Gowtham Anburavi
Public bug reported:

calibre, version 4.20.0
ERROR: Unhandled error: Uncaught TypeError: Cannot read property 'startswith' 
of nullError at 
userscript:viewer.js:18127:26

Traceback (most recent call last):
at HTMLHtmlElement.ρσ_anonfunc (userscript:viewer.js:18159:25)
at postprocess (userscript:viewer.js:18127:26)
TypeError: Cannot read property 'startswith' of null

** Affects: calibre (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/1886303

Title:
  Not opening epub format books, verions 4.20

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

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

[Bug 1699925] Re: ubuntu-defaults-builder doesn't build and doesn't generate depends/recommends in Ubuntu 18.04 and newer

2020-07-04 Thread Mantas Kriaučiūnas
** Description changed:

  The package fails to build in bionic, artful and newer, as far as I can
  tell because dh_ubuntu_defaults uses deprecated perl features:
  
  Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in 
m/\${ <-- HERE distro_release_name}/ at 
/home/ubuntu/Desktop/ubuntu-defaults-builder-0.57/bin/dh_ubuntu_defaults line 
100,  line 1.
  debian/rules:7: recipe for target 'override_dh_install' failed
  make[4]: *** [override_dh_install] Error 255
  
+ I've patched bin/dh_ubuntu_defaults by enclosing left brace of ${$var}
+ within square brackets:
+ 
+ --- /usr/bin/dh_ubuntu_defaults   2017-06-23 03:33:59.0 +
+ +++ bin/dh_ubuntu_defaults2020-07-05 04:25:29.909974148 +
+ @@ -97,7 +97,7 @@
+   while (/\$\{(\w+)\}/) {
+   my $var = $1;
+   error "unknown macro: $var" unless exists $macros{$var};
+ - s/\${$var}/$macros{$var}/g;
+ + s/\$[{]$var}/$macros{$var}/g;
+   }
+  
+   push @lines, $_;
+ 
+ Now tests doesn't fail, but when I build defaults package
+ dh_ubuntu_defaults doesn't generate depends/recommends in Ubuntu 18.04
+ and newer if there is a folder "ubiquity-slideshow" in defaults package
+ - I get warnings during build of my ubuntu-defaults package:
+ 
+ dh_install
+ dh_ubuntu_defaults --disable-restrictions
+ dh_ubuntu_defaults: doit() + doit_*() calls will no longer spawn a shell in 
compat 12 for single string arguments (please use complex_doit instead)
+ dh_ubuntu_defaults: This feature will be removed in compat 12.
+ dh_ubuntu_defaults: doit() + doit_*() calls will no longer spawn a shell in 
compat 12 for single string arguments (please use complex_doit instead)
+ dh_ubuntu_defaults: This feature will be removed in compat 12.
+ dh_ubuntu_defaults: doit() + doit_*() calls will no longer spawn a shell in 
compat 12 for single string arguments (please use complex_doit instead)
+ dh_ubuntu_defaults: This feature will be removed in compat 12.
+ make[1]: Leaving directory 
'/home/ubuntu/Desktop/ubuntu-defaults-baltix-master'
+dh_installdocs
+dh_installchangelogs
+dh_installgsettings
+dh_icons
+dh_perl
+dh_configpackage
+dh_link
+dh_strip_nondeterminism
+dh_compress
+dh_fixperms
+dh_missing
+dh_installdeb
+dh_gencontrol
+ dpkg-gencontrol: warning: Depends field of package ubuntu-defaults-baltix: 
unknown substitution variable ${ubuntudefaults:Depends}
+ dpkg-gencontrol: warning: Recommends field of package ubuntu-defaults-baltix: 
unknown substitution variable ${ubuntudefaults:Recommends}
  
  I'd rather someone who knew perl better than me take a look at this.

** Also affects: baltix-default-settings
   Importance: Undecided
   Status: New

** Changed in: baltix-default-settings
   Status: New => Triaged

** Changed in: baltix-default-settings
   Importance: Undecided => Critical

** Changed in: baltix-default-settings
 Assignee: (unassigned) => Mantas Kriaučiūnas (mantas)

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

Title:
  ubuntu-defaults-builder doesn't build and doesn't generate
  depends/recommends in Ubuntu 18.04 and newer

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

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

[Bug 1777708] Re: Desktop briefly becomes unresponsive when typing on 2 keyboards at the same time

2020-07-04 Thread Darrar Radgrioer
I am using 20.04 & used this Workaround to fix it. Input lag is gone.

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

Title:
  Desktop briefly becomes unresponsive when typing on 2 keyboards at the
  same time

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

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

[Bug 1883660] Re: Fan sporadically maxed on wake-up due to unavailable sensor temperature

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

** Changed in: acpi (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/1883660

Title:
  Fan sporadically maxed on wake-up due to unavailable sensor
  temperature

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

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

[Bug 1699925] Re: ubuntu-defaults-builder doesn't build and doesn't generate depends/recommends in Ubuntu 18.04 and newer

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

** Changed in: ubuntu-defaults-builder (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/1699925

Title:
  ubuntu-defaults-builder doesn't build and doesn't generate
  depends/recommends in Ubuntu 18.04 and newer

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

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

[Bug 1699925] Re: ubuntu-defaults-builder doesn't build and doesn't generate depends/recommends in Ubuntu 18.04 and newer

2020-07-04 Thread Mantas Kriaučiūnas
** Description changed:

  The package fails to build in bionic, artful and newer, as far as I can
  tell because dh_ubuntu_defaults uses deprecated perl features:
  
  Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in 
m/\${ <-- HERE distro_release_name}/ at 
/home/ubuntu/Desktop/ubuntu-defaults-builder-0.57/bin/dh_ubuntu_defaults line 
100,  line 1.
  debian/rules:7: recipe for target 'override_dh_install' failed
  make[4]: *** [override_dh_install] Error 255
  
- (older build log 
https://launchpadlibrarian.net/324067270/buildlog_ubuntu-artful-amd64.ubuntu-defaults-builder_0.55_BUILDING.txt.gz)
- Unescaped left brace in regex is deprecated, passed through in regex; marked 
by <-- HERE in m/\${ <-- HERE (\w+)}/ at 
/<>/bin/dh_ubuntu_defaults line 97.
- Experimental push on scalar is now forbidden at 
/<>/bin/dh_ubuntu_defaults line 597, near "$file)"
- Experimental push on scalar is now forbidden at 
/<>/bin/dh_ubuntu_defaults line 603, near "$file_path)"
  
  I'd rather someone who knew perl better than me take a look at this.

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

Title:
  ubuntu-defaults-builder doesn't build and doesn't generate
  depends/recommends in Ubuntu 18.04 and newer

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

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

[Bug 1699925] Re: ubuntu-defaults-builder doesn't build and doesn't generate depends/recommends in Ubuntu 18.04 and newer

2020-07-04 Thread Mantas Kriaučiūnas
** Summary changed:

- ftbfs in artful
+ ubuntu-defaults-builder doesn't build and doesn't generate depends/recommends 
in Ubuntu 18.04 and newer

** Tags added: bionic focal perl

** Description changed:

- The package fails to build in artful (e.g.
- https://launchpadlibrarian.net/324067270/buildlog_ubuntu-artful-amd64
- .ubuntu-defaults-builder_0.55_BUILDING.txt.gz), as far as I can tell
- because dh_ubuntu_defaults uses deprecated perl features:
+ The package fails to build in bionic, artful and newer, as far as I can
+ tell because dh_ubuntu_defaults uses deprecated perl features:
  
+ Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in 
m/\${ <-- HERE distro_release_name}/ at 
/home/ubuntu/Desktop/ubuntu-defaults-builder-0.57/bin/dh_ubuntu_defaults line 
100,  line 1.
+ debian/rules:7: recipe for target 'override_dh_install' failed
+ make[4]: *** [override_dh_install] Error 255
+ 
+ (older build log 
https://launchpadlibrarian.net/324067270/buildlog_ubuntu-artful-amd64.ubuntu-defaults-builder_0.55_BUILDING.txt.gz)
  Unescaped left brace in regex is deprecated, passed through in regex; marked 
by <-- HERE in m/\${ <-- HERE (\w+)}/ at 
/<>/bin/dh_ubuntu_defaults line 97.
  Experimental push on scalar is now forbidden at 
/<>/bin/dh_ubuntu_defaults line 597, near "$file)"
  Experimental push on scalar is now forbidden at 
/<>/bin/dh_ubuntu_defaults line 603, near "$file_path)"
  
  I'd rather someone who knew perl better than me take a look at this.

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

Title:
  ubuntu-defaults-builder doesn't build and doesn't generate
  depends/recommends in Ubuntu 18.04 and newer

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

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

[Bug 1886247] Re: Wifi adapter not found: Device c82f

2020-07-04 Thread Daniel Letzeisen
You may need to build your own rtw88 module from: 
https://github.com/lwfinger/rtlwifi_new/tree/rtw88
... until this change is included in upstream kernel: 
https://github.com/lwfinger/rtlwifi_new/commit/b76b895a90f1168c5223849562fd6e1196b2c351

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

Title:
  Wifi adapter not found: Device c82f

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

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

[Bug 360970] Re: Multi-monitor - When using two displays with different vertical resolution, icons get lost on the shorter display

2020-07-04 Thread Andrew
This bug is in 20.04 lts for me. Using Dell Precision with USB-C and
HDMI and Quadro T2000/PCIe/SSE2 / Quadro T2000/PCIe/SSE2 Display cards

Under settings, if I attach the external, the scalling goes out of wack.
Laptop screen scalling changes zooms out, while the external screen
scale zooms completely in. It's as if the adjustment is managing the
wrong screen. Even if I try scalling the external screen, the laptop
screen is impacted. Gotten to the point where I cannot use the external
screens. You know how it is with coding, really great to have external
screens to move stuff too. It's exactly like this
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/360970/+attachment/557624/+files/Screenshot-2.png

Not sure it's related to nautilus, but you'd probably know better. It's
as if the usb-c and hdmi ports are not getting the right signals. Also
HDMI and USB-C can cause the OS to hang if I pull it in and out quickly.

That area of 20.04 screen management setting is quite buggie for me.
Hope you're able to address it soon as I really miss my external
monitors.

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

Title:
  Multi-monitor - When using two displays with different vertical
  resolution, icons get lost on the shorter display

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/360970/+subscriptions

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

[Bug 1886271] Re: HEIF support should be installed by default

2020-07-04 Thread Daniel Letzeisen
heif-gdk-pixbuf uses and depnds on libheif, but this doesn't seem like a
bug in libheif.

You probably should change the affected package to eog.
In other words, eog should depend on or recommend heif-gdk-pixbuf, 
heif-thumbnailer.

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

Title:
  HEIF support should be installed by default

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

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

[Bug 1687397] Re: Kernel freeze when plugging in external monitor via USB-C->DP-Adapter

2020-07-04 Thread Andrew
My experience is on a dell precision which is pretty much the same as the XPS 
series.
Pulling the USB-C out quickly and re inserting can hang the computer.
Using 20.04.

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

Title:
  Kernel freeze when plugging in external monitor via USB-C->DP-Adapter

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1687397/+subscriptions

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

[Bug 1661905] Re: upstart script calls non existent file: /usr/bin/start-nvidia-persistenced

2020-07-04 Thread Launchpad Bug Tracker
[Expired for nvidia-prime (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: nvidia-prime (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  upstart script calls non existent file: /usr/bin/start-nvidia-
  persistenced

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

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

[Bug 1784100] Re: Gnome shell crashes when opening any dialog on 18.04.1

2020-07-04 Thread Launchpad Bug Tracker
[Expired for gnome-tweaks (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: gnome-tweaks (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Gnome shell crashes when opening any dialog on 18.04.1

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

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

[Bug 1825679] Re: Delay/freeze/cpu spike when using the function/media/brightness keys in Xorg

2020-07-04 Thread Launchpad Bug Tracker
[Expired for gnome-shell (Ubuntu) because there has been no activity for
60 days.]

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

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

Title:
  Delay/freeze/cpu spike when using the function/media/brightness keys
  in Xorg

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

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

[Bug 1876831] Re: Microbit WebUSB Udev Rule Missing

2020-07-04 Thread Launchpad Bug Tracker
[Expired for systemd (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Microbit WebUSB Udev Rule Missing

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

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

[Bug 1877007] Re: The chromium package broken

2020-07-04 Thread Launchpad Bug Tracker
[Expired for chromium-browser (Ubuntu) because there has been no
activity for 60 days.]

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

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

Title:
  The chromium package broken

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

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

[Bug 1876766] Re: package thunderbird 1:60.9.0+build1-0ubuntu0.16.04.2 [modified: usr/lib/thunderbird/isp/DSPAM.sfd] failed to install/upgrade: trying to overwrite '/usr/lib/thunderbird-addons/extensi

2020-07-04 Thread Launchpad Bug Tracker
[Expired for thunderbird (Ubuntu) because there has been no activity for
60 days.]

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

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

Title:
  package thunderbird 1:60.9.0+build1-0ubuntu0.16.04.2 [modified:
  usr/lib/thunderbird/isp/DSPAM.sfd] failed to install/upgrade: trying
  to overwrite '/usr/lib/thunderbird-addons/extensions', which is also
  in package thunderbird-locale-en 1:60.9.0+build1-0ubuntu0.16.04.2

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

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

[Bug 1875680] Re: Transmission BitTorrent 2.84 doesn't add and open URL

2020-07-04 Thread Launchpad Bug Tracker
[Expired for transmission (Ubuntu) because there has been no activity
for 60 days.]

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

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

Title:
  Transmission BitTorrent 2.84 doesn't add and open URL

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

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

[Bug 1858484] Re: xserver-xorg-input-wacom-hwe-18.04 pointer skippy

2020-07-04 Thread Launchpad Bug Tracker
[Expired for xf86-input-wacom (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: xf86-input-wacom (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  xserver-xorg-input-wacom-hwe-18.04 pointer skippy

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

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

[Bug 1875209] Re: Gnome software search is often stop working

2020-07-04 Thread Launchpad Bug Tracker
[Expired for gnome-software (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: gnome-software (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Gnome software search is often stop working

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

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

[Bug 1864127] Re: apparmor denies ~/snap/chromium/ writes

2020-07-04 Thread Launchpad Bug Tracker
[Expired for snapd (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  apparmor denies ~/snap/chromium/ writes

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

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

[Bug 1875503] Re: apparmor="DENIED" operation="file_inherit" profile="/usr/sbin/swanctl" pid=xxxxx comm="swanctl" family="packet" sock_type="dgram" protocol=0 requested_mask="send receive" denied_mask

2020-07-04 Thread Launchpad Bug Tracker
[Expired for strongswan (Ubuntu) because there has been no activity for
60 days.]

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

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

Title:
  apparmor="DENIED" operation="file_inherit" profile="/usr/sbin/swanctl"
  pid=x comm="swanctl" family="packet" sock_type="dgram" protocol=0
  requested_mask="send receive" denied_mask="send receive"

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

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

[Bug 1875289] Re: Firefox Screen Tearing

2020-07-04 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Firefox Screen Tearing

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

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

[Bug 1876561] Re: Launching terminal or typing commands in it makes the desktop "refresh"

2020-07-04 Thread Launchpad Bug Tracker
[Expired for gnome-shell-extension-desktop-icons (Ubuntu) because there
has been no activity for 60 days.]

** Changed in: gnome-shell-extension-desktop-icons (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Launching terminal or typing commands in it makes the desktop
  "refresh"

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

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

[Bug 1876899] Re: Error in the install process

2020-07-04 Thread Launchpad Bug Tracker
[Expired for ubiquity (Ubuntu) because there has been no activity for 60
days.]

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

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

Title:
  Error in the install process

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

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

[Bug 1875504] Re: apparmor="DENIED" operation="file_inherit" profile="/usr/sbin/swanctl" name="/dev/net/tun" pid=490601 comm="swanctl" requested_mask="wr" denied_mask="wr" fsuid=0 ouid=0

2020-07-04 Thread Launchpad Bug Tracker
[Expired for strongswan (Ubuntu) because there has been no activity for
60 days.]

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

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

Title:
  apparmor="DENIED" operation="file_inherit" profile="/usr/sbin/swanctl"
  name="/dev/net/tun" pid=490601 comm="swanctl" requested_mask="wr"
  denied_mask="wr" fsuid=0 ouid=0

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

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

[Bug 1876970] Re: Display is sshowing a line when watching a video

2020-07-04 Thread Launchpad Bug Tracker
[Expired for xorg-server (Ubuntu) because there has been no activity for
60 days.]

** Changed in: xorg-server (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Display is sshowing a line when watching a video

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

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

[Bug 1879968] Re: copy/paste still sometimes fails in LibreOffice on mutter 3.36.2

2020-07-04 Thread Adam Dingle
As some of you have noticed, the status for "Mutter" at the top of this
page changed to "Fix Released".  That's because a change was just
committed to the Mutter GNOME project that apparently fixes the
underlying bug:

https://gitlab.gnome.org/GNOME/mutter/-/commit/2f1f47d25708cf444e4d35045486fa2841ce0d69

This change is not present in Mutter 3.36.3 or in any other release of
Mutter.  It should be included in the next Mutter release (presumably
3.36.4).

So it is not yet available in Ubuntu, which is why the status for
"Mutter (Ubuntu)" at the top of the page is still "Confirmed".

In other words, a fix is now in Mutter (which is great news), and
hopefully it will make its way to Ubuntu before long.  But it's not
there yet.

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

Title:
  copy/paste still sometimes fails in LibreOffice on mutter 3.36.2

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

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

Re: [Bug 1886295] Re: Ubuntu 20.04:software installer on gui has no background - very hard to see, a lot of faulty installs going on

2020-07-04 Thread Stephen Waines
Hi Chris,

Thanks the launchpad site didnt let me say that package name I tried 
software but it was telling me that didnt exist.

I ran

apport-collect 1886295

and my pc said no information collected.


the prob happens when gdebi is calling software.

gdebi works fine in terminal though.

hope that helps.

Sorry for the lack of info.




On 2020-07-04 7:53 p.m., Chris Guiver wrote:
> Thank you for taking the time to report this bug and helping to make
> Ubuntu better. Please execute the following command only once, as it
> will automatically gather debugging information, in a terminal:
>
> apport-collect 1886295
>
> When reporting bugs in the future please use apport by using 'ubuntu-
> bug' and the name of the package affected. You can learn more about this
> functionality at https://wiki.ubuntu.com/ReportingBugs.
>


** Attachment added: "Screenshot from 2020-07-04 22-20-52.png"
   
https://bugs.launchpad.net/bugs/1886295/+attachment/5389781/+files/Screenshot%20from%202020-07-04%2022-20-52.png

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

Title:
  Ubuntu 20.04:software installer on gui has no background - very hard
  to see, a lot of faulty installs going on

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

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

[Bug 1883336] Re: Dell Precision 7730, sig=0x906ea/20200609, System hangs when resuming from S3 if in battery mode

2020-07-04 Thread Mark Bidewell
** Also affects: fedora
   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/1883336

Title:
  Dell Precision 7730, sig=0x906ea/20200609, System hangs when resuming
  from S3 if in battery mode

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

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

[Bug 1886300] [NEW] rename.ul refuses to rename links that don't resolve (regression)

2020-07-04 Thread gregrwm
Public bug reported:

rename.ul refuses to rename links that don't resolve.

bionic rename.ul renames links whether or not they resolve (util-linux
2.31.1-0.4ubuntu3.6).

focal rename.ul refuses to rename links that don't resolve (regression)
(util-linux 2.34-0.1ubuntu9).

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: util-linux 2.34-0.1ubuntu9
ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
Uname: Linux 5.4.0-21-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.3
Architecture: amd64
CasperMD5CheckResult: skip
Date: Sat Jul  4 20:38:06 2020
InstallationDate: Installed on 2020-04-05 (90 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200331)
ProcEnviron:
 LC_TIME=en_DK.utf8
 TERM=screen
 PATH=(custom, no user)
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: util-linux
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal regression-release

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

Title:
  rename.ul refuses to rename links that don't resolve (regression)

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

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

[Bug 1886297] Status changed to Confirmed

2020-07-04 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/1886297

Title:
  Touchpad Lenovo IdeaPad S145-15IIL Not working

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

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

[Bug 1766213] Re: Document viewer hangs

2020-07-04 Thread Humphrey van Polanen Petel
works fine in 16.04.6

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

Title:
  Document viewer hangs

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

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

[Bug 1886297] [NEW] Touchpad Lenovo IdeaPad S145-15IIL Not working

2020-07-04 Thread Skinn0
Public bug reported:

Have buyed this laptop today, the laptop was preinstalled with Windows 10 
(touchpad working).
Reinstalled it with Kubuntu 20.04 and touchpad wasnt working. Help.

sjaak@lenovoSS 
-- 
OS: Ubuntu 20.04 LTS x86_64 
Host: 81W8 Lenovo IdeaPad S145-15IIL 
Kernel: 5.4.0-40-generic 
Uptime: 24 mins 
Packages: 2149 (dpkg) 
Shell: bash 5.0.16 
Resolution: 1920x1080 
DE: Plasma 
WM: KWin 
WM Theme: ChromeOS-dark 
Theme: ChromeOSDark [Plasma], Breeze [GTK2/3] 
Icons: McMuse [Plasma], McMuse [GTK2/3] 
Terminal: konsole 
CPU: Intel i3-1005G1 (4) @ 3.400GHz 
GPU: Intel Device 8a56 
Memory: 1904MiB / 7758MiB

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-image-5.4.0-40-generic 5.4.0-40.44
ProcVersionSignature: Ubuntu 5.4.0-40.44-generic 5.4.44
Uname: Linux 5.4.0-40-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.3
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  sjaak   786 F pulseaudio
CasperMD5CheckResult: skip
CurrentDesktop: KDE
Date: Sun Jul  5 02:52:30 2020
InstallationDate: Installed on 2020-07-04 (0 days ago)
InstallationMedia: Kubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 003: ID 174f:1176 Syntek Integrated Camera
 Bus 001 Device 002: ID 046d:c03d Logitech, Inc. M-BT96a Pilot Optical Mouse
 Bus 001 Device 004: ID 8087:0aaa Intel Corp. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: LENOVO 81W8
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-40-generic 
root=UUID=c478aa91-fd7e-4659-af74-447a643491cf ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-5.4.0-40-generic N/A
 linux-backports-modules-5.4.0-40-generic  N/A
 linux-firmware1.187.1
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 03/04/2020
dmi.bios.vendor: LENOVO
dmi.bios.version: DKCN26WW
dmi.board.asset.tag: NO Asset Tag
dmi.board.name: LNVNB161216
dmi.board.vendor: LENOVO
dmi.board.version: SDK0R32866 WIN
dmi.chassis.asset.tag: NO Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo IdeaPad S145-15IIL
dmi.modalias: 
dmi:bvnLENOVO:bvrDKCN26WW:bd03/04/2020:svnLENOVO:pn81W8:pvrLenovoIdeaPadS145-15IIL:rvnLENOVO:rnLNVNB161216:rvrSDK0R32866WIN:cvnLENOVO:ct10:cvrLenovoIdeaPadS145-15IIL:
dmi.product.family: IdeaPad S145-15IIL
dmi.product.name: 81W8
dmi.product.sku: LENOVO_MT_81W8_BU_idea_FM_IdeaPad S145-15IIL
dmi.product.version: Lenovo IdeaPad S145-15IIL
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug focal

** Attachment added: "Devices cat"
   https://bugs.launchpad.net/bugs/1886297/+attachment/5389760/+files/devices

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

Title:
  Touchpad Lenovo IdeaPad S145-15IIL Not working

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

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

[Bug 1835660] Re: initramfs unpacking failed

2020-07-04 Thread Saroumane
I think "file" is wrong. (I have the same kind of misleading output :
"ASCII cpio archive ..." )

You can try to you use "unmkinitramfs" on your inird.img (unfortunately "cpio" 
does not work to fully "unarchive" this kind of "multi-segments" archive) and 
check the size.
I have "lz4" initrd.img files around 80MB. If I uncompress/unarchive them with 
"unmkinitramfs", I get around 260MB of files and folders.
If I remake initrd with COMPRESS=gzip in /etc/initramfs-tools/initramfs.conf  I 
get initrd files a bit smaller (around 74 MB)

So I think update-initramfs (and the invoked script mkinitramfs) are doing 
their job.
The "initramfs unpacking failed: Decoding failed" error might just be a 
cosmetic error from grub or kernel.

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

Title:
  initramfs unpacking failed

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

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

[Bug 1886293] Re: Kwin hangs in KWin::WindowPixmap::create() / xcb_request_check

2020-07-04 Thread Nathaniel Beaver
Upstream bug report (mine):

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

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

Title:
  Kwin hangs in KWin::WindowPixmap::create() / xcb_request_check

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

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

[Bug 1886293] Re: Kwin hangs in KWin::WindowPixmap::create() / xcb_request_check

2020-07-04 Thread Nathaniel Beaver
** Attachment added: "First strace (longer)"
   
https://bugs.launchpad.net/ubuntu/+source/kwin/+bug/1886293/+attachment/5389758/+files/strace_kwin_2020-03-31_1585667672_182914113.log

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

Title:
  Kwin hangs in KWin::WindowPixmap::create() / xcb_request_check

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

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

[Bug 1886293] Re: Kwin hangs in KWin::WindowPixmap::create() / xcb_request_check

2020-07-04 Thread Nathaniel Beaver
** Attachment added: "Second strace (shorter)"
   
https://bugs.launchpad.net/ubuntu/+source/kwin/+bug/1886293/+attachment/5389759/+files/strace_kwin_2020-07-04_1593883066_736209411.log

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

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

Title:
  Kwin hangs in KWin::WindowPixmap::create() / xcb_request_check

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

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

[Bug 1766076] Re: USB over thunderbolt turns off every once in a while

2020-07-04 Thread Viktor Aschenbrenner
Having the same or at least similar issue on a DELL XPS13 (9360) D600
Dock. The thunderbolt connection suddenly drops for a few seconds and
the automatically reconnects again. Screens go blank for that time and
all peripherals also gets disconnected. This happens randomly but at
least twice an hour. All firmware is up-to-date.

OS: Ubuntu 20.04 LTS (5.4.0-40-generic)
Hardware: DELL XPS 13 (9360); Intel Core i7-7500U CPU, 8GB RAM
Dock: DELL D600 (with two 1080p monitors connected over DisplayPort)

Here the dmesg:
[ 4088.809311] show_signal_msg: 3032 callbacks suppressed
[ 4088.809314] ActiveCommandQu[6618]: segfault at 7f244c19f000 ip 
00998e9e sp 7f244e7fa438 error 4 in 
DisplayLinkManager[40+937000]
[ 4088.809321] Code: 3d db fb c4 c1 3d 72 d0 08 c4 e3 fd 00 d7 d8 c5 bd db fb 
c5 6d f9 d8 c5 ed fd d0 c5 ed fd d0 c5 ed fd c9 c5 fd 6f 17 4c 01 cf  7d 6f 
17 c5 f5 71 d1 02 c5 ed db c3 c5 ed 72 d2 08 c5 7d 6f 24
[ 4093.927731] evdi: [D] evdi_driver_postclose:133 (dev=2) Process tries to 
close us, postclose
[ 4093.927733] evdi: [I] Task 1148 (DesktopManagerE) of process 1139 
(DisplayLinkMana)
[ 4093.927736] evdi: [D] evdi_painter_disconnect:817 (dev=2) Disconnected from 
9024a4f0
[ 4093.927739] evdi: [D] evdi_detect:94 (dev=-1) poll connector state: 
disconnected
[ 4093.927788] evdi: [D] evdi_driver_postclose:133 (dev=1) Process tries to 
close us, postclose
[ 4093.927789] evdi: [I] Task 1148 (DesktopManagerE) of process 1139 
(DisplayLinkMana)
[ 4093.927791] evdi: [D] evdi_painter_disconnect:817 (dev=1) Disconnected from 
a19585cf
[ 4093.927792] evdi: [D] evdi_detect:94 (dev=-1) poll connector state: 
disconnected
[ 4094.278010] evdi: [D] evdi_detect:94 (dev=-1) poll connector state: 
disconnected
[ 4094.278026] evdi: [D] evdi_detect:94 (dev=-1) poll connector state: 
disconnected
[ 4094.278039] evdi: [D] evdi_detect:94 (dev=-1) poll connector state: 
disconnected
[ 4094.278048] evdi: [D] evdi_detect:94 (dev=-1) poll connector state: 
disconnected
[ 4094.278058] evdi: [D] evdi_detect:94 (dev=0) poll connector state: 
disconnected
[ 4094.278064] evdi: [D] evdi_detect:94 (dev=0) poll connector state: 
disconnected
[ 4094.278072] evdi: [D] evdi_detect:94 (dev=0) poll connector state: 
disconnected
[ 4094.278078] evdi: [D] evdi_detect:94 (dev=0) poll connector state: 
disconnected
[ 4094.278514] evdi: [D] evdi_painter_dpms_notify:654 (dev=-1) Notifying dpms 
mode: 3
[ 4094.278515] evdi: [W] evdi_painter_send_event:307 Painter is not connected!
[ 4094.597176] evdi: [D] evdi_detect:94 (dev=-1) poll connector state: 
disconnected
[ 4094.597190] evdi: [D] evdi_detect:94 (dev=-1) poll connector state: 
disconnected
[ 4094.597202] evdi: [D] evdi_detect:94 (dev=-1) poll connector state: 
disconnected
[ 4094.597210] evdi: [D] evdi_detect:94 (dev=-1) poll connector state: 
disconnected
[ 4094.597220] evdi: [D] evdi_detect:94 (dev=0) poll connector state: 
disconnected
[ 4094.597227] evdi: [D] evdi_detect:94 (dev=0) poll connector state: 
disconnected
[ 4094.597237] evdi: [D] evdi_detect:94 (dev=0) poll connector state: 
disconnected
[ 4094.597245] evdi: [D] evdi_detect:94 (dev=0) poll connector state: 
disconnected
[ 4094.761411] evdi: [D] evdi_painter_dpms_notify:654 (dev=-1) Notifying dpms 
mode: 3
[ 4094.761413] evdi: [W] evdi_painter_send_event:307 Painter is not connected!
[ 4095.603371] evdi: [D] evdi_painter_dpms_notify:654 (dev=0) Notifying dpms 
mode: 3
[ 4095.603373] evdi: [W] evdi_painter_send_event:307 Painter is not connected!
[ 4095.603384] evdi: [D] evdi_painter_dpms_notify:654 (dev=0) Notifying dpms 
mode: 3
[ 4095.603385] evdi: [W] evdi_painter_send_event:307 Painter is not connected!
[ 4095.603397] evdi: [D] evdi_painter_dpms_notify:654 (dev=-1) Notifying dpms 
mode: 3
[ 4095.603398] evdi: [W] evdi_painter_send_event:307 Painter is not connected!
[ 4095.603478] evdi: [D] evdi_painter_dpms_notify:654 (dev=-1) Notifying dpms 
mode: 3
[ 4095.603479] evdi: [W] evdi_painter_send_event:307 Painter is not connected!
[ 4099.415992] evdi: [D] evdi_painter_connect:738 (dev=-1) Process is trying to 
connect
[ 4099.415994] evdi: [I] Task 6702 (DesktopManagerE) of process 6696 
(DisplayLinkMana)
[ 4099.415997] evdi: [D] evdi_painter_connect:788 (dev=1) Connected with 
e47f4312
[ 4099.416000] evdi: [D] evdi_detect:90 (dev=1) poll connector state: connected
[ 4099.423785] evdi: [D] evdi_painter_connect:738 (dev=-1) Process is trying to 
connect
[ 4099.423787] evdi: [I] Task 6702 (DesktopManagerE) of process 6696 
(DisplayLinkMana)
[ 4099.423790] evdi: [D] evdi_painter_connect:788 (dev=2) Connected with 
040a913a
[ 4099.423792] evdi: [D] evdi_detect:90 (dev=2) poll connector state: connected
[ 4099.430545] evdi: [D] evdi_detect:90 (dev=1) poll connector state: connected
[ 4099.430547] evdi: [D] evdi_painter_get_edid_copy:228 (dev=1) EDID valid
[ 4099.430701] evdi: [D] evdi_detect:90 (dev=1) poll connector state: connected
[ 4099.430702] evdi: [D] evdi_painter_get_edid_c

[Bug 1884594] Re: [SRU] [focal] New upstream microrelease flatpak 1.6.5

2020-07-04 Thread Andrew Hayzen
** Summary changed:

- [SRU] [focal] New upstream microrelease flatpak 1.6.4
+ [SRU] [focal] New upstream microrelease flatpak 1.6.5

** Description changed:

  This is a request to SRU the latest release of flatpak into focal.
  
  [Impact]
  
  New upstream release of flatpak, which brings fixes and improvements.
  
- Focal is currently at 1.6.3, whereas 1.6.4 is available upstream.
+ Focal is currently at 1.6.3, whereas 1.6.5 is available upstream.
  
  [Test Case]
  
  The bugs being resolved are not simple to reproduce, see the test plan
  below for testing flatpak itself.
  
  [Regression Potential]
  
  Flatpak has a test suite, which is run on build across all architectures
  and passes.
  
  There is also a manual test plan
  https://wiki.ubuntu.com/Process/Merges/TestPlan/flatpak. I have
- confirmed that 1.6.4 passes with this test plan on focal.
+ confirmed that 1.6.5 passes with this test plan on focal.
  
  Flatpak has autopkgtests enabled
  http://autopkgtest.ubuntu.com/packages/f/flatpak which is passing on
  focal.
  
  Regression potential is low, and upstream is very responsive to any
  issues raised.

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

Title:
  [SRU] [focal] New upstream microrelease flatpak 1.6.5

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

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

[Bug 1886295] Re: Ubuntu 20.04:software installer on gui has no background - very hard to see, a lot of faulty installs going on

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

apport-collect 1886295

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

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

Title:
  Ubuntu 20.04:software installer on gui has no background - very hard
  to see, a lot of faulty installs going on

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

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

[Bug 1886295] [NEW] Ubuntu 20.04:software installer on gui has no background - very hard to see, a lot of faulty installs going on

2020-07-04 Thread Stephen Waines
Public bug reported:

-Open software on ubuntu
-Opens without background so i can read the text, background is transparent

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

Title:
  Ubuntu 20.04:software installer on gui has no background - very hard
  to see, a lot of faulty installs going on

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

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

[Bug 1773163] Re: [needs-packaging] [package-request] hotspot

2020-07-04 Thread Bug Watch Updater
** Changed in: 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/1773163

Title:
  [needs-packaging] [package-request] hotspot

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

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

[Bug 1886293] [NEW] Kwin hangs in KWin::WindowPixmap::create() / xcb_request_check

2020-07-04 Thread Nathaniel Beaver
Public bug reported:

After several days using the KDE Plasma desktop, I suddenly found that
all of the windows had become unresponsive. I could still move the
mouse, but clicking didn't do anything. I could no longer change the
volume with the volume buttons. Also, the panel clock stopped ticking
upward. Fortunately, I could still use the keyboard to access a tty.

I would estimate this occurred roughly monthly.

I still cannot consistently reproduce, and I wasn't doing anything
unusual these interruptions occurred, just switching windows or typing
in a textbox.

This normally works from a tty:

DISPLAY=:0 xdpyinfo

but during these episodes it would just hang.

I believe this would also hang after running and switching back to the
graphical window:

DISPLAY=:0 qdbus org.kde.KWin /KWin supportInformation

But I don't recall for sure.

This also hung:

DISPLAY=:0 kwin --replace

and showed an error:

qt.qpa.screen: QXcbConnection: Could not connect to display :0

Next tried this:

DISPLAY=:0 kquitapp5 plasmashell && kstart5 plasmashell

Got a different error after a timeout:

"Quitting application plasmashell failed. Error reported was:\n\n
org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible
causes include: the remote application did not send a reply, the message
bug security policy blocked the reply, the reply timeout expired, or the
network connection was broken."

In a later instance, I was able to revive the system like this:

kill -USR1 $(pgrep kwin_x11)
DISPLAY=:0 kwin --replace

I found this sufficiently convincing that is was an issue with Kwin and
not another component, so I thought I should report this bug. Backtraces
and strace logs are attached, as is my ~/.config/kwinrc and the output
of the "qdbus org.kde.KWin /KWin supportInformation" when it is in a
responsive state.

$ lsb_release -rd
Description:Ubuntu 18.04.4 LTS
Release:18.04

Kernel Version: 5.3.0-61-generic

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: kwin-x11 4:5.12.9.1-0ubuntu0.1
ProcVersionSignature: Ubuntu 5.3.0-61.55~18.04.1-generic 5.3.18
Uname: Linux 5.3.0-61-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.15
Architecture: amd64
CurrentDesktop: KDE
Date: Sat Jul  4 16:13:00 2020
InstallationDate: Installed on 2020-02-01 (154 days ago)
InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 (20190210)
SourcePackage: kwin
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic

** Attachment added: "Output of qdbus org.kde.KWin /KWin supportInformation"
   
https://bugs.launchpad.net/bugs/1886293/+attachment/5389751/+files/qdbus_good.txt

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

Title:
  Kwin hangs in KWin::WindowPixmap::create() / xcb_request_check

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

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


[Bug 1886293] Re: Kwin hangs in KWin::WindowPixmap::create() / xcb_request_check

2020-07-04 Thread Nathaniel Beaver
** Attachment added: "gdb-kwin-02.txt"
   
https://bugs.launchpad.net/ubuntu/+source/kwin/+bug/1886293/+attachment/5389757/+files/gdb-kwin-02.txt

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

Title:
  Kwin hangs in KWin::WindowPixmap::create() / xcb_request_check

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

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

[Bug 1886293] Re: Kwin hangs in KWin::WindowPixmap::create() / xcb_request_check

2020-07-04 Thread Nathaniel Beaver
** Attachment added: "gdb-kwin-01.txt"
   
https://bugs.launchpad.net/ubuntu/+source/kwin/+bug/1886293/+attachment/5389756/+files/gdb-kwin-01.txt

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

Title:
  Kwin hangs in KWin::WindowPixmap::create() / xcb_request_check

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

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

[Bug 1886293] Re: Kwin hangs in KWin::WindowPixmap::create() / xcb_request_check

2020-07-04 Thread Nathaniel Beaver
** Attachment added: "kwinrc"
   
https://bugs.launchpad.net/ubuntu/+source/kwin/+bug/1886293/+attachment/5389755/+files/kwinrc

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

Title:
  Kwin hangs in KWin::WindowPixmap::create() / xcb_request_check

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

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

[Bug 1868517] Re: Stray /usr/.crates2.json file

2020-07-04 Thread John L. Villalovos
It is now July and using Ubuntu 20.04 and get this:

# apt install ripgrep
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
  ripgrep
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/1228 kB of archives.
After this operation, 4502 kB of additional disk space will be used.
(Reading database ... 107634 files and directories currently installed.)
Preparing to unpack .../ripgrep_11.0.2-1build1_amd64.deb ...
Unpacking ripgrep (11.0.2-1build1) ...
dpkg: error processing archive 
/var/cache/apt/archives/ripgrep_11.0.2-1build1_amd64.deb (--unpack):
 trying to overwrite '/usr/.crates2.json', which is also in package bat 
0.12.1-1build1
dpkg-deb: error: paste subprocess was killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/ripgrep_11.0.2-1build1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

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

Title:
  Stray /usr/.crates2.json file

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

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

[Bug 1886290] Re: Install does not complete, installl app creashes. Wondering how I can fix it.

2020-07-04 Thread Chris Guiver
Thank you for taking the time to report this issue and helping to make
Ubuntu better.

A quick scan and I see the cause as being related to problems with
device sda

Jul  4 22:25:54 ubuntu kernel: [  774.181931] EXT4-fs error (device sda2): 
ext4_lookup:1701: inode #38803277: comm dpkg: iget: checksum invalid
Jul  4 22:25:54 ubuntu kernel: [  774.202471] Aborting journal on device sda2-8.
Jul  4 22:25:54 ubuntu kernel: [  774.225978] EXT4-fs (sda2): Remounting 
filesystem read-only

This error caused the file-system to flip RO (to prevent data-loss), and
the installation to subsequently fail.

I suggest you validate the health of your hardware (esp. disk by
checking it's SMART status using `smartctl`, `gnome-disks` or whichever
tool you prefer) https://help.ubuntu.com/community/Smartmontools. If
you're unfamiliar with these, I suggest seeking support, options
available can be seen at https://discourse.ubuntu.com/t/finding-help/709

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

Title:
  Install does not complete, installl app creashes. Wondering how I can
  fix it.

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

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

[Bug 1882677] Re: package man-db 2.9.1-1 failed to install/upgrade: triggers looping, abandoned

2020-07-04 Thread Colin Watson
man-db's triggers are "interest-noawait" precisely in order to avoid
this kind of loop (compare https://bugs.debian.org/707129), so I think
this can only be a dpkg bug.

** Bug watch added: Debian Bug tracker #707129
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=707129

** Package changed: man-db (Ubuntu) => dpkg (Ubuntu)

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

Title:
  package man-db 2.9.1-1 failed to install/upgrade: triggers looping,
  abandoned

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

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

[Bug 1886290] [NEW] Install does not complete, installl app creashes. Wondering how I can fix it.

2020-07-04 Thread Q
Public bug reported:

I have tried installing version 20 a few times, choosing to leave out more and 
more features. The install app crashes, and asks for a reboot. 
Please le me know if there is something i can do to fix it.

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

** Affects: ubuntu
 Importance: Undecided
 Status: New


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

** Attachment added: "ubiquity.desktop"
   
https://bugs.launchpad.net/bugs/1886290/+attachment/5389743/+files/ubiquity.desktop

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

Title:
  Install does not complete, installl app creashes. Wondering how I can
  fix it.

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

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

[Bug 1886230] Re: Thinkpad P1 Gen2 HDMI doesn't work after log out or reboot

2020-07-04 Thread Alex Cabal
Re. the bug report in the email thread, they state that "if HDMI cable
isn't plugged before boot, the HDMI port becomes useless and never
responds to cable hotplugging"

However my situation seems to be the reverse: If the HDMI cable is
plugged in before cold boot, then the port appears to work through boot,
GDM, and desktop. But on log out to GDM or soft reboot, it breaks. The
interesting thing is that the port breaks after log out to GDM, not just
reboot.

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

Title:
  Thinkpad P1 Gen2 HDMI doesn't work after log out or reboot

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

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

[Bug 1886230] Re: Thinkpad P1 Gen2 HDMI doesn't work after log out or reboot

2020-07-04 Thread Alex Cabal
The patch did not fix the issue. However, during boot, some error text
appeared that did not appear before:

[1.868916] [drm:drm_lspcon_set_mode [drm_kms_helper]] *ERROR* LSPCON mode 
change timed out
[1.868970] [drm:lspcon_change_mode.constprop.0 [i915]] *ERROR* LSPCON mode 
change failed
[1.868998] [drm:lspcon_resume [i915]] *ERROR* LSPCON mode change to PCON 
failed
[1.869024] [drm:lspcon_resume [i915]] *ERROR* Failed to probe lspcon
[1.869049] [drm:lspcon_resume [i915]] *ERROR* LSPCON init failed on port B

dmesg from patched kernel 5.8.0-rc3 attached.


** Attachment added: "dmesg-custom"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1886230/+attachment/5389742/+files/dmesg-custom

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

Title:
  Thinkpad P1 Gen2 HDMI doesn't work after log out or reboot

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

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

[Bug 1864930] Re: brightness setting and sleep/suspend (echo mem > /sys/power/state) , s2ram and s2disk fail for 5.4.0 and s2disk fail for 5.4.22

2020-07-04 Thread Marian Klein
Contact 
darrick.w...@oracle.com 

The problem is properly fixed upstream for later 5.4.X and 5.6.X
versions. Copy that.

https://lkml.org/lkml/2020/4/22/938

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

Title:
  brightness setting  and sleep/suspend (echo mem > /sys/power/state) ,
  s2ram and s2disk fail for 5.4.0 and s2disk fail for 5.4.22

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

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

[Bug 1886286] [NEW] Two different Bluetooth mouses connect briefly then disconnect.

2020-07-04 Thread mchipeur
Public bug reported:

$ sudo service bluetooth status
● bluetooth.service - Bluetooth service
 Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor pre>
 Active: active (running) since Sat 2020-07-04 13:48:09 MST; 11min ago
   Docs: man:bluetoothd(8)
   Main PID: 766 (bluetoothd)
 Status: "Running"
  Tasks: 1 (limit: 4277)
 Memory: 2.8M
 CGroup: /system.slice/bluetooth.service
 └─766 /usr/lib/bluetooth/bluetoothd

Jul 04 13:48:24 mchipeur-ThinkPad-Helix bluetoothd[766]: Endpoint unregistered:>
Jul 04 13:48:24 mchipeur-ThinkPad-Helix bluetoothd[766]: Endpoint registered: s>
Jul 04 13:48:24 mchipeur-ThinkPad-Helix bluetoothd[766]: Endpoint registered: s>
Jul 04 13:49:00 mchipeur-ThinkPad-Helix bluetoothd[766]: Can't get HIDP connect>
Jul 04 13:49:05 mchipeur-ThinkPad-Helix bluetoothd[766]: connect error: Host is>
Jul 04 13:49:46 mchipeur-ThinkPad-Helix bluetoothd[766]: Endpoint unregistered:>
Jul 04 13:49:46 mchipeur-ThinkPad-Helix bluetoothd[766]: Endpoint unregistered:>
Jul 04 13:49:47 mchipeur-ThinkPad-Helix bluetoothd[766]: Failed to set mode: No>
Jul 04 13:49:47 mchipeur-ThinkPad-Helix bluetoothd[766]: Endpoint registered: s>
Jul 04 13:49:47 mchipeur-ThinkPad-Helix bluetoothd[766]: Endpoint registered: s>
lines 1-21/21 (END)


● bluetooth.service - Bluetooth service
 Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor 
preset: enabled)
 Active: active (running) since Sat 2020-07-04 13:48:09 MST; 11min ago
   Docs: man:bluetoothd(8)
   Main PID: 766 (bluetoothd)
 Status: "Running"
  Tasks: 1 (limit: 4277)
 Memory: 2.8M
 CGroup: /system.slice/bluetooth.service
 └─766 /usr/lib/bluetooth/bluetoothd

Jul 04 13:48:24 mchipeur-ThinkPad-Helix bluetoothd[766]: Endpoint unregistered: 
sender=:1.44 path=/MediaEndpoint/A2DPSource/sbc
Jul 04 13:48:24 mchipeur-ThinkPad-Helix bluetoothd[766]: Endpoint registered: 
sender=:1.58 path=/MediaEndpoint/A2DPSink/sbc
Jul 04 13:48:24 mchipeur-ThinkPad-Helix bluetoothd[766]: Endpoint registered: 
sender=:1.58 path=/MediaEndpoint/A2DPSource/sbc
Jul 04 13:49:00 mchipeur-ThinkPad-Helix bluetoothd[766]: Can't get HIDP 
connection info
Jul 04 13:49:05 mchipeur-ThinkPad-Helix bluetoothd[766]: connect error: Host is 
down (112)
Jul 04 13:49:46 mchipeur-ThinkPad-Helix bluetoothd[766]: Endpoint unregistered: 
sender=:1.58 path=/MediaEndpoint/A2DPSink/sbc
Jul 04 13:49:46 mchipeur-ThinkPad-Helix bluetoothd[766]: Endpoint unregistered: 
sender=:1.58 path=/MediaEndpoint/A2DPSource/sbc
Jul 04 13:49:47 mchipeur-ThinkPad-Helix bluetoothd[766]: Failed to set mode: 
Not Supported (0x0c)
Jul 04 13:49:47 mchipeur-ThinkPad-Helix bluetoothd[766]: Endpoint registered: 
sender=:1.58 path=/MediaEndpoint/A2DPSink/sbc
Jul 04 13:49:47 mchipeur-ThinkPad-Helix bluetoothd[766]: Endpoint registered: 
sender=:1.58 path=/MediaEndpoint/A2DPSource/sbc


$ lsusb
Bus 002 Device 004: ID 03eb:8406 Atmel Corp. 
Bus 002 Device 003: ID 04f2:b37e Chicony Electronics Co., Ltd 
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 005: ID 04f2:b394 Chicony Electronics Co., Ltd Integrated Camera
Bus 001 Device 006: ID 0a5c:21e6 Broadcom Corp. BCM20702 Bluetooth 4.0 
[ThinkPad]
Bus 001 Device 003: ID 8087:0a04 Intel Corp. 
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 003: ID 0bc2:ab21 Seagate RSS LLC Backup Plus Slim
Bus 004 Device 002: ID 05e3:0612 Genesys Logic, Inc. Hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 007: ID 047d:8013 Kensington 
Bus 003 Device 005: ID 046d:c52b Logitech, Inc. Unifying Receiver
Bus 003 Device 008: ID 0543:2e53 ViewSonic Corp. USB2.0 Hub
Bus 003 Device 006: ID 0457:1165 Silicon Integrated Systems Corp. 
Bus 003 Device 004: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
Bus 003 Device 003: ID 1a40:0201 Terminus Technology Inc. FE 2.1 7-port Hub
Bus 003 Device 002: ID 05e3:0610 Genesys Logic, Inc. 4-port hub
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


$ dmesg | grep -i bluetooth
[2.636004] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is 
unblocked
[2.859959] Bluetooth: Core ver 2.22
[2.859980] Bluetooth: HCI device and connection manager initialized
[2.859984] Bluetooth: HCI socket layer initialized
[2.859987] Bluetooth: L2CAP socket layer initialized
[2.859990] Bluetooth: SCO socket layer initialized
[3.126586] Bluetooth: hci0: BCM: chip id 63
[3.127588] Bluetooth: hci0: BCM: features 0x07
[3.143594] Bluetooth: hci0: BCM20702A
[3.144592] Bluetooth: hci0: BCM20702A1 (001.002.014) build 
[3.145072] bluetooth hci0: Direct firmware load for 
brcm/BCM20702A1-0a5c-21e6.hcd failed with error -2
[3.145076] Bluetooth: hci0: BCM: Patch brcm/BCM20702A1-0a5c-21e6.hcd not 
found

[Bug 1873756] Re: Please replace removed Ekiga VOIP software with Jami in Ubuntu Desktop guide Video calls section

2020-07-04 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-docs - 20.10.1

---
ubuntu-docs (20.10.1) groovy; urgency=medium

  * net-chat-video.page:
- Replace Ekiga with Jami (LP: #1873756)
  * ubuntu-help/Makefile.am, html/Makefile:
- Build Farsi - present in gnome-user-docs 3.36.2+git20200704
  * New languages: be, bn
  * Translations from Launchpad
  * Bump version to 20.10 / groovy

 -- Gunnar Hjalmarsson   Sat, 04 Jul 2020 21:51:00
+0200

** Changed in: ubuntu-docs (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/1873756

Title:
  Please replace removed Ekiga VOIP software with Jami in Ubuntu Desktop
  guide Video calls section

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

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

[Bug 1875025] Re: Cannot enter password to unlock session

2020-07-04 Thread Pancho Pico
Adding confirmation that this is affecting me as well. Commenting to get
updates and to report that uninstalling light-locker seems to have
worked for me. I also updated to 20.04 from 18.04.

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

Title:
  Cannot enter password to unlock session

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-screensaver/+bug/1875025/+subscriptions

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

[Bug 1876999] Re: No system-config-samba package in 20.04 ?

2020-07-04 Thread Jean-Michel COSTE
Hello,
shares-admin close suddenly on UBUNTU 20.04.
Cannot admin Samba with a graphic interface ?
JM

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

Title:
  No system-config-samba package in 20.04 ?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-samba/+bug/1876999/+subscriptions

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

[Bug 1866926] Re: Device validation failing when connected to an usb hub

2020-07-04 Thread Josua Dietze
Let me just explain shortly why I'm sticking with Tcl for the
dispatcher.

That script language is perfectly fitted for string and file parsing. At
the same time, it's much better human-readable than a Bash or Perl
script. I had people adding fixes to the wrapper script who weren't even
familiar with the language.

Execution time is not really relevant regarding the mode-switching
process, because its duration predominantly depends on the device's
internal workings until it 'reappears' in the new mode.

Both the bare interpreter tclsh *and* the 'pocket version' (jimtcl) have
everything on board for the task. No loading of additional extensions or
modules required.

Besides, I somehow can't warm up to Python but that's my personal issue
:-)

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

Title:
  Device validation failing when connected to an usb hub

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

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

[Bug 1868502] Re: Synchronization with earlier Ubuntu versions or a recent Debian version fails

2020-07-04 Thread Luna
Thank you very much for providing the links.

Unfortunately it didn't do the trick. Now the error message is:

Uncaught exception Failure("input_value: ill-formed message")
Raised at file "/build/unison-Y9EcQW/unison-2.48.4/lwt/lwt.ml", line 126, 
characters 16-23
Called from file 
"/build/unison-Y9EcQW/unison-2.48.4/lwt/generic/lwt_unix_impl.ml", line 102, 
characters 8-23
Called from file "/build/unison-Y9EcQW/unison-2.48.4/update.ml" (inlined), line 
2096, characters 2-69
.
.
.

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

Title:
  Synchronization with earlier Ubuntu versions or a recent Debian
  version fails

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

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

[Bug 1862228] Re: /usr/share/terminator/terminator:TypeError:on_drag_data_received

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

** Changed in: terminator (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/1862228

Title:
  /usr/share/terminator/terminator:TypeError:on_drag_data_received

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

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

[Bug 1341944] Re: 32-Bit UEFI bootloader support needed

2020-07-04 Thread Lewis Cowles
*** This bug is a duplicate of bug 1592229 ***
https://bugs.launchpad.net/bugs/1592229

FYI, I fixed the 20.04 official ISO using rufus with a USB drive that my
machine could boot.

I thought I'd only used Ubuntu official, but apparently I'm using
https://github.com/hirotakaster/baytail-
bootia32.efi/blob/master/bootia32.efi judging from the signatures.

I also downloaded `grub-efi-ia32-bin_2.04-1ubuntu26_amd64.deb` from
ubuntu repositories. It's pre-compiled, so I'd imagine it includes a
signature (at least I was not bothered for one).

I used the tool Rufus to create a USB booting media from the official
20.04 Desktop ISO.

I unpacked usr\lib\grub\i386-efi, omitting the "monolithic" sub-folder
to my boot/grub folder

I then overwrote the .lst files and .cfg files with the same ones as the
amd64 image uses

Past that point, ubuntu set everything up for me, including detecting
and installing `grub-efi-ia32`

I had to swap out the heat-sink, because it was a thick piece of what
looked like Aluminium foil. I added a Raspberry-Pi 4b heatsink that did
not fit on a Pi-4B, and cut out a hole on the back of the tablet.

I lastly disabled the swap as it's an EMMC and swapping I believe will
wear out the media faster.

My only complaint is that the keys on the on-screen-keyboard are tiny
and I need to use a stylus, but I don't, I use the device as an 9"
portable screen, which I can interact with via micro-USB.

To install Ubuntu I did need a micro-usb to usb-A adapter, with a port
multiplexor so that I could use a wired keyboard and mouse.

Install took longer than 15 minutes, possibly an hour. Tablet boots and
I took a backup of the windows install in-case I ever want to go back
using gnome disks utility to a micro-SD that got particularly hot, but
did not die. Be careful with heat on these things.

Wi-Fi works
Touchscreen & orientation work
micro-SD works
There seems to be a 4MB drive that shows up. I backed it up to micro-SD, but 
it's not a part of the eMMC. I'm assuming it's firmware and never touching it.
Intel graphics works and plays minecraft using optifine (works slower without)

Sometimes OOM crashes the entire device
I do turn off screen blanking
external HDMI via microHDMI -> full HDMI works
Lack of keyboard and mouse and no detection of primary touch device means the 
tablet is unusable without at least a mouse via USB

If I'm honest, avoid buying these cheap devices, but I would be
interested to find out how to contribute grub-ia32-efi-bin for all
64-bit ISO's, just so people can get started.

I'd also be interested in automatically enabling the on-screen keyboard
for touch devices on intel Atom

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

Title:
  32-Bit UEFI bootloader support needed

To manage notifications about this bug go to:
https://bugs.launchpad.net/debian-installer/+bug/1341944/+subscriptions

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

[Bug 1886282] Re: Translation update of desktop guide

2020-07-04 Thread Gunnar Hjalmarsson
** Changed in: gnome-getting-started-docs (Ubuntu)
   Importance: Undecided => Medium

** Changed in: gnome-getting-started-docs (Ubuntu)
   Status: New => Fix Committed

** Changed in: gnome-getting-started-docs (Ubuntu)
 Assignee: (unassigned) => Gunnar Hjalmarsson (gunnarhj)

** Changed in: gnome-getting-started-docs (Ubuntu Focal)
   Importance: Undecided => Medium

** Changed in: gnome-getting-started-docs (Ubuntu Focal)
   Status: New => In Progress

** Changed in: gnome-getting-started-docs (Ubuntu Focal)
 Assignee: (unassigned) => Gunnar Hjalmarsson (gunnarhj)

** Changed in: gnome-user-docs (Ubuntu)
   Importance: Undecided => Medium

** Changed in: gnome-user-docs (Ubuntu)
   Status: New => Fix Committed

** Changed in: gnome-user-docs (Ubuntu)
 Assignee: (unassigned) => Gunnar Hjalmarsson (gunnarhj)

** Changed in: gnome-user-docs (Ubuntu Focal)
   Importance: Undecided => Medium

** Changed in: gnome-user-docs (Ubuntu Focal)
   Status: New => In Progress

** Changed in: gnome-user-docs (Ubuntu Focal)
 Assignee: (unassigned) => Gunnar Hjalmarsson (gunnarhj)

** Changed in: ubuntu-docs (Ubuntu)
   Importance: Undecided => Medium

** Changed in: ubuntu-docs (Ubuntu)
   Status: New => Fix Released

** Changed in: ubuntu-docs (Ubuntu)
 Assignee: (unassigned) => Gunnar Hjalmarsson (gunnarhj)

** Changed in: ubuntu-docs (Ubuntu Focal)
   Importance: Undecided => Medium

** Changed in: ubuntu-docs (Ubuntu Focal)
   Status: New => In Progress

** Changed in: ubuntu-docs (Ubuntu Focal)
 Assignee: (unassigned) => Gunnar Hjalmarsson (gunnarhj)

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

Title:
  Translation update of desktop guide

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-getting-started-docs/+bug/1886282/+subscriptions

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

[Bug 1886282] Re: Translation update of desktop guide

2020-07-04 Thread Gunnar Hjalmarsson
** Also affects: gnome-getting-started-docs (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: ubuntu-docs (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: ubuntu-docs (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: gnome-user-docs (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: gnome-getting-started-docs (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Description changed:

  [Impact]
  
  The changes mostly consist of updated translations and are proposed as a
  preparation for the 20.04.1 point release. (There are a couple of minor
  bug fixes too.)
  
  [Test Case]
  
  Open yelp, both with an English locale and some non-English locale,
  browse around and make sure there is nothing which prevents you from
  navigating the Help pages.
  
  [Regression Potential]
  
  "It's just docs", i.e. possible issues won't affect other parts of the
  system. With that said, and assuming that the test case is verified, the
  regression risk should be low.
  
  [Other]
  
- The source diffs may appear to be very large. The explanation is that,
- unlike in the upstream release tarballs, the localized pages are not
- included in the git snapshots we use as upstream for this upload. That
- does not matter for the binaries; we generate those localized pages at
- build time anyway.
+ The gnome-user-docs source diff may appear to be very large. The
+ explanation is that, unlike in the upstream release tarballs, the
+ localized pages are not included in the git snapshots we use as upstream
+ for this upload. That does not matter for the binaries; we generate
+ those localized pages at build time anyway.

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

Title:
  Translation update of desktop guide

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-getting-started-docs/+bug/1886282/+subscriptions

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

[Bug 1881401] Re: HPLIP, hp-doctor, hp-check should support Ubuntu 20.04 LTS with its package base

2020-07-04 Thread vmagnin
Since the upgrade from Kubuntu 19.10 to 20.04, the scanner of my HP
Photosmart 5524 is not recognized anymore. And the HPLIP 3.20.3
utilities can not be used because of python problems...

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

Title:
  HPLIP, hp-doctor, hp-check should support Ubuntu 20.04 LTS with its
  package base

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

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

[Bug 1841039] Re: Multiple keys have same keycode on HP ProBook 450 G6

2020-07-04 Thread David Sulaiman
** Information type changed from Public to Public Security

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

Title:
  Multiple keys have same keycode on HP ProBook 450 G6

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

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

[Bug 1886284] Re: libpam-google-authenticator, kernel: BUG: unable to handle kernel NULL pointer dereference at 0000000000000010

2020-07-04 Thread James Kelley
journalctl
Jul 03 21:33:26 yourUbuntuServer.com systemd[1]: Stopping OpenBSD Secure Shell 
server...
Jul 03 21:33:26 yourUbuntuServer.com sshd[1719]: Received signal 15; 
terminating.
Jul 03 21:33:26 yourUbuntuServer.com systemd[1]: Stopped OpenBSD Secure Shell 
server.
Jul 03 21:33:26 yourUbuntuServer.com systemd[1]: Starting OpenBSD Secure Shell 
server...
Jul 03 21:33:26 yourUbuntuServer.com sshd[20393]: Server listening on 0.0.0.0 
port 22.
Jul 03 21:33:26 yourUbuntuServer.com sshd[20393]: Server listening on :: port 
22.
Jul 03 21:33:26 yourUbuntuServer.com systemd[1]: Started OpenBSD Secure Shell 
server.
Jul 03 21:34:05 yourUbuntuServer.com kernel: BUG: unable to handle kernel NULL 
pointer dereference at 0010
-- Reboot --
Jul 03 21:42:01 yourUbuntuServer.com kernel: microcode: microcode updated early 
to revision 0x5002f01, date = 2020-04-23

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

Title:
  libpam-google-authenticator, kernel: BUG: unable to handle kernel NULL
  pointer dereference at 0010

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

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

[Bug 1886284] [NEW] libpam-google-authenticator, kernel: BUG: unable to handle kernel NULL pointer dereference at 0000000000000010

2020-07-04 Thread James Kelley
Public bug reported:

1) The release of Ubuntu you are using, via 'lsb_release -rd' or System
-> About Ubuntu

lsb_release -rd
Description:Ubuntu 18.04.4 LTS
Release:18.04

2) The version of the package you are using, via 'apt-cache policy
pkgname' or by checking in

apt-cache policy libpam-google-authenticator
libpam-google-authenticator:
  Installed: 20170702-1
  Candidate: 20170702-1
  Version table:
 *** 20170702-1 500
500 http://us.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
100 /var/lib/dpkg/status

3) What you expected to happen
Didn't expect a Kernel reboot, just an error message

4) What happened instead
server crashed

https://errors.ubuntu.com/user/58ef3f64f201a5f60a086141e3751b91a710dbf811d9f5824ebe26eab6c42e229a24677e6c0b1ea5361c25158042dbfa77fd3a3c0bedd28377dfe9f43d91eca8

There is a bug that will cause a ubuntu to crash from bad configuration of 
libpam-google-authenticator on  
4.15.0-109-generic #110-Ubuntu SMP Tue Jun 23 02:39:32 UTC 2020 x86_64 x86_64 
x86_64 GNU/Linux.

kernel: BUG: unable to handle kernel NULL pointer dereference at 
0010
-- Reboot --
 
Steps to reproduce :

• sudo apt-get update

• sudo apt-get install libpam-google-authenticator

• vi /etc/pam.d/sshd
add below line without nullok 
auth required pam_google_authenticator.so  
Then restart ssh, 
• sudo systemctl restart sshd.service
without initializing / running google-authenticator for ssh user. 
• ssh -l user yourUbuntuServer.com
Work around is to add nullok to end of pam.d/sshd line

** Affects: google-authenticator (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/1886284

Title:
  libpam-google-authenticator, kernel: BUG: unable to handle kernel NULL
  pointer dereference at 0010

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

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

[Bug 1884803] Re: SRU the current 3.36.2 stable update

2020-07-04 Thread Paul White
With -proposed enabled I updated gnome-calendar to version
3.36.2-0ubuntu1.

I was able to create and change events in gnome-calendar and watch them
appear or change in both Google Calendar and that of my mail provider. I
also saw this working in the opposite direction.

In all cases event times and days of week were shown correctly so
marking as verified.


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

Title:
  SRU the current 3.36.2 stable update

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

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

[Bug 1866926] Re: Device validation failing when connected to an usb hub

2020-07-04 Thread Jakub Vaněk
Hmmm, the Ubuntu version does depend on Tcl. I think a better solution
would be to go with Jim (as Debian does:
https://packages.debian.org/buster/usb-modeswitch) for both Focal and
Groovy.

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

Title:
  Device validation failing when connected to an usb hub

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

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

[Bug 1826039] Re: Update package to version 1.7

2020-07-04 Thread Bug Watch Updater
** Changed in: viewnior (Debian)
   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/1826039

Title:
  Update package to version 1.7

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

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

[Bug 1866926] Re: Device validation failing when connected to an usb hub

2020-07-04 Thread Jakub Vaněk
I'm starting to feel that trying to fix the C rewrite is futile.

On line 392 of usb_modeswitch_dispatcher.c, the iface variable is
overwritten. Unfortunately the value being assigned is not an interface
number, it is rather a USB class number. Fixing this might help with
some part of this, but it also might break something else. I was also
trying to map between the C rewrite and the 2.2.5 version of the tcl
script (as stated in the header of the C version), but it seems that
there are functional differences (for example the if_chk mode seems to
trigger on different ocassions).

I'd vote for going with the Tcl version for Focal as well (I'm ignoring
any existing SRU rules through). The dependency isn't a full Tcl
interpreter, only a small library-based variant of it called Jim
(http://jim.tcl.tk/index.html/doc/www/www/index.html). According to the
package description, the library size is only 100-200 kB, which seems
negligible compared to the current ISO sizes.

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

Title:
  Device validation failing when connected to an usb hub

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

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

[Bug 1875937] Re: Download of vol1 in validate_encryption_settings() fails when using S3 glacier

2020-07-04 Thread Kenneth Loafman
** Changed in: duplicity
   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/1875937

Title:
  Download of vol1 in validate_encryption_settings() fails when using S3
  glacier

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

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

[Bug 1867188] Re: Mesa 19.2.8 and VAAPI - bob -> only half screen picture for 1080i H.264

2020-07-04 Thread knossos456
Still nothing for bionic ?

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

Title:
  Mesa 19.2.8 and VAAPI - bob -> only half screen picture for 1080i
  H.264

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

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

[Bug 1872802] Re: Resizing any window will randomly result in glitchy appearance for a fraction of a second

2020-07-04 Thread Jose-Gadelha
I'm finding this issue also on both google chrome and firefox browsers.

Graphics: Graphics: Mesa Intel® HD Graphics 520 (SKL GT2) on the Intel®
Core™ i5-6300U CPU @ 2.40GHz × 4

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

Title:
  Resizing any window will randomly result in glitchy appearance for a
  fraction of a second

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

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

[Bug 1861278] Re: RTL8821CE - 5GHZ networks not working

2020-07-04 Thread justcomplaining
Thank you!

A few of the neighbour's 5GHz networks are shown, but my own is still
missing. So it's probably not about 5 GHz networks in general anymore...

Any ideas on what could be the issue? The router broadcasts both a 2,4
Ghz as well as a 5 Ghz network and I can connect to the 2,4 but can not
see the 5 Ghz. On the android phone it shows up and works fine.

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

Title:
  RTL8821CE - 5GHZ networks not working

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

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

[Bug 1826039] Re: Update package to version 1.7

2020-07-04 Thread Hans Joachim Desserud
** Bug watch added: Debian Bug tracker #943837
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=943837

** Also affects: viewnior (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=943837
   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/1826039

Title:
  Update package to version 1.7

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

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

[Bug 1876999] Re: No system-config-samba package in 20.04 ?

2020-07-04 Thread Coeur Noir
https://forum.ubuntu-fr.org/viewtopic.php?id=2052164

…a simple graphical tool for managing samba-users and samba-shares is
lacking in Ubuntu 20.04.

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

Title:
  No system-config-samba package in 20.04 ?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-samba/+bug/1876999/+subscriptions

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

[Bug 1718761] Re: It's not possible to use OverlayFS (mount -t overlay) to stack directories on a ZFS volume

2020-07-04 Thread Shane
I'm using Focal with ZFS on root. I installed the docker snap package
today and could not get the service to start. Logs show:


2020-07-04T17:15:20Z docker.dockerd[8105]: 
time="2020-07-04T12:15:20.381289131-05:00" level=error msg="failed to mount 
overlay: invalid argument" storage-driver=overlay2
2020-07-04T17:15:21Z docker.dockerd[8105]: failed to start daemon: error 
initializing graphdriver: driver not supported
2020-07-04T17:15:21Z systemd[1]: snap.docker.dockerd.service: Main process 
exited, code=exited, status=1/FAILURE


I think this is the same issue except with docker instead of LXC.

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

Title:
  It's not possible to use OverlayFS (mount -t overlay) to stack
  directories on a ZFS volume

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

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

[Bug 407436] Re: [needs-packaging] dvisvgm

2020-07-04 Thread Hans Joachim Desserud
I am not sure what happened in the meantime, but someone else picked up
and packaged dvisvgm for Debian in https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=932968

It was then syncde to Ubuntu and is available in 20.04
https://launchpad.net/ubuntu/+source/dvisvgm

** Bug watch added: Debian Bug tracker #932968
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=932968

** Changed in: ubuntu
   Status: Triaged => Fix Released

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

Title:
  [needs-packaging] dvisvgm

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

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

[Bug 1850133] Re: [needs-packaging] podman

2020-07-04 Thread Bug Watch Updater
** Changed in: 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/1850133

Title:
  [needs-packaging] podman

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

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

[Bug 1886283] Re: package libencode-perl:amd64 3.02-1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2020-07-04 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/1886283

Title:
  package libencode-perl:amd64 3.02-1 failed to install/upgrade: package
  is in a very bad inconsistent state; you should  reinstall it before
  attempting configuration

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

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

[Bug 1886283] [NEW] package libencode-perl:amd64 3.02-1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2020-07-04 Thread Gregory Morris
Public bug reported:

I am merely responding to a generated crash query. I have no expertise
in bugs of the electronic kind

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: libencode-perl:amd64 3.02-1
ProcVersionSignature: Ubuntu 5.4.0-39.43-generic 5.4.41
Uname: Linux 5.4.0-39-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.3
AptOrdering:
 linux-modules-extra-5.4.0-33-generic:amd64: Remove
 linux-image-5.4.0-33-generic:amd64: Remove
 NULL: ConfigurePending
Architecture: amd64
CasperMD5CheckResult: skip
Date: Sat Jul  4 18:10:39 2020
DpkgHistoryLog:
 Start-Date: 2020-07-04  18:10:21
 Commandline: /usr/bin/unattended-upgrade
 Remove: linux-image-5.4.0-33-generic:amd64 (5.4.0-33.37), 
linux-modules-extra-5.4.0-33-generic:amd64 (5.4.0-33.37)
ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
InstallationDate: Installed on 2020-05-05 (60 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
Python3Details: /usr/bin/python3.8, Python 3.8.2, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.2ubuntu0.1
SourcePackage: libencode-perl
Title: package libencode-perl:amd64 3.02-1 failed to install/upgrade: package 
is in a very bad inconsistent state; you should  reinstall it before attempting 
configuration
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: libencode-perl (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package focal

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

Title:
  package libencode-perl:amd64 3.02-1 failed to install/upgrade: package
  is in a very bad inconsistent state; you should  reinstall it before
  attempting configuration

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

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

[Bug 1724565] Re: [needs packaging] fzf command-line fuzzy finder

2020-07-04 Thread Hans Joachim Desserud
Thanks for reporting and taking an interest in this package.

fzf was packaged in Debian (see the attached bug watch) and has been
available in Ubuntu for a while https://launchpad.net/ubuntu/+source/fzf

** Also affects: debian via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=783307
   Importance: Unknown
   Status: Unknown

** Changed in: ubuntu
   Status: Confirmed => Fix Released

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

Title:
  [needs packaging] fzf command-line fuzzy finder

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

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

[Bug 1884288] Re: LapBook Pro touchpad (HTIX5288:00) sometimes does not work when machine is restarted

2020-07-04 Thread Ian Hand
@Kai-Heng, power off (cold boot) is back working but a restart still
hangs.

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

Title:
  LapBook Pro touchpad (HTIX5288:00) sometimes does not work when
  machine is restarted

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

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

[Bug 1875062] Re: [20.04] Keyboard layout not enabled immediately during installation when typing username/password

2020-07-04 Thread Dag Bjerkeli
I've tried groovy-desktop-amd64 downloaded yesterday (July 3rd).

Attempt 1
---
- Did you boot under BIOS or UEFI?
BIOS

- If BIOS, did you select the keyboard from the bootloader (purple screen)?
Not sure what screen this should be.

- Which boot option did you use?
Ubuntu

**Welcome**
   -> Selecting Norsk Bokmål (Norwegian)
   -> Installer Ubuntu (Install Ubuntu)

**Tastaturutforming** (Keyboard layout?)
Testing the keyboard in the input field -> OK Norwegian characters appears as 
they should.

Selecting defaults for remaining screens until **Hvem er du** (Who are you?)
Entering Norwegian keys in the name field gives wrong characters.


Attempt 2
---
Same as Attempt 1. But at the window **Tastaturutforming** I selected
US keyboard
Then Continue
Then Back from the Oppdateringer og annen programvare (Updates and other 
software?) window.
Selecting Norwegian as keyboard layout.

Selecting defaults for remaining screens until **Hvem er du** (Who are you?)
Entering Norwegian keys in the name field gives CORRECT characters.

so I can confirm Gunnar Hjalmarssons observations.

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

Title:
  [20.04] Keyboard layout not enabled immediately during installation
  when typing username/password

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

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

[Bug 1773163] Re: [needs-packaging] [package-request] hotspot

2020-07-04 Thread Hans Joachim Desserud
Thanks for reporting.

hotspot has now been packaged and is available in Ubuntu 19.10 and later
https://launchpad.net/ubuntu/+source/hotspot

** Bug watch added: Debian Bug tracker #907393
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907393

** Also affects: debian via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907393
   Importance: Unknown
   Status: Unknown

** Changed in: ubuntu
   Status: Confirmed => Fix Released

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

Title:
  [needs-packaging] [package-request] hotspot

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

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

[Bug 1884288] Re: LapBook Pro touchpad (HTIX5288:00) sometimes does not work when machine is restarted

2020-07-04 Thread Ian Hand
that's with the 5.4 based kernel.

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

Title:
  LapBook Pro touchpad (HTIX5288:00) sometimes does not work when
  machine is restarted

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

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

[Bug 392477] Re: [needs-packaging] OpenCPN

2020-07-04 Thread Hans Joachim Desserud
Thanks for reporting.

As mentioned in the attached bug watch, opencpn was packaged in Debian,
and is available in Ubuntu 20.04
https://launchpad.net/ubuntu/+source/opencpn

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

Title:
  [needs-packaging] OpenCPN

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

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

[Bug 1816294] Re: libldac packaging

2020-07-04 Thread Hans Joachim Desserud
>Seems the bug for this package on Debian was closed, so I hope we can
have it on groovy.

Indeed, it has been automatically synced to Ubuntu Groovy
https://launchpad.net/ubuntu/+source/libldac


** Changed in: ubuntu
   Status: Triaged => Fix Released

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

Title:
  libldac packaging

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

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

[Bug 1864994] Re: [needs-packaging] kpeoplevcard for Focal 20.04

2020-07-04 Thread Hans Joachim Desserud
https://bugs.launchpad.net/ubuntu/+source/kpeoplevcard/0.1-0ubuntu1

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

Title:
  [needs-packaging] kpeoplevcard for Focal 20.04

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

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

[Bug 1886279] Re: simple-scan pdf compression

2020-07-04 Thread Degrange Thomas
** Description changed:

  Hello,
  
  PDF compression cannot appropriately be configured.
  
  Having taken a look at the latest source code of simple-scan:
- 1) simple-scan compresses each image in GIF or JPG depending on the 
compressed size (it keeps the GIF version if it is smaller than the JPG)
- 2) the "quality" setting only applies to JPG
+ 1) simple-scan compresses each image in ZLIB or JPEG depending on the 
compressed size (it keeps the ZLIB version if it is smaller than the JPEG)
+ 2) the "quality" setting only applies to JPEG
  
- With this in mind, it is impossible to use simple-scan to create a PDF
- full of lossless GIFs for archiving documents where we want to keep
- quality at the expense of the size.
+ With this in mind, I think it is impossible to use simple-scan to create
+ a PDF full of lossless ZLIB images for archiving documents where we want
+ to keep quality at the expense of the size.
  
  Best regards

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

Title:
  simple-scan pdf compression

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

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

[Bug 1886230] Re: Thinkpad P1 Gen2 HDMI doesn't work after log out or reboot

2020-07-04 Thread Kai-Heng Feng
Can you please test this patch:
https://lore.kernel.org/lkml/20200610075542.12882-1-kai.heng.f...@canonical.com/

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

Title:
  Thinkpad P1 Gen2 HDMI doesn't work after log out or reboot

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

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

[Bug 1851960] Re: [needs-packaging] missing podman

2020-07-04 Thread Hans Joachim Desserud
The Debian package has been synced and will presumably be available in
Ubuntu 20.10 https://launchpad.net/ubuntu/+source/libpod

Based on that the package is available, so this would presumably be
considered Fix Released. However, as for the replace docker.io with
podman -part of this issue, I unfortunately don't know how to approach
that.

** Package changed: ubuntu => libpod (Ubuntu)

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

Title:
  [needs-packaging] missing podman

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

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

[Bug 1850133] Re: [needs-packaging] podman

2020-07-04 Thread Hans Joachim Desserud
Thanks for reporting.

podman has been packaged in Debian (see the attached bug watch) and has
been automatically synced to Ubuntu Groovy
https://launchpad.net/ubuntu/+source/libpod

** Bug watch added: Debian Bug tracker #930440
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=930440

** Also affects: debian via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=930440
   Importance: Unknown
   Status: Unknown

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

Title:
  [needs-packaging] podman

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

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

[Bug 1866926] Re: Device validation failing when connected to an usb hub

2020-07-04 Thread Jakub Vaněk
Hi all,

I'm the one who accidentally introduced the bug when fixing
https://bugs.launchpad.net/ubuntu/+source/usb-modeswitch/+bug/1676763.
I'm sorry for causing the problem, I will try to find a fix that will
work in both scenarios.

Best regards,

Jakub

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

Title:
  Device validation failing when connected to an usb hub

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

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

[Bug 1884288] Re: LapBook Pro touchpad (HTIX5288:00) sometimes does not work when machine is restarted

2020-07-04 Thread Kai-Heng Feng
Can you please test the following kernel, which is 5.4 based.
https://people.canonical.com/~khfeng/lp1884288-2/

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

Title:
  LapBook Pro touchpad (HTIX5288:00) sometimes does not work when
  machine is restarted

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

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

[Bug 1886277] Re: unable to handle page fault in mempool_alloc_slab

2020-07-04 Thread Marian Rainer-Harbach
Log from another machine:
[ 1388.217900] BUG: unable to handle page fault for address: 8cf4f6fc5d86
[ 1388.217907] #PF: supervisor read access in kernel mode
[ 1388.217908] #PF: error_code(0x) - not-present page
[ 1388.217910] PGD 75201067 P4D 75201067 PUD 0 
[ 1388.217913] Oops:  [#4] SMP PTI
[ 1388.217916] CPU: 3 PID: 471 Comm: dmcrypt_write/2 Tainted: G  D  
 5.4.0-40-generic #44-Ubuntu
[ 1388.217918] Hardware name: Hewlett-Packard HP EliteBook 8540w/1521, BIOS 
68CVD Ver. F.60 11/11/2015
[ 1388.217923] RIP: 0010:kmem_cache_alloc+0x7e/0x230
[ 1388.217925] Code: 99 01 00 00 4d 8b 07 65 49 8b 50 08 65 4c 03 05 40 9d 76 
4f 4d 8b 20 4d 85 e4 0f 84 85 01 00 00 41 8b 47 20 49 8b 3f 4c 01 e0 <48> 8b 18 
48 89 c1 49 33 9f 70 01 00 00 4c 89 e0 48 0f c9 48 31 cb
[ 1388.217927] RSP: 0018:9b3200977948 EFLAGS: 00010282
[ 1388.217928] RAX: 8cf4f6fc5d86 RBX:  RCX: 0001
[ 1388.217929] RDX: 001f RSI: 00092a20 RDI: 00031ca0
[ 1388.217930] RBP: 9b3200977978 R08: 8cf4b3af1ca0 R09: 8cf4a08138b8
[ 1388.217931] R10: 8cf4b3ad7848 R11: 002d R12: 8cf4f6fc5d86
[ 1388.217932] R13: 00092a20 R14: 8cf4b227c380 R15: 8cf4b227c380
[ 1388.217934] FS:  () GS:8cf4b3ac() 
knlGS:
[ 1388.217935] CS:  0010 DS:  ES:  CR0: 80050033
[ 1388.217936] CR2: 8cf4f6fc5d86 CR3: 7480a000 CR4: 06e0
[ 1388.217937] Call Trace:
[ 1388.217944]  ? mempool_alloc_slab+0x17/0x20
[ 1388.217948]  mempool_alloc_slab+0x17/0x20
[ 1388.217950]  mempool_alloc+0x64/0x180
[ 1388.217956]  ? try_to_wake_up+0x224/0x6a0
[ 1388.217960]  ? __blk_bios_map_sg+0xe5/0x4c0
[ 1388.217964]  sg_pool_alloc+0x4f/0x60
[ 1388.217968]  __sg_alloc_table+0x10b/0x170
[ 1388.217971]  sg_alloc_table_chained+0x47/0xa0
[ 1388.217972]  ? mac_pton+0xb0/0xb0
[ 1388.217976]  scsi_init_io+0x52/0x180
[ 1388.217981]  sd_setup_read_write_cmnd+0x67/0x710
[ 1388.217984]  ? __blk_mq_get_tag+0x28/0x80
[ 1388.217986]  sd_init_command+0x11a/0x472
[ 1388.217988]  scsi_queue_rq+0x32e/0xa00
[ 1388.217990]  blk_mq_dispatch_rq_list+0x96/0x5a0
[ 1388.217993]  ? deadline_remove_request+0x4e/0xb0
[ 1388.217995]  ? dd_dispatch_request+0x1/0x1f0
[ 1388.217998]  blk_mq_do_dispatch_sched+0x67/0x100
[ 1388.218000]  blk_mq_sched_dispatch_requests+0x12d/0x180
[ 1388.218003]  __blk_mq_run_hw_queue+0x5a/0x110
[ 1388.218005]  __blk_mq_delay_run_hw_queue+0x15b/0x160
[ 1388.218008]  blk_mq_run_hw_queue+0x92/0x120
[ 1388.218010]  blk_mq_sched_insert_requests+0x74/0x100
[ 1388.218012]  blk_mq_flush_plug_list+0x1e8/0x290
[ 1388.218013]  ? blk_mq_make_request+0x35f/0x5b0
[ 1388.218016]  blk_flush_plug_list+0xe3/0x110
[ 1388.218018]  blk_finish_plug+0x26/0x34
[ 1388.218024]  dmcrypt_write+0x155/0x170 [dm_crypt]
[ 1388.218028]  kthread+0x104/0x140
[ 1388.218030]  ? crypt_iv_lmk_ctr+0xd0/0xd0 [dm_crypt]
[ 1388.218032]  ? kthread_park+0x90/0x90
[ 1388.218037]  ret_from_fork+0x35/0x40
[ 1388.218039] Modules linked in: rpcsec_gss_krb5 auth_rpcgss nfsv4 nfs lockd 
grace fscache bnep bluetooth ecdh_generic ecc msr nls_iso8859_1 pata_pcmcia 
snd_hda_codec_hdmi snd_hda_codec_idt snd_hda_codec_generic ledtrig_audio 
snd_hda_intel snd_intel_dspcfg snd_hda_codec snd_hda_core snd_hwdep snd_pcm 
intel_powerclamp coretemp kvm_intel snd_seq_midi snd_seq_midi_event kvm 
snd_rawmidi intel_cstate uvcvideo pcmcia iwldvm snd_seq mac80211 
videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 libarc4 input_leds joydev 
videobuf2_common r852 hp_wmi snd_seq_device sm_common iwlwifi snd_timer 
sparse_keymap serio_raw videodev nand intel_ips nand_ecc mc bch r592 
yenta_socket nandcore mtd pcmcia_rsrc memstick snd pcmcia_core cfg80211 mei_me 
wmi_bmof mei soundcore hp_accel lis3lv02d input_polldev tpm_infineon mac_hid 
nf_log_ipv6 ip6t_REJECT nf_reject_ipv6 xt_hl ip6t_rt nf_log_ipv4 nf_log_common 
ipt_REJECT nf_reject_ipv4 xt_LOG xt_limit xt_addrtype xt_tcpudp xt_conntrack 
nf_conntrack nf_defrag_ipv6
[ 1388.218087]  nf_defrag_ipv4 libcrc32c sch_fq_codel ip6table_filter 
ip6_tables iptable_filter parport_pc ppdev bpfilter lp parport sunrpc ip_tables 
x_tables autofs4 dm_crypt crct10dif_pclmul nouveau crc32_pclmul mxm_wmi 
i2c_algo_bit ghash_clmulni_intel ttm drm_kms_helper syscopyarea sysfillrect 
sysimgblt fb_sys_fops aesni_intel firewire_ohci sdhci_pci crypto_simd 
firewire_core cqhci ahci psmouse cryptd glue_helper sdhci libahci drm crc_itu_t 
lpc_ich e1000e wmi video
[ 1388.218115] CR2: 8cf4f6fc5d86
[ 1388.218119] ---[ end trace 53f76f5ab9db54e9 ]---
[ 1388.218121] RIP: 0010:kmem_cache_alloc+0x7e/0x230
[ 1388.218124] Code: 99 01 00 00 4d 8b 07 65 49 8b 50 08 65 4c 03 05 40 9d 76 
4f 4d 8b 20 4d 85 e4 0f 84 85 01 00 00 41 8b 47 20 49 8b 3f 4c 01 e0 <48> 8b 18 
48 89 c1 49 33 9f 70 01 00 00 4c 89 e0 48 0f c9 48 31 cb
[ 1388.218125] RSP: 0018:9b32020e7900 EFLAGS: 00010282
[ 1388.218127] RAX: 8cf4f6fc5d86 RBX:  RCX: ff

  1   2   3   >