[Bug 1864279] [NEW] Unable to attach more than 6 scsi volumes

2021-02-11 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

Scsi volume with unit number 7 can not be attached because of this
libvirt check:
https://github.com/libvirt/libvirt/blob/89237d534f0fe950d06a2081089154160c6c2224/src/conf/domain_conf.c#L4796


Nova automatically increase volume unit number by 1, and when I attach 7th 
volume to vm I've got this error:
2020-02-21 09:12:53.309 3572 ERROR nova.virt.libvirt.driver 
[req-156a4725-279d-4173-9f11-85125e4a3e47] [instance: 
3532baf6-a0a4-4a81-84f9-3622c713435f] Failed to attach volume at mountpoint: 
/dev/sdh: libvirt.libvirtError: Requested operation is not valid: Domain 
already contains a disk with that address
2020-02-21 09:12:53.309 3572 ERROR nova.virt.libvirt.driver [instance: 
3532baf6-a0a4-4a81-84f9-3622c713435f] Traceback (most recent call last):
2020-02-21 09:12:53.309 3572 ERROR nova.virt.libvirt.driver [instance: 
3532baf6-a0a4-4a81-84f9-3622c713435f]   File 
"/usr/lib/python3/dist-packages/nova/virt/libvirt/driver.py", line 1810, in 
attach_volume
2020-02-21 09:12:53.309 3572 ERROR nova.virt.libvirt.driver [instance: 
3532baf6-a0a4-4a81-84f9-3622c713435f] guest.attach_device(conf, 
persistent=True, live=live)
2020-02-21 09:12:53.309 3572 ERROR nova.virt.libvirt.driver [instance: 
3532baf6-a0a4-4a81-84f9-3622c713435f]   File 
"/usr/lib/python3/dist-packages/nova/virt/libvirt/guest.py", line 305, in 
attach_device
2020-02-21 09:12:53.309 3572 ERROR nova.virt.libvirt.driver [instance: 
3532baf6-a0a4-4a81-84f9-3622c713435f] 
self._domain.attachDeviceFlags(device_xml, flags=flags)
2020-02-21 09:12:53.309 3572 ERROR nova.virt.libvirt.driver [instance: 
3532baf6-a0a4-4a81-84f9-3622c713435f]   File 
"/usr/lib/python3/dist-packages/eventlet/tpool.py", line 190, in doit
2020-02-21 09:12:53.309 3572 ERROR nova.virt.libvirt.driver [instance: 
3532baf6-a0a4-4a81-84f9-3622c713435f] result = proxy_call(self._autowrap, 
f, *args, **kwargs)
2020-02-21 09:12:53.309 3572 ERROR nova.virt.libvirt.driver [instance: 
3532baf6-a0a4-4a81-84f9-3622c713435f]   File 
"/usr/lib/python3/dist-packages/eventlet/tpool.py", line 148, in proxy_call
2020-02-21 09:12:53.309 3572 ERROR nova.virt.libvirt.driver [instance: 
3532baf6-a0a4-4a81-84f9-3622c713435f] rv = execute(f, *args, **kwargs)
2020-02-21 09:12:53.309 3572 ERROR nova.virt.libvirt.driver [instance: 
3532baf6-a0a4-4a81-84f9-3622c713435f]   File 
"/usr/lib/python3/dist-packages/eventlet/tpool.py", line 129, in execute
2020-02-21 09:12:53.309 3572 ERROR nova.virt.libvirt.driver [instance: 
3532baf6-a0a4-4a81-84f9-3622c713435f] six.reraise(c, e, tb)
2020-02-21 09:12:53.309 3572 ERROR nova.virt.libvirt.driver [instance: 
3532baf6-a0a4-4a81-84f9-3622c713435f]   File 
"/usr/lib/python3/dist-packages/six.py", line 693, in reraise
2020-02-21 09:12:53.309 3572 ERROR nova.virt.libvirt.driver [instance: 
3532baf6-a0a4-4a81-84f9-3622c713435f] raise value
2020-02-21 09:12:53.309 3572 ERROR nova.virt.libvirt.driver [instance: 
3532baf6-a0a4-4a81-84f9-3622c713435f]   File 
"/usr/lib/python3/dist-packages/eventlet/tpool.py", line 83, in tworker
2020-02-21 09:12:53.309 3572 ERROR nova.virt.libvirt.driver [instance: 
3532baf6-a0a4-4a81-84f9-3622c713435f] rv = meth(*args, **kwargs)
2020-02-21 09:12:53.309 3572 ERROR nova.virt.libvirt.driver [instance: 
3532baf6-a0a4-4a81-84f9-3622c713435f]   File 
"/usr/lib/python3/dist-packages/libvirt.py", line 605, in attachDeviceFlags
2020-02-21 09:12:53.309 3572 ERROR nova.virt.libvirt.driver [instance: 
3532baf6-a0a4-4a81-84f9-3622c713435f] if ret == -1: raise libvirtError 
('virDomainAttachDeviceFlags() failed', dom=self)
2020-02-21 09:12:53.309 3572 ERROR nova.virt.libvirt.driver [instance: 
3532baf6-a0a4-4a81-84f9-3622c713435f] libvirt.libvirtError: Requested operation 
is not valid: Domain already contains a disk with that address
2020-02-21 09:12:53.309 3572 ERROR nova.virt.libvirt.driver [instance: 
3532baf6-a0a4-4a81-84f9-3622c713435f]

