[Bug 1218322] Re: Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

2023-03-03 Thread Yuri Gor
Fresh 22.04, at first gnome tweaks helped, but then I changed 
Settings / Keyboard / Switch input source individually for each window
And now even gnome tweaks doesn't work anymore.
Changing back to "Use the same source for all windows" also doesn't help.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to a duplicate bug report (1241270).
https://bugs.launchpad.net/bugs/1218322

Title:
  Can't set keyboard layout change to alt+shift, ctrl+shift, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/1218322/+subscriptions


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

[Bug 1976534] Re: /dev/ttyUSB0 doesn't appear for an FTDI on fresh Ubuntu 22.04

2022-06-04 Thread Yuri Yorick
** Description changed:

  Hi all,
  
  This problem appeared on a freshly installed Ubuntu 22.04 desktop.
  
  When I'm attaching a ftdi device into usb everything looks great but
  there's no /dev/ttyUSB0 file. Looks like it's created and then
  disappears immediately. I tried to remove brltty package (as some
  recommends
  https://bugs.launchpad.net/ubuntu/+source/brltty/+bug/1958224) but it
  didn't help.
  
  The same ftdi device works on older Ubuntu version w/o any problems. So
  hardware is ok.
  
  I'm having this in syslog:
  
  Jun  1 16:58:09 qgs-comp kernel: [  538.642086] usb 2-1.5: new full-speed USB 
device number 5 using ehci-pci
  Jun  1 16:58:10 qgs-comp kernel: [  538.756437] usb 2-1.5: New USB device 
found, idVendor=0403, idProduct=6001, bcdDevice= 6.00
  Jun  1 16:58:10 qgs-comp kernel: [  538.756445] usb 2-1.5: New USB device 
strings: Mfr=1, Product=2, SerialNumber=3
  Jun  1 16:58:10 qgs-comp kernel: [  538.756448] usb 2-1.5: Product: USB Serial
  Jun  1 16:58:10 qgs-comp kernel: [  538.756450] usb 2-1.5: Manufacturer: FTDI
  Jun  1 16:58:10 qgs-comp kernel: [  538.756452] usb 2-1.5: SerialNumber: 
FT0KKBIF
  Jun  1 16:58:10 qgs-comp kernel: [  538.759677] ftdi_sio 2-1.5:1.0: FTDI USB 
Serial Device converter detected
  Jun  1 16:58:10 qgs-comp kernel: [  538.759713] usb 2-1.5: Detected FT232RL
  Jun  1 16:58:10 qgs-comp kernel: [  538.760546] usb 2-1.5: FTDI USB Serial 
Device converter now attached to ttyUSB0
  Jun  1 16:58:01 qgs-comp colord-sane: message repeated 2 times: [ 
io/hpmud/musb.c 2101: Invalid usb_open: Permission denied]
  Jun  1 16:58:10 qgs-comp mtp-probe: checking bus 2, device 5: 
"/sys/devices/pci:00/:00:1d.0/usb2/2-1/2-1.5"
  Jun  1 16:58:10 qgs-comp mtp-probe: bus: 2, device: 5 was not an MTP device
  Jun  1 16:58:10 qgs-comp systemd-udevd[5394]: 2-1.5: Failed to create/update 
device symlink '/dev/ttyUSB0', ignoring: File exists
  Jun  1 16:58:10 qgs-comp snapd[942]: hotplug.go:199: hotplug device add event 
ignored, enable experimental.hotplug
  Jun  1 16:58:10 qgs-comp mtp-probe: checking bus 2, device 5: 
"/sys/devices/pci:00/:00:1d.0/usb2/2-1/2-1.5"
  Jun  1 16:58:10 qgs-comp mtp-probe: bus: 2, device: 5 was not an MTP device
  Jun  1 16:58:10 qgs-comp colord-sane: io/hpmud/musb.c 2101: Invalid usb_open: 
Permission denied
  
  I noticed this line:
  
  Jun  1 16:58:10 qgs-comp systemd-udevd[5394]: 2-1.5: Failed to
  create/update device symlink '/dev/ttyUSB0', ignoring: File exists
  
  Why is it happening? There's no /dev/ttyUSB0 neither before nor after I
  attach ftdi device to a USB port.
+ 
+ 
+ Let's take a look in /dev/serial folder:
+ 
+ cd /dev/serial ; ls -LR
+ 
+ .:
+ by-id
+ by-path
+ 
+ ./by-id:
+ ls: cannot access './by-id/usb-FTDI_USB_Serial_FT0KKBIF-if00-port0': No such 
file or directory
+ usb-FTDI_USB_Serial_FT0KKBIF-if00-port0
+ 
+ ./by-path:
+ ls: cannot access './by-path/pci-:00:1d.0-usb-0:1.5:1.0-port0': No such 
file or directory
+ pci-:00:1d.0-usb-0:1.5:1.0-port0
+ 
+ So the folders and links are there but there's no /dev/ttyUSB0 file the
+ links point to.

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

Title:
  /dev/ttyUSB0 doesn't appear for an FTDI on fresh Ubuntu 22.04

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


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

[Bug 1976534] [NEW] /dev/ttyUSB0 doesn't appear for an FTDI on fresh Ubuntu 22.04

2022-06-01 Thread Yuri Yorick
Public bug reported:

Hi all,

This problem appeared on a freshly installed Ubuntu 22.04 desktop.

When I'm attaching a ftdi device into usb everything looks great but
there's no /dev/ttyUSB0 file. Looks like it's created and then
disappears immediately. I tried to remove brltty package (as some
recommends
https://bugs.launchpad.net/ubuntu/+source/brltty/+bug/1958224) but it
didn't help.

The same ftdi device works on older Ubuntu version w/o any problems. So
hardware is ok.

I'm having this in syslog:

Jun  1 16:58:09 qgs-comp kernel: [  538.642086] usb 2-1.5: new full-speed USB 
device number 5 using ehci-pci
Jun  1 16:58:10 qgs-comp kernel: [  538.756437] usb 2-1.5: New USB device 
found, idVendor=0403, idProduct=6001, bcdDevice= 6.00
Jun  1 16:58:10 qgs-comp kernel: [  538.756445] usb 2-1.5: New USB device 
strings: Mfr=1, Product=2, SerialNumber=3
Jun  1 16:58:10 qgs-comp kernel: [  538.756448] usb 2-1.5: Product: USB Serial
Jun  1 16:58:10 qgs-comp kernel: [  538.756450] usb 2-1.5: Manufacturer: FTDI
Jun  1 16:58:10 qgs-comp kernel: [  538.756452] usb 2-1.5: SerialNumber: 
FT0KKBIF
Jun  1 16:58:10 qgs-comp kernel: [  538.759677] ftdi_sio 2-1.5:1.0: FTDI USB 
Serial Device converter detected
Jun  1 16:58:10 qgs-comp kernel: [  538.759713] usb 2-1.5: Detected FT232RL
Jun  1 16:58:10 qgs-comp kernel: [  538.760546] usb 2-1.5: FTDI USB Serial 
Device converter now attached to ttyUSB0
Jun  1 16:58:01 qgs-comp colord-sane: message repeated 2 times: [ 
io/hpmud/musb.c 2101: Invalid usb_open: Permission denied]
Jun  1 16:58:10 qgs-comp mtp-probe: checking bus 2, device 5: 
"/sys/devices/pci:00/:00:1d.0/usb2/2-1/2-1.5"
Jun  1 16:58:10 qgs-comp mtp-probe: bus: 2, device: 5 was not an MTP device
Jun  1 16:58:10 qgs-comp systemd-udevd[5394]: 2-1.5: Failed to create/update 
device symlink '/dev/ttyUSB0', ignoring: File exists
Jun  1 16:58:10 qgs-comp snapd[942]: hotplug.go:199: hotplug device add event 
ignored, enable experimental.hotplug
Jun  1 16:58:10 qgs-comp mtp-probe: checking bus 2, device 5: 
"/sys/devices/pci:00/:00:1d.0/usb2/2-1/2-1.5"
Jun  1 16:58:10 qgs-comp mtp-probe: bus: 2, device: 5 was not an MTP device
Jun  1 16:58:10 qgs-comp colord-sane: io/hpmud/musb.c 2101: Invalid usb_open: 
Permission denied

I noticed this line:

Jun  1 16:58:10 qgs-comp systemd-udevd[5394]: 2-1.5: Failed to
create/update device symlink '/dev/ttyUSB0', ignoring: File exists

Why is it happening? There's no /dev/ttyUSB0 neither before nor after I
attach ftdi device to a USB port.

** Affects: ubuntu
 Importance: Undecided
 Status: New

** Summary changed:

- /dev/ttyUSB0 file disappears on Ubuntu 22.04
+ /dev/ttyUSB0 doesn't appear (fresh Ubuntu 22.04)

** Summary changed:

- /dev/ttyUSB0 doesn't appear (fresh Ubuntu 22.04)
+ /dev/ttyUSB0 doesn't appear for an FTDI (fresh Ubuntu 22.04)

** Summary changed:

- /dev/ttyUSB0 doesn't appear for an FTDI (fresh Ubuntu 22.04)
+ /dev/ttyUSB0 doesn't appear for an FTDI on fresh Ubuntu 22.04

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

Title:
  /dev/ttyUSB0 doesn't appear for an FTDI on fresh Ubuntu 22.04

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


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

[Bug 1879633] Re: Killer 500s (QCA6390) WLAN/BT [17cb:1101] unavailable

2020-12-19 Thread Yuri Astrakhan
I have been using rc6 kernel 5.10, plus I git cloned the ath11k-firmware
repo, and linking /lib/firmware/ath11k/QCA6390/hw2.0 -> /lib/ath11k-
firmware/QCA6390/hw2.0/1.0.1/WLAN.HST.1.0.1-01740-QCAHSTSWPLZ_V2_TO_X86-1/

uname -a:   Linux minty 5.10.0-051000rc6-generic #202011291930 SMP Mon
Nov 30 00:36:46 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

I have had pretty good results with the wifi, except that after sleep
resume, i always have to do   sudo modprobe -r -f ath11k_pci && sudo
modprobe ath11k_pci   -- which takes 2 to 3 minutes (last run - 2:34).
Otherwise wifi is not working at all.

Additionally, on occasion I have observed full system lock ups that
require hard reboot (long press on power button). I do not know if this
is related.


[  +0.06] usb 1-3.1: USB disconnect, device number 6
[  +0.219827] usb 1-3.2: USB disconnect, device number 5
[  +0.150986] pcieport :00:1c.4: PME: Spurious native interrupt!
[  +1.140384] ACPI Error: Thread 2487681024 cannot release Mutex [ECMX] 
acquired by thread 1375698944 (20200925/exmutex-378)

[  +0.19] No Local Variables are initialized for Method [_Q66]

[  +0.03] No Arguments are initialized for method [_Q66]

[  +0.07] ACPI Error: Aborting method \_SB.PCI0.LPCB.ECDV._Q66 due to 
previous error (AE_AML_NOT_OWNER) (20200925/psparse-529)
[  +0.079962] usb 6-1: USB disconnect, device number 2
[  +1.614174] wlp4s0: deauthenticating from 58:ef:68:0f:2a:3a by local choice 
(Reason: 3=DEAUTH_LEAVING)
[  +0.140469] PM: suspend entry (s2idle)
[  +0.009589] Filesystems sync: 0.009 seconds
[  +0.002797] Freezing user space processes ... (elapsed 0.060 seconds) done.
[  +0.060942] OOM killer disabled.
[  +0.01] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) 
done.
[  +0.001721] printk: Suspending console(s) (use no_console_suspend to debug)
[Dec19 20:21] ACPI: EC: interrupt blocked
[Dec19 20:34] ACPI: EC: interrupt unblocked
[  +1.34] xhci_hcd :a5:00.0: BAR 0: error updating (0x8af0 != 
0x00)
[  +0.189078] nvme nvme0: 16/0/0 default/read/poll queues
[  +0.304973] OOM killer enabled.
[  +0.01] Restarting tasks ... 
[  +0.003223] mei_hdcp :00:16.0-b638ab7e-94e2-4ea2-a552-d1c54b627f04: bound 
:00:02.0 (ops i915_hdcp_component_ops [i915])
[  +0.004528] done.
[  +0.063481] PM: suspend exit
[  +3.018443] ath11k_pci :04:00.0: wmi command 16387 timeout
[  +0.27] ath11k_pci :04:00.0: failed to send WMI_PDEV_SET_PARAM cmd
[  +0.06] ath11k_pci :04:00.0: failed to enable dynamic bw: -11
[  +3.071691] ath11k_pci :04:00.0: wmi command 16387 timeout
[  +0.03] ath11k_pci :04:00.0: failed to send WMI_PDEV_SET_PARAM cmd
[  +0.03] ath11k_pci :04:00.0: failed to enable PMF QOS: (-11
[  +3.071750] ath11k_pci :04:00.0: wmi command 16387 timeout
[  +0.05] ath11k_pci :04:00.0: failed to send WMI_PDEV_SET_PARAM cmd
[  +0.05] ath11k_pci :04:00.0: failed to enable PMF QOS: (-11
[ +13.566946] ath11k_pci :04:00.0: wmi command 16387 timeout
[  +0.07] ath11k_pci :04:00.0: failed to send WMI_PDEV_SET_PARAM cmd
[  +0.06] ath11k_pci :04:00.0: failed to enable PMF QOS: (-11
[  +0.144494] failed to send QMI message
[  +0.07] ath11k_pci :04:00.0: qmi failed to send mode request, mode: 
4, err = -5
[  +0.01] ath11k_pci :04:00.0: qmi failed to send wlan mode off
[Dec19 20:37] cfg80211: Loading compiled-in X.509 certificates for regulatory 
database
[  +0.000191] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[  +0.017076] ath11k_pci :04:00.0: WARNING: ath11k PCI support is 
experimental!
[  +0.000153] ath11k_pci :04:00.0: BAR 0: assigned [mem 
0xd210-0xd21f 64bit]
[  +0.070957] mhi :04:00.0: Requested to power ON
[  +0.000207] mhi :04:00.0: Power on setup success
[  +0.414557] ath11k_pci :04:00.0: Respond mem req failed, result: 1, err: 0
[  +0.06] ath11k_pci :04:00.0: qmi failed to respond fw mem req:-22
[  +0.010392] ath11k_pci :04:00.0: chip_id 0x0 chip_family 0xb board_id 
0xff soc_id 0x
[  +0.05] ath11k_pci :04:00.0: fw_version 0x101c06cc fw_build_timestamp 
2020-06-24 19:50 fw_build_id 
[  +0.204570] ath11k_pci :04:00.0 wlp4s0: renamed from wlan0
[Dec19 20:38] wlp4s0: authenticate with 58:ef:68:0f:2a:3a
[  +0.149049] wlp4s0: send auth to 58:ef:68:0f:2a:3a (try 1/3)
[  +0.005101] wlp4s0: authenticated
[  +0.15] ath11k_pci :04:00.0 wlp4s0: disabling HT/VHT/HE due to 
WEP/TKIP use
[  +0.007783] wlp4s0: associate with 58:ef:68:0f:2a:3a (try 1/3)
[  +0.019239] wlp4s0: RX AssocResp from 58:ef:68:0f:2a:3a (capab=0x11 status=0 
aid=3)
[  +0.015076] wlp4s0: associated
[  +0.007314] IPv6: ADDRCONF(NETDEV_CHANGE): wlp4s0: link becomes ready
[Dec19 20:39] perf: interrupt took too long (4034 > 4022), lowering 
kernel.perf_event_max_sample_rate to 49500

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

[Bug 1899514] Re: Dependency update needed

2020-10-12 Thread Yuri Pelz Gossmann
Running "sudo apt install linux-modules-nvidia-450-generic-hwe-20.04" is
a better way of observing the problem

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

Title:
  Dependency update needed

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

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

[Bug 1899514] [NEW] Dependency update needed

2020-10-12 Thread Yuri Pelz Gossmann
Public bug reported:

Fresh install of Ubuntu 20.04.1 here.

Upon executing "sudo ubuntu-drivers install", I get the following
output:

linux-modules-nvidia-450-generic-hwe-20.04 : Depends: nvidia-kernel-
common-450 (<= 450.66-1) but 450.80.02-0ubuntu0.20.04.2 is to be
installed

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

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

Title:
  Dependency update needed

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

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

[Bug 1897464] Re: Problmes with disk size with zfs

2020-09-28 Thread Yuri Weinstein
1. The specific steps or actions you took that caused you to encounter
the problem.

Installed 20.04 wih zfs option, allocated 64GB of drive space

2. The behavior you expected.

Expected ~64GB drive space be available for use


3. The behavior you actually encountered (in as much detail as possible).

In reality, see different information via Ubutnu GUI and zfs zpool

GUI shows 23.6 GB drive size
zpool => rpool 59G 38.7G 20.3G - - 36% 65% 1.00x ONLINE -

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

Title:
  Problmes with disk size with zfs

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

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

[Bug 1897464] [NEW] Problmes with disk size with zfs

2020-09-27 Thread Yuri Weinstein
Public bug reported:

I created a VM that has 64GB of hard drive space and I used zfs during
install.

Now here is what I see via desktop GUI:
Disks => 69 GB
Computer => 23.6 GB

Two pools:
zpool list
NAMESIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAGCAP  DEDUPHEALTH  
ALTROOT
bpool  1.88G   427M  1.46G- - 0%22%  1.00xONLINE  -
rpool59G  38.7G  20.3G- -36%65%  1.00xONLINE  -


As a result I run out of space.

So I am confused, why is my disk size only 23.6 GB ?

Definitely seems like a bug in how Computer shows the disk size.

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Problmes with disk size with zfs

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

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

[Bug 1881813] Re: [qxl] Desktop freezes 20.04

2020-07-20 Thread Yuri Weinstein
Correction I was able to shh it took very long time.

Attaching log files

** Attachment added: "journal1.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1881813/+attachment/5394402/+files/journal1.txt

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

Title:
  [qxl] Desktop freezes 20.04

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

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

[Bug 1881813] Re: [qxl] Desktop freezes 20.04

2020-07-20 Thread Yuri Weinstein
** Attachment added: "prevjournal1.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1881813/+attachment/5394403/+files/prevjournal1.txt

** Description changed:

  Not too much info yet, will add apport report, but see it very often on 20.04 
(upgraded from 18.04)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.2
  Architecture: amd64
  CasperMD5CheckResult: skip
  DisplayManager: gdm3
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2018-05-07 (759 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Package: gnome-shell 3.36.1-5ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
  RelatedPackageVersions: mutter-common 3.36.2-1ubuntu1~20.04.1
  Tags:  focal
  Uname: Linux 5.4.0-33-generic x86_64
  UpgradeStatus: Upgraded to focal on 2020-04-24 (40 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.2
  Architecture: amd64
  CasperMD5CheckResult: skip
  DisplayManager: gdm3
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2018-05-07 (759 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Package: gnome-shell 3.36.1-5ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
  RelatedPackageVersions: mutter-common 3.36.2-1ubuntu1~20.04.1
  Tags:  focal
  Uname: Linux 5.4.0-33-generic x86_64
  UpgradeStatus: Upgraded to focal on 2020-04-24 (40 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  yuriw  1143 F pulseaudio
  CasperMD5CheckResult: skip
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2018-05-07 (764 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  IwConfig:
   ens8  no wireless extensions.
   
   lono wireless extensions.
   
   ens3  no wireless extensions.
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  Lsusb-t:
   /:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
   /:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
   /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
   /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/6p, 480M
  MachineType: QEMU Standard PC (i440FX + PIIX, 1996)
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 qxldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-33-generic 
root=UUID=2b5969aa-16c5-43c7-9a83-1c75e5e19363 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
  RelatedPackageVersions:
   linux-restricted-modules-5.4.0-33-generic N/A
   linux-backports-modules-5.4.0-33-generic  N/A
   linux-firmware1.187
  RfKill:
   
  Tags:  focal
  Uname: Linux 5.4.0-33-generic x86_64
  UpgradeStatus: Upgraded to focal on 2020-04-24 (46 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 04/01/2014
  dmi.bios.vendor: SeaBIOS
  dmi.bios.version: 1.10.2-1ubuntu1
  dmi.chassis.type: 1
  dmi.chassis.vendor: QEMU
  dmi.chassis.version: pc-i440fx-xenial
  dmi.modalias: 
dmi:bvnSeaBIOS:bvr1.10.2-1ubuntu1:bd04/01/2014:svnQEMU:pnStandardPC(i440FX+PIIX,1996):pvrpc-i440fx-xenial:cvnQEMU:ct1:cvrpc-i440fx-xenial:
  dmi.product.name: Standard PC (i440FX + PIIX, 1996)
  dmi.product.version: pc-i440fx-xenial
  dmi.sys.vendor: QEMU
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu27.4
+ Architecture: amd64
+ CasperMD5CheckResult: skip
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 20.04
+ InstallationDate: Installed on 2018-05-07 (805 days ago)
+ InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
+ Package: linux (not installed)
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ Tags:  focal
+ Uname: Linux 5.8.0-050800rc5-lowlatency x86_64
+ UnreportableReason: The running kernel is not an Ubuntu kernel
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare 

[Bug 1881813] ProcCpuinfoMinimal.txt

2020-07-20 Thread Yuri Weinstein
apport information

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

Title:
  [qxl] Desktop freezes 20.04

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

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

[Bug 1881813] Re: [qxl] Desktop freezes 20.04

2020-07-20 Thread Yuri Weinstein
I did experience a complete lock of my system on the latest kernel and
it was worse then before, in a way that I was not able even to ssh to my
VM at all :(

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

Title:
  [qxl] Desktop freezes 20.04

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

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

[Bug 1881813] Re: [qxl] Desktop freezes 20.04

2020-07-16 Thread Yuri Weinstein
Installed v5.8 so far so good, but it's hard to say till it freezes or
not during some use.

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

Title:
  [qxl] Desktop freezes 20.04

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

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

[Bug 1885379] Re: Wrong date and time format in Modified and Modified-Time columns

2020-06-29 Thread Yuri Gor
Ok, created one:
https://gitlab.gnome.org/GNOME/nautilus/-/issues/1541

** Bug watch added: gitlab.gnome.org/GNOME/nautilus/-/issues #1541
   https://gitlab.gnome.org/GNOME/nautilus/-/issues/1541

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

Title:
  Wrong date and time format in Modified and Modified-Time columns

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

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

[Bug 1885379] Re: Wrong date and time format in Modified and Modified-Time columns

2020-06-29 Thread Yuri Gor
But as you see on screenshot 
- there is a time in the date field
- and there is a parts of date (day of week or day and month) in time field
do you think it's as designed?

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

Title:
  Wrong date and time format in Modified and Modified-Time columns

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

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

[Bug 1885379] [NEW] Wrong date and time format in Modified and Modified-Time columns

2020-06-27 Thread Yuri Gor
Public bug reported:

Ubuntu 20.04
nautilus:
  Installed: 1:3.36.3-0ubuntu1


For any chosen system formats I always see in the "Files" pretty random values 
in "Modified"and "Nodiefied - time" columns. Sometimes it's time in both 
columns, sometimes there is day of week in modified and day of week + time in 
"modified - time"

I expect fulll date in Modified and full time with seconds in "Modified
- time" columns

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: nautilus 1:3.36.3-0ubuntu1
ProcVersionSignature: Ubuntu 5.4.0-39.43-generic 5.4.41
Uname: Linux 5.4.0-39-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27.3
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Sat Jun 27 15:48:03 2020
InstallationDate: Installed on 2020-04-24 (64 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)
usr_lib_nautilus:

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


** Tags: amd64 apport-bug focal

** Attachment added: "Nautilus-Modified.png"
   
https://bugs.launchpad.net/bugs/1885379/+attachment/5387734/+files/Nautilus-Modified.png

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

Title:
  Wrong date and time format in Modified and Modified-Time columns

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

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

[Bug 1832859] Re: during shutdown libvirt-guests gets stopped after file system unmount

2020-06-25 Thread Yuri Weinstein
This seems like a new problem to my after 6/24/20 update

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

Title:
  during shutdown libvirt-guests gets stopped after file system unmount

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

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

[Bug 1881813] Re: [qxl] Desktop freezes 20.04

2020-06-09 Thread Yuri Weinstein
I’m glad, looking forward to the fix

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

Title:
  [qxl] Desktop freezes 20.04

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

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

[Bug 1881813] ProcCpuinfo.txt

2020-06-09 Thread Yuri Weinstein
apport information

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

Title:
  [qxl] Desktop freezes 20.04

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

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

[Bug 1881813] ProcModules.txt

2020-06-09 Thread Yuri Weinstein
apport information

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

Title:
  [qxl] Desktop freezes 20.04

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

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

[Bug 1881813] Lsusb-v.txt

2020-06-09 Thread Yuri Weinstein
apport information

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

Title:
  [qxl] Desktop freezes 20.04

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

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

[Bug 1881813] ProcInterrupts.txt

2020-06-09 Thread Yuri Weinstein
apport information

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

Title:
  [qxl] Desktop freezes 20.04

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

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

[Bug 1881813] Lspci-vt.txt

2020-06-09 Thread Yuri Weinstein
apport information

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

Title:
  [qxl] Desktop freezes 20.04

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

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

[Bug 1881813] CRDA.txt

2020-06-09 Thread Yuri Weinstein
apport information

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

Title:
  [qxl] Desktop freezes 20.04

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

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

[Bug 1881813] WifiSyslog.txt

2020-06-09 Thread Yuri Weinstein
apport information

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

Title:
  [qxl] Desktop freezes 20.04

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

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

[Bug 1881813] PulseList.txt

2020-06-09 Thread Yuri Weinstein
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1881813/+attachment/5382287/+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/1881813

Title:
  [qxl] Desktop freezes 20.04

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

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

[Bug 1881813] ProcCpuinfoMinimal.txt

2020-06-09 Thread Yuri Weinstein
apport information

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

Title:
  [qxl] Desktop freezes 20.04

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

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

[Bug 1881813] Lspci.txt

2020-06-09 Thread Yuri Weinstein
apport information

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

Title:
  [qxl] Desktop freezes 20.04

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

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

[Bug 1881813] UdevDb.txt

2020-06-09 Thread Yuri Weinstein
apport information

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

Title:
  [qxl] Desktop freezes 20.04

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

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

[Bug 1881813] CurrentDmesg.txt

2020-06-09 Thread Yuri Weinstein
apport information

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

Title:
  [qxl] Desktop freezes 20.04

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

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

[Bug 1881813] Re: [qxl] Desktop freezes 20.04

2020-06-09 Thread Yuri Weinstein
apport information

** Description changed:

  Not too much info yet, will add apport report, but see it very often on 20.04 
(upgraded from 18.04)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.2
  Architecture: amd64
  CasperMD5CheckResult: skip
  DisplayManager: gdm3
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2018-05-07 (759 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Package: gnome-shell 3.36.1-5ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
  RelatedPackageVersions: mutter-common 3.36.2-1ubuntu1~20.04.1
  Tags:  focal
  Uname: Linux 5.4.0-33-generic x86_64
  UpgradeStatus: Upgraded to focal on 2020-04-24 (40 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.2
  Architecture: amd64
  CasperMD5CheckResult: skip
  DisplayManager: gdm3
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2018-05-07 (759 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Package: gnome-shell 3.36.1-5ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
  RelatedPackageVersions: mutter-common 3.36.2-1ubuntu1~20.04.1
  Tags:  focal
  Uname: Linux 5.4.0-33-generic x86_64
  UpgradeStatus: Upgraded to focal on 2020-04-24 (40 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu27.2
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  yuriw  1143 F pulseaudio
+ CasperMD5CheckResult: skip
+ DistroRelease: Ubuntu 20.04
+ InstallationDate: Installed on 2018-05-07 (764 days ago)
+ InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
+ IwConfig:
+  ens8  no wireless extensions.
+  
+  lono wireless extensions.
+  
+  ens3  no wireless extensions.
+ Lsusb:
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+  Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+  Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+  Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+ Lsusb-t:
+  /:  Bus 04.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
+  /:  Bus 03.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
+  /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=uhci_hcd/2p, 12M
+  /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/6p, 480M
+ MachineType: QEMU Standard PC (i440FX + PIIX, 1996)
+ Package: linux (not installed)
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 qxldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-33-generic 
root=UUID=2b5969aa-16c5-43c7-9a83-1c75e5e19363 ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
+ RelatedPackageVersions:
+  linux-restricted-modules-5.4.0-33-generic N/A
+  linux-backports-modules-5.4.0-33-generic  N/A
+  linux-firmware1.187
+ RfKill:
+  
+ Tags:  focal
+ Uname: Linux 5.4.0-33-generic x86_64
+ UpgradeStatus: Upgraded to focal on 2020-04-24 (46 days ago)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 04/01/2014
+ dmi.bios.vendor: SeaBIOS
+ dmi.bios.version: 1.10.2-1ubuntu1
+ dmi.chassis.type: 1
+ dmi.chassis.vendor: QEMU
+ dmi.chassis.version: pc-i440fx-xenial
+ dmi.modalias: 
dmi:bvnSeaBIOS:bvr1.10.2-1ubuntu1:bd04/01/2014:svnQEMU:pnStandardPC(i440FX+PIIX,1996):pvrpc-i440fx-xenial:cvnQEMU:ct1:cvrpc-i440fx-xenial:
+ dmi.product.name: Standard PC (i440FX + PIIX, 1996)
+ dmi.product.version: pc-i440fx-xenial
+ dmi.sys.vendor: QEMU

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

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

Title:
  [qxl] Desktop freezes 20.04

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

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

[Bug 1881813] Re: [qxl] Desktop freezes 20.04

2020-06-09 Thread Yuri Weinstein
** Attachment added: "prevjournal.txt"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1881813/+attachment/5382186/+files/prevjournal.txt

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

Title:
  [qxl] Desktop freezes 20.04

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

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

[Bug 1881813] Re: [qxl] Desktop freezes 20.04

2020-06-09 Thread Yuri Weinstein
attaching both files

journal.txt got via ssh during the freeze
prevjournal.txt after force system down and reboot 

** Attachment added: "journal.txt"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1881813/+attachment/5382185/+files/journal.txt

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

Title:
  [qxl] Desktop freezes 20.04

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

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

[Bug 1881813] Re: Desktop freezes 20.04

2020-06-04 Thread Yuri Weinstein
lspci -k > lspcik.txt
https://pastebin.com/na6MgB0h


00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] (rev 02)
Subsystem: Red Hat, Inc. Qemu virtual machine
00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]
Subsystem: Red Hat, Inc. Qemu virtual machine
00:01.1 IDE interface: Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]
Subsystem: Red Hat, Inc. Qemu virtual machine
Kernel driver in use: ata_piix
Kernel modules: pata_acpi
00:01.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 03)
Subsystem: Red Hat, Inc. Qemu virtual machine
Kernel driver in use: piix4_smbus
Kernel modules: i2c_piix4
00:02.0 VGA compatible controller: Red Hat, Inc. QXL paravirtual graphic card 
(rev 04)
Subsystem: Red Hat, Inc. QEMU Virtual Machine
Kernel driver in use: qxl
Kernel modules: qxl
00:03.0 Ethernet controller: Red Hat, Inc. Virtio network device
Subsystem: Red Hat, Inc. Virtio network device
Kernel driver in use: virtio-pci
00:04.0 Audio device: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) 
High Definition Audio Controller (rev 01)
Subsystem: Red Hat, Inc. QEMU Virtual Machine
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
00:05.0 Communication controller: Red Hat, Inc. Virtio console
Subsystem: Red Hat, Inc. Virtio console
Kernel driver in use: virtio-pci
00:06.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #1 (rev 03)
Subsystem: Red Hat, Inc. QEMU Virtual Machine
Kernel driver in use: uhci_hcd
00:06.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #2 (rev 03)
Subsystem: Red Hat, Inc. QEMU Virtual Machine
Kernel driver in use: uhci_hcd
00:06.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #3 (rev 03)
Subsystem: Red Hat, Inc. QEMU Virtual Machine
Kernel driver in use: uhci_hcd
00:06.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI 
Controller #1 (rev 03)
Subsystem: Red Hat, Inc. QEMU Virtual Machine
Kernel driver in use: ehci-pci
00:07.0 Unclassified device [00ff]: Red Hat, Inc. Virtio memory balloon
Subsystem: Red Hat, Inc. Virtio memory balloon
Kernel driver in use: virtio-pci
00:08.0 Ethernet controller: Red Hat, Inc. Virtio network device
Subsystem: Red Hat, Inc. Virtio network device
Kernel driver in use: virtio-pci

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

Title:
  Desktop freezes 20.04

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

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

[Bug 1881813] Re: Desktop freezes 20.04

2020-06-04 Thread Yuri Weinstein
and additional report after reboot

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

Title:
  Desktop freezes 20.04

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

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

[Bug 1881813] monitors.xml.txt

2020-06-04 Thread Yuri Weinstein
apport information

** Attachment added: "monitors.xml.txt"
   
https://bugs.launchpad.net/bugs/1881813/+attachment/5380392/+files/monitors.xml.txt

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

Title:
  Desktop freezes 20.04

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

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

[Bug 1881813] GsettingsChanges.txt

2020-06-04 Thread Yuri Weinstein
apport information

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

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

Title:
  Desktop freezes 20.04

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

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

[Bug 1881813] ProcCpuinfoMinimal.txt

2020-06-04 Thread Yuri Weinstein
apport information

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

Title:
  Desktop freezes 20.04

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

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

[Bug 1881813] ShellJournal.txt

2020-06-04 Thread Yuri Weinstein
apport information

** Attachment added: "ShellJournal.txt"
   
https://bugs.launchpad.net/bugs/1881813/+attachment/5380391/+files/ShellJournal.txt

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

Title:
  Desktop freezes 20.04

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

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

[Bug 1881813] Re: Desktop freezes 20.04

2020-06-04 Thread Yuri Weinstein
apport information

** Description changed:

  Not too much info yet, will add apport report, but see it very often on 20.04 
(upgraded from 18.04)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.2
  Architecture: amd64
  CasperMD5CheckResult: skip
  DisplayManager: gdm3
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2018-05-07 (759 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  Package: gnome-shell 3.36.1-5ubuntu2
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
  RelatedPackageVersions: mutter-common 3.36.2-1ubuntu1~20.04.1
  Tags:  focal
  Uname: Linux 5.4.0-33-generic x86_64
  UpgradeStatus: Upgraded to focal on 2020-04-24 (40 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu27.2
+ Architecture: amd64
+ CasperMD5CheckResult: skip
+ DisplayManager: gdm3
+ DistroRelease: Ubuntu 20.04
+ InstallationDate: Installed on 2018-05-07 (759 days ago)
+ InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
+ Package: gnome-shell 3.36.1-5ubuntu2
+ PackageArchitecture: amd64
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
+ RelatedPackageVersions: mutter-common 3.36.2-1ubuntu1~20.04.1
+ Tags:  focal
+ Uname: Linux 5.4.0-33-generic x86_64
+ UpgradeStatus: Upgraded to focal on 2020-04-24 (40 days ago)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True

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

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

Title:
  Desktop freezes 20.04

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

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

[Bug 1881813] GsettingsChanges.txt

2020-06-04 Thread Yuri Weinstein
apport information

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

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

Title:
  Desktop freezes 20.04

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

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

[Bug 1881813] ProcCpuinfoMinimal.txt

2020-06-04 Thread Yuri Weinstein
apport information

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

Title:
  Desktop freezes 20.04

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

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

[Bug 1881813] ShellJournal.txt

2020-06-04 Thread Yuri Weinstein
apport information

** Attachment added: "ShellJournal.txt"
   
https://bugs.launchpad.net/bugs/1881813/+attachment/5380359/+files/ShellJournal.txt

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

Title:
  Desktop freezes 20.04

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

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

[Bug 1881813] monitors.xml.txt

2020-06-04 Thread Yuri Weinstein
apport information

** Attachment added: "monitors.xml.txt"
   
https://bugs.launchpad.net/bugs/1881813/+attachment/5380360/+files/monitors.xml.txt

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

Title:
  Desktop freezes 20.04

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

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

[Bug 1881813] Re: Desktop freezes 20.04

2020-06-04 Thread Yuri Weinstein
apport information

** Tags added: apport-collected

** Description changed:

- Not too much info yet, will add apport report, but see it very often on
- 20.04 (upgraded from 18.04)
+ Not too much info yet, will add apport report, but see it very often on 20.04 
(upgraded from 18.04)
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu27.2
+ Architecture: amd64
+ CasperMD5CheckResult: skip
+ DisplayManager: gdm3
+ DistroRelease: Ubuntu 20.04
+ InstallationDate: Installed on 2018-05-07 (759 days ago)
+ InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
+ Package: gnome-shell 3.36.1-5ubuntu2
+ PackageArchitecture: amd64
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
+ RelatedPackageVersions: mutter-common 3.36.2-1ubuntu1~20.04.1
+ Tags:  focal
+ Uname: Linux 5.4.0-33-generic x86_64
+ UpgradeStatus: Upgraded to focal on 2020-04-24 (40 days ago)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True

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

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

Title:
  Desktop freezes 20.04

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

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

[Bug 1881813] Re: Desktop freezes 20.04

2020-06-04 Thread Yuri Weinstein
the apport report was dine after desktop freeze.

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

Title:
  Desktop freezes 20.04

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

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

[Bug 1881813] Re: Desktop freezes 20.04

2020-06-03 Thread Yuri Weinstein
** Also affects: gnome-shell (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  Desktop freezes 20.04

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

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

[Bug 1881813] [NEW] Desktop freezes 20.04

2020-06-02 Thread Yuri Weinstein
Public bug reported:

Not too much info yet, will add apport report, but see it very often on
20.04 (upgraded from 18.04)

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

Title:
  Desktop freezes 20.04

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

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

[Bug 1880337] Dependencies.txt

2020-06-02 Thread Yuri Weinstein
apport information

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

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

Title:
  Screen lock won't work

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

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

[Bug 1880337] monitors.xml.txt

2020-06-02 Thread Yuri Weinstein
apport information

** Attachment added: "monitors.xml.txt"
   
https://bugs.launchpad.net/bugs/1880337/+attachment/5379783/+files/monitors.xml.txt

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

Title:
  Screen lock won't work

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

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

[Bug 1880337] ShellJournal.txt

2020-06-02 Thread Yuri Weinstein
apport information

** Attachment added: "ShellJournal.txt"
   
https://bugs.launchpad.net/bugs/1880337/+attachment/5379782/+files/ShellJournal.txt

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

Title:
  Screen lock won't work

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

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

[Bug 1880337] Re: Screen lock won't work

2020-06-02 Thread Yuri Weinstein
Done.

gsettings list-recursively org.gnome.shell
org.gnome.shell app-picker-view uint32 0
org.gnome.shell command-history ['r']
org.gnome.shell disable-user-extensions false
org.gnome.shell always-show-log-out true
org.gnome.shell disable-extension-version-validation true
org.gnome.shell favorite-apps ['org.gnome.Nautilus.desktop', 
'snap-store_ubuntu-software.desktop', 'firefox.desktop', 
'google-chrome.desktop', 'terminator.desktop', 'pidgin.desktop', 
'update-manager.desktop', 'keepass2.desktop', 'org.gnome.tweaks.desktop', 
'org.gnome.Screenshot.desktop', 'vinagre.desktop', 'ccsm.desktop', 
'gnome-control-center.desktop', 
'gnome-system-monitor_gnome-system-monitor.desktop', 'timeshift-gtk.desktop']
org.gnome.shell had-bluetooth-devices-setup false
org.gnome.shell looking-glass-history @as []
org.gnome.shell enabled-extensions ['move_cl...@jonathan.bluemosh.com', 
'gpa...@gnome-shell-extensions.gnome.org', 
'sound-output-device-choo...@kgshank.net', 'ubuntu-appindicat...@ubuntu.com', 
'dash-to-pa...@jderose9.github.com', 
'update-extensi...@franglais125.gmail.com', 'weather-extens...@xeked.com', 
'cast-to...@rafostar.github.com', 'hide-v...@jonathan.bluemosh.com', 
'wsmat...@martin.zurowietz.de', 'show...@sgaraud.github.com', 
'window-l...@gnome-shell-extensions.gcampax.github.com', 
'remmina-search-provi...@alexmurray.github.com', 'suspend-button@laserb', 
'gnome-shell-screens...@ttll.de', 'cpupo...@mko-sl.de', 
'gnome-shell-trash-extension', 
'places-m...@gnome-shell-extensions.gcampax.github.com', 
'dash-to-d...@micxgx.gmail.com', 'gsconn...@andyholmes.github.io', 
'weeks-start-on-mon...@extensions.gnome-shell.fifi.org', 
'transparent-window-mov...@noobsai.github.com', 'impatie...@gfxmonk.net', 
'remove-dropdown-arr...@mpdeimos.com', 'invert-window@maiself', 
'apps-m...@gnome-shell-extensions.gcampax.github.com', 
'bluetooth-quick-conn...@bjarosze.gmail.com', 'logoutbut...@kyle.aims.ac.za', 
'hide_activit...@shay.shayel.org', 
'apt-update-indica...@franglais125.gmail.com', 
'openweather-extens...@jenslody.de', 
'hastebin-from-clipboard@dawitaba...@gmail.com']
org.gnome.shell disabled-extensions ['noannoya...@sindex.com', 
'netsp...@hedayaty.gmail.com', 'onboard_indica...@onboard.org', 
'dash-to-d...@micxgx.gmail.com', 'ubuntu-d...@ubuntu.com', 
'tilixkeyboardshort...@jonathan.bluemosh.com', 'topic...@phocean.net']
org.gnome.shell development-tools true
org.gnome.shell introspect false
org.gnome.shell remember-mount-password false
org.gnome.shell.keybindings switch-to-application-1 ['1']
org.gnome.shell.keybindings switch-to-application-7 ['7']
org.gnome.shell.keybindings toggle-message-tray ['v', 'm']
org.gnome.shell.keybindings switch-to-application-6 ['6']
org.gnome.shell.keybindings open-application-menu ['F10']
org.gnome.shell.keybindings switch-to-application-5 ['5']
org.gnome.shell.keybindings toggle-application-view ['a']
org.gnome.shell.keybindings switch-to-application-4 ['4']
org.gnome.shell.keybindings focus-active-notification ['n']
org.gnome.shell.keybindings switch-to-application-3 ['3']
org.gnome.shell.keybindings switch-to-application-9 ['9']
org.gnome.shell.keybindings switch-to-application-2 ['2']
org.gnome.shell.keybindings switch-to-application-8 ['8']
org.gnome.shell.keybindings toggle-overview ['s']


** Description changed:

  Screen lock won't work i focal.
  
  Used to work fine on Super-L and now what happens it freezes for awhile 
(suspect time out defined) and then blinks and comes back into windows session.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-04-08 (46 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200402)
  Package: gdm3 3.34.1-1ubuntu1
  PackageArchitecture: amd64
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 5.4.0-31.35-generic 5.4.34
  Tags:  focal
  Uname: Linux 5.4.0-31-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  _MarkForUpload: True
  mtime.conffile..etc.gdm3.custom.conf: 2020-04-16T12:53:22.919694
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu27.2
+ Architecture: amd64
+ CasperMD5CheckResult: skip
+ CurrentDesktop: ubuntu:GNOME
+ DisplayManager: gdm3
+ DistroRelease: Ubuntu 20.04
+ InstallationDate: Installed on 2020-04-08 (54 days ago)
+ InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200402)
+ Package: gnome-shell 3.36.2-1ubuntu1~20.04.1
+ PackageArchitecture: amd64
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
+ RelatedPackageVersions: mutter-common 3.36.2-1ubuntu1~20.04.1
+ Tags:  focal

[Bug 1880337] ProcCpuinfoMinimal.txt

2020-06-02 Thread Yuri Weinstein
apport information

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

Title:
  Screen lock won't work

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

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

[Bug 1880337] GsettingsChanges.txt

2020-06-02 Thread Yuri Weinstein
apport information

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

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

Title:
  Screen lock won't work

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

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

[Bug 1880337] Re: Screen lock won't work

2020-05-29 Thread Yuri Weinstein
https://github.com/home-sweet-gnome/dash-to-panel/issues/1026

** Bug watch added: github.com/home-sweet-gnome/dash-to-panel/issues #1026
   https://github.com/home-sweet-gnome/dash-to-panel/issues/1026

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

Title:
  Screen lock won't work

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

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

[Bug 1880337] Re: Screen lock won't work

2020-05-26 Thread Yuri Weinstein
No I can't.
I see screen freeze, then timing out and then blank default color and 
immediately after that unfreeze

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

Title:
  Screen lock won't work

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

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

[Bug 1880337] Re: Screen lock won't work

2020-05-25 Thread Yuri Weinstein
I see no diff and screen lock still not working after Bluetooth off and 
removing all USB devices.
I even tried removing my docking station and no diff :(

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

Title:
  Screen lock won't work

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

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

[Bug 1880337] Re: Screen lock won't work

2020-05-25 Thread Yuri Weinstein
@Daniel van Vugt (vanvugt)

gsettings list-recursively org.gnome.desktop.lockdown
org.gnome.desktop.lockdown mount-removable-storage-devices-as-read-only false
org.gnome.desktop.lockdown disable-command-line false
org.gnome.desktop.lockdown disable-log-out false
org.gnome.desktop.lockdown disable-printing false
org.gnome.desktop.lockdown disable-lock-screen false
org.gnome.desktop.lockdown disable-print-setup false
org.gnome.desktop.lockdown disable-user-switching false
org.gnome.desktop.lockdown disable-application-handlers false
org.gnome.desktop.lockdown disable-save-to-disk false
org.gnome.desktop.lockdown user-administration-disabled false

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

Title:
  Screen lock won't work

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

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

[Bug 1880337] Re: Screen lock won't work

2020-05-24 Thread Yuri Weinstein
@Sebastien Bacher (seb128) 
Done
Thanks !

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

Title:
  Screen lock won't work

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

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

[Bug 1880337] modified.conffile..etc.gdm3.custom.conf.txt

2020-05-24 Thread Yuri Weinstein
apport information

** Attachment added: "modified.conffile..etc.gdm3.custom.conf.txt"
   
https://bugs.launchpad.net/bugs/1880337/+attachment/5376335/+files/modified.conffile..etc.gdm3.custom.conf.txt

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

Title:
  Screen lock won't work

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

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

[Bug 1880337] ProcCpuinfoMinimal.txt

2020-05-24 Thread Yuri Weinstein
apport information

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

Title:
  Screen lock won't work

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

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

[Bug 1880337] Re: Screen lock won't work

2020-05-24 Thread Yuri Weinstein
apport information

** Tags added: apport-collected focal

** Description changed:

  Screen lock won't work i focal.
  
- Used to work fine on Super-L and now what happens it freezes for awhile
- (suspect time out defined) and then blinks and comes back into windows
- session.
+ Used to work fine on Super-L and now what happens it freezes for awhile 
(suspect time out defined) and then blinks and comes back into windows session.
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu27
+ Architecture: amd64
+ CasperMD5CheckResult: skip
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 20.04
+ InstallationDate: Installed on 2020-04-08 (46 days ago)
+ InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200402)
+ Package: gdm3 3.34.1-1ubuntu1
+ PackageArchitecture: amd64
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 5.4.0-31.35-generic 5.4.34
+ Tags:  focal
+ Uname: Linux 5.4.0-31-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
+ _MarkForUpload: True
+ mtime.conffile..etc.gdm3.custom.conf: 2020-04-16T12:53:22.919694

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

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

Title:
  Screen lock won't work

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

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

[Bug 1880337] [NEW] Screen lock won't work

2020-05-23 Thread Yuri Weinstein
Public bug reported:

Screen lock won't work i focal.

Used to work fine on Super-L and now what happens it freezes for awhile
(suspect time out defined) and then blinks and comes back into windows
session.

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

** Package changed: lightdm (Ubuntu) => gdm3 (Ubuntu)

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

Title:
  Screen lock won't work

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

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

[Bug 1871329] Re: No "Select Audio Device" panel when plugging headphones, and no sound output to headphones

2020-05-21 Thread Yuri
@Pierre Equoy:

It looks like you are having 2 issues. The Sound selection UI not
appearing and no sound coming out after plug-in. Can you have a look at
this question https://answers.launchpad.net/ubuntu/+question/690501. Is
this the problem you are having with sound. Should I link my question to
your bug report?

It seems like its an issue with Dell's hardware and whatever changes
were made between 19.10 -> 20.04

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

Title:
  No "Select Audio Device" panel when plugging headphones, and no sound
  output to headphones

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1871329/+subscriptions

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

[Bug 1879886] [NEW] Current line background color doesn't respect system dark theme

2020-05-21 Thread Yuri Gor
*** This bug is a duplicate of bug 1857191 ***
https://bugs.launchpad.net/bugs/1857191

Public bug reported:

On Ubuntu 20.04 with a dark theme in gedit current line background color is 
bright white,
while the rest of the background is dark grey.
White font color on white background is 100% unreadable.

gedit:
  Installed: 3.36.2-0ubuntu1
  Candidate: 3.36.2-0ubuntu1
  Version table:
 *** 3.36.2-0ubuntu1 500
500 http://at.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 3.36.1-1 500
500 http://at.archive.ubuntu.com/ubuntu focal/main amd64 Packages

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: gedit 3.36.2-0ubuntu1
ProcVersionSignature: Ubuntu 5.4.0-31.35-generic 5.4.34
Uname: Linux 5.4.0-31-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Thu May 21 08:51:28 2020
InstallationDate: Installed on 2020-04-24 (27 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
SourcePackage: gedit
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal

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

Title:
  Current line background color doesn't respect system dark theme

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

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

[Bug 1879886] Re: Current line background color doesn't respect system dark theme

2020-05-21 Thread Yuri Gor
*** This bug is a duplicate of bug 1857191 ***
https://bugs.launchpad.net/bugs/1857191


** Attachment added: "gedit.png"
   
https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/1879886/+attachment/5375030/+files/gedit.png

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

Title:
  Current line background color doesn't respect system dark theme

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

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

[Bug 1872268] Re: Gnome Shell completely freezes in Ubuntu 20.04 when clicking outside of app icon folders (when ubuntu-dock is loaded)

2020-05-20 Thread Yuri Weinstein
I see similar freezes without extensions

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

Title:
  Gnome Shell completely freezes in Ubuntu 20.04 when clicking outside
  of app icon folders (when ubuntu-dock is loaded)

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

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

[Bug 1875020] Re: Update Ukrainian language pack to fix mate-keyboard-properties crash

2020-05-13 Thread Yuri Chornoivan
Many thanks, Gunnar, Łukasz, and Maxim for fixing this.

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

Title:
  Update Ukrainian language pack to fix mate-keyboard-properties crash

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

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

[Bug 1878154] Re: lshw shows a part of translation file instead of technical info

2020-05-12 Thread Yuri Myasoedov
I'm trying to report about this problem to upstream but can't pass
captcha checking. Always get an error.

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

Title:
  lshw shows a part of translation file instead of technical info

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

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

[Bug 1878154] Re: lshw shows a part of translation file instead of technical info

2020-05-12 Thread Yuri Myasoedov
$ sudo LC_ALL=C lshw -C memory
  *-firmware
   description: BIOS
   vendor: HP
   physical id: 1
   version: Q85 Ver. 01.01.00
   date: 08/19/2017
   size: 64KiB
   capacity: 15MiB
   capabilities: pci pcmcia upgrade shadowing cdboot bootselect edd 
int5printscreen int9keyboard int14serial int17printer acpi usb smartbattery 
biosbootspecification netboot uefi
  *-memory
   description: System Memory
   physical id: 7
   slot: System board or motherboard
   size: 4GiB
 *-bank:0
  description: SODIMM DDR4 Synchronous Unbuffered (Unregistered) 2400 
MHz (0.4 ns)
  product: HMA851S6AFR6N-UH
  vendor: Hynix/Hyundai
  physical id: 0
  serial: 2A7E9431
  slot: Bottom-Slot 1(left)
  size: 4GiB
  width: 64 bits
  clock: 2400MHz (0.4ns)
 *-bank:1
  description: [empty]
  physical id: 1
  slot: Bottom-Slot 2(right)
  *-cache:0
   description: L1 cache
   physical id: d
   slot: L1 Cache
   size: 256KiB
   capacity: 256KiB
   capabilities: synchronous internal write-back unified
   configuration: level=1

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

Title:
  lshw shows a part of translation file instead of technical info

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

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

[Bug 1878154] Re: lshw shows a part of translation file instead of technical info

2020-05-12 Thread Yuri Myasoedov
** Description changed:

- I use Russian locale (ru_RU.UTF-8) and lswf shows in section "*-bank:1"
+ I use Russian locale (ru_RU.UTF-8) and lshw shows in section "*-bank:1"
  a part of translation mo file instead of technical information.
  
  $ sudo lshw -C memory
-   *-firmware
-описание: BIOS
-производитель: HP
-физический ID: 1
-версия: Q85 Ver. 01.01.00
-date: 08/19/2017
-размер: 64KiB
-capacity: 15MiB
-возможности: pci pcmcia upgrade shadowing cdboot bootselect edd 
int5printscreen int9keyboard int14serial int17printer acpi usb smartbattery 
biosbootspecification netboot uefi
-   *-memory
-описание: Системная память
-физический ID: 7
-слот: Системная плата или материнская плата
-размер: 4GiB
-  *-bank:0
-   описание: SO-DIMM DDR4 Синхронная Unbuffered (Unregistered) 2400 
MHz (0,4 ns)
-   продукт: HMA851S6AFR6N-UH
-   производитель: Hynix/Hyundai
-   физический ID: 0
-   серийный №: 2A7E9431
-   слот: Bottom-Slot 1(left)
-   размер: 4GiB
-   разрядность: 64 bits
-   частота: 2400MHz (0.4ns)
-  *-bank:1
-   описание: Project-Id-Version: lshwReport-Msgid-Bugs-To: FULL NAME 
PO-Revision-Date: 2015-01-21 09:55+Last-Translator: Aleksey 
Kabanov Language-Team: Russian MIME-Version: 
1.0Content-Type: text/plain; charset=UTF-8Content-Transfer-Encoding: 
8bitX-Launchpad-Export-Date: 2019-04-12 08:46+X-Generator: Launchpad (build 
18920)Language: ru_RUProject-Id-Version: lshwReport-Msgid-Bugs-To: FULL NAME 
PO-Revision-Date: 2015-01-21 09:55+Last-Translator: Aleksey 
Kabanov Language-Team: Russian MIME-Version: 
1.0Content-Type: text/plain; charset=UTF-8Content-Transfer-Encoding: 
8bitX-Launchpad-Export-Date: 2019-04-12 08:46+X-Generator: Launchpad (build 
18920)Language: ru_RU [пусто]
-   физический ID: 1
-   слот: Bottom-Slot 2(right)
-   *-cache:0
-описание: L1 кэш
-физический ID: d
-слот: L1 Cache
-размер: 256KiB
-capacity: 256KiB
-возможности: synchronous internal write-back unified
-конфигурация: level=1
+   *-firmware
+    описание: BIOS
+    производитель: HP
+    физический ID: 1
+    версия: Q85 Ver. 01.01.00
+    date: 08/19/2017
+    размер: 64KiB
+    capacity: 15MiB
+    возможности: pci pcmcia upgrade shadowing cdboot bootselect edd 
int5printscreen int9keyboard int14serial int17printer acpi usb smartbattery 
biosbootspecification netboot uefi
+   *-memory
+    описание: Системная память
+    физический ID: 7
+    слот: Системная плата или материнская плата
+    размер: 4GiB
+  *-bank:0
+   описание: SO-DIMM DDR4 Синхронная Unbuffered (Unregistered) 2400 
MHz (0,4 ns)
+   продукт: HMA851S6AFR6N-UH
+   производитель: Hynix/Hyundai
+   физический ID: 0
+   серийный №: 2A7E9431
+   слот: Bottom-Slot 1(left)
+   размер: 4GiB
+   разрядность: 64 bits
+   частота: 2400MHz (0.4ns)
+  *-bank:1
+   описание: Project-Id-Version: lshwReport-Msgid-Bugs-To: FULL NAME 
PO-Revision-Date: 2015-01-21 09:55+Last-Translator: Aleksey 
Kabanov Language-Team: Russian MIME-Version: 
1.0Content-Type: text/plain; charset=UTF-8Content-Transfer-Encoding: 
8bitX-Launchpad-Export-Date: 2019-04-12 08:46+X-Generator: Launchpad (build 
18920)Language: ru_RUProject-Id-Version: lshwReport-Msgid-Bugs-To: FULL NAME 
PO-Revision-Date: 2015-01-21 09:55+Last-Translator: Aleksey 
Kabanov Language-Team: Russian MIME-Version: 
1.0Content-Type: text/plain; charset=UTF-8Content-Transfer-Encoding: 
8bitX-Launchpad-Export-Date: 2019-04-12 08:46+X-Generator: Launchpad (build 
18920)Language: ru_RU [пусто]
+   физический ID: 1
+   слот: Bottom-Slot 2(right)
+   *-cache:0
+    описание: L1 кэш
+    физический ID: d
+    слот: L1 Cache
+    размер: 256KiB
+    capacity: 256KiB
+    возможности: synchronous internal write-back unified
+    конфигурация: level=1

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

Title:
  lshw shows a part of translation file instead of technical info

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

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

[Bug 1878154] [NEW] lshw shows a part of translation file instead of technical info

2020-05-12 Thread Yuri Myasoedov
Public bug reported:

I use Russian locale (ru_RU.UTF-8) and lswf shows in section "*-bank:1"
a part of translation mo file instead of technical information.

$ sudo lshw -C memory
  *-firmware
   описание: BIOS
   производитель: HP
   физический ID: 1
   версия: Q85 Ver. 01.01.00
   date: 08/19/2017
   размер: 64KiB
   capacity: 15MiB
   возможности: pci pcmcia upgrade shadowing cdboot bootselect edd 
int5printscreen int9keyboard int14serial int17printer acpi usb smartbattery 
biosbootspecification netboot uefi
  *-memory
   описание: Системная память
   физический ID: 7
   слот: Системная плата или материнская плата
   размер: 4GiB
 *-bank:0
  описание: SO-DIMM DDR4 Синхронная Unbuffered (Unregistered) 2400 MHz 
(0,4 ns)
  продукт: HMA851S6AFR6N-UH
  производитель: Hynix/Hyundai
  физический ID: 0
  серийный №: 2A7E9431
  слот: Bottom-Slot 1(left)
  размер: 4GiB
  разрядность: 64 bits
  частота: 2400MHz (0.4ns)
 *-bank:1
  описание: Project-Id-Version: lshwReport-Msgid-Bugs-To: FULL NAME 
PO-Revision-Date: 2015-01-21 09:55+Last-Translator: Aleksey 
Kabanov Language-Team: Russian MIME-Version: 
1.0Content-Type: text/plain; charset=UTF-8Content-Transfer-Encoding: 
8bitX-Launchpad-Export-Date: 2019-04-12 08:46+X-Generator: Launchpad (build 
18920)Language: ru_RUProject-Id-Version: lshwReport-Msgid-Bugs-To: FULL NAME 
PO-Revision-Date: 2015-01-21 09:55+Last-Translator: Aleksey 
Kabanov Language-Team: Russian MIME-Version: 
1.0Content-Type: text/plain; charset=UTF-8Content-Transfer-Encoding: 
8bitX-Launchpad-Export-Date: 2019-04-12 08:46+X-Generator: Launchpad (build 
18920)Language: ru_RU [пусто]
  физический ID: 1
  слот: Bottom-Slot 2(right)
  *-cache:0
   описание: L1 кэш
   физический ID: d
   слот: L1 Cache
   размер: 256KiB
   capacity: 256KiB
   возможности: synchronous internal write-back unified
   конфигурация: level=1

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


** Tags: l10n

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

Title:
  lshw shows a part of translation file instead of technical info

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

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

[Bug 1875020] Re: Update Ukrainian language pack to fix mate-keyboard-properties crash

2020-05-09 Thread Yuri Chornoivan
> Is that some kind of MATE fix?

Yes, Two messages were shortened even more and Maxim confirmed that the
new version (now merged into LP translations) works for him without
crashing.

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

Title:
  Update Ukrainian language pack to fix mate-keyboard-properties crash

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

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

[Bug 1875020] Re: Update Ukrainian language pack to fix mate-keyboard-properties crash

2020-05-09 Thread Yuri Chornoivan
Sorry for your time. Yes, you are right (e.g. no crashes in the keyboard
KCM in KDE).

Today, I with Maxim have created the version that works for him (now
it's in the LP merging queue).

I have wasted your time guys. Believe me, I won't do this for such a
minor case but... Maxim is a visually impaired person and I wanted to
alleviate his life as soon as possible.

Sure, there is a problem with MATE code (some sort of word type index in
the loops because it does not allow Unicode strings more than 256 chars)
but they did not fix it for more than 6 months. So when Robert proposed
the way to fix it on my side I decided to push the fix without proper
testing. Sorry.

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

Title:
  Update Ukrainian language pack to fix mate-keyboard-properties crash

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

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

[Bug 1875020] Re: Update Ukrainian language pack to fix mate-keyboard-properties crash

2020-05-09 Thread Yuri Chornoivan
@bmivzkrp Sorry, I fixed the file according to the recommendations (and
double checked this today). There is something wrong with your setup or
MATE itself. Nothing we can do here.

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

Title:
  Update Ukrainian language pack to fix mate-keyboard-properties crash

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

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

[Bug 1875020] Re: Update Ukrainian language pack to fix mate-keyboard-properties crash

2020-04-27 Thread Yuri Chornoivan
2020-04-23 around 07:15 UTC.

Yes, the file you have attached need to be corrected (too long
translations that were later shortened).

Thanks in advance for your help.

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

Title:
  Update Ukrainian language pack to fix mate-keyboard-properties crash

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

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

[Bug 1875020] [NEW] Update Ukrainian language pack to fix mate-keyboard-properties crash

2020-04-25 Thread Yuri Chornoivan
Public bug reported:

It was recently found that some quirks in xkeyboard-config Ukrainian
translation crash mate-keyboard-properties widget. More on this;

https://github.com/mate-desktop/libmatekbd/issues/55

The problems in translation were recently fixed upstream and on LP.

Can you be so kind and respin the Ukrainian lang-pack with an updated
xkeyboard-config.mo?

Thanks in advance for your attention.

** Affects: language-pack-uk-base (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Update Ukrainian language pack to fix mate-keyboard-properties crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/language-pack-uk-base/+bug/1875020/+subscriptions

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

[Bug 1874125] Re: Untranslatable strings in grub menu

2020-04-22 Thread Yuri Chornoivan
@igor.zubarev Please report recovery bugs against the "friendly-
recovery" package separately.

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

Title:
  Untranslatable strings in grub menu

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

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

[Bug 271487] Re: terminator need to highlight search string

2020-04-20 Thread Yuri Weinstein
+1

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

Title:
  terminator need to highlight search string

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

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

[Bug 1873690] [NEW] Pre-installed software is not listed as installed in "Ubuntu Software"

2020-04-19 Thread Yuri Gor
Public bug reported:

Just installed 20.04 desktop beta
Installer had an issue with updating some package on final stage, but I was 
able to login.

Problem is pre-installed software is not listed under "Installed" section of 
"Ubuntu Software"
So I cannot uninstall thunderbird, firefox etc.
Only items listed as installed are:
 - canonical-livepatch
 - gnome ubuntu stack
 - gtk-common-themes
 - snap-store (is it true name of "Ubuntu Software")
 - core - snapd runtime environment

So as soon as all the preinstalled soft is not considered as installed -
it's possible to install everything again, and, finally, to have two
copies of thunderbird when searching for app via Win key. (in hud)

Installing and uninstalling doesn't help, after I installed and
uninstalled thunderbird, pre-installed instance is still here and
runnable.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ubuntu-release-upgrader-core 1:20.04.16
ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
Uname: Linux 5.4.0-21-generic x86_64
ApportVersion: 2.20.11-0ubuntu22
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: ubuntu:GNOME
Date: Sun Apr 19 20:25:35 2020
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
Symptom: dist-upgrade
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubuntu
 Importance: Undecided
 Status: New


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

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

Title:
  Pre-installed software is not listed as installed in "Ubuntu Software"

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

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

[Bug 1873351] Re: On two monitors configuration Super-S and search for app cut off

2020-04-16 Thread Yuri Weinstein
*** This bug is a duplicate of bug 1869571 ***
https://bugs.launchpad.net/bugs/1869571

I see hat you mean!
But I really need it for 3 monitors.
If it monitors in side-by-side it works fine, if vertically - seems like a bug.

Pls consider fixing.

Any settings that can ease the pain ?

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

Title:
  On two monitors configuration Super-S and search for app cut off

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

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

[Bug 1873351] Re: On two monitors configuration Super-S and search for app cut off

2020-04-16 Thread Yuri Weinstein
*** This bug is a duplicate of bug 1869571 ***
https://bugs.launchpad.net/bugs/1869571

I guess I do use vertical as I don't even know how to use horizontal.
Pls let me know how to change it and I will test

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

Title:
  On two monitors configuration Super-S and search for app cut off

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

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

[Bug 1873351] [NEW] On two monitors configuration Super-S and search for app cut off

2020-04-16 Thread Yuri Weinstein
Public bug reported:

Please see attached.

With two monitors configuration (Lenovo ThinkPad P1 Gen 2 laptop running
Ubuntu 20.04 beta) when user presses on Super button and try to search
for any app, the display shows cut off icons

Pls fix before release!

Description:Ubuntu Focal Fossa (development branch)
Release:20.04

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "IMG_1842.jpg"
   
https://bugs.launchpad.net/bugs/1873351/+attachment/5355735/+files/IMG_1842.jpg

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

Title:
  On two monitors configuration Super-S and search for app cut off

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

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

[Bug 1871787] Re: Screen sharing can not be enabled from the Gnome Control Center

2020-04-13 Thread Yuri Weinstein
Installed proposed as:

gnome-settings-daemon-common_3.36.0-1ubuntu2_all.deb
gnome-settings-daemon_3.36.0-1ubuntu2_amd64.deb 

sudo dpkg -i gnome-settings-daemon*

And confirmed working !

Thank you all !

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

Title:
  Screen sharing can not be enabled from the Gnome Control Center

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

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

[Bug 1871787] Re: Screen sharing can not be enabled from the Gnome Control Center

2020-04-09 Thread Yuri Weinstein
In my case I can start the service via command line /usr/lib/vino/vino-
server

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

Title:
  Screen sharing can not be enabled from the Gnome Control Center

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

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

[Bug 1871787] Re: Screen sharing can not be enabled from the Gnome Control Center

2020-04-09 Thread Yuri Weinstein
I see the same problem on fresh 20.04 beta install.

Pls fix before release !

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

Title:
  Screen sharing can not be enabled from the Gnome Control Center

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

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

[Bug 1850654] Re: update-initramfs complains of missing amdgpu firmware files

2020-04-08 Thread yuri pes
I am getting the same warning messages kernel 5.3.0-45-generic; linux-
firmware_1.173.17

Graphics:  Device-1: AMD Baffin [Radeon RX 550 640SP / RX 560/560X] vendor: 
Sapphire Limited 
   driver: amdgpu v: kernel bus ID: 01:00.0 chip ID: 1002:67ff 
   Display: x11 server: X.Org 1.20.5 driver: amdgpu,ati unloaded: 
fbdev,modesetting,vesa 
   resolution: 3840x2160~60Hz 
   OpenGL: 
   renderer: Radeon RX 550 Series (POLARIS11 DRM 3.33.0 
5.3.0-45-generic LLVM 9.0.0) 
   v: 4.5 Mesa 19.2.8 direct render: Yes 

update-initramfs: deferring update (trigger activated)
Rimozione di intel-microcode (3.20191115.1ubuntu0.18.04.2)...
update-initramfs: deferring update (trigger activated)
Rimozione di iucode-tool (2.3.1-1)...
Elaborazione dei trigger per man-db (2.8.3-2ubuntu0.1)...
Elaborazione dei trigger per initramfs-tools (0.130ubuntu3.9)...
update-initramfs: Generating /boot/initrd.img-5.3.0-45-generic
W: Possible missing firmware /lib/firmware/amdgpu/vega20_ta.bin for module 
amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/navi10_mes.bin for module 
amdgpu

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

Title:
  update-initramfs complains of missing amdgpu firmware files

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

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

[Bug 1870447] Re: Possible Missing Firmware vega20_ta.bin and navi10_mes.bin for amdgpu RX480

2020-04-08 Thread yuri pes
*** This bug is a duplicate of bug 1850654 ***
https://bugs.launchpad.net/bugs/1850654


I am getting the same warning messages kernel 5.3.0-45-generic; linux-
firmware_1.173.17

Graphics: Device-1: AMD Baffin [Radeon RX 550 640SP / RX 560/560X] vendor: 
Sapphire Limited
   driver: amdgpu v: kernel bus ID: 01:00.0 chip ID: 1002:67ff
   Display: x11 server: X.Org 1.20.5 driver: amdgpu,ati unloaded: 
fbdev,modesetting,vesa
   resolution: 3840x2160~60Hz
   OpenGL:
   renderer: Radeon RX 550 Series (POLARIS11 DRM 3.33.0 
5.3.0-45-generic LLVM 9.0.0)
   v: 4.5 Mesa 19.2.8 direct render: Yes

update-initramfs: deferring update (trigger activated)
Rimozione di intel-microcode (3.20191115.1ubuntu0.18.04.2)...
update-initramfs: deferring update (trigger activated)
Rimozione di iucode-tool (2.3.1-1)...
Elaborazione dei trigger per man-db (2.8.3-2ubuntu0.1)...
Elaborazione dei trigger per initramfs-tools (0.130ubuntu3.9)...
update-initramfs: Generating /boot/initrd.img-5.3.0-45-generic
W: Possible missing firmware /lib/firmware/amdgpu/vega20_ta.bin for module 
amdgpu
W: Possible missing firmware /lib/firmware/amdgpu/navi10_mes.bin for module 
amdgpu

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

Title:
  Possible Missing Firmware vega20_ta.bin and navi10_mes.bin for amdgpu
  RX480

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

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

[Bug 1815098] [NEW] grubs failed to install

2019-02-07 Thread Yuri Garbuzov
Public bug reported:

failed to install, indicated that this would create problems booting and
that the details would be emailed to an expert, who'd help

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14.6
ProcVersionSignature: Ubuntu 4.15.0-29.31-generic 4.15.18
Uname: Linux 4.15.0-29-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
CasperVersion: 1.394
CurrentDesktop: ubuntu:GNOME
Date: Thu Feb  7 09:22:58 2019
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
boot=casper only-ubiquity quiet splash --- acpi=off
LiveMediaBuild: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic ubiquity-18.04.14.6 ubuntu

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

Title:
  grubs failed to install

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

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

[Bug 1788359] Re: Theme parsing errors on Kubuntu 18.04

2019-02-07 Thread Yuri Gor
I also see this when start Chrome/Chromium in the Kubuntu 18.04

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

Title:
  Theme parsing errors on Kubuntu 18.04

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

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

[Bug 1768050] Re: package libnvidia-gl-390 (not installed) failed to install/upgrade: new libnvidia-gl-390:amd64 package pre-installation script subprocess returned error exit status 2 (NOT FIXED)

2019-02-02 Thread Yuri Gor
Alexandre Lima's suggestion works, but it needs to be adjusted in case
of not an English locale.

Try

# for FILE in $(dpkg-divert --list | grep nvidia-340 | awk '{print
$3}'); do echo $FILE; done

first and choose the correct number for substring `{print $3}`

For example for Russian locale it will be $2:

# for FILE in $(dpkg-divert --list | grep nvidia-340 | awk '{print
$2}'); do dpkg-divert --remove $FILE; done

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

Title:
  package libnvidia-gl-390 (not installed) failed to install/upgrade:
  new libnvidia-gl-390:amd64 package pre-installation script subprocess
  returned error exit status 2 (NOT FIXED)

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

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

[Bug 1813626] Re: update-manager repeatedly asks for partial upgrade

2019-01-30 Thread Yuri Weinstein
I see the same problem, see
https://ubuntuforums.org/showthread.php?t=2411319=2=13834468#post13834468

apt-cache policy update-manager
update-manager:
  Installed: 1:16.04.15
  Candidate: 1:16.04.15
  Version table:
 *** 1:16.04.15 500
500 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
500 http://us.archive.ubuntu.com/ubuntu xenial-updates/main i386 
Packages
100 /var/lib/dpkg/status
 1:16.04.12 500
500 http://us.archive.ubuntu.com/ubuntu xenial-security/main amd64 
Packages
500 http://us.archive.ubuntu.com/ubuntu xenial-security/main i386 
Packages
 1:16.04.3 500
500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
500 http://us.archive.ubuntu.com/ubuntu xenial/main i386 Packages

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

Title:
  update-manager repeatedly asks for partial upgrade

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

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

[Bug 220263]

2019-01-01 Thread Yuri Khan
I predict that Apple is going to fix this bug in a few years, by
evangelizing @media(prefers-color-theme: dark) all over the Web.

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

Title:
  Bad Firefox integration with dark themes

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

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

[Bug 583797]

2018-12-12 Thread Yuri Khan
(In reply to YumekuiNeru from comment #57)

> one of the mozilla maintainers would have to accept and/or apply the patch
> first I guess

You might want to identify the appropriate maintainer and tag them as a
review request.

Take the “hg log” for the file you touched, look for a name that is most
frequently mentioned as the reviewer in existing commits. It usually
looks like “r+ ” in the commit summary line.

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

Title:
  "Warn on closing with multiple tabs open" not honored

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

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

[Bug 521533]

2018-11-28 Thread Yuri
(In reply to Ross Boylan from comment #52)
> I don't want my previous response to be taken as a vote for the status quo. 
> The behavior I would expect is:

Saving form data into the file is the behavior prescribed by pdf specification.
Leaving form files in any other place has so many disadvantages that it doesn't 
even make sense to list them.


It's amazing this isn't fixed for 6.5 years now.

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

Title:
  Okular stores form data in a different directory (possible leak of
  private data)

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

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

[Bug 1787680] Re: guest fails to start if vnet interface previously existed and had been added to ovs

2018-08-22 Thread Yuri Kolomiyets
** Summary changed:

- guest fails to start if vnet inteface previously existed and was added to ovs
+ guest fails to start if vnet interface previously existed and had been added 
to ovs

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

Title:
  guest fails to start if vnet interface previously existed and had been
  added to ovs

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

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

[Bug 1787680] Re: guest fails to start if vnet inteface previously existed and was added to ovs

2018-08-22 Thread Yuri Kolomiyets
** Summary changed:

- guest fails to start if another running guest has an interface in the same 
bridge
+ guest fails to start if vnet inteface previously existed and was added to ovs

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

Title:
  guest fails to start if vnet inteface previously existed and was added
  to ovs

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

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

[Bug 1787680] Re: guest fails to start if another running guest has an interface in the same bridge

2018-08-21 Thread Yuri Kolomiyets
Someone smarter than me here helped me figure this out.

On this hypervisor there is also an ovs bridge, br1. Some time ago it
had a bunch of vnetX ports added to it, which have all since been
deleted. However they still remained in ovsdb:

root@demo01kvm01:~# ovs-vsctl show
3d2868d6-cd85-4039-ad45-079535b7a1a5
Bridge "br1"
Controller "tcp:127.0.0.1:6633"
Port "eth4"
Interface "eth4"
Port "eth3"
Interface "eth3"
Port "vnet2"
Interface "vnet2"
error: "could not open network device vnet2 (No such device)"
Port "eth5"
Interface "eth5"
Port "eth2"
Interface "eth2"
Port "br1"
Interface "br1"
type: internal
Port "vnet3"
Interface "vnet3"
error: "could not open network device vnet3 (No such device)"
Port "vnet4"
Interface "vnet4"
error: "could not open network device vnet4 (No such device)"
Port "vnet1"
Interface "vnet1"
error: "could not open network device vnet1 (No such device)"
ovs_version: "2.5.4"

Since the devices have been deleted, and don't actually exist, libvirtd
was happily allocating vnet1 id to the next device it needed. As soon as
that device got created, ovs took control of it, since it's already in
its database, so libvirtd would not be able to add it to br0. Error
message just said that resource is busy, but there was no way to tell
that it was busy because it's already part of br1.

Once I manually deleted vnet1 port from ovs (even though device doesn't
exist), everything worked fine, and domain got started properly.

root@demo01kvm01:~# ovs-vsctl del-port br1 vnet1
root@demo01kvm01:~# ovs-vsctl show
3d2868d6-cd85-4039-ad45-079535b7a1a5
Bridge "br1"
Controller "tcp:127.0.0.1:6633"
Port "eth4"
Interface "eth4"
Port "eth3"
Interface "eth3"
Port "vnet2"
Interface "vnet2"
error: "could not open network device vnet2 (No such device)"
Port "eth5"
Interface "eth5"
Port "eth2"
Interface "eth2"
Port "br1"
Interface "br1"
type: internal
Port "vnet3"
Interface "vnet3"
error: "could not open network device vnet3 (No such device)"
Port "vnet4"
Interface "vnet4"
error: "could not open network device vnet4 (No such device)"
ovs_version: "2.5.4"


root@demo01kvm01:~# virsh start demo01inmon01
Domain demo01inmon01 started


So I'm not sure if this counts as a bug, since this is just a conflict with 
ovs. But it comes from trying to reuse device names, and allocating something 
that was previously used and still exists in OVSDB.

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

Title:
  guest fails to start if another running guest has an interface in the
  same bridge

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

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

[Bug 1787680] Re: guest fails to start if another running guest has an interface in the same bridge

2018-08-21 Thread Yuri Kolomiyets
Here's what I'm getting in dmesg:

[Tue Aug 21 13:50:41 2018] audit: type=1400 audit(1534873858.383:598): 
apparmor="STATUS" operation="profile_load" profile="unconfined" 
name="libvirt-2d5accd3-7992-4270-a175-4a6a03f22a1e" pid=26347 
comm="apparmor_parser"
[Tue Aug 21 13:50:41 2018] audit: type=1400 audit(1534873858.383:599): 
apparmor="STATUS" operation="profile_load" profile="unconfined" 
name="libvirt-2d5accd3-7992-4270-a175-4a6a03f22a1e//qemu_bridge_helper" 
pid=26347 comm="apparmor_parser"
[Tue Aug 21 13:50:41 2018] device vnet1 entered promiscuous mode
[Tue Aug 21 13:50:41 2018] device vnet1 left promiscuous mode
[Tue Aug 21 13:50:42 2018] audit: type=1400 audit(1534873859.003:600): 
apparmor="STATUS" operation="profile_remove" profile="unconfined" 
name="libvirt-2d5accd3-7992-4270-a175-4a6a03f22a1e" pid=26422 
comm="apparmor_parser"


There are no denies, just STATUS.
I'm not sure why why vnet1 tries to go promisc. It's not configured to do that 
anywere. At least I don't think so. It's not supposed to be.


Also, here's an strace for the virsh start, if that helps in any way.

root@demo01kvm01:~# strace virsh start demo01inmon01
execve("/usr/bin/virsh", ["virsh", "start", "demo01inmon01"], [/* 22 vars */]) 
= 0
brk(NULL)   = 0x55e33209a000
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or directory)
access("/etc/ld.so.preload", R_OK)  = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=30694, ...}) = 0
mmap(NULL, 30694, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7ff8401bd000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libvirt-lxc.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\f\0\0\0\0\0\0"..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=10168, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7ff8401bc000
mmap(NULL, 2105392, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7ff83fd9d000
mprotect(0x7ff83fd9f000, 2093056, PROT_NONE) = 0
mmap(0x7ff83ff9e000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x7ff83ff9e000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libvirt-qemu.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\v\0\0\0\0\0\0"..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=14264, ...}) = 0
mmap(NULL, 2109488, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7ff83fb99000
mprotect(0x7ff83fb9b000, 2097152, PROT_NONE) = 0
mmap(0x7ff83fd9b000, 8192, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7ff83fd9b000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or directory)
open("/lib/x86_64-linux-gnu/libreadline.so.6", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220/\1\0\0\0\0\0"..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=282392, ...}) = 0
mmap(NULL, 2382904, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7ff83f953000
mprotect(0x7ff83f99, 2097152, PROT_NONE) = 0
mmap(0x7ff83fb9, 32768, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3d000) = 0x7ff83fb9
mmap(0x7ff83fb98000, 3128, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ff83fb98000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libvirt.so.0", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0005\6\0\0\0\0\0"..., 
832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=3693920, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x7ff8401bb000
mmap(NULL, 5794856, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7ff83f3cc000
mprotect(0x7ff83f737000, 2097152, PROT_NONE) = 0
mmap(0x7ff83f937000, 110592, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x36b000) = 0x7ff83f937000
mmap(0x7ff83f952000, 3112, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7ff83f952000
close(3)= 0
access("/etc/ld.so.nohwcap", F_OK)  = -1 ENOENT (No such file or directory)
open("/usr/lib/x86_64-linux-gnu/libxml2.so.2", O_RDONLY|O_CLOEXEC) = 3
read(3, 
"\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360\326\2\0\0\0\0\0"..., 832) = 
832
fstat(3, {st_mode=S_IFREG|0644, st_size=1809656, ...}) = 0
mmap(NULL, 3910072, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 
0x7ff83f011000
mprotect(0x7ff83f1c2000, 2093056, PROT_NONE) = 0
mmap(0x7ff83f3c1000, 40960, PROT_READ|PROT_WRITE, 

[Bug 1787680] Re: guest fails to start if another running guest has an interface in the same bridge

2018-08-20 Thread Yuri Kolomiyets
Here are the outputs requested:

root@demo01kvm01:~#  virsh dumpxml demo01inmon01

  demo01inmon01
  2d5accd3-7992-4270-a175-4a6a03f22a1e
  16336896
  16336896
  4
  
hvm

  
  



  
  

  
  
  destroy
  restart
  destroy
  
/usr/bin/kvm-spice

  
  
  
  


  



  
  
  
  


  


  




  


  
  


  

  


root@demo01kvm01:~#  virsh dumpxml demo01gravwell01

  demo01gravwell01
  c22ab9ae-fd95-47e6-a11e-a7559882327e
  16336896
  16336896
  4
  
/machine
  
  
hvm

  
  



  
  

  
  
  destroy
  restart
  destroy
  
/usr/bin/kvm-spice

  
  
  



  
  
  
  


  
  


  


  
  
  
  
  
  


  
  
  


  
  
  




  


  
  
  


  
  

  
  
libvirt-c22ab9ae-fd95-47e6-a11e-a7559882327e
libvirt-c22ab9ae-fd95-47e6-a11e-a7559882327e
  


root@demo01kvm01:~# virsh net-dumpxml corp_net

  corp_net
  f934fe15-4abf-47aa-98b9-d7d924132246
  
  


root@demo01kvm01:~# virsh net-info corp_net
Name:   corp_net
UUID:   f934fe15-4abf-47aa-98b9-d7d924132246
Active: yes
Persistent: yes
Autostart:  yes
Bridge: br0


Thanks a lot.

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

Title:
  guest fails to start if another running guest has an interface in the
  same bridge

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

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

  1   2   3   4   5   6   7   8   >