[Bug 1930446] Re: Wallaby ceilometer.compute.discovery fails to get domain metadata

2022-01-10 Thread Pavlo Shchelokovskyy
we can check for the libvirt error code smth like this and act
accordingly

try:
xml_string = domain.metatada(...)
except libvirt.libvirtError as exc:
if exc.get_error_code() == libvirt.VIR_ERR_NO_DOMAIN_METADATA:
...

It may make sense to extract that logic to a separate function in the
libvirt_utils.py module.

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

Title:
  Wallaby ceilometer.compute.discovery fails to get domain metadata

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


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

[Bug 1930446] Re: Wallaby ceilometer.compute.discovery fails to get domain metadata

2021-12-30 Thread Pavlo Shchelokovskyy
note that the merged fix is not fixing everything - it will still break
for any instance that was booted in Victoria or earlier, and was not
rebooted/migrated or otherwise had it's XML regenerated since (btw,
could that be why the grenade is failing on the cherry-pick to Wallaby?)

the code should support both versions of the namespace, new and old, and
not only in Wallaby as a transitional measure, but more or less
indefinitely - in the fields we have seen some "golden" instances that
survived consequential openstack upgrades for >4 releases...

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

Title:
  Wallaby ceilometer.compute.discovery fails to get domain metadata

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


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

[Bug 1741509] Re: Thunderbolt updates on Dell systems fail to apply if nothing connected

2018-01-16 Thread Pavlo Shchelokovskyy
+1, works for me (Ubuntu 17.10, Dell XPS 13 9360). Thanks for fixing!

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

Title:
  Thunderbolt updates on Dell systems fail to apply if nothing connected

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

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

[Bug 1525421] [NEW] ImageJ hangs after trying to open file from menu

2015-12-11 Thread Pavlo Shchelokovskyy
Public bug reported:

System: Ubuntu 15.10 x64,
Package versions:
- ImageJ 1.49i+dfsg-1
- openjdk-7-jre 7u91-2.6.3-0ubuntu0.15.10.1

Reproducer:

1. Open an image with ImageJ from Nautilus via file context menu (Open With -> 
ImageJ)
- Image opens in ImageJ
2. Now try to open another image from ImageJ's own menu (File -> Open...)

Expected: second image opens in the same instance of ImageJ

Result: ImageJ hangs after pressing "Open..." menu entry, without
showing the file dialogue. Window is unresponsive. Only terminating
ImageJ process and its child Java processes helps (via System Monitor or
"kill" command).

Might be related: after opening an image with "imagej" from command line the 
following hint appears: 
Open other images in this ImageJ panel as follows:
  imagej -p 7  [ ... ]

** Affects: imagej (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/1525421

Title:
  ImageJ hangs after trying to open file from menu

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

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


[Bug 1453538] Re: Invisible mouse pointer

2015-08-12 Thread Pavlo Shchelokovskyy
Had same problem after 14.04 to 15.04 upgrade.
FWIW solution proposed here [1] worked for me 

gsettings set org.gnome.settings-daemon.plugins.cursor active false

may be that will be helpful in debugging this issue

[1]
http://ubuntuforums.org/showthread.php?t=2252957&p=13168212#post13168212

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

Title:
  Invisible mouse pointer

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

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


[Bug 1477771] [NEW] "purge-old-kernels" fails when signed images are present

2015-07-23 Thread Pavlo Shchelokovskyy
Public bug reported:

I have linux-signed-image-generic package installed

$ ls -tr /boot/vmlinuz-*

/boot/vmlinuz-3.19.0-22-generic  /boot/vmlinuz-3.19.0-23-generic
/boot/vmlinuz-3.19.0-22-generic.efi.signed
/boot/vmlinuz-3.19.0-23-generic.efi.signed


If I execute the command that sets CANDIDATES in `purge-old-kernels` (with 
default KEEP = 2) I get

$ ls -tr /boot/vmlinuz-* | head -n -2 | grep -v "$(uname -r)$" | cut -d-
-f2- | awk '{print "linux-image-" $0 " linux-headers-" $0}'

linux-image-3.19.0-22-generic linux-headers-3.19.0-22-generic

though by design it should not have considered them for removal, as I
have only 2 kernels (but each with 2 files instead of one).

Obviously if I would just ran the whole script, result would be quite
surprising.

Ubuntu 15.04.
Not using the "bikeshed" package, just downloaded the "purge-old-kernels" 
script from Launchpad code browser, branch ~ubuntu-branches/ubuntu/wily/bikeshed

** Affects: bikeshed (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/141

Title:
  "purge-old-kernels" fails when signed images are present

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

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


[Bug 925839] Re: Launcher icon indicators are not quickly updated when closing a window

2014-05-05 Thread Pavlo Shchelokovskyy
still seeing this in unity 7.2.0 (Ubuntu 14.04 x64 desktop)

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

Title:
  Launcher icon indicators are not quickly updated when closing a window

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

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


[Bug 1070455] Re: Wireless disconnects repeatedly.

2013-02-20 Thread Pavlo Shchelokovskyy
After trying many different things as switching between WPA-only,
WPA2-only, WPA-WPA2-mixed, disabling UPnP and WPS, and downgrading to
Ubuntu 12.04 I still had this problem. Then I tried another router - and
everything works fine now, with WPA-mixed mode and Ubuntu 12.10, so
luckily for me this problem is solved. If it helps anyone, the
problematic router was Belkin Basic Wireless Router F7D1301 v1 and the
working one is Sitecom WL-160.

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

Title:
  Wireless disconnects repeatedly.

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

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


[Bug 1070455] Re: Wireless disconnects repeatedly.

2013-02-18 Thread Pavlo Shchelokovskyy
Having the same issue on Asus EeePc 1001P, Ubuntu 12.10 32-bit. Will try
to change WPA mode to WPA2-only on router.

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

Title:
  Wireless disconnects repeatedly.

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

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