After patching libvirt driver to skip unit 7 I can attach more than 6
volumes.


ii  nova-compute  2:20.0.0-0ubuntu1~cloud0
ii  nova-compute-kvm  2:20.0.0-0ubuntu1~cloud0
ii  nova-compute-libvirt  2:20.0.0-0ubuntu1~cloud0
ii  libvirt0:amd645.4.0-0ubuntu5~cloud0
ii  librbd1   14.2.4-1bionic
ii  libvirt-daemon-driver-storage-rbd 5.4.0-0ubuntu5~cloud0
ii  python-rbd14.2.4-1bionic
ii  python3-rbd   14.2.4-1bionic

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

** Affects: nova
 Importance: Low
 Status: Won't Fix


** Tags: libvirt
-- 
Unable to attach more than 6 scsi volumes
https://bugs.launchpad.net/bugs/1864279
You received this bug notification because you are a member of Ubuntu Bugs, 
which is subscribed to Ubuntu.

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

[Bug 1901885] Re: [ASRock H270M-ITX/ac] Line output device unavailable on KDE after reboot

2021-02-11 Thread PascalC
No problems with 5.8.0-43-generic

The problem is back after upgrading to 5.8.0-44-generic !  (no line out
in KDE)

I have found a temporary workaround :  just starting in CLI  pacmd  then exit   
It restores the correct sinks.

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

Title:
  [ASRock H270M-ITX/ac] Line output device unavailable on KDE after
  reboot

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

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

[Bug 1914034] Comment bridged from LTC Bugzilla

2021-02-11 Thread bugproxy
--- Comment From heinz-werner_se...@de.ibm.com 2021-02-12 02:42 EDT---
IBM Bugzilla status->closed, Fix Released with hirsuite

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

Title:
  [21.04 FEAT] Upgrade smc-tools to latest version 1.5.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1914034/+subscriptions

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

[Bug 1915185] acpidump.txt

2021-02-11 Thread sessetessu2021
apport information

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

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

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] WifiSyslog.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5463057/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] UdevDb.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1915185/+attachment/5463056/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] RfKill.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1915185/+attachment/5463055/+files/RfKill.txt

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

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] PulseList.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5463054/+files/PulseList.txt

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

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] ProcModules.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5463053/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] ProcInterrupts.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5463052/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] ProcCpuinfoMinimal.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5463051/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] ProcCpuinfo.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5463050/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] Lsusb-v.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "Lsusb-v.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5463049/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] Lsusb-t.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "Lsusb-t.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5463048/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] Lspci-vt.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "Lspci-vt.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5463047/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] Lspci.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1915185/+attachment/5463046/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] IwConfig.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5463045/+files/IwConfig.txt

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

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] CurrentDmesg.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5463044/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] CRDA.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1915185/+attachment/5463043/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] Re: linux kernel 5.8 freeze and jammed cause problems my intel graphic card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

