[Bug 1909642] [NEW] flowblade can't be opened in Lubuntu 20.10

2020-12-30 Thread Rudolph
Public bug reported:

after installation of flowblade, if I click in the main menu on
"Flowblade Movie Editor", nothing happens;

if I type in the Terminal: flowblade
then this is the answer:

FLOWBLADE MOVIE EDITOR 2.6  
  
--
Launch script dir: /usr/bin
Running from installation...
modules path: /usr/share/flowblade/Flowblade
MLT found, version: 6.22.1
Failed to import module app.py to launch Flowblade!
ERROR: cannot import name 'dir_util' from 'distutils' 
(/usr/lib/python3.8/distutils/__init__.py)
Installation was assumed to be at: /usr/share/flowblade/Flowblade

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: flowblade 2.6-2
ProcVersionSignature: Ubuntu 5.8.0-33.36-generic 5.8.17
Uname: Linux 5.8.0-33-generic x86_64
ApportVersion: 2.20.11-0ubuntu50.3
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: LXQt
Date: Wed Dec 30 09:10:22 2020
InstallationDate: Installed on 2020-11-19 (40 days ago)
InstallationMedia: Lubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
PackageArchitecture: all
SourcePackage: flowblade
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug groovy

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

Title:
  flowblade can't be opened in Lubuntu 20.10

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

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

[Bug 1896091] Re: [i915] Noise-like lines of graphics corruption when moving windows in Xorg sessions

2020-12-30 Thread Julian Andres Klode
It's possible you see a different bug, I'd suggest opening a new bug
report about it with ubuntu-bug so the kernel team actually has some
data about the system rather than just small comments.

I think we can all agree that the patch (well removal of patch :)) made
a vast improvement in terms of stability. It used to happen daily for me
but doesn't anymore.

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

Title:
  [i915] Noise-like lines of graphics corruption when moving windows in
  Xorg sessions

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

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

[Bug 1909645] [NEW] invesalius crashes at start on ubuntustudio 20.04

2020-12-30 Thread Soft Rabbit
Public bug reported:

I have just installed invesalius from the repository, but it crashes at
start.

uname -a
Linux baren 5.4.0-52-lowlatency #57-Ubuntu SMP PREEMPT Thu Oct 15 12:05:45 UTC 
2020 x86_64 x86_64 x86_64 GNU/Linux

lsb_release -rd
Description:Ubuntu 20.04.1 LTS
Release:20.04

apt-cache policy invesalius
invesalius:
  Installeret: 3.1.2-3build2
  Kandidat:3.1.2-3build2
  Versionstabel:
 *** 3.1.2-3build2 500
500 http://mirrors.dotsrc.org/ubuntu focal/universe amd64 Packages
500 http://mirrors.dotsrc.org/ubuntu focal/universe i386 Packages
100 /var/lib/dpkg/status