2021-02-11 Thread sessetessu2021
apport information

** Description changed:

  
  linux kernel 5.8 freeze and jammed cause problems
  my intel graphic card Driver: Intel Open Source Technology Center Mesa DRI 
Intel(R) HD
  
  linux kernel 5.4 working Driver: Intel Open Source Technology Center
  Mesa DRI Intel(R) HD
  
  my intel graphic card is Driver: Intel Open Source Technology Center
  Mesa DRI Intel(R) HD
  
  linux kernels 5.8 freeze and jammed my intel graphic card
  
  Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  snowden1444 F pulseaudio
   /dev/snd/controlC0:  snowden1444 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-02-07 (2 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  IwConfig:
   lono wireless extensions.
   
   enp2s0no wireless extensions.
  MachineType: MSI MS-7817
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-65-generic 
root=UUID=8603e1a2-896a-48b4-9a52-8620ce811f29 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-65.73-generic 5.4.78
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-65-generic N/A
   linux-backports-modules-5.4.0-65-generic  N/A
   linux-firmware1.187.9
  RfKill:
   
  Tags:  focal
  Uname: Linux 5.4.0-65-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V10.9
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: B85M-E45 (MS-7817)
  dmi.board.vendor: MSI
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To be filled by O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV10.9:bd04/21/2015:svnMSI:pnMS-7817:pvr2.0:rvnMSI:rnB85M-E45(MS-7817):rvr2.0:cvnMSI:ct3:cvr2.0:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: MS-7817
  dmi.product.sku: To be filled by O.E.M.
  dmi.product.version: 2.0
  dmi.sys.vendor: MSI
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  snowden1444 F pulseaudio
   /dev/snd/controlC0:  snowden1444 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-02-07 (2 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  IwConfig:
   lono wireless extensions.
   
   enp2s0no wireless extensions.
  MachineType: MSI MS-7817
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-65-generic 
root=UUID=8603e1a2-896a-48b4-9a52-8620ce811f29 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-65.73-generic 5.4.78
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-65-generic N/A
   linux-backports-modules-5.4.0-65-generic  N/A
   linux-firmware1.187.9
  RfKill:
   
  Tags:  focal
  Uname: Linux 5.4.0-65-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V10.9
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: B85M-E45 (MS-7817)
  dmi.board.vendor: MSI
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To be filled by O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV10.9:bd04/21/2015:svnMSI:pnMS-7817:pvr2.0:rvnMSI:rnB85M-E45(MS-7817):rvr2.0:cvnMSI:ct3:cvr2.0:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: MS-7817
  dmi.product.sku: To be filled by O.E.M.
  dmi.product.version: 2.0
  dmi.sys.vendor: MSI
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  snowden1402 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-02-06 (3 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release 

[Bug 1915006] Re: Consider merging 4.0-5 for Hirsute

2021-02-11 Thread Christian Ehrhardt 
The merge and tests went mostly fine, except for one issue.
The test "run_system_tests" executes a subtest called "005-scfilter".
This one started to fail before the new upload.
[1]: contains a bunch of runs on the former 4.0-2ubuntu1 that failed the same 
way.
With the new code it is the same, just slightly different output.

This seems to:
a) only fail on armhf (the one running in containers)
b) only breaks a test about system call filtering which is notoriously arch 
dependent
c) only fails with glibc 2.33

Theory: glibc 2.33 changed something making chrony to issue a blocked
system call.

[1]: https://autopkgtest.ubuntu.com/packages/c/chrony/hirsute/armhf

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

Title:
  Consider merging 4.0-5 for Hirsute

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

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

[Bug 1915185] acpidump.txt