$ invesalius3
/usr/lib/python3/dist-packages/wx/lib/pubsub/__init__.py:23: 
wxPyDeprecationWarning: wx.lib.pubsub has been deprecated, plese migrate your 
code to use pypubsub, available on PyPI.
  warnings.warn('wx.lib.pubsub has been deprecated, plese migrate your '
app.py:234: DeprecationWarning: Yield() is deprecated
  wx.Yield()
Could not import dl
/usr/share/invesalius/invesalius/data/transformations.py:1899: UserWarning: 
failed to import module _transformations
  warnings.warn("failed to import module %s" % name)
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/wx/core.py", line 2254, in Notify
self.notify()
  File "/usr/lib/python3/dist-packages/wx/core.py", line 3410, in Notify
self.result = self.callable(*self.args, **self.kwargs)
  File "app.py", line 240, in Startup
from invesalius.gui.frame import Frame
  File "/usr/share/invesalius/invesalius/gui/frame.py", line 42, in 
import invesalius.gui.default_viewers as viewers
  File "/usr/share/invesalius/invesalius/gui/default_viewers.py", line 26, in 

import invesalius.data.viewer_slice as slice_viewer
  File "/usr/share/invesalius/invesalius/data/viewer_slice.py", line 31, in 

import invesalius.data.styles as styles
  File "/usr/share/invesalius/invesalius/data/styles.py", line 43, in 
from scipy.misc import imsave
ImportError: cannot import name 'imsave' from 'scipy.misc' 
(/usr/lib/python3/dist-packages/scipy/misc/__init__.py)
Traceback (most recent call last):
  File "app.py", line 264, in OnClose
if self.fc.IsRunning():
AttributeError: 'Inv3SplashScreen' object has no attribute 'fc'
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/wx/core.py", line 2254, in Notify
self.notify()
  File "/usr/lib/python3/dist-packages/wx/core.py", line 3410, in Notify
self.result = self.callable(*self.args, **self.kwargs)
  File "app.py", line 123, in Startup2
self.control = self.splash.control
AttributeError: 'Inv3SplashScreen' object has no attribute 'control'

It looks like invesalius does not follow the upgrades of ubuntu/python.
The newest .deb packages are from 2017. Probably Invesalius is not
developed anymore.

https://invesalius.github.io/download.html

It would be nice to implement a soluition or a workaround. It seems to
be a 3D Dicom viewer, and since there are few open source alternatives,
it is a pity if is removed from the repository.

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


** Tags: dicom invesalius viewer

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

Title:
  invesalius crashes at start on ubuntustudio 20.04

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

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

[Bug 1908921] Re: No system tray detected by hp-systray

2020-12-30 Thread LaunchpadUser
This bug ("No system tray detected on this system") also occured years
ago and a workaround was to change ~/hplip-systray.desktop to increase
the "sleep" time:

Exec=sh -c "sleep 60; exec hp-systray"

but this does not work anymore after the latest Ubuntu update.

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

Title:
  No system tray detected by hp-systray

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

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

[Bug 1908638] Re: mounts to polydirs not working

2020-12-30 Thread Evan Linde
Is "checkmounted" a standard / API function somewhere?

As mentioned earlier, my use case does work prior to the 14* patch since
both path and mountpoint need to match an existing mount (rather than
only the mountpoint) for pam_mount to decide something is already
mounted.

I'm not seeing how the path gets to be unpredictable (at least for NFS
on the linked bug). It looks more like vpt->volume might be failing to
match the source path in pmt_utabent_matches as a result of certain xml
configs because it's using the content of the path element verbatim
instead of constructing it from multiple elements (e.g.
'path="nfs:/home/prisoners/p"' vs. 'server="nfs"
path="/home/prisoners/p"') as happens in pmt_vol_to_dev.

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

Title:
  mounts to polydirs not working

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

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

[Bug 1909649] [NEW] VBox gets bloced with some Ubuntu cloud images

2020-12-30 Thread Pedro A. Aranda
Public bug reported:

Host : Ubuntu 20.04

vbox-cloud ➤ uname -a  
Linux paag-EliteBook 5.4.0-58-generic #64-Ubuntu SMP Wed Dec 9 08:16:25 UTC 
2020 x86_64 x86_64 x86_64 GNU/Linux

Guest spec: Ubuntu 18.04 (or greater)

Use the following virutal disk
https://cloud-images.ubuntu.com/bionic/current/bionic-server-cloudimg-amd64.vmdk

Specify 4GB of RAM and 1 vCPU -> boots correctly
Specify 4GB of RAM and 2 vCPUs -> VM boot process hangs and VirtualBox hangs 
when trying to power off the VM

** Affects: virtualbox (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/1909649

Title:
  VBox gets bloced with some Ubuntu cloud images

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

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

[Bug 1909474] Re: System hangs after attaching Mediatek mt76x2u based USB Wifi network adapter

2020-12-30 Thread Joerg Leonhard
apport information

** Tags added: apport-collected

** Description changed:

  After attaching a Mediatek mt76x2u based USB Wifi network adapter the
  system (Ubuntu 20.04.1 LTS linux version 5.4.0-58-generic) hangs
  
  My findings after some testing:
  - A freshly installed Ubuntu 20.04 (for testing purposes) with an outdated 
kernel 5.4.0-26 is not affected as the USB Wifi network adapter works without 
any problems.
  - After updating this system to kernel version 5.4.0-58 the problem can be 
reproduced.
  - After upgrading to Ubuntu 20.10 with kernel version 5.8.0-33 the USB Wifi 
network adapter works without any problems.
  So I guess it could be a software problem (maybe linux-image oder 
linux-modules?).
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu27.14
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  joerg   821 F pulseaudio
+ CasperMD5CheckResult: skip
+ DistroRelease: Ubuntu 20.04
+ InstallationDate: Installed on 2020-03-14 (291 days ago)
+ InstallationMedia: Xubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
+ IwConfig:
+  enp0s25   no wireless extensions.
+  
+  lono wireless extensions.
+ MachineType: FUJITSU ESPRIMO P7936
+ NonfreeKernelModules: nvidia
+ Package: linux (not installed)
+ ProcEnviron:
+  LANGUAGE=de_DE
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  LANG=de_DE.UTF-8
+  SHELL=/bin/bash
+ ProcFB:
+  
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-58-generic 
root=UUID=62b871bf-f08a-4cd3-90a5-d6e3d83c7e9c ro quiet splash
+ ProcVersionSignature: Ubuntu 5.4.0-58.64-generic 5.4.73
+ PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
+ RelatedPackageVersions:
+  linux-restricted-modules-5.4.0-58-generic N/A
+  linux-backports-modules-5.4.0-58-generic  N/A
+  linux-firmware1.187.6
+ RfKill:
+  
+ Tags:  focal
+ Uname: Linux 5.4.0-58-generic x86_64
+ UpgradeStatus: Upgraded to focal on 2020-12-27 (2 days ago)
+ UserGroups: N/A
+ _MarkForUpload: True
+ dmi.bios.date: 04/21/2011
+ dmi.bios.vendor: FUJITSU // Phoenix Technologies Ltd.
+ dmi.bios.version: 6.00 R1.06.3012.A1
+ dmi.board.name: D3012-A1
+ dmi.board.vendor: FUJITSU
+ dmi.board.version: S26361-D3012-A1
+ dmi.chassis.type: 6
+ dmi.chassis.vendor: FUJITSU
+ dmi.chassis.version: C$PIP1
+ dmi.modalias: 
dmi:bvnFUJITSU//PhoenixTechnologiesLtd.:bvr6.00R1.06.3012.A1:bd04/21/2011:svnFUJITSU:pnESPRIMOP7936:pvr:rvnFUJITSU:rnD3012-A1:rvrS26361-D3012-A1:cvnFUJITSU:ct6:cvrC$PIP1:
+ dmi.product.name: ESPRIMO P7936
+ dmi.sys.vendor: FUJITSU

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1909474/+attachment/5447926/+files/AlsaInfo.txt

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

Title:
  System hangs after attaching Mediatek mt76x2u based USB Wifi network
  adapter

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

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

[Bug 1909474] CRDA.txt

2020-12-30 Thread Joerg Leonhard
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1909474/+attachment/5447927/+files/CRDA.txt

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

Title:
  System hangs after attaching Mediatek mt76x2u based USB Wifi network
  adapter

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

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

[Bug 1909474] CurrentDmesg.txt

2020-12-30 Thread Joerg Leonhard
apport information

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

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

Title:
  System hangs after attaching Mediatek mt76x2u based USB Wifi network
  adapter

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

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

[Bug 1909474] Lspci.txt

2020-12-30 Thread Joerg Leonhard
apport information

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

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

Title:
  System hangs after attaching Mediatek mt76x2u based USB Wifi network
  adapter

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

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

[Bug 1909474] Lspci-vt.txt

2020-12-30 Thread Joerg Leonhard
apport information

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

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

Title:
  System hangs after attaching Mediatek mt76x2u based USB Wifi network
  adapter

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

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

[Bug 1909474] Lsusb.txt

2020-12-30 Thread Joerg Leonhard
apport information

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

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

Title:
  System hangs after attaching Mediatek mt76x2u based USB Wifi network
  adapter

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

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

[Bug 1909474] Lsusb-t.txt

2020-12-30 Thread Joerg Leonhard
apport information

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

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

Title:
  System hangs after attaching Mediatek mt76x2u based USB Wifi network
  adapter

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

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

[Bug 1909474] Lsusb-v.txt

2020-12-30 Thread Joerg Leonhard
apport information

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

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

Title:
  System hangs after attaching Mediatek mt76x2u based USB Wifi network
  adapter

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

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

[Bug 1909474] ProcCpuinfo.txt

2020-12-30 Thread Joerg Leonhard
apport information

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

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

Title:
  System hangs after attaching Mediatek mt76x2u based USB Wifi network
  adapter

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

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

[Bug 1909474] ProcCpuinfoMinimal.txt

2020-12-30 Thread Joerg Leonhard
apport information

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

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

Title:
  System hangs after attaching Mediatek mt76x2u based USB Wifi network
  adapter

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

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

[Bug 1909474] ProcInterrupts.txt

2020-12-30 Thread Joerg Leonhard
apport information

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

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

Title:
  System hangs after attaching Mediatek mt76x2u based USB Wifi network
  adapter

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

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

[Bug 1909474] ProcModules.txt

2020-12-30 Thread Joerg Leonhard
apport information

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

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

Title:
  System hangs after attaching Mediatek mt76x2u based USB Wifi network
  adapter

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

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

[Bug 1909474] UdevDb.txt

2020-12-30 Thread Joerg Leonhard
apport information

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

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

Title:
  System hangs after attaching Mediatek mt76x2u based USB Wifi network
  adapter

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

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

[Bug 1909474] WifiSyslog.txt

2020-12-30 Thread Joerg Leonhard
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1909474/+attachment/5447940/+files/WifiSyslog.txt

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

Title:
  System hangs after attaching Mediatek mt76x2u based USB Wifi network
  adapter

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

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

[Bug 1909474] acpidump.txt

2020-12-30 Thread Joerg Leonhard
apport information

** Attachment added: "acpidump.txt"
   
https://bugs.launchpad.net/bugs/1909474/+attachment/5447941/+files/acpidump.txt

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

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

Title:
  System hangs after attaching Mediatek mt76x2u based USB Wifi network
  adapter

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

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

[Bug 1909474] Re: System hangs after attaching Mediatek mt76x2u based USB Wifi network adapter

2020-12-30 Thread Joerg Leonhard
"apport-collect" was executed without the USB Mediatek Wifi adapter as
the network does not work, when it's plugged in :-(

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

Title:
  System hangs after attaching Mediatek mt76x2u based USB Wifi network
  adapter

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

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

[Bug 1833322] Re: Consider removing irqbalance from default install on desktop images

2020-12-30 Thread Young Montana
I am using Ubuntu 20.04.1 LTS 64 bit on an Intel mobile CPU and Gnome
3.36.8 (Kernel 5.4.0-58-generic).

irqbalance is still installed by default.

The frequently used Gnome Extension "cpufreq" shows a permanent warning
that irqbalance is active.

If I uninstall irqbalance the warning is gone.

Since the warning is OK in "cpufreq" the underlying reason should be
fixed IMHO (= removing irqbalance from default install on desktop
images)

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

Title:
  Consider removing irqbalance from default install on desktop images

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

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

[Bug 1908699] Re: New bugfix release 20.2.6

2020-12-30 Thread Timo Aaltonen
I've tested this on Radeon Pro W5700 by playing games via Steam and some
Blender use etc, and Intel  Kaby Lake. No issues found whatsoever.

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

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

Title:
  New bugfix release 20.2.6

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

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

[Bug 1908885] Re: Fix drm_WARN_ON(common_len <= 0)

2020-12-30 Thread koba
** Tags added: originate-from-1909437

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

Title:
  Fix drm_WARN_ON(common_len <= 0)

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

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

[Bug 1897153] Re: Automount fails due to SSSD config (Groovy Gorilla)

2020-12-30 Thread Sam Van den Eynde
On my (upgraded from LTS) Groovy install:

systemctl status sssd.service
● sssd.service - System Security Services Daemon
 Loaded: loaded (/lib/systemd/system/sssd.service; enabled; vendor preset: 
enabled)
 Active: failed (Result: exit-code) since Wed 2020-12-30 01:42:46 CET; 9h 
ago
Process: 14142 ExecStart=/usr/sbin/sssd -i ${DEBUG_LOGGER} (code=exited, 
status=4)
   Main PID: 14142 (code=exited, status=4)

dec 30 01:42:46 lenny systemd[1]: sssd.service: Scheduled restart job, restart 
counter is at 5.
dec 30 01:42:46 lenny systemd[1]: Stopped System Security Services Daemon.
dec 30 01:42:46 lenny systemd[1]: sssd.service: Start request repeated too 
quickly.
dec 30 01:42:46 lenny systemd[1]: sssd.service: Failed with result 'exit-code'.
dec 30 01:42:46 lenny systemd[1]: Failed to start System Security Services 
Daemon.

grep -i fail /var/log/boot.log
[FAILED] Failed to start System Security Services Daemon.
[DEPEND] Dependency failed for SSSD SSH Service responder socket.
[DEPEND] Dependency failed for SSSD NSS Service responder socket.
[DEPEND] Dependency failed for SSSD Sudo Service responder socket.
[DEPEND] Dependency failed for SSSD PAM Service responder private socket.
[DEPEND] Dependency failed for SSSD PAM Service responder socket.
[DEPEND] Dependency failed for SSSD PAC Service responder socket.
[DEPEND] Dependency failed for SSSD AutoFS Service responder socket.


Reason for faillure:

tail /var/log/sssd/sssd.log
(2020-12-30  1:42:45:946831): [sssd] [get_monitor_config] (0x0010): No domains 
configured.
(2020-12-30  1:42:45:946854): [sssd] [main] (0x0020): SSSD couldn't load the 
configuration database.
(2020-12-30  1:42:46:222311): [sssd] [confdb_expand_app_domains] (0x0010): No 
domains configured, fatal error!
(2020-12-30  1:42:46:222352): [sssd] [get_monitor_config] (0x0010): Failed to 
expand application domains
(2020-12-30  1:42:46:222381): [sssd] [get_monitor_config] (0x0010): No domains 
configured.
(2020-12-30  1:42:46:222403): [sssd] [main] (0x0020): SSSD couldn't load the 
configuration database.
(2020-12-30  1:42:46:446863): [sssd] [confdb_expand_app_domains] (0x0010): No 
domains configured, fatal error!
(2020-12-30  1:42:46:446891): [sssd] [get_monitor_config] (0x0010): Failed to 
expand application domains
(2020-12-30  1:42:46:446938): [sssd] [get_monitor_config] (0x0010): No domains 
configured.
(2020-12-30  1:42:46:446963): [sssd] [main] (0x0020): SSSD couldn't load the 
configuration database.


I did not (consciously) install sssd and as others have mentioned /etc/sssd is 
empty other than the conf.d directory. It leaves systemd in a degraded state.

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

Title:
  Automount fails due to SSSD config (Groovy Gorilla)

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

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

[Bug 1854331] Re: package the new 3.5.6 version

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

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

Title:
  package the new 3.5.6 version

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

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

[Bug 1909657] [NEW] install crashes on grub-install

2020-12-30 Thread lionel
Public bug reported:

i don't understand why i have 'fatal error' during grub-install

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

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


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

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

Title:
  install crashes on grub-install

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

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

[Bug 1909656] [NEW] synaptic touch point track pad not woking

2020-12-30 Thread Apoorv
Public bug reported:

i am unable to use my laptop track pad 
model no: Lenovo-ThinkBook-14-IML

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-image-5.4.0-58-generic 5.4.0-58.64
ProcVersionSignature: Ubuntu 5.4.0-58.64-generic 5.4.73
Uname: Linux 5.4.0-58-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.14
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  apoorv 1561 F pulseaudio
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Wed Dec 30 16:03:06 2020
MachineType: LENOVO 20RV
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-58-generic 
root=UUID=98091162-83c7-48a3-ac2e-61ed94679304 ro i8042.reset quiet splash 
vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-5.4.0-58-generic N/A
 linux-backports-modules-5.4.0-58-generic  N/A
 linux-firmware1.187.6
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 11/20/2020
dmi.bios.vendor: LENOVO
dmi.bios.version: CJCN31WW
dmi.board.name: LNVNB161216
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40697 WIN
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.modalias: 
dmi:bvnLENOVO:bvrCJCN31WW:bd11/20/2020:svnLENOVO:pn20RV:pvrLenovoThinkBook14-IML:rvnLENOVO:rnLNVNB161216:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvr:
dmi.product.family: Lenovo ThinkBook 14-IML
dmi.product.name: 20RV
dmi.product.sku: LENOVO_MT_20RV_BU_idea_FM_Lenovo ThinkBook 14-IML
dmi.product.version: Lenovo ThinkBook 14-IML
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug focal

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

Title:
  synaptic touch point track pad not woking

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

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

[Bug 1909491] Re: INSTALL CRASH

2020-12-30 Thread Jouni Mettala
This is from your Casper.txt

Falling back to read-only mount because the NTFS partition is in an
unsafe state. Please resume and shutdown Windows fully (no hibernation
or fast restarting.)

Does it help?

** Changed in: grub-installer (Ubuntu)
   Status: New => Incomplete

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

Title:
  INSTALL CRASH

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

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

[Bug 1909386] Re: installer crash

2020-12-30 Thread Jouni Mettala
This is from your Casper.txt

Falling back to read-only mount because the NTFS partition is in an
unsafe state. Please resume and shutdown Windows fully (no hibernation
or fast restarting.)

Does it help?

** Changed in: grub-installer (Ubuntu)
   Status: New => Incomplete

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

Title:
  installer crash

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

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

[Bug 1909656] Status changed to Confirmed

2020-12-30 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/1909656

Title:
  synaptic touch point track pad not woking

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

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

[Bug 1908638] Re: mounts to polydirs not working

2020-12-30 Thread Jochen Sprickerhof
> Is "checkmounted" a standard / API function somewhere?

No, that would be a new option to be added.

> I'm not seeing how the path gets to be unpredictable (at least for NFS
on the linked bug). It looks more like vpt->volume might be failing to
match the source path in pmt_utabent_matches as a result of certain xml
configs because it's using the content of the path element verbatim
instead of constructing it from multiple elements (e.g.
'path="nfs:/home/prisoners/p"' vs. 'server="nfs"
path="/home/prisoners/p"') as happens in pmt_vol_to_dev.

Interesting, I was not aware of this function. Still there could be
other functions applied. for example I have path="/dev/disk/by-
label/home" which is passed to mount.crypt and transformed to
/dev/mapper/_dev_nvme0n1p3 in the mount output. This is done in
dmc_crypto_name but it could be a function outside of pam_mount as well.

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

Title:
  mounts to polydirs not working

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

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

[Bug 1909499] Re: iwlwifi 0000:03:00.0: No beacon heard and the time event is over already...

2020-12-30 Thread Lyubomir
** Attachment added: "network_manager_journal"
   
https://bugs.launchpad.net/ubuntu/+source/linux-firmware/+bug/1909499/+attachment/5447997/+files/network_manager_journal

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

Title:
  iwlwifi :03:00.0: No beacon heard and the time event is over
  already...

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

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

[Bug 1887544] Re: upgrade from 18.04 to 20.04 fails to calculate if python-dbg is installed

2020-12-30 Thread Stefano Musso
Hi, It failes on me too.

2020-12-30 12:27:48,527 DEBUG running doUpdate() (showErrors=True)
2020-12-30 12:28:32,672 DEBUG openCache()
2020-12-30 12:28:33,964 DEBUG Comparing 5.4.0-56 with 
2020-12-30 12:28:33,964 DEBUG Comparing 5.4.0-58 with 5.4.0-56
2020-12-30 12:28:34,246 DEBUG /openCache(), new cache size 67018
2020-12-30 12:28:34,246 DEBUG need_server_mode(): run in 'desktop' mode, 
(because of pkg 'ubuntu-desktop')
2020-12-30 12:28:34,247 DEBUG quirks: running PreDistUpgradeCache
2020-12-30 12:28:34,247 DEBUG running Quirks.PreDistUpgradeCache
2020-12-30 12:28:34,247 INFO checking for python-dbg
2020-12-30 12:28:34,247 INFO installing python2-dbg because python-dbg was 
installed
2020-12-30 12:28:34,247 DEBUG Installing 'python2-dbg' (python-dbg was 
installed on the system)
2020-12-30 12:28:34,568 ERROR Dist-upgrade failed: 'E:Error, 
pkgProblemResolver::Resolve generated breaks, this may be caused by held 
packages.'
2020-12-30 12:28:34,570 DEBUG abort called
2020-12-30 12:28:34,571 DEBUG openCache()
2020-12-30 12:28:38,463 DEBUG Comparing 5.4.0-56 with 
2020-12-30 12:28:38,463 DEBUG Comparing 5.4.0-58 with 5.4.0-56
2020-12-30 12:28:38,909 DEBUG /openCache(), new cache size 100882

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

Title:
  upgrade from 18.04 to 20.04 fails to calculate if python-dbg is
  installed

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

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

[Bug 1887544] Re: upgrade from 18.04 to 20.04 fails to calculate if python-dbg is installed

2020-12-30 Thread Stefano Musso
With command  "do-release-upgrade -p"  I use the 20.04.29 upgrader
release.

How can I test the 20.10.13  upgrader release?

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

Title:
  upgrade from 18.04 to 20.04 fails to calculate if python-dbg is
  installed

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

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

[Bug 1909665] [NEW] [MIR] ibus-libpinyin dependencies

2020-12-30 Thread Gunnar Hjalmarsson
Public bug reported:

Please include these packages in Ubuntu's component main:

* lua5.4
* opencc

ibus-libpinyin provides the default method for inputting simplified
Chinese, and is shipped with the desktop ISO. The latest Debian version
of ibus-libpinyin couldn't migrate in hirsute, though, since it depends
on liblua5.4-0 and libopencc1.1 which are both in universe.

For now I built ibus-libpinyin in Ubuntu with lua5.3 and without opencc
support. However, it would be preferable to be able to sync the fully
featured package from Debian.

lua5.2 and lua5.3 are already in main. opencc is a library for
converting characters between traditional Chinese and simplified
Chinese, and has been in main previously (trusty).

As regards bug subscribing, I assume that ~ubuntu-server is a suitable
candidate for lua5.4 and that ~desktop-packages should be subscribed to
opencc bugs.

Bugs lua5.4
---
There are no open bugs in version 5.4.2

Bugs opencc
---
https://github.com/byvoid/opencc/issues

https://bugs.launchpad.net/ubuntu/+source/opencc

No open Debian bugs.

I have read

https://wiki.ubuntu.com/MainInclusionProcess#Main_Inclusion_requirements

and haven't found any issues that would prevent the proposed main
inclusion.

** Affects: lua5.4 (Ubuntu)
 Importance: Undecided
 Status: New

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

** Also affects: opencc (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/1909665

Title:
  [MIR] ibus-libpinyin dependencies

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

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

[Bug 1909663] Re: atril on opening ptc40.ps.bz2 file crashed with SIGSEGV in cairo_surface_set_device_scale()

2020-12-30 Thread Markus Kuhn
Also reported upstream at https://github.com/mate-
desktop/atril/issues/506

** Bug watch added: github.com/mate-desktop/atril/issues #506
   https://github.com/mate-desktop/atril/issues/506

** Information type changed from Private to Public

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

Title:
  atril on opening ptc40.ps.bz2 file crashed with SIGSEGV in
  INT_cairo_surface_set_device_scale()

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

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

[Bug 1909663] atril on opening ptc40.ps.bz2 file crashed with SIGSEGV in cairo_surface_set_device_scale()

2020-12-30 Thread Apport retracing service
StacktraceTop:
 INT_cairo_surface_set_device_scale (surface=0x0, x_scale=1, y_scale=1) at 
../../../../src/cairo-surface.c:1793
 set_device_scale_on_surface (device_scale=, surface=) at ev-pixbuf-cache.c:266
 copy_job_to_job_info (job_render=job_render@entry=0x55aa50112cb0, 
job_info=job_info@entry=0x55aa4fa92440, 
pixbuf_cache=pixbuf_cache@entry=0x55aa50066f30) at ev-pixbuf-cache.c:278
 job_finished_cb (job=, pixbuf_cache=0x55aa50066f30) at 
ev-pixbuf-cache.c:330
 g_closure_invoke () from 
/tmp/apport_sandbox_6hg0kzgh/usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0.6400.3

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

Title:
  atril on opening ptc40.ps.bz2 file crashed with SIGSEGV in
  INT_cairo_surface_set_device_scale()

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

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

[Bug 1909663] Stacktrace.txt

2020-12-30 Thread Apport retracing service
** Attachment added: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1909663/+attachment/5448011/+files/Stacktrace.txt

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

Title:
  atril on opening ptc40.ps.bz2 file crashed with SIGSEGV in
  INT_cairo_surface_set_device_scale()

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

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

[Bug 1909663] StacktraceSource.txt

2020-12-30 Thread Apport retracing service
** Attachment added: "StacktraceSource.txt"
   
https://bugs.launchpad.net/bugs/1909663/+attachment/5448012/+files/StacktraceSource.txt

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

Title:
  atril on opening ptc40.ps.bz2 file crashed with SIGSEGV in
  INT_cairo_surface_set_device_scale()

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

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

[Bug 1909663] ThreadStacktrace.txt

2020-12-30 Thread Apport retracing service
** Attachment added: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1909663/+attachment/5448013/+files/ThreadStacktrace.txt

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/1909663/+attachment/5447998/+files/CoreDump.gz

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

** Summary changed:

- atril on opening ptc40.ps.bz2 file crashed with SIGSEGV in 
cairo_surface_set_device_scale()
+ atril on opening ptc40.ps.bz2 file crashed with SIGSEGV in 
INT_cairo_surface_set_device_scale()

** Tags removed: need-amd64-retrace

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

Title:
  atril on opening ptc40.ps.bz2 file crashed with SIGSEGV in
  INT_cairo_surface_set_device_scale()

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

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

[Bug 1909663] Re: atril on opening ptc40.ps.bz2 file crashed with SIGSEGV in INT_cairo_surface_set_device_scale()

2020-12-30 Thread Norbert
** Also affects: libcairo (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: libcairo (Ubuntu)

** Also affects: cairo (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/1909663

Title:
  atril on opening ptc40.ps.bz2 file crashed with SIGSEGV in
  INT_cairo_surface_set_device_scale()

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

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

[Bug 1078165] Re: zram-config fails to start/install on a system with more then 30 processors

2020-12-30 Thread Oibaf
** Changed in: zram-config (Ubuntu)
   Status: Expired => Confirmed

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

Title:
  zram-config fails to start/install on a system with more then 30
  processors

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

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

[Bug 1909666] Re: atril crashed with SIGSEGV in cairo_surface_set_device_scale()

2020-12-30 Thread Apport retracing service
*** This bug is a duplicate of bug 1909663 ***
https://bugs.launchpad.net/bugs/1909663

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1909663, so is being marked as such.  Please
look at the other bug report to see if there is any missing information
that you can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/1909666/+attachment/5448015/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/1909666/+attachment/5448017/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1909666/+attachment/5448021/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1909666/+attachment/5448022/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/1909666/+attachment/5448023/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1909666/+attachment/5448024/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1909666/+attachment/5448025/+files/ThreadStacktrace.txt

** This bug has been marked a duplicate of bug 1909663
   atril on opening ptc40.ps.bz2 file crashed with SIGSEGV in 
INT_cairo_surface_set_device_scale()

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  atril crashed with SIGSEGV in cairo_surface_set_device_scale()

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

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

[Bug 1909663] Re: atril on opening ptc40.ps.bz2 file crashed with SIGSEGV in INT_cairo_surface_set_device_scale()

2020-12-30 Thread Norbert
Also happens on 18.04 LTS - it is bug 1909666 .

All these "unknown VMA" stuff started to appear after Spectre and
Meltdown "fixes".

So this bug came from back-end libraries and not from Atril itself.

** Also affects: glib2.0 (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  atril on opening ptc40.ps.bz2 file crashed with SIGSEGV in
  INT_cairo_surface_set_device_scale()

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

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

[Bug 1909663] Re: atril on opening ptc40.ps.bz2 file crashed with SIGSEGV in INT_cairo_surface_set_device_scale()

2020-12-30 Thread Apport retracing service
** Tags added: bionic

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

Title:
  atril on opening ptc40.ps.bz2 file crashed with SIGSEGV in
  INT_cairo_surface_set_device_scale()

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

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

[Bug 1909663] Re: atril on opening ptc40.ps.bz2 file crashed with SIGSEGV in INT_cairo_surface_set_device_scale()

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

** Changed in: atril (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/1909663

Title:
  atril on opening ptc40.ps.bz2 file crashed with SIGSEGV in
  INT_cairo_surface_set_device_scale()

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

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

[Bug 1909663] Re: atril on opening ptc40.ps.bz2 file crashed with SIGSEGV in INT_cairo_surface_set_device_scale()

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

** Changed in: cairo (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/1909663

Title:
  atril on opening ptc40.ps.bz2 file crashed with SIGSEGV in
  INT_cairo_surface_set_device_scale()

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

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

[Bug 1909663] Re: atril on opening ptc40.ps.bz2 file crashed with SIGSEGV in INT_cairo_surface_set_device_scale()

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

** Changed in: glib2.0 (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/1909663

Title:
  atril on opening ptc40.ps.bz2 file crashed with SIGSEGV in
  INT_cairo_surface_set_device_scale()

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

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

[Bug 1909663] Re: atril on opening ptc40.ps.bz2 file crashed with SIGSEGV in INT_cairo_surface_set_device_scale()

2020-12-30 Thread Norbert
Workaround is the following:

sudo apt-get install ghostscript

bzip2 --decompress ptc40.ps.bz2
ps2pdf ptc40.ps
atril ptc40.pdf

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

Title:
  atril on opening ptc40.ps.bz2 file crashed with SIGSEGV in
  INT_cairo_surface_set_device_scale()

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

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

[Bug 1854331] Re: package the new 3.5.6 version

2020-12-30 Thread Bug Watch Updater
** Changed in: zookeeper (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/1854331

Title:
  package the new 3.5.6 version

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

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

[Bug 1874161] Re: kpcli is unable to open a kdbx file if the file is locked by both a password and a key file

2020-12-30 Thread Lester Hightower
The file command can tell you if the file format is v1 or v2:

$ file test.kdb
test.kdb: Keepass password database 1.x KDB, 11 groups, 12 entries, AES, 6000 
key transformation rounds

$ file test.kdbx
test.kdbx: Keepass password database 2.x KDBX

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

Title:
  kpcli is unable to open a kdbx file if the file is locked by both a
  password and a key file

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

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

[Bug 1902290] Re: Sync libraw 0.20.2-1 (main) from Debian unstable (main)

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

** Changed in: libraw (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/1902290

Title:
  Sync libraw 0.20.2-1 (main) from Debian unstable (main)

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

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

[Bug 1908894] Re: USB controllers disconnects after random time

2020-12-30 Thread Marco
I experienced a similar issue twice during the last week with
Ubuntustudio running with kernel:

5.4.0-58-lowlatency #64-Ubuntu SMP PREEMPT Wed Dec 9 09:48:08 UTC 2020
x86_64 x86_64 x86_64 GNU/Linux

The system completely freezes and I have to press the reset button.

These are the journal entries:

Dez 29 15:05:55 marco-MS-7817 kernel: xhci_hcd :00:14.0: xHCI host 
controller not responding, assume dead
Dez 29 15:05:55 marco-MS-7817 kernel: xhci_hcd :00:14.0: HC died; cleaning 
up
Dez 29 15:05:55 marco-MS-7817 kernel: r8712u 3-1:1.0 wlx485b39ebba55: xmit_bh 
=> driver_stopped or surprise_removed
Dez 29 15:05:57 marco-MS-7817 wpa_supplicant[789]: ioctl[SIOCSIWENCODEEXT]: No 
such device
Dez 29 15:05:57 marco-MS-7817 wpa_supplicant[789]: ioctl[SIOCSIWENCODE]: No 
such device
Dez 29 15:05:57 marco-MS-7817 wpa_supplicant[789]: ioctl[SIOCSIWENCODEEXT]: No 
such device
Dez 29 15:05:57 marco-MS-7817 wpa_supplicant[789]: ioctl[SIOCSIWENCODE]: No 
such device
Dez 29 15:05:57 marco-MS-7817 wpa_supplicant[789]: ioctl[SIOCSIWENCODEEXT]: No 
such device
Dez 29 15:05:57 marco-MS-7817 wpa_supplicant[789]: ioctl[SIOCSIWENCODE]: No 
such device
Dez 29 15:05:57 marco-MS-7817 wpa_supplicant[789]: ioctl[SIOCGIWMODE]: No such 
device
Dez 29 15:05:57 marco-MS-7817 wpa_supplicant[789]: ioctl[SIOCSIWAP]: No such 
device
Dez 29 15:05:57 marco-MS-7817 wpa_supplicant[789]: ioctl[SIOCSIWESSID]: No such 
device
Dez 29 15:05:57 marco-MS-7817 wpa_supplicant[789]: Could not read interface 
wlx485b39ebba55 flags: No such device
Dez 29 15:06:25 marco-MS-7817 kernel: xhci_hcd :03:00.0: xHCI host 
controller not responding, assume dead
Dez 29 15:06:25 marco-MS-7817 kernel: xhci_hcd :03:00.0: HC died; cleaning 
up
Dez 29 15:06:25 marco-MS-7817 kernel: blk_update_request: I/O error, dev sdb, 
sector 0 op 0x1:(WRITE) flags 0x800 phys_seg 0 prio class 0
Dez 29 15:06:28 marco-MS-7817 kernel: Buffer I/O error on dev sdb1, logical 
block 30441472, lost sync page write
Dez 29 15:06:28 marco-MS-7817 kernel: JBD2: Error -5 detected when updating 
journal superblock for sdb1-8.
Dez 29 15:06:28 marco-MS-7817 kernel: Aborting journal on device sdb1-8.
Dez 29 15:06:28 marco-MS-7817 kernel: Buffer I/O error on dev sdb1, logical 
block 30441472, lost sync page write
Dez 29 15:06:28 marco-MS-7817 kernel: JBD2: Error -5 detected when updating 
journal superblock for sdb1-8.
Dez 29 15:06:28 marco-MS-7817 kernel: Buffer I/O error on dev sdc1, logical 
block 7372800, lost sync page write
Dez 29 15:06:28 marco-MS-7817 kernel: JBD2: Error -5 detected when updating 
journal superblock for sdc1-8.
Dez 29 15:06:28 marco-MS-7817 kernel: Aborting journal on device sdc1-8.
Dez 29 15:06:28 marco-MS-7817 kernel: Buffer I/O error on dev sdc1, logical 
block 7372800, lost sync page write
Dez 29 15:06:28 marco-MS-7817 kernel: JBD2: Error -5 detected when updating 
journal superblock for sdc1-8.
Dez 29 15:06:28 marco-MS-7817 kernel: Buffer I/O error on dev sdc1, logical 
block 0, lost sync page write
Dez 29 15:06:28 marco-MS-7817 kernel: EXT4-fs (sdc1): I/O error while writing 
superblock

The problems started when I connected a ASUS WLAN stick. I unplugged it
now and check if the problem persists.

My system:

System:Host: marco-MS-7817 Kernel: 5.4.0-58-lowlatency x86_64 bits: 64 
Desktop: Xfce 4.14.2 
   Distro: Ubuntu 20.04.1 LTS (Focal Fossa) 
Machine:   Type: Desktop Mobo: MSI model: H81M-E34 (MS-7817) v: 3.0 serial: 
 
   BIOS: American Megatrends v: 17.5 date: 03/30/2015 
CPU:   Topology: Quad Core model: Intel Core i5-4460 bits: 64 type: MCP L2 
cache: 6144 KiB 
   Speed: 3200 MHz min/max: 800/3200 MHz Core speeds (MHz): 1: 3200 2: 
3200 3: 3201 4: 3200 
Graphics:  Device-1: Intel Xeon E3-1200 v3/4th Gen Core Processor Integrated 
Graphics driver: i915 v: kernel 
   Display: x11 server: X.Org 1.20.8 driver: modesetting unloaded: 
fbdev,vesa resolution: 1920x1080~60Hz 
   OpenGL: renderer: Mesa DRI Intel HD Graphics 4600 (HSW GT2) v: 4.5 
Mesa 20.0.8 
Audio: Device-1: Intel Xeon E3-1200 v3/4th Gen Core Processor HD Audio 
driver: snd_hda_intel 
   Device-2: BEHRINGER UMC204HD 192k type: USB driver: snd-usb-audio 
   Device-3: AKAI Professional M.I. type: USB driver: 
hid-generic,snd-usb-audio,usbhid 
   Sound Server: ALSA v: k5.4.0-58-lowlatency 
Network:   Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet 
driver: r8169 
   IF: enp2s0 state: up speed: 1000 Mbps duplex: full mac: 
d8:cb:8a:e8:e9:99 
Drives:Local Storage: total: 523.08 GiB used: 176.46 GiB (33.7%) 
   ID-1: /dev/sda vendor: Samsung model: SSD 850 EVO 250GB size: 232.89 
GiB 
   ID-2: /dev/sdb type: USB vendor: Samsung model: Portable SSD T5 
size: 232.89 GiB 
   ID-3: /dev/sdc type: USB vendor: SanDisk model: Ultra size: 57.30 
GiB 
Partition: ID-1: / size: 36.41 GiB used: 14.49 GiB (39.8%) fs: ext4 dev: 
/dev/sda1 
   ID-2: /home size: 184.23 GiB used: 

[Bug 1909670] [NEW] Screen gets corrupted

2020-12-30 Thread Srivathsan Sudarsanan
Public bug reported:

There is a huge corruption in the screen. My laptop is lenovo-
ideapad-330-151kb. Please fix. Thanking you.

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: xorg 1:7.7+19ubuntu15
ProcVersionSignature: Ubuntu 5.8.0-33.36-generic 5.8.17
Uname: Linux 5.8.0-33-generic x86_64
ApportVersion: 2.20.11-0ubuntu50.3
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: skip
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Wed Dec 30 19:42:03 2020
DistUpgraded: Fresh install
DistroCodename: groovy
DistroVariant: ubuntu
DkmsStatus:
 rtl8821ce, 5.5.2.1, 5.8.0-31-generic, x86_64: installed
 rtl8821ce, 5.5.2.1, 5.8.0-33-generic, x86_64: installed
ExtraDebuggingInterest: I just need to know a workaround
GraphicsCard:
 Intel Corporation UHD Graphics 620 [8086:5917] (rev 07) (prog-if 00 [VGA 
controller])
   Subsystem: Lenovo UHD Graphics 620 [17aa:3965]
InstallationDate: Installed on 2020-11-21 (38 days ago)
InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
Lsusb:
 Bus 002 Device 002: ID 0bc2:231a Seagate RSS LLC Expansion Portable
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 003: ID 0bda:58ea Realtek Semiconductor Corp. EasyCamera
 Bus 001 Device 002: ID 0bda:c024 Realtek Semiconductor Corp. Bluetooth Radio 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: LENOVO 81DE
ProcEnviron:
 LANGUAGE=en_IN:en
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_IN
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.8.0-33-generic 
root=UUID=0d397bc8-aadd-4e17-ba85-a15afd730cd8 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/18/2020
dmi.bios.release: 1.58
dmi.bios.vendor: LENOVO
dmi.bios.version: 8TCN58WW
dmi.board.asset.tag: NO Asset Tag
dmi.board.name: LNVNB161216
dmi.board.vendor: LENOVO
dmi.board.version: SDK0Q55724 WIN
dmi.chassis.asset.tag: NO Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo ideapad 330-15IKB
dmi.ec.firmware.release: 1.7
dmi.modalias: 
dmi:bvnLENOVO:bvr8TCN58WW:bd06/18/2020:br1.58:efr1.7:svnLENOVO:pn81DE:pvrLenovoideapad330-15IKB:rvnLENOVO:rnLNVNB161216:rvrSDK0Q55724WIN:cvnLENOVO:ct10:cvrLenovoideapad330-15IKB:
dmi.product.family: ideapad 330-15IKB
dmi.product.name: 81DE
dmi.product.sku: LENOVO_MT_81DE_BU_idea_FM_ideapad 330-15IKB
dmi.product.version: Lenovo ideapad 330-15IKB
dmi.sys.vendor: LENOVO
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.102-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.1-1
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200714-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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


** Tags: amd64 apport-bug corruption groovy ubuntu

** Attachment added: "Picture explaining bug is attached"
   
https://bugs.launchpad.net/bugs/1909670/+attachment/5448033/+files/IMG_20201230_194935340.jpg

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

Title:
  Screen gets corrupted

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

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

[Bug 1909669] [NEW] 20.04 update crashed

2020-12-30 Thread Clive Balding
Public bug reported:

None

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubuntu-release-upgrader-core 1:18.04.41
ProcVersionSignature: Ubuntu 5.4.0-58.64~18.04.1-generic 5.4.73
Uname: Linux 5.4.0-58-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.21
Architecture: amd64
CrashDB: ubuntu
Date: Wed Dec 30 14:03:29 2020
InstallationDate: Installed on 2020-03-19 (285 days ago)
InstallationMedia: Ubuntu 18.04.2 LTS "Bionic Beaver" - Release amd64 (20190210)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to bionic on 2020-12-30 (0 days ago)
VarLogDistupgradeAptlog:
 Log time: 2020-12-30 13:59:05.516590
 Log time: 2020-12-30 13:59:21.718918
 Log time: 2020-12-30 14:02:59.935933
 Log time: 2020-12-30 14:03:44.379845
VarLogDistupgradeTermlog:

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


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

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

Title:
  20.04 update crashed

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

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

[Bug 1903451] Re: [SRU bionic] backports patches that fix some crashes

2020-12-30 Thread Fantu
This is a fix for "Bug #1861968: Removal of a drive closes all windows
and stops file transfers." but also for other crash cases (and there is
different patch)

** This bug is no longer a duplicate of bug 1861968
   Removal of a drive closes all windows and stops file transfers

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

Title:
  [SRU bionic] backports patches that fix some crashes

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

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

[Bug 1909673] [NEW] Installation failed to create boot entry

2020-12-30 Thread Muhammad Atif Ali
Public bug reported:

Installation failed to create boot entry
grub failed to install in the EFI partition that already has Windows Boot Loader

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: Wed Dec 30 20:01:53 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: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  Installation failed to create boot entry

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

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

[Bug 1909677] [NEW] package grub-efi-amd64-signed 1.155.1+2.04-1ubuntu35.1 failed to install/upgrade: installed grub-efi-amd64-signed package post-installation script subprocess returned error exit st

2020-12-30 Thread DAWOOD SUBEDAR
Public bug reported:

Eroor in ubuntu install. Tried several times and got same error

ProblemType: Package
DistroRelease: Ubuntu 20.10
Package: grub-efi-amd64-signed 1.155.1+2.04-1ubuntu35.1
ProcVersionSignature: Ubuntu 5.8.0-33.36-generic 5.8.17
Uname: Linux 5.8.0-33-generic x86_64
ApportVersion: 2.20.11-0ubuntu50.3
Architecture: amd64
CasperMD5CheckResult: skip
Date: Wed Dec 30 10:11:41 2020
ErrorMessage: installed grub-efi-amd64-signed package post-installation script 
subprocess returned error exit status 1
InstallationDate: Installed on 2020-12-30 (0 days ago)
InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
Python3Details: /usr/bin/python3.8, Python 3.8.6, python3-minimal, 
3.8.6-0ubuntu1
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.20.5ubuntu2
 apt  2.1.10ubuntu0.1
SourcePackage: grub2-signed
Title: package grub-efi-amd64-signed 1.155.1+2.04-1ubuntu35.1 failed to 
install/upgrade: installed grub-efi-amd64-signed package post-installation 
script subprocess returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package groovy

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

Title:
  package grub-efi-amd64-signed 1.155.1+2.04-1ubuntu35.1 failed to
  install/upgrade: installed grub-efi-amd64-signed package post-
  installation script subprocess returned error exit status 1

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

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

[Bug 1909677] Re: package grub-efi-amd64-signed 1.155.1+2.04-1ubuntu35.1 failed to install/upgrade: installed grub-efi-amd64-signed package post-installation script subprocess returned error exit stat

2020-12-30 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/1909677

Title:
  package grub-efi-amd64-signed 1.155.1+2.04-1ubuntu35.1 failed to
  install/upgrade: installed grub-efi-amd64-signed package post-
  installation script subprocess returned error exit status 1

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

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

[Bug 1909678] [NEW] Ubuntu 20.10 Desktop on Pi4B - x-server crash when idling at login-screen

2020-12-30 Thread Juliane
Public bug reported:

It is the same bug already described here:
https://askubuntu.com/questions/1300689/problem-with-usb-keyboard-and-
mouse-on-raspberry-pi-4b-with-ubuntu-20-10

My system:
Linux myRaspi 5.8.0-1010-raspi #13-Ubuntu SMP PREEMPT Wed Dec 9 17:14:07 UTC 
2020 aarch64 aarch64 aarch64 GNU/Linux

I'm using 
- Raspberry Pi4B 8GB
- Logitech MK120 Keyboard and Mouse (wired).

How I could reproduce the mentioned crash:
- Boot and wait (don't touch mouse/keyboard) at login-screen for five minutes
- After five minutes, screen will turn black
- If you move the mouse then, screen will be back again but frozen 
(mouse/keyboard not working). x server will be crashed.

restarting x-server via ssh or via Alt+SysRq+k is possible

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: crash freeze login-screen x-server

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

Title:
  Ubuntu 20.10 Desktop on Pi4B - x-server crash when idling at login-
  screen

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

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

[Bug 1909678] Re: Ubuntu 20.10 Desktop on Pi4B - x-server crash when idling at login-screen

2020-12-30 Thread Juliane
** Package changed: ubuntu => linux-raspi (Ubuntu)

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

Title:
  Ubuntu 20.10 Desktop on Pi4B - x-server crash when idling at login-
  screen

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

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

[Bug 1896627] Re: Windows flicker when being resized with the mouse (Xorg sessions in groovy)

2020-12-30 Thread rud
Similar issue with a photo of the flickering: 
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1896091/comments/64

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

Title:
  Windows flicker when being resized with the mouse (Xorg sessions in
  groovy)

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

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

[Bug 1896091] Re: [i915] Noise-like lines of graphics corruption when moving windows in Xorg sessions

2020-12-30 Thread rud
I have a similar issue with Core i3-9100 desktop (Ubuntu 20.10 clean install) 
and a HP Probook 430 G6 (Core i5-82xx). 
Example:
https://aws1.discourse-cdn.com/standard17/uploads/ubuntubudgie/original/2X/1/1f3f03e248964bc470caf7748cf7d8aa424474fc.jpeg

Might be the same as:
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1896627
because on the laptop, it mostly (but not only) happens when I use the touchpad 
or mouse and gets even worse when I scroll very slow.

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

Title:
  [i915] Noise-like lines of graphics corruption when moving windows in
  Xorg sessions

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

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

[Bug 1909680] [NEW] Ubuntu 20.10 Desktop on Pi4B - random X server crashes

2020-12-30 Thread Juliane
Public bug reported:

My system:
Linux myRaspi 5.8.0-1010-raspi #13-Ubuntu SMP PREEMPT Wed Dec 9 17:14:07 UTC 
2020 aarch64 aarch64 aarch64 GNU/Linux

I'm using
- Raspberry Pi4B 8GB
- Logitech MK120 Keyboard and Mouse (wired)

I'm using Ubuntu 20.10 Desktop and get random crashes in both of my desktops, 
ubuntu and lxqt. After 1 or 2 hours (often during CPU/GPU-heavy work like using 
Firefox), the system freezes, which means:
- Screen freezes (just shows the same picture. mouse-cursor not moving, 
keyboard not working)
- Keyboard not responding (e.g. Num-LED not changing when pressing Num)
- Changing to another tty via e.g. Ctrl+Alt+F3 is not working anymore
- BUT: System in the background still works. I can still hear audio (of a movie 
for example). Other tasks like ffmpeg-downloads are still working.

During a freeze, Alt+SysRq+k isn't changing much. I can hear the audio 
stopping. But the system is "too frozen" to be able to kill the X server. I 
also tried killing it via ssh - no chance. Alt+SysRq+reisub works to do a 
Pi-restart.
These freezes occur during typing, during clicking, but also when doing nothing 
with mouse and keyboard (like watching a video).

A journalctl-log of the freeze (occurred at 00:08:something when typing
with my keyboard) during ubuntu-desktop session is given here (I tried
Alt+SysRq+k at 00:10:something without success):

[...]
Dez 26 00:07:31 myRaspi gnome-shell[166054]: JS ERROR: TypeError: windowActor 
is null
 
_addWindowEffect@resource:///org/gnome/shell/ui/closeDialog.js:90:28
 
vfunc_show@resource:///org/gnome/shell/ui/closeDialog.js:162:14
Dez 26 00:07:36 myRaspi gnome-shell[166054]: JS ERROR: TypeError: windowActor 
is null
 
_addWindowEffect@resource:///org/gnome/shell/ui/closeDialog.js:90:28
 
vfunc_show@resource:///org/gnome/shell/ui/closeDialog.js:162:14
Dez 26 00:07:41 myRaspi gnome-shell[166054]: JS ERROR: TypeError: windowActor 
is null
 
_addWindowEffect@resource:///org/gnome/shell/ui/closeDialog.js:90:28
 
vfunc_show@resource:///org/gnome/shell/ui/closeDialog.js:162:14
Dez 26 00:07:46 myRaspi gnome-shell[166054]: JS ERROR: TypeError: windowActor 
is null
 
_addWindowEffect@resource:///org/gnome/shell/ui/closeDialog.js:90:28
 
vfunc_show@resource:///org/gnome/shell/ui/closeDialog.js:162:14
Dez 26 00:07:48 myRaspi dbus-daemon[4131]: [session uid=1000 pid=4131] 
Activating via systemd: service name='org.freedesktop.Tracker1' 
unit='tracker-store.service' requested by ':1.2' (uid=1000 pid=4128 
comm="/usr/libexec/tracker-miner-fs " label="unconfined")
Dez 26 00:07:48 myRaspi systemd[4119]: Starting Tracker metadata database store 
and lookup manager...
Dez 26 00:07:48 myRaspi dbus-daemon[4131]: [session uid=1000 pid=4131] 
Successfully activated service 'org.freedesktop.Tracker1'
Dez 26 00:07:48 myRaspi systemd[4119]: Started Tracker metadata database store 
and lookup manager.
Dez 26 00:07:49 myRaspi dbus-daemon[4131]: [session uid=1000 pid=4131] 
Activating via systemd: service name='org.freedesktop.Tracker1.Miner.Extract' 
unit='tracker-extract.service' requested by ':1.2' (uid=1000 pid=4128 
comm="/usr/libexec/tracker-miner-fs " label="unconfined")
Dez 26 00:07:49 myRaspi systemd[4119]: Starting Tracker metadata extractor...
Dez 26 00:07:49 myRaspi tracker-extract[179165]: Set scheduler policy to 
SCHED_IDLE
Dez 26 00:07:49 myRaspi tracker-extract[179165]: Setting priority nice level to 
19
Dez 26 00:07:49 myRaspi dbus-daemon[4131]: [session uid=1000 pid=4131] 
Successfully activated service 'org.freedesktop.Tracker1.Miner.Extract'
Dez 26 00:07:49 myRaspi systemd[4119]: Started Tracker metadata extractor.
Dez 26 00:07:51 myRaspi gnome-shell[166054]: JS ERROR: TypeError: windowActor 
is null
 
_addWindowEffect@resource:///org/gnome/shell/ui/closeDialog.js:90:28
 
vfunc_show@resource:///org/gnome/shell/ui/closeDialog.js:162:14
Dez 26 00:08:00 myRaspi systemd[4119]: tracker-extract.service: Succeeded.
Dez 26 00:08:01 myRaspi gnome-shell[166054]: JS ERROR: TypeError: windowActor 
is null
 
_addWindowEffect@resource:///org/gnome/shell/ui/closeDialog.js:90:28
 
vfunc_show@resource:///org/gnome/shell/ui/closeDialog.js:162:14
Dez 26 00:08:06 myRaspi gnome-shell[166054]: JS ERROR: TypeError: windowActor 
is null
 
_addWindowEffect@resource:///org/gnome/shell/ui/closeDialog.js:90:28
 

[Bug 1899011] Re: Multiple maintainer

2020-12-30 Thread Ishrak
** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu)
   Status: Expired => Invalid

** Information type changed from Public to Private

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

Title:
  Multiple maintainer

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

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

[Bug 1882410] Re: toggling down object GInotifyFileMonitor that's already queued to toggle up ... GNOME Shell crashed with signal 5

2020-12-30 Thread Dario Petrillo
I would like to confirm that this bug happens to me as well on Ubuntu
20.04.1.

I've been able to reproduce it consistently when downloading two or more big 
(1GB+) files at the same time from google drive on chrome to the Desktop folder.
Downloading the files one at a time or to a different folder doesn't seem to 
trigger the bug, at least for me

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

Title:
  toggling down object GInotifyFileMonitor that's already queued to
  toggle up ... GNOME Shell crashed with signal 5

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

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

[Bug 1909682] [NEW] At package doesn't include sendmail package dependency

2020-12-30 Thread Saverio Miroddi
Public bug reported:

The `at` program uses the local mail in order to report errors,
specifically, it requires the `sendmail` binary.

Without `sendmail`, any error during a job execution is reported in the
syslog with a very confusing reference to a missing "mail" program.

I suppose that error diagnosis is a requirement in job scheduling,
therefore, the `sendmail` package should be required by the `at`
package.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: at (not installed)
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
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: MATE
Date: Wed Dec 30 17:41:51 2020
InstallationDate: Installed on 2020-07-01 (182 days ago)
InstallationMedia: Ubuntu-MATE 20.04 LTS "Focal Fossa" - Release amd64 
(20200423)
SourcePackage: at
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal

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

Title:
  At package doesn't include sendmail package dependency

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

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

[Bug 1909683] [NEW] WARNING: unhandled amd64-linux syscall: 315

2020-12-30 Thread Giuseppe D'Angelo
Public bug reported:

Hi,

Valgrind shipped with focal does not support the sched_getattr and
sched_setattr syscalls, resulting in output like

--1234-- WARNING: unhandled amd64-linux syscall: 315
--1234-- You may be able to write your own handler.
--1234-- Read the file README_MISSING_SYSCALL_OR_IOCTL.
--1234-- Nevertheless we consider this a bug.  Please report
--1234-- it at http://valgrind.org/support/bug_reports.html.

This has been fixed upstream in the meanwhile.

Could it be possible to cherry pick
6323fd5bfd94c3f80e2ff44f16488e0172bd9a96 into valgrind shipped with
focal? Lots of applications make use of those syscalls.


Commit: 
https://sourceware.org/git/?p=valgrind.git;a=commit;h=6323fd5bfd94c3f80e2ff44f16488e0172bd9a96
Upstream bug report: https://bugs.kde.org/show_bug.cgi?id=369029

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: valgrind 1:3.15.0-1ubuntu9.1
ProcVersionSignature: Ubuntu 5.4.0-58.64-generic 5.4.73
Uname: Linux 5.4.0-58-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27.14
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Wed Dec 30 17:54:26 2020
InstallationDate: Installed on 2016-04-22 (1713 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
SourcePackage: valgrind
UpgradeStatus: Upgraded to focal on 2020-12-27 (3 days ago)

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


** Tags: amd64 apport-bug focal

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

Title:
  WARNING: unhandled amd64-linux syscall: 315

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

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

[Bug 1909680] Re: Ubuntu 20.10 Desktop on Pi4B - random X server crashes

2020-12-30 Thread Juliane
A fresh Xorg.0.log.old after such a crash is given as attachment. I
changed some stuff like mac-address, but all relevant details are kept
original.

It is full of "Logitech USB Optical Mouse/Keyboard: client bug: event
processing lagging behind" messages.

** Attachment added: "Xorg.0.log.old"
   
https://bugs.launchpad.net/ubuntu/+source/linux-raspi/+bug/1909680/+attachment/5448076/+files/Xorg.0.log.old

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

Title:
  Ubuntu 20.10 Desktop on Pi4B - random X server crashes

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

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

[Bug 402892] Re: Mouse cursor gets stuck in "drag and drop" mode

2020-12-30 Thread Andreas Hasenack
Happens very frequently for me on a default ubuntu 20.10 desktop. I
basically have to kill my desktop to fix it, and lose all unsaved work.
It's quite problematic.

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

Title:
  Mouse cursor gets stuck in "drag and drop" mode

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

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

[Bug 1881191] Re: Lubuntu 20.04 installation does not add swap partition

2020-12-30 Thread Dan Simmons
The Calamares portion of this issue has been released. The settings
portion is still pending. This issue can also be tracked on Lubuntu's
phabricator https://phab.lubuntu.me/T22

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

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

** Bug watch added: Calamares Issues #1166
   https://github.com/calamares/calamares/issues/1166

** Also affects: calamares via
   https://github.com/calamares/calamares/issues/1166
   Importance: Unknown
   Status: Unknown

** Changed in: calamares (Ubuntu)
   Status: Confirmed => Fix Released

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

** Changed in: calamares-settings-ubuntu (Ubuntu)
   Status: New => Confirmed

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

** Changed in: calamares-settings-ubuntu (Ubuntu)
 Assignee: (unassigned) => Dan Simmons (kc2bez)

** Changed in: calamares-settings-ubuntu (Ubuntu)
Milestone: None => ubuntu-21.04

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

Title:
  Lubuntu 20.04 installation does not add swap partition

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

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

[Bug 1909685] [NEW] Bug #1801453

2020-12-30 Thread Alberto Pro
Public bug reported:

No se ha podido calcular la actualización

Se produjo un problema irresoluble al calcular la actualización.

 Esto podría deberse a:
 * Paquetes de software no oficiales, no proporcionados por Ubuntu
Utilice la herramienta «ppa-purge» desde el paquete 
ppa-purge para quitar software de una PPA de Launchpad PPA e 
intente actualizar de nuevo.

Si nada de esto es aplicable, entonces informe de este error usando el
comando «ubuntu-bug ubuntu-release-upgrader-core» en una terminal. Si
quiere investigar el problema por su cuenta, los registros en «/var/log
/dist-upgrade» contienen detalles de la actualización; en particular,
consulte «main.log» y «apt.log».

He usado ya ppa-purge, pero sigue el mismo mensaje

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubuntu-release-upgrader-core 1:18.04.41
ProcVersionSignature: Ubuntu 5.4.0-58.64~18.04.1-generic 5.4.73
Uname: Linux 5.4.0-58-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.21
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: ubuntu:GNOME
Date: Wed Dec 30 18:24:23 2020
InstallationDate: Installed on 2019-11-12 (414 days ago)
InstallationMedia: Ubuntu 18.04.3 LTS "Bionic Beaver" - Release amd64 (20190805)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to bionic on 2020-12-30 (0 days ago)
VarLogDistupgradeTermlog:

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


** Tags: amd64 apport-bug bionic dist-upgrade third-party-packages

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

Title:
   Bug #1801453

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

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

[Bug 1907302] Re: package phpmyadmin 4:4.9.5+dfsg1-2 failed to install/upgrade: installed phpmyadmin package post-installation script subprocess returned error exit status 1

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

** Changed in: phpmyadmin (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/1907302

Title:
  package phpmyadmin 4:4.9.5+dfsg1-2 failed to install/upgrade:
  installed phpmyadmin package post-installation script subprocess
  returned error exit status 1

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

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

[Bug 1908992] Re: SYNA30B4:00 06CB:CE09 Mouse on HP EliteBook 850 G7 not working at all

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

** Changed in: xserver-xorg-input-libinput (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/1908992

Title:
  SYNA30B4:00 06CB:CE09 Mouse  on HP EliteBook 850 G7 not working at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-libinput/+bug/1908992/+subscriptions

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

[Bug 1908992] Re: SYNA30B4:00 06CB:CE09 Mouse on HP EliteBook 850 G7 not working at all

2020-12-30 Thread Leon Workman
Exact same system model and Synaptics device.  We're interested in getting the 
top two physical buttons working.  xev does not even register anything when the 
buttons are pressed.
List of things attempted:

1.
xserver-xorg-input-synaptics breaks the touchpad altogether when installed, 
under-touchpad ones no longer register a central button 2.

With xserver-xorg-input-synaptics installed and x.org using, "Using
input driver 'synaptics' for 'SYNA30B4:00 06CB:CE09 Touchpad'",

⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ SYNA30B4:00 06CB:CE09 Mouse id=12 [slave pointer (2)]
⎜ ↳ SYNA30B4:00 06CB:CE09 Touchpad id=13 [slave pointer (2)]
⎜ ↳ Kensington Kensington Expert Mouse id=14 [slave pointer (2)]
⎜ ↳ HID 0566:3013 Consumer Control id=16 [slave pointer (2)]
⎜ ↳ Generic USB Audio Consumer Control id=19 [slave pointer (2)]
⎜ ↳ Generic USB Audio Consumer Control id=21 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Power Button id=8 [slave keyboard (3)]
↳ Sleep Button id=9 [slave keyboard (3)]
↳ HP HD Camera: HP HD Camera id=10 [slave keyboard (3)]
↳ HP HD Camera: HP IR Camera id=11 [slave keyboard (3)]
↳ HID 0566:3013 id=15 [slave keyboard (3)]
↳ HID 0566:3013 System Control id=17 [slave keyboard (3)]
↳ HID 0566:3013 id=18 [slave keyboard (3)]
↳ Generic USB Audio id=20 [slave keyboard (3)]
↳ Generic USB Audio id=22 [slave keyboard (3)]
↳ Intel HID events id=23 [slave keyboard (3)]
↳ Intel HID 5 button array id=24 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=25 [slave keyboard (3)]
↳ HP Wireless hotkeys id=26 [slave keyboard (3)]
↳ HP WMI hotkeys id=27 [slave keyboard (3)]
↳ HID 0566:3013 Consumer Control id=28 [slave keyboard (3)]
↳ Generic USB Audio Consumer Control id=29 [slave keyboard (3)]
↳ Generic USB Audio Consumer Control id=30 [slave keyboard (3)]

Using input driver 'libinput' for 'SYNA30B4:00 06CB:CE09 Touchpad'",

⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ KEYBOARD Consumer Control id=11 [slave pointer (2)]
⎜ ↳ HID 0566:3013 Consumer Control id=14 [slave pointer (2)]
⎜ ↳ SYNA30B4:00 06CB:CE09 Mouse id=19 [slave pointer (2)]
⎜ ↳ SYNA30B4:00 06CB:CE09 Touchpad id=20 [slave pointer (2)]
⎜ ↳ Kensington Kensington Expert Mouse id=21 [slave pointer (2)]
⎜ ↳ Generic USB Audio Consumer Control id=22 [slave pointer (2)]
⎜ ↳ Generic USB Audio Consumer Control id=24 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Power Button id=8 [slave keyboard (3)]
↳ Sleep Button id=9 [slave keyboard (3)]
↳ KEYBOARD id=10 [slave keyboard (3)]
↳ KEYBOARD System Control id=12 [slave keyboard (3)]
↳ HID 0566:3013 id=13 [slave keyboard (3)]
↳ HID 0566:3013 System Control id=15 [slave keyboard (3)]
↳ HID 0566:3013 id=16 [slave keyboard (3)]
↳ HP HD Camera: HP HD Camera id=17 [slave keyboard (3)]
↳ HP HD Camera: HP IR Camera id=18 [slave keyboard (3)]
↳ Generic USB Audio id=23 [slave keyboard (3)]
↳ Generic USB Audio id=25 [slave keyboard (3)]
↳ Intel HID events id=26 [slave keyboard (3)]
↳ Intel HID 5 button array id=27 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=28 [slave keyboard (3)]
↳ HP Wireless hotkeys id=29 [slave keyboard (3)]
↳ HP WMI hotkeys id=30 [slave keyboard (3)]
↳ KEYBOARD Consumer Control id=31 [slave keyboard (3)]
↳ HID 0566:3013 Consumer Control id=32 [slave keyboard (3)]
↳ Generic USB Audio Consumer Control id=33 [slave keyboard (3)]
↳ Generic USB Audio Consumer Control id=34 [slave keyboard (3)]

2.
sudo rmmod i2c_hid
sudo modprobe i2c_hid
No change in behavior.

3.
blacklisting of driver provided no relief.
sudo vi /etc/modprobe.d/blacklist.conf (likely a new file)

install i2c_hid /bin/true

Then, update initramfs and reboot...

sudo update-initramfs -u
sudo reboot

4.
Reinstall of xserver-xorg-input-libinput provided no relief.

5.
Back to original config
original configuration (no synaptics or blacklist, all 3 buttons working in 
touchpad), it appears as two devices --

Device 'SYNA30B4:00 06CB:CE09 Mouse':
Device Enabled (174): 1
Coordinate Transformation Matrix (176): 1.00, 0.00, 0.00, 0.00, 
1.00, 0.00, 0.00, 0.00, 1.00
libinput Natural Scrolling Enabled (309): 0
libinput Natural Scrolling Enabled Default (310): 0
libinput Scroll Methods Available (311): 0, 0, 1
libinput Scroll Method Enabled (312): 0, 0, 1
libinput Scroll Method Enabled Default (313): 0, 0, 1
libinput Button Scrolling Button (314): 2
libinput Button Scrolling Button Default (315): 2
libinput Middle Emulation Enabled (316): 0
libinput Middle Emulation Enabled Default (317): 0
libinput Accel Speed (318): 0.00
libinput Accel Speed D

[Bug 1902244] Re: Backport packages for 20.04.2 HWE stack

2020-12-30 Thread Timo Aaltonen
** Description changed:

  [Impact]
  
  These are needed for 20.04.2 images.
  
  [Test case]
  
  Boot a daily image, see that it still has the necessary stack installed
  and working.
  
- Check upgrade from stock bionic.
+ Check upgrade from stock focal.
  
  [Regression potential]
  
  libdrm: very minimal chance for regressions
  
  llvm-11: a new package, no regression potential on it's own
  
  libclc: just a rebuild against the new llvm
  
  libglvnd: mostly just EGL headers sync from Khronos, needed by mesa
  
  mesa: a new major release, but we'll pull the final stable release of
  20.2.x series, so there shouldn't be any regressions left at that point
  
  xserver: a new point-release
  
  xorg drivers: modest updates, if any

** Description changed:

  [Impact]
  
  These are needed for 20.04.2 images.
  
  [Test case]
  
  Boot a daily image, see that it still has the necessary stack installed
  and working.
  
  Check upgrade from stock focal.
  
  [Regression potential]
  
  libdrm: very minimal chance for regressions
  
  llvm-11: a new package, no regression potential on it's own
  
  libclc: just a rebuild against the new llvm
  
  libglvnd: mostly just EGL headers sync from Khronos, needed by mesa
  
  mesa: a new major release, but we'll pull the final stable release of
  20.2.x series, so there shouldn't be any regressions left at that point
  
  xserver: a new point-release
- 
- xorg drivers: modest updates, if any

** Description changed:

  [Impact]
  
  These are needed for 20.04.2 images.
  
  [Test case]
  
  Boot a daily image, see that it still has the necessary stack installed
  and working.
- 
- Check upgrade from stock focal.
  
  [Regression potential]
  
  libdrm: very minimal chance for regressions
  
  llvm-11: a new package, no regression potential on it's own
  
  libclc: just a rebuild against the new llvm
  
  libglvnd: mostly just EGL headers sync from Khronos, needed by mesa
  
  mesa: a new major release, but we'll pull the final stable release of
  20.2.x series, so there shouldn't be any regressions left at that point
  
  xserver: a new point-release

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

Title:
  Backport packages for 20.04.2 HWE stack

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

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

[Bug 1909687] [NEW] Cannot compile kernel using procedure at https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel

2020-12-30 Thread Mark Allyn
Public bug reported:

I am trying to use the procedure to compile the kernel for ubuntu-
bionic:

https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel

Here is the procedure that I tried to do:

First, uncomment all deb-src in /etc/apt/sources.list

apt-get update

apt-get upgrade

apt-get dist-upgrade

Reboot machine

Confirm version:
maallyn@li1183-111:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 18.04.5 LTS
Release:18.04
Codename:   bionic

maallyn@li1183-111:~$ uname -a
Linux li1183-111 4.15.0-128-generic #131-Ubuntu SMP Wed Dec 9 06:57:35 UTC 2020 
x86_64 x86_64 x86_64 GNU/Linux

sudo apt-get build-dep linux linux-image-$(uname -r)

apt-get install libncurses-dev flex bison openssl libssl-dev dkms
libelf-dev libudev-dev libpci-dev libiberty-dev autoconf


 apt-get source linux-image-$(uname -r)  Is broken. I am 
getting permission
denied even though I am on as root.


root@li1183-111:~# apt-get source linux-image-$(uname -r)
Reading package lists... Done
Picking 'linux-signed' as source package instead of 
'linux-image-4.15.0-128-generic'
Need to get 19.8 kB of source archives.
Get:1 http://mirrors.linode.com/ubuntu bionic-updates/main linux-signed 
4.15.0-128.131 (dsc) [2,103 B]
Get:2 http://mirrors.linode.com/ubuntu bionic-updates/main linux-signed 
4.15.0-128.131 (tar) [17.7 kB]
Fetched 19.8 kB in 0s (1,805 kB/s)
dpkg-source: info: extracting linux-signed in linux-signed-4.15.0
dpkg-source: info: unpacking linux-signed_4.15.0-128.131.tar.xz
W: Download is performed unsandboxed as root as file 
'linux-signed_4.15.0-128.131.dsc' couldn't be accessed by user '_apt'. - 
pkgAcquire::Run (13: Permission denied)

##
#

Now trying git clone method

git clone git://kernel.ubuntu.com/ubuntu/ubuntu-bionic.git

This seems to work okay . . .
maallyn@li1183-111:~$ git clone git://kernel.ubuntu.com/ubuntu/ubuntu-bionic.git
Cloning into 'ubuntu-bionic'...
remote: Counting objects: 7717929, done.
remote: Compressing objects: 100% (1127512/1127512), done.
Receiving objects: 100% (7717929/7717929), 1.70 GiB | 18.82 MiB/s, done.
remote: Total 7717929 (delta 6543888), reused 7715758 (delta 6541783)
Resolving deltas: 100% (6543888/6543888), done.
Checking out files: 100% (63373/63373), done.


Now, trying to do the fakeroot, come to find that the procedure
did not include apt-get install fakeroot

Now the prep to do the configures seem to be okay

Now, added allyn1 to version by changing the first line of 
debian.master/changelog:
linux (4.15.0-126.129-allyn1) bionic; urgency=medium

Change config to remove Nouveau (NVIDIA) cards from configuration
so that I can use the propriatary NVIDIA drivers

Changed only amd64 and amd64 lowlatency, but did not change others


---
LANG=C fakeroot debian/rules binary-headers binary-generic binary-perarch

I have made the entire output of the console available at: www.allyn.com
/build-attempt.txt

I have also made the entire (uncompiled) source tree available at:
www.allyn.com/ubuntu-bionic.tar

I can be contacted at markallyn...@gmail.com and my account at ubuntu is
maallyn123

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: linux-image-4.15.0-128-generic 4.15.0-128.131
ProcVersionSignature: Ubuntu 4.15.0-128.131-generic 4.15.18
Uname: Linux 4.15.0-128-generic x86_64
AlsaDevices:
 total 0
 crw-rw 1 root audio 116,  1 Dec 30 17:06 seq
 crw-rw 1 root audio 116, 33 Dec 30 17:06 timer
AplayDevices: Error: [Errno 2] No such file or directory: 'aplay': 'aplay'
ApportVersion: 2.20.9-0ubuntu7.21
Architecture: amd64
ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord': 'arecord'
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
Date: Wed Dec 30 18:54:36 2020
InstallationDate: Installed on 2020-09-28 (92 days ago)
InstallationMedia: Ubuntu-Server 18.04.5 LTS "Bionic Beaver" - Release amd64 
(20200810)
IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig': 'iwconfig'
Lsusb: Error: command ['lsusb'] failed with exit code 1:
MachineType: QEMU Standard PC (Q35 + ICH9, 2009)
PciMultimedia:
 
ProcFB: 0 bochsdrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-128-generic root=/dev/sda ro 
console=ttyS0,19200n8 net.ifnames=0
RelatedPackageVersions:
 linux-restricted-modules-4.15.0-128-generic N/A
 linux-backports-modules-4.15.0-128-generic  N/A
 linux-firmware  1.173.19
RfKill: Error: [Errno 2] No such file or directory: 'rfkill': 'rfkill'
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
WifiSyslog:
 
dmi.bios.date: 04/01/2014
dmi.bios.vendor: SeaBIOS
dmi.bios.version: rel-1.12.0-0-ga698c8995f-prebuilt.qemu.org
dmi.chassis.type: 1
dmi.chassis.vendor: QEMU
dmi.chassis.version: pc-q35-3.1
dmi.modalias: 
dmi:bvnSeaBIOS:bvrrel-1.12.0-0-ga698c8995f-prebuil

[Bug 1909687] Status changed to Confirmed

2020-12-30 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/1909687

Title:
  Cannot compile kernel using procedure at
  https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel

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

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

[Bug 1903438] Re: can't upgrade to 20 from 18

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

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

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

Title:
  can't upgrade to 20 from 18

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

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

[Bug 1902244] Re: Backport packages for 20.04.2 HWE stack

2020-12-30 Thread Timo Aaltonen
wlroots regression sorted out

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

Title:
  Backport packages for 20.04.2 HWE stack

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

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

[Bug 1906273] Re: iwlwifi - very slow for intel 9260/9560 wireless cards

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

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

Title:
  iwlwifi - very slow for intel 9260/9560 wireless cards

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

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

[Bug 1806476] Re: package android-androresolvd 1.3-1build1 failed to install/upgrade: installed android-androresolvd package post-installation script subprocess returned error exit status 1

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

** Changed in: android-androresolvd (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/1806476

Title:
  package android-androresolvd 1.3-1build1 failed to install/upgrade:
  installed android-androresolvd package post-installation script
  subprocess returned error exit status 1

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

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

[Bug 1909689] [NEW] Upgrade from 18.04 to 20.04 failed

2020-12-30 Thread Markus Suomi
Public bug reported:

I tried to upgrade from 18.04 to 20.04 per Ubuntu instructions. Upgrade
halted at early stage "Could not calculate the upgrade" with likely
cause said to be unofficial software packages. I tried to remove with
GUI Software & Updates but that did not help. I do not know how to use
ppa-purge tool.

Description:Ubuntu 18.04.5 LTS
Release:18.04

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubuntu-release-upgrader-core 1:18.04.41
ProcVersionSignature: Ubuntu 
4.15.0-50201905291620.0+mediatree+hauppauge-generic 4.15.18
Uname: Linux 4.15.0-50201905291620-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.21
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: ubuntu:GNOME
Date: Wed Dec 30 22:20:35 2020
InstallationDate: Installed on 2018-07-17 (897 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to bionic on 2020-12-30 (0 days ago)

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


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

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

Title:
  Upgrade from 18.04 to 20.04 failed

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

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

[Bug 1793496] [mutter/bionic] verification still needed

2020-12-30 Thread Brian Murray
The fix for this bug has been awaiting testing feedback in the -proposed
repository for bionic for more than 90 days.  Please test this fix and
update the bug appropriately with the results.  In the event that the
fix for this bug is still not verified 15 days from now, the package
will be removed from the -proposed repository.

** Tags added: removal-candidate

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

Title:
  scaling changes when closing/re-opening the lid

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

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

[Bug 1853007]

2020-12-30 Thread Ben-bucksch
I also see a large number of ns* temporary files that Thunderbird leaves
behind in `/tmp/`. This is quite annoying.

I've currently got almost 1000 ns* files there:
```
/tmp/nsemail-328.eml  /tmp/nsemail-622.eml  /tmp/nsmail-2.pdf
/tmp/nsemail-329.eml  /tmp/nsemail-623.eml  /tmp/nsmail-2.png
/tmp/nsemail-32.eml   /tmp/nsemail-624.eml  /tmp/nsmail-2.tmp
/tmp/nsemail-330.eml  /tmp/nsemail-625.eml  /tmp/nsmail-30.tmp
/tmp/nsemail-331.eml  /tmp/nsemail-626.eml  /tmp/nsmail-31.tmp
/tmp/nsemail-332.eml  /tmp/nsemail-627.eml  /tmp/nsmail-32.tmp
/tmp/nsemail-333.eml  /tmp/nsemail-628.eml  /tmp/nsmail-33.tmp
/tmp/nsemail-334.eml  /tmp/nsemail-629.eml  /tmp/nsmail-34.tmp
/tmp/nsemail-335.eml  /tmp/nsemail-62.eml   /tmp/nsmail-3.eml
/tmp/nsemail-336.eml  /tmp/nsemail-630.eml  /tmp/nsmail-3.jpeg
/tmp/nsemail-337.eml  /tmp/nsemail-631.eml  /tmp/nsmail-3.pdf
/tmp/nsemail-338.eml  /tmp/nsemail-632.eml  /tmp/nsmail-3.tmp
/tmp/nsemail-339.eml  /tmp/nsemail-633.eml  /tmp/nsmail-4.eml
/tmp/nsemail-33.eml   /tmp/nsemail-634.eml  /tmp/nsmail-4.jpeg
/tmp/nsemail-340.eml  /tmp/nsemail-635.eml  /tmp/nsmail-4.pdf
/tmp/nsemail-341.eml  /tmp/nsemail-636.eml  /tmp/nsmail-4.tmp
/tmp/nsemail-342.eml  /tmp/nsemail-637.eml  /tmp/nsmail-5.eml
/tmp/nsemail-343.eml  /tmp/nsemail-638.eml  /tmp/nsmail-5.jpeg
/tmp/nsemail-344.eml  /tmp/nsemail-639.eml  /tmp/nsmail-5.pdf
/tmp/nsemail-345.eml  /tmp/nsemail-63.eml   /tmp/nsmail-5.tmp
/tmp/nsemail-346.eml  /tmp/nsemail-640.eml  /tmp/nsmail-6.eml
/tmp/nsemail-347.eml  /tmp/nsemail-641.eml  /tmp/nsmail-6.jpeg
/tmp/nsemail-348.eml  /tmp/nsemail-642.eml  /tmp/nsmail-6.pdf
/tmp/nsemail-349.eml  /tmp/nsemail-643.eml  /tmp/nsmail-6.tmp
/tmp/nsemail-34.eml   /tmp/nsemail-644.eml  /tmp/nsmail-7.jpeg
/tmp/nsemail-350.eml  /tmp/nsemail-645.eml  /tmp/nsmail-7.pdf
/tmp/nsemail-351.eml  /tmp/nsemail-646.eml  /tmp/nsmail-7.tmp
/tmp/nsemail-352.eml  /tmp/nsemail-647.eml  /tmp/nsmail-8.pdf
/tmp/nsemail-353.eml  /tmp/nsemail-648.eml  /tmp/nsmail-8.tmp
/tmp/nsemail-354.eml  /tmp/nsemail-649.eml  /tmp/nsmail-9.pdf
/tmp/nsemail-355.eml  /tmp/nsemail-64.eml   /tmp/nsmail-9.tmp
/tmp/nsemail-356.eml  /tmp/nsemail-650.eml  /tmp/nsmail.asc
/tmp/nsemail-357.eml  /tmp/nsemail-651.eml  /tmp/nsmail.docx
/tmp/nsemail-358.eml  /tmp/nsemail-652.eml  /tmp/nsmail.eml
/tmp/nsemail-359.eml  /tmp/nsemail-653.eml  /tmp/nsmail.ics
/tmp/nsemail-35.eml   /tmp/nsemail-654.eml  /tmp/nsmail.jpeg
/tmp/nsemail-360.eml  /tmp/nsemail-655.eml  /tmp/nsmail.odt
/tmp/nsemail-361.eml  /tmp/nsemail-656.eml  /tmp/nsmail.pdf
/tmp/nsemail-362.eml  /tmp/nsemail-657.eml  /tmp/nsmail.png
/tmp/nsemail-363.eml  /tmp/nsemail-658.eml  /tmp/nsmail.tmp
/tmp/nsemail-364.eml  /tmp/nsemail-659.eml  /tmp/nsmail.zip
/tmp/nsemail-365.eml  /tmp/nsemail-65.eml
```
This is just an excerpt. There are many more, total 989 files. And that 
although I've had already cleaned them up relatively recently already.

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

Title:
  nsemail and nscopy files left in /tmp

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

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

[Bug 1853007] Re: nsemail and nscopy files left in /tmp

2020-12-30 Thread Bug Watch Updater
** Changed in: thunderbird
   Status: New => Confirmed

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

Title:
  nsemail and nscopy files left in /tmp

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

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

[Bug 1909693] [NEW] package lxd (not installed) failed to install/upgrade: new lxd package pre-installation script subprocess returned error exit status 1

2020-12-30 Thread Pete Ashdown
Public bug reported:

do-release-upgrade on two separate 18.04.05 to 20.04.1 servers stall on
lxd install

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: lxd (not installed)
ProcVersionSignature: Ubuntu 4.15.0-128.131-generic 4.15.18
Uname: Linux 4.15.0-128-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.14
Architecture: amd64
CasperMD5CheckResult: skip
Date: Wed Dec 30 14:58:50 2020
ErrorMessage: new lxd package pre-installation script subprocess returned error 
exit status 1
Python3Details: /usr/bin/python3.8, Python 3.8.5, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.18, python-is-python2, 2.7.17-4
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.2ubuntu0.2
SourcePackage: lxd
Title: package lxd (not installed) failed to install/upgrade: new lxd package 
pre-installation script subprocess returned error exit status 1
UpgradeStatus: Upgraded to focal on 2020-12-30 (0 days ago)

** Affects: lxd (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/1909693

Title:
  package lxd (not installed) failed to install/upgrade: new lxd package
  pre-installation script subprocess returned error exit status 1

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

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

[Bug 1909693] Re: package lxd (not installed) failed to install/upgrade: new lxd package pre-installation script subprocess returned error exit status 1

2020-12-30 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/1909693

Title:
  package lxd (not installed) failed to install/upgrade: new lxd package
  pre-installation script subprocess returned error exit status 1

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

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

[Bug 1853007]

2020-12-30 Thread Rob Lemley
I can confirm this as well. 
This appears to be in the message sending code. I would not be surprised if 
saving drafts also triggers these files as saving a draft shares a lot ofg the 
same code as actually sending.

Today at 14:31 local time, I sent the email about building Thunderbird
85.0b3. And I have several files in tmp from that time that contain that
message in various states:

```
-rw--- 1 rob  rob 3959 Dec 30 14:31 key-3.asc
-rw--- 1 rob  rob78973 Dec 30 14:31 nscopy-2.tmp
-rw--- 1 rob  rob 3753 Dec 30 14:31 nsemail-2.html
-rw--- 1 rob  rob78973 Dec 30 14:31 nsemail-3.eml
-rw--- 1 rob  rob46469 Dec 30 14:31 nsmail-2.tmp
-rw--- 1 rob  rob  517 Dec 30 14:31 nsmail-3.tmp
```

* **key-3.asc** - This is a copy of my public key
* **nscopy-2.tmp** - The entire email, headers and all attachments as one would 
expect to find in a maildir/mbox file
* **nsemail-2.html** - The email body in HTML format
* **nsemail-3.eml** - The entire email, same as nscopy-2.tmp
* **nsmail-2.tmp** - The release notes that were included in the email (and 
html attachment, so this file is HTML)
** *nsmail-3.tmp** - The email body in plain text

Based on the files left behind, it looks like when a message is sent,
the various mime parts are written out to temporary files to assemble
the final message before sending. That produces nsemail-3.eml.
nscopy-2.tmp is maybe because of the copy to the sent folder.

This is with Thunderbird 78.6.0.

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

Title:
  nsemail and nscopy files left in /tmp

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

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

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

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

** Changed in: zfs-linux (Ubuntu Bionic)
   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/1861235

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

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

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

[Bug 1909695] [NEW] Software application hasn't been installed

2020-12-30 Thread Viktor Nagy
Public bug reported:

I installed Ubuntu LTS with mini.iso. After choosing ubuntu-desktop in
task selection gnome-software was not installed.

** Affects: ubuntu-meta (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/1909695

Title:
  Software application hasn't been installed

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

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

[Bug 1909677] Re: package grub-efi-amd64-signed 1.155.1+2.04-1ubuntu35.1 failed to install/upgrade: installed grub-efi-amd64-signed package post-installation script subprocess returned error exit stat

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

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

Title:
  package grub-efi-amd64-signed 1.155.1+2.04-1ubuntu35.1 failed to
  install/upgrade: installed grub-efi-amd64-signed package post-
  installation script subprocess returned error exit status 1

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

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

[Bug 1909697] [NEW] nvidia-304 fails on Ubunut 18.04

2020-12-30 Thread Nephilim1973
Public bug reported:

$ uname -a
Linux p5kws 5.4.0-58-generic #64~18.04.1-Ubuntu SMP Wed Dec 9 17:11:11 UTC 2020 
x86_64 x86_64 x86_64 GNU/Linux

$ cat /etc/*-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.5 LTS"
NAME="Ubuntu"
VERSION="18.04.5 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.5 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/";
SUPPORT_URL="https://help.ubuntu.com/";
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/";
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy";
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic

$ sudo ubuntu-drivers devices
== /sys/devices/pci:00/:00:01.0/:01:00.0 ==
modalias : pci:v10DEd0161sv1458sd3415bc03sc00i00
vendor : NVIDIA Corporation
model : NV44 [GeForce 6200 TurboCache]
driver : nvidia-304 - third-party free recommended
driver : xserver-xorg-video-nouveau - distro free builtin

$ sudo ubuntu-drivers autoinstall
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen Fertig
Einige Pakete konnten nicht installiert werden. Das kann bedeuten, dass
Sie eine unmögliche Situation angefordert haben oder, wenn Sie die
Unstable-Distribution verwenden, dass einige erforderliche Pakete noch
nicht erstellt wurden oder Incoming noch nicht verlassen haben.
Die folgenden Informationen helfen Ihnen vielleicht, die Situation zu lösen:

Die folgenden Pakete haben unerfüllte Abhängigkeiten:
 nvidia-304 : Hängt ab von: xorg-video-abi-11 ist aber nicht installierbar oder
 xorg-video-abi-12 ist aber nicht installierbar oder
 xorg-video-abi-13 ist aber nicht installierbar oder
 xorg-video-abi-14 ist aber nicht installierbar oder
 xorg-video-abi-15 ist aber nicht installierbar oder
 xorg-video-abi-18 ist aber nicht installierbar oder
 xorg-video-abi-19 ist aber nicht installierbar oder
 xorg-video-abi-20 ist aber nicht installierbar oder
 xorg-video-abi-23
  Hängt ab von: xserver-xorg-core
E: Probleme können nicht korrigiert werden, Sie haben zurückgehaltene defekte 
Pakete.

Error messages unfortunatelly appear in German.
Here is a translated version:

$ sudo ubuntu-drivers autoinstall
Package lists are being read ... Done
Dependency tree is built.
Status information is read in  Done
Some packages could not be installed. That can mean that
You have requested an impossible situation or when you have the
Unstable distro use that some required packages still
have not been created or have not yet left Incoming.
The following information may help you resolve the situation:

The following packages have unfulfilled dependencies:
 nvidia-304: Depends on: xorg-video-abi-11 but cannot be installed or
 xorg-video-abi-12 cannot be installed or
 xorg-video-abi-13 cannot be installed or
 xorg-video-abi-14 cannot be installed or
 xorg-video-abi-15 cannot be installed or
 xorg-video-abi-18 cannot be installed or
 xorg-video-abi-19 cannot be installed or
 xorg-video-abi-20 cannot be installed or
 xorg-video-abi-23
  Depends on: xserver-xorg-core
E: Problems cannot be corrected, you have defective packages withheld.

** Affects: nvidia-graphics-drivers-304 (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/1909697

Title:
  nvidia-304 fails on Ubunut 18.04

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

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

[Bug 1909696] [NEW] nvidia-304 fails on Ubunut 18.04

2020-12-30 Thread Nephilim1973
Public bug reported:

$ uname -a
Linux p5kws 5.4.0-58-generic #64~18.04.1-Ubuntu SMP Wed Dec 9 17:11:11 UTC 2020 
x86_64 x86_64 x86_64 GNU/Linux

$ cat /etc/*-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=18.04
DISTRIB_CODENAME=bionic
DISTRIB_DESCRIPTION="Ubuntu 18.04.5 LTS"
NAME="Ubuntu"
VERSION="18.04.5 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.5 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/";
SUPPORT_URL="https://help.ubuntu.com/";
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/";
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy";
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic

$ sudo ubuntu-drivers devices
== /sys/devices/pci:00/:00:01.0/:01:00.0 ==
modalias : pci:v10DEd0161sv1458sd3415bc03sc00i00
vendor   : NVIDIA Corporation
model: NV44 [GeForce 6200 TurboCache]
driver   : nvidia-304 - third-party free recommended
driver   : xserver-xorg-video-nouveau - distro free builtin

$ sudo ubuntu-drivers autoinstall
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.   
Statusinformationen werden eingelesen Fertig
Einige Pakete konnten nicht installiert werden. Das kann bedeuten, dass
Sie eine unmögliche Situation angefordert haben oder, wenn Sie die
Unstable-Distribution verwenden, dass einige erforderliche Pakete noch
nicht erstellt wurden oder Incoming noch nicht verlassen haben.
Die folgenden Informationen helfen Ihnen vielleicht, die Situation zu lösen:

Die folgenden Pakete haben unerfüllte Abhängigkeiten:
 nvidia-304 : Hängt ab von: xorg-video-abi-11 ist aber nicht installierbar oder
 xorg-video-abi-12 ist aber nicht installierbar oder
 xorg-video-abi-13 ist aber nicht installierbar oder
 xorg-video-abi-14 ist aber nicht installierbar oder
 xorg-video-abi-15 ist aber nicht installierbar oder
 xorg-video-abi-18 ist aber nicht installierbar oder
 xorg-video-abi-19 ist aber nicht installierbar oder
 xorg-video-abi-20 ist aber nicht installierbar oder
 xorg-video-abi-23
  Hängt ab von: xserver-xorg-core
E: Probleme können nicht korrigiert werden, Sie haben zurückgehaltene defekte 
Pakete.


Error messages unfortunatelly appear in German.
Here is a translated version:

$ sudo ubuntu-drivers autoinstall
Package lists are being read ... Done
Dependency tree is built.
Status information is read in  Done
Some packages could not be installed. That can mean that
You have requested an impossible situation or when you have the
Unstable distro use that some required packages still
have not been created or have not yet left Incoming.
The following information may help you resolve the situation:

The following packages have unfulfilled dependencies:
 nvidia-304: Depends on: xorg-video-abi-11 but cannot be installed or
 xorg-video-abi-12 cannot be installed or
 xorg-video-abi-13 cannot be installed or
 xorg-video-abi-14 cannot be installed or
 xorg-video-abi-15 cannot be installed or
 xorg-video-abi-18 cannot be installed or
 xorg-video-abi-19 cannot be installed or
 xorg-video-abi-20 cannot be installed or
 xorg-video-abi-23
  Depends on: xserver-xorg-core
E: Problems cannot be corrected, you have defective packages withheld.

** Affects: nvidia-graphics-drivers-375 (Ubuntu)
 Importance: Undecided
 Status: Invalid

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

Title:
  nvidia-304 fails on Ubunut 18.04

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

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

[Bug 1909696] Re: nvidia-304 fails on Ubunut 18.04

2020-12-30 Thread Nephilim1973
Sorry, wrong driver version...

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

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

Title:
  nvidia-304 fails on Ubunut 18.04

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

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

[Bug 1909698] [NEW] outdated tzdata in 18.04

2020-12-30 Thread Tw1ce
Public bug reported:

https://www.iana.org/time-zones tzdata 2020f already exists, please
update the package.

** Affects: tzdata (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/1909698

Title:
  outdated tzdata  in 18.04

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

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

[Bug 1877701] Re: Mailman3 3.2.2-1 is incompatible with Python3 3.8.2-0

2020-12-30 Thread soletan
When transferring MTA setup to latest Ubuntu LTS I am trying to upgrade
to latest mailman for running it another 4 years. As far as I can see
there is no progress on this one and I'm currently stumbling right over
this issue. mailman3 seems to be non-functional in Ubuntu 20.04 ...
maybe you could at least mark mailman3 as unstable/beta to prevent other
interested users from trying to installed it for the whole setup is far
from being well-documented and straight forward. After days of spending
in trying to set up mailman3 this issue being unresolved for months is a
bummer.

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

Title:
  Mailman3 3.2.2-1 is incompatible with Python3 3.8.2-0

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

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

[Bug 1909699] [NEW] Please upgrate to Meld 3.21 for Hirsute Hippo

2020-12-30 Thread PJSingh5000
Public bug reported:

Meld 3.21 integrates better with the recent versions of Ubuntu.
Please consider upgrading the deb package to version 3.21.x for Hirsute Hippo.

References:

https://askubuntu.com/a/1302505/100356

https://github.com/GNOME/meld

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

** Attachment added: "Screenshot of Meld 3.21.1"
   
https://bugs.launchpad.net/bugs/1909699/+attachment/5448113/+files/Screenshot%20from%202020-12-30%2018-20-55.png

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

Title:
  Please upgrate to Meld 3.21 for Hirsute Hippo

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

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

  1   2   >