2021-02-11 Thread sessetessu2021
apport information

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

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

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] WifiSyslog.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5463040/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] UdevDb.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1915185/+attachment/5463039/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] PulseList.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5463038/+files/PulseList.txt

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

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] ProcModules.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5463037/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] ProcInterrupts.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5463036/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] ProcCpuinfoMinimal.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5463035/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] ProcCpuinfo.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5463034/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] Lsusb-v.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "Lsusb-v.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5463033/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] Lsusb-t.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "Lsusb-t.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5463032/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] Lsusb.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1915185/+attachment/5463031/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] Lspci-vt.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "Lspci-vt.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5463030/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] Lspci.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1915185/+attachment/5463029/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] CurrentDmesg.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5463028/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] CRDA.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1915185/+attachment/5463027/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] Re: linux kernel 5.8 freeze and jammed cause problems my intel graphic card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

2021-02-11 Thread sessetessu2021
apport information

** Description changed:

  
  linux kernel 5.8 freeze and jammed cause problems
  my intel graphic card Driver: Intel Open Source Technology Center Mesa DRI 
Intel(R) HD
  
  linux kernel 5.4 working Driver: Intel Open Source Technology Center
  Mesa DRI Intel(R) HD
  
  my intel graphic card is Driver: Intel Open Source Technology Center
  Mesa DRI Intel(R) HD
  
  linux kernels 5.8 freeze and jammed my intel graphic card
  
  Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  snowden1444 F pulseaudio
   /dev/snd/controlC0:  snowden1444 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-02-07 (2 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  IwConfig:
   lono wireless extensions.
   
   enp2s0no wireless extensions.
  MachineType: MSI MS-7817
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-65-generic 
root=UUID=8603e1a2-896a-48b4-9a52-8620ce811f29 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-65.73-generic 5.4.78
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-65-generic N/A
   linux-backports-modules-5.4.0-65-generic  N/A
   linux-firmware1.187.9
  RfKill:
   
  Tags:  focal
  Uname: Linux 5.4.0-65-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V10.9
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: B85M-E45 (MS-7817)
  dmi.board.vendor: MSI
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To be filled by O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV10.9:bd04/21/2015:svnMSI:pnMS-7817:pvr2.0:rvnMSI:rnB85M-E45(MS-7817):rvr2.0:cvnMSI:ct3:cvr2.0:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: MS-7817
  dmi.product.sku: To be filled by O.E.M.
  dmi.product.version: 2.0
  dmi.sys.vendor: MSI
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  snowden1444 F pulseaudio
   /dev/snd/controlC0:  snowden1444 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-02-07 (2 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  IwConfig:
   lono wireless extensions.
   
   enp2s0no wireless extensions.
  MachineType: MSI MS-7817
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-65-generic 
root=UUID=8603e1a2-896a-48b4-9a52-8620ce811f29 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-65.73-generic 5.4.78
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-65-generic N/A
   linux-backports-modules-5.4.0-65-generic  N/A
   linux-firmware1.187.9
  RfKill:
   
  Tags:  focal
  Uname: Linux 5.4.0-65-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V10.9
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: B85M-E45 (MS-7817)
  dmi.board.vendor: MSI
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To be filled by O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV10.9:bd04/21/2015:svnMSI:pnMS-7817:pvr2.0:rvnMSI:rnB85M-E45(MS-7817):rvr2.0:cvnMSI:ct3:cvr2.0:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: MS-7817
  dmi.product.sku: To be filled by O.E.M.
  dmi.product.version: 2.0
  dmi.sys.vendor: MSI
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  snowden1402 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-02-06 (3 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release 

[Bug 1901391] Re: Ctrl+Alt+Shift+R screen recording not working anymore in 20.10 (Pipewire is now a requirement)

2021-02-11 Thread Daniel van Vugt
Looks like the mutter part is still in proposed (3.38.3-2ubuntu1).

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

** Changed in: mutter (Ubuntu)
   Status: New => Fix Committed

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

** Changed in: mutter (Ubuntu)
 Assignee: (unassigned) => Marco Trevisan (Treviño) (3v1n0)

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

Title:
  Ctrl+Alt+Shift+R screen recording not working anymore in 20.10
  (Pipewire is now a requirement)

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

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

[Bug 1871959] Re: Xorg crashed with SIGABRT in _iris_batch_flush from iris_fence_flush()

2021-02-11 Thread paquin pierre
Hi, thanks,

can't I just do a sudo apt purge linux-generic-hwe-20.04 ?

For now, i'll keep the choice to boot on kernel 5.8 or 5.4. About the
subject you opened on
https://gitlab.freedesktop.org/mesa/mesa/-/issues/4275 it seems to have
some news. That's very technical, can you put here informations when you
have a piece of solution ?

Many thanks

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

Title:
  Xorg crashed with SIGABRT in _iris_batch_flush from iris_fence_flush()

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

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

[Bug 1909162] Please test proposed package

2021-02-11 Thread Chris MacNaughton
Hello Dan, or anyone else affected,

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

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

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

Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-ussuri-needed to verification-ussuri-done. If it does
not fix the bug for you, please add a comment stating that, and change
the tag to verification-ussuri-failed. In either case, details of your
testing will help us make a better decision.

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

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

** Tags added: verification-ussuri-needed

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

Title:
  cluster log slow request spam

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

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

[Bug 1911900] Please test proposed package

2021-02-11 Thread Chris MacNaughton
Hello Ponnuvel, or anyone else affected,

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

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

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

Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-ussuri-needed to verification-ussuri-done. If it does
not fix the bug for you, please add a comment stating that, and change
the tag to verification-ussuri-failed. In either case, details of your
testing will help us make a better decision.

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

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

** Tags added: verification-ussuri-needed

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

Title:
  [SRU] Active scrub blocks upmap balancer

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

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

[Bug 1912355] Please test proposed package

2021-02-11 Thread Chris MacNaughton
Hello Chris, or anyone else affected,

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

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

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

Your feedback will aid us getting this update out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-ussuri-needed to verification-ussuri-done. If it does
not fix the bug for you, please add a comment stating that, and change
the tag to verification-ussuri-failed. In either case, details of your
testing will help us make a better decision.

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

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

** Tags added: verification-ussuri-needed

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

Title:
  [SRU] Ceph 15.2.8

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

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

[Bug 1914034] Re: [21.04 FEAT] Upgrade smc-tools to latest version 1.5.0

2021-02-11 Thread Frank Heimes
** Changed in: ubuntu-z-systems
   Status: Triaged => Fix Released

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

Title:
  [21.04 FEAT] Upgrade smc-tools to latest version 1.5.0

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1914034/+subscriptions

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

[Bug 1915185] acpidump.txt

2021-02-11 Thread sessetessu2021
apport information

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

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

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] WifiSyslog.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5463024/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] UdevDb.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1915185/+attachment/5463023/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] PulseList.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5463022/+files/PulseList.txt

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

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] ProcModules.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5463021/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] ProcInterrupts.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5463020/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] ProcCpuinfoMinimal.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5463019/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] ProcCpuinfo.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5463018/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] Lsusb-v.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "Lsusb-v.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5463017/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] Lsusb-t.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "Lsusb-t.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5463016/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] Lsusb.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1915185/+attachment/5463015/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] Lspci-vt.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "Lspci-vt.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5463014/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] Lspci.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1915185/+attachment/5463013/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] CurrentDmesg.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5463012/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] CRDA.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1915185/+attachment/5463011/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] Re: linux kernel 5.8 freeze and jammed cause problems my intel graphic card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

2021-02-11 Thread sessetessu2021
apport information

** Description changed:

  
  linux kernel 5.8 freeze and jammed cause problems
  my intel graphic card Driver: Intel Open Source Technology Center Mesa DRI 
Intel(R) HD
  
  linux kernel 5.4 working Driver: Intel Open Source Technology Center
  Mesa DRI Intel(R) HD
  
  my intel graphic card is Driver: Intel Open Source Technology Center
  Mesa DRI Intel(R) HD
  
  linux kernels 5.8 freeze and jammed my intel graphic card
  
  Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  snowden1444 F pulseaudio
   /dev/snd/controlC0:  snowden1444 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-02-07 (2 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  IwConfig:
   lono wireless extensions.
   
   enp2s0no wireless extensions.
  MachineType: MSI MS-7817
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-65-generic 
root=UUID=8603e1a2-896a-48b4-9a52-8620ce811f29 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-65.73-generic 5.4.78
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-65-generic N/A
   linux-backports-modules-5.4.0-65-generic  N/A
   linux-firmware1.187.9
  RfKill:
   
  Tags:  focal
  Uname: Linux 5.4.0-65-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V10.9
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: B85M-E45 (MS-7817)
  dmi.board.vendor: MSI
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To be filled by O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV10.9:bd04/21/2015:svnMSI:pnMS-7817:pvr2.0:rvnMSI:rnB85M-E45(MS-7817):rvr2.0:cvnMSI:ct3:cvr2.0:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: MS-7817
  dmi.product.sku: To be filled by O.E.M.
  dmi.product.version: 2.0
  dmi.sys.vendor: MSI
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  snowden1444 F pulseaudio
   /dev/snd/controlC0:  snowden1444 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-02-07 (2 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  IwConfig:
   lono wireless extensions.
   
   enp2s0no wireless extensions.
  MachineType: MSI MS-7817
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-65-generic 
root=UUID=8603e1a2-896a-48b4-9a52-8620ce811f29 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-65.73-generic 5.4.78
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-65-generic N/A
   linux-backports-modules-5.4.0-65-generic  N/A
   linux-firmware1.187.9
  RfKill:
   
  Tags:  focal
  Uname: Linux 5.4.0-65-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V10.9
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: B85M-E45 (MS-7817)
  dmi.board.vendor: MSI
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To be filled by O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV10.9:bd04/21/2015:svnMSI:pnMS-7817:pvr2.0:rvnMSI:rnB85M-E45(MS-7817):rvr2.0:cvnMSI:ct3:cvr2.0:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: MS-7817
  dmi.product.sku: To be filled by O.E.M.
  dmi.product.version: 2.0
  dmi.sys.vendor: MSI
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  snowden1402 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-02-06 (3 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release 

[Bug 1774950] Re: Suspend fails in Ubuntu and Kubuntu 18.04 but works fine in Ubuntu and Kubuntu 17.10 (and on Kubuntu 18.04 using kernel 4.14.47)

2021-02-11 Thread /tony/dev/null
Its been 2 years, Current version of kernel is 5.4.* and still not fixed.
I have this problem from beginning (2019) & I don't have nvidia GPU.

I tried all except downgrading kernel.
Does anyone can tell which version I should test. I looked up but some said 
4.14 works others 4.15.

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

Title:
  Suspend fails in Ubuntu and Kubuntu 18.04 but works fine in Ubuntu and
  Kubuntu 17.10 (and on Kubuntu 18.04 using kernel 4.14.47)

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

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

[Bug 1915185] WifiSyslog.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5463008/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] acpidump.txt

2021-02-11 Thread sessetessu2021
apport information

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

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

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] UdevDb.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1915185/+attachment/5463007/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] RfKill.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1915185/+attachment/5463006/+files/RfKill.txt

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

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] PulseList.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5463005/+files/PulseList.txt

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

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] ProcInterrupts.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5463003/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] ProcCpuinfoMinimal.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5463002/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] ProcModules.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5463004/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] ProcCpuinfo.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5463001/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] Lsusb-v.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "Lsusb-v.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5463000/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] Lsusb-t.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "Lsusb-t.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5462999/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] Lspci-vt.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "Lspci-vt.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5462998/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] Lspci.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1915185/+attachment/5462997/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] IwConfig.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5462996/+files/IwConfig.txt

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

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] CurrentDmesg.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5462995/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] CRDA.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1915185/+attachment/5462994/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] Re: linux kernel 5.8 freeze and jammed cause problems my intel graphic card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

2021-02-11 Thread sessetessu2021
apport information

** Description changed:

  
  linux kernel 5.8 freeze and jammed cause problems
  my intel graphic card Driver: Intel Open Source Technology Center Mesa DRI 
Intel(R) HD
  
  linux kernel 5.4 working Driver: Intel Open Source Technology Center
  Mesa DRI Intel(R) HD
  
  my intel graphic card is Driver: Intel Open Source Technology Center
  Mesa DRI Intel(R) HD
  
  linux kernels 5.8 freeze and jammed my intel graphic card
  
  Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  snowden1444 F pulseaudio
   /dev/snd/controlC0:  snowden1444 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-02-07 (2 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  IwConfig:
   lono wireless extensions.
   
   enp2s0no wireless extensions.
  MachineType: MSI MS-7817
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-65-generic 
root=UUID=8603e1a2-896a-48b4-9a52-8620ce811f29 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-65.73-generic 5.4.78
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-65-generic N/A
   linux-backports-modules-5.4.0-65-generic  N/A
   linux-firmware1.187.9
  RfKill:
   
  Tags:  focal
  Uname: Linux 5.4.0-65-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V10.9
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: B85M-E45 (MS-7817)
  dmi.board.vendor: MSI
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To be filled by O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV10.9:bd04/21/2015:svnMSI:pnMS-7817:pvr2.0:rvnMSI:rnB85M-E45(MS-7817):rvr2.0:cvnMSI:ct3:cvr2.0:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: MS-7817
  dmi.product.sku: To be filled by O.E.M.
  dmi.product.version: 2.0
  dmi.sys.vendor: MSI
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  snowden1444 F pulseaudio
   /dev/snd/controlC0:  snowden1444 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-02-07 (2 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  IwConfig:
   lono wireless extensions.
   
   enp2s0no wireless extensions.
  MachineType: MSI MS-7817
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-65-generic 
root=UUID=8603e1a2-896a-48b4-9a52-8620ce811f29 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-65.73-generic 5.4.78
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-65-generic N/A
   linux-backports-modules-5.4.0-65-generic  N/A
   linux-firmware1.187.9
  RfKill:
   
  Tags:  focal
  Uname: Linux 5.4.0-65-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V10.9
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: B85M-E45 (MS-7817)
  dmi.board.vendor: MSI
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To be filled by O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV10.9:bd04/21/2015:svnMSI:pnMS-7817:pvr2.0:rvnMSI:rnB85M-E45(MS-7817):rvr2.0:cvnMSI:ct3:cvr2.0:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: MS-7817
  dmi.product.sku: To be filled by O.E.M.
  dmi.product.version: 2.0
  dmi.sys.vendor: MSI
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  snowden1402 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-02-06 (3 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release 

[Bug 1915185] acpidump.txt

2021-02-11 Thread sessetessu2021
apport information

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

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

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] WifiSyslog.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5462991/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] UdevDb.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1915185/+attachment/5462990/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] PulseList.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5462989/+files/PulseList.txt

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

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] ProcModules.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5462988/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] ProcInterrupts.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5462987/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] ProcCpuinfoMinimal.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5462986/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] ProcCpuinfo.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5462985/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] Lsusb-v.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "Lsusb-v.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5462984/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] Lsusb-t.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "Lsusb-t.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5462983/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] Lsusb.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1915185/+attachment/5462982/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] Lspci-vt.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "Lspci-vt.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5462981/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] Lspci.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1915185/+attachment/5462980/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] CurrentDmesg.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5462979/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] CRDA.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1915185/+attachment/5462978/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] Re: linux kernel 5.8 freeze and jammed cause problems my intel graphic card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

2021-02-11 Thread sessetessu2021
apport information

** Description changed:

  
  linux kernel 5.8 freeze and jammed cause problems
  my intel graphic card Driver: Intel Open Source Technology Center Mesa DRI 
Intel(R) HD
  
  linux kernel 5.4 working Driver: Intel Open Source Technology Center
  Mesa DRI Intel(R) HD
  
  my intel graphic card is Driver: Intel Open Source Technology Center
  Mesa DRI Intel(R) HD
  
  linux kernels 5.8 freeze and jammed my intel graphic card
  
  Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  snowden1444 F pulseaudio
   /dev/snd/controlC0:  snowden1444 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-02-07 (2 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  IwConfig:
   lono wireless extensions.
   
   enp2s0no wireless extensions.
  MachineType: MSI MS-7817
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-65-generic 
root=UUID=8603e1a2-896a-48b4-9a52-8620ce811f29 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-65.73-generic 5.4.78
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-65-generic N/A
   linux-backports-modules-5.4.0-65-generic  N/A
   linux-firmware1.187.9
  RfKill:
   
  Tags:  focal
  Uname: Linux 5.4.0-65-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V10.9
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: B85M-E45 (MS-7817)
  dmi.board.vendor: MSI
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To be filled by O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV10.9:bd04/21/2015:svnMSI:pnMS-7817:pvr2.0:rvnMSI:rnB85M-E45(MS-7817):rvr2.0:cvnMSI:ct3:cvr2.0:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: MS-7817
  dmi.product.sku: To be filled by O.E.M.
  dmi.product.version: 2.0
  dmi.sys.vendor: MSI
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  snowden1444 F pulseaudio
   /dev/snd/controlC0:  snowden1444 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-02-07 (2 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release amd64 (20200731)
  IwConfig:
   lono wireless extensions.
   
   enp2s0no wireless extensions.
  MachineType: MSI MS-7817
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fi_FI.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-65-generic 
root=UUID=8603e1a2-896a-48b4-9a52-8620ce811f29 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-65.73-generic 5.4.78
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-65-generic N/A
   linux-backports-modules-5.4.0-65-generic  N/A
   linux-firmware1.187.9
  RfKill:
   
  Tags:  focal
  Uname: Linux 5.4.0-65-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: V10.9
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: B85M-E45 (MS-7817)
  dmi.board.vendor: MSI
  dmi.board.version: 2.0
  dmi.chassis.asset.tag: To be filled by O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: MSI
  dmi.chassis.version: 2.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrV10.9:bd04/21/2015:svnMSI:pnMS-7817:pvr2.0:rvnMSI:rnB85M-E45(MS-7817):rvr2.0:cvnMSI:ct3:cvr2.0:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: MS-7817
  dmi.product.sku: To be filled by O.E.M.
  dmi.product.version: 2.0
  dmi.sys.vendor: MSI
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.16
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  snowden1402 F pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2021-02-06 (3 days ago)
  InstallationMedia: Ubuntu 20.04.1 LTS "Focal Fossa" - Release 

[Bug 1871959] Re: Xorg crashed with SIGABRT in _iris_batch_flush from iris_fence_flush()

2021-02-11 Thread Daniel van Vugt
Sorry to hear that. To remove the 5.8 kernel packages, first run this
command to find their names:

  dpkg -l | grep 5.8.0 | grep linux | awk '{print $2;}'

Then you can remove them with:

  sudo dpkg -P PACKAGENAMES

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

Title:
  Xorg crashed with SIGABRT in _iris_batch_flush from iris_fence_flush()

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

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

[Bug 1871959] Re: Xorg crashed with SIGABRT in _iris_batch_flush from iris_fence_flush()

2021-02-11 Thread paquin pierre
Hello,

This is why you have no report from kernel 5.8+ : 
"The supported kernel version range is from 4.15 to 5.5, minimum supported Xorg 
version is 1.16 and minimum supported Mutter (Wayland) is 3.32."

https://support.displaylink.com/knowledgebase/articles/684649

Some people seems to have kernel 5.9 working, but I tried without success, 
still have the above message. Here's an entry on DisplayLink forum with the 
same problem : 
https://displaylink.org/forum/showthread.php?t=67561

I can't create an account on this forum, don't know why... The mail with
code never arrive. If anyone has my problem, he can reply on displaylink
forum to get help with kernel 5.8+

Here's a tuto for kernel 5.9, don't work for me, but seemed to help sometimes : 
https://displaylink.org/forum/showpost.php?p=90853=2

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

Title:
  Xorg crashed with SIGABRT in _iris_batch_flush from iris_fence_flush()

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

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

[Bug 1915185] acpidump.txt

2021-02-11 Thread sessetessu2021
apport information

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

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

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] UdevDb.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1915185/+attachment/5462974/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] WifiSyslog.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5462975/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] PulseList.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5462973/+files/PulseList.txt

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

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

[Bug 1915185] ProcModules.txt

2021-02-11 Thread sessetessu2021
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1915185/+attachment/5462972/+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/1915185

Title:
  linux kernel 5.8 freeze and jammed cause problems my intel graphic
  card Driver: Intel Open Source Technology Center Mesa DRI Intel(R) HD

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

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

  1   2   3   4   5   >