[Bug 1953368] Re: dashboard grafana integration hardcodes dashboard datasource

2022-03-18 Thread James Page
** Changed in: ceph (Ubuntu Hirsute) Status: New => Won't Fix ** Changed in: ceph (Ubuntu Impish) Status: New => Triaged ** Changed in: ceph (Ubuntu Jammy) Status: New => Triaged ** Changed in: ceph (Ubuntu Jammy) Importance: Undecided => Medium ** Changed in: ceph

[Bug 1953431] Re: [SRU] fix unsafe access in unregister_conn()

2022-03-18 Thread James Page
This bug is included in 15.2.16 - see bug 1964802 ** Changed in: ceph (Ubuntu) Status: In Progress => Won't Fix ** Changed in: ceph (Ubuntu Focal) Status: In Progress => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1953426] Re: [SRU] configurable threshold for reaping dead connections and add a unit test

2022-03-18 Thread James Page
This fix is included in 15.2.16 - see bug 1964802 ** Changed in: ceph (Ubuntu) Status: In Progress => Won't Fix ** Changed in: ceph (Ubuntu Focal) Status: In Progress => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1959118] Re: LTS upgrade to v21 breaks in LXD containers in OpenStack (nova-compute-lxd)

2022-03-18 Thread James Falcon
Jan, the fix is available upstream but not yet rolled out to existing Ubuntu series. They're expected to roll out next week assuming no additional issues are found. The version number is 22.1-14-g2e17a0d6-0ubuntu1~YY.MM.2 and is currently available from the -proposed pockets. -- You received

[Bug 1930111] Re: [MIR] new dependencies of cherrypy3: jaraco.collections, jaraco.classes, jaraco.text, python-cheroot, python-jaraco.functools, python-tempora, python-portend, zc.lockfile

2022-03-17 Thread James Page
Assigning back to ubuntu-security for final review. ** Changed in: python-cheroot (Ubuntu) Assignee: James Page (james-page) => (unassigned) ** Changed in: python-cheroot (Ubuntu) Assignee: (unassigned) => Ubuntu Security Team (ubuntu-security) -- You received this bug notifi

[Bug 1965280] Re: rbd-target-api will not start AttributeError: 'Context' object has no attribute 'wrap_socket'

2022-03-17 Thread James Page
** Description changed: - The rbd-target-api fails to start on Ubuntu Impish (21.10) and later. - This appears to be caused by a werkzeug package revision check in rbd- - target-api. The check is used to decide whather to add an - OpenSSL.SSL.Context or a ssl.SSLContext. The code comment suggests

[Bug 1965280] Re: rbd-target-api will not start AttributeError: 'Context' object has no attribute 'wrap_socket'

2022-03-17 Thread James Page
** Also affects: ceph-iscsi (Ubuntu Jammy) Importance: Undecided Status: New ** Also affects: ceph-iscsi (Ubuntu Impish) Importance: Undecided Status: New ** Changed in: ceph-iscsi (Ubuntu Impish) Status: New => Triaged ** Changed in: ceph-iscsi (Ubuntu Jammy)

[Bug 1930111] Re: [MIR] new dependencies of cherrypy3: jaraco.collections, jaraco.classes, jaraco.text, python-cheroot, python-jaraco.functools, python-tempora, python-portend, zc.lockfile

2022-03-17 Thread James Page
bug 1965306 covers the fixes for compatibility with Python 3.10. ** Changed in: python-cheroot (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1930111 Title:

[Bug 1965306] [NEW] py3.10 related test failures

2022-03-17 Thread James Page
Public bug reported: cheroot has a number of test failures under Python 3.10 - all are fixed in the 8.6.0 release however we're now past feature freeze for 22.04 development so picking needed fixes is preferred at this point in the cycle. In addition 8.6.0 introduces new dependencies for testing

[Bug 1961446] Re: sru cloud-init (22.1 update) Bionic, Focal, Impish

2022-03-17 Thread James Falcon
This tarball includes Oracle cloud test results, which ran as expected. ** Attachment added: "oci_tests.tar.gz" https://bugs.launchpad.net/bugs/1961446/+attachment/5570064/+files/oci_tests.tar.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1473527] Re: module ssh-authkey-fingerprints fails Input/output error: /dev/console

2022-03-16 Thread James Falcon
Andrew, yes, I think that's a reasonable solution. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1473527 Title: module ssh-authkey-fingerprints fails Input/output error: /dev/console To manage

[Bug 1930111] Re: [MIR] new dependencies of cherrypy3: jaraco.collections, jaraco.classes, jaraco.text, python-cheroot, python-jaraco.functools, python-tempora, python-portend, zc.lockfile

2022-03-16 Thread James Page
The hanging tests appear related to the switch in default Py3 to 3.10 as the same tests pass fine with 3.9. Looking upstream for a related fix. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1930111

[Bug 1965109] Re: spdk/dpdk build failure on jammy

2022-03-16 Thread James Page
This appears to be some sort of transient build system issue with the cmake/make packages in jammy which has now been resolved - uploaded package with SPDK enabled. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1965109] [NEW] spdk/dpdk build failure on jammy

2022-03-16 Thread James Page
Public bug reported: The ceph SPDK feature was failing to build in 22.04 development - the DPDK subcomponent is not actually building any artefacts. ** Affects: ceph (Ubuntu) Importance: High Assignee: James Page (james-page) Status: In Progress ** Changed in: ceph (Ubuntu

[Bug 1930111] Re: [MIR] new dependencies of cherrypy3: jaraco.collections, jaraco.classes, jaraco.text, python-cheroot, python-jaraco.functools, python-tempora, python-portend, zc.lockfile

2022-03-15 Thread James Page
On the hanging unit tests - this did not happen when I did the original test enablement and seems due to some other dependency change in Jammy - I'll dig into that. The newer cheroot version in Debian is not an option as it has further test requirements that are not packaged. ** Changed in:

[Bug 1930111] Re: [MIR] new dependencies of cherrypy3: jaraco.collections, jaraco.classes, jaraco.text, python-cheroot, python-jaraco.functools, python-tempora, python-portend, zc.lockfile

2022-03-15 Thread James Page
@ccdm94 Re the 777 permissions on the UNIX socket created in server.py - I guess it would make sense to allow the UNIX socket permissions to be hardened to be more limited. Seems like a desirable feature but I don't think this code path is used in the scope of this MIR (cherrypy3). I did a read

[Bug 1964802] [NEW] [SRU] ceph 15.2.16

2022-03-14 Thread James Page
Public bug reported: [Impact] This release sports mostly bug-fixes and we would like to make sure all of our users have access to these improvements. The update contains the following package updates:    * ceph 15.2.16 https://docs.ceph.com/en/latest/releases/octopus/#v15-2-16-octopus [Test

[Bug 1963971] Re: Error while creating alarm of type gnocchi_aggregation_by_resources_threshold

2022-03-14 Thread James Page
; High ** Changed in: gnocchi (Ubuntu) Assignee: (unassigned) => James Page (james-page) ** Project changed: aodh => gnocchi ** Description changed: I used to create alarms with the following script [attached file] in aodh=1:13.0.0-0ubuntu1~cloud0 and had no issue. $ /

[Bug 1946793] Re: aodh uses deprecated gnocchi api to aggregate metrics and doesn't work properly

2022-03-14 Thread James Page
** Changed in: aodh (Ubuntu) Assignee: (unassigned) => James Page (james-page) ** Changed in: aodh (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1

[Bug 1946793] Re: aodh uses deprecated gnocchi api to aggregate metrics and doesn't work properly

2022-03-14 Thread James Page
** Changed in: aodh Status: In Progress => Fix Released ** Changed in: aodh (Ubuntu) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1946793 Title:

[Bug 1961446] Re: sru cloud-init (22.1 update) Bionic, Focal, Impish

2022-03-11 Thread James Falcon
Attach file azure_tests.tar.gz. Integration tests for Azure. The one rerun is due to a transient failure and passed upon rerun. ** Attachment added: "azure_tests.tar.gz" https://bugs.launchpad.net/bugs/1961446/+attachment/5568083/+files/azure_tests.tar.gz -- You received this bug

[Bug 1848942] Re: Freeze on opening font viewer

2022-03-11 Thread James Paton-Smith
Ubuntu 20.04.4 gnome-font-viewer 3.34.0-2 Have attached the output of 'journalctl -b 0' after seeing this issue twice in a row. First time, the entire desktop froze and I had to switch TTY and force kill the process. Second time, only gnome-font-viewer froze and eventually prompted to 'force

[Bug 1964594] [NEW] package phpmyadmin 4:4.9.5+dfsg1-2 [modified: usr/share/phpmyadmin/config.sample.inc.php usr/share/phpmyadmin/index.php usr/share/phpmyadmin/print.css usr/share/phpmyadmin/show_con

2022-03-11 Thread James Lange
Public bug reported: I was not aware of any bug but this error occurred notheleses. ProblemType: Package DistroRelease: Ubuntu 20.04 Package: phpmyadmin 4:4.9.5+dfsg1-2 [modified: usr/share/phpmyadmin/config.sample.inc.php usr/share/phpmyadmin/index.php usr/share/phpmyadmin/print.css

[Bug 1963802] Re: lenovo x260: unable to suspend or power off cleanly

2022-03-07 Thread James Page
Worked around for now by disabling the security chip via the BIOS. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1963802 Title: lenovo x260: unable to suspend or power off cleanly To manage

[Bug 1956169] Re: Cannot install libvirt-dev on Ubuntu 20.04 / focal Dependency conflict - needs repackage

2022-03-06 Thread James Cuzella
As a final check, I reinstalled the package again. Now apt is finding it properly: $ sudo apt-get reinstall libvirt-dev [sudo] password for trinitronx: Reading package lists... Done Building dependency tree Reading state information... Done 0 upgraded, 0 newly

[Bug 1956169] Re: Cannot install libvirt-dev on Ubuntu 20.04 / focal Dependency conflict - needs repackage

2022-03-06 Thread James Cuzella
Hmm... yes it seems like universe & multiverse pockets are enabled on this system for main and focal-security. However, it does have debug packages enabled for focal-updates via ddebs.list: $ grep -ri '^deb.*ubuntu\.com' /etc/apt/sources.list* | sort | uniq

[Bug 1963802] [NEW] lenovo x260: unable to suspend or power off cleanly

2022-03-06 Thread James Page
Public bug reported: Since upgrading to the new 5.15 kernel in Jammy development I've been unable to suspend or power of my x260 successfully. suspend - laptop appears to have suspended with the power led pulsing but then won't resume power off - laptop appears to have powered off but infact

[Bug 1962730] Re: Use ACPI S5 for reboot #1904225: causes reboot crash on Dell T440

2022-03-04 Thread James Dingwall
Not sure what format was best so this `acpidump -b` then tar gz. ** Attachment added: "Dell T440 `acpidump -b`" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1962730/+attachment/5565825/+files/acpidump-t440.tar.gz -- You received this bug notification because you are a member of

[Bug 1962730] Re: Use ACPI S5 for reboot #1904225: causes reboot crash on Dell T440

2022-03-04 Thread James Dingwall
The tg3 patch did not work, from the pstore record: <6>[ 328.733248] ACPI: Preparing to enter system sleep state S5 <0>[ 331.440360] {1}[Hardware Error]: Hardware error from APEI Generic Hardware Error Source: 5 <0>[ 331.440361] {1}[Hardware Error]: event severity: fatal <0>[ 331.440361]

[Bug 1963671] [NEW] Snap refresh timer stuck

2022-03-04 Thread James Paton-Smith
Public bug reported: While investigating another issue, I noticed my snap refresh timer was showing the next refresh as 'yesterday'. The snap changes command also did not list any recent changes. jamesps@ubu20-n-0649f43030:~$ snap refresh --time timer: 00:00~24:00/4 last: yesterday at 12:05 GMT

[Bug 1962730] Re: Use ACPI S5 for reboot #1904225: causes reboot crash on Dell T440

2022-03-03 Thread James Dingwall
dmesg had rolled out the early boot messages so this is /var/log/kern.log for the current boot. ** Attachment added: "/var/log/kern.log" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1962730/+attachment/5565219/+files/1962730-dmesg.txt -- You received this bug notification because

[Bug 1962730] Re: Use ACPI S5 for reboot #1904225: causes reboot crash on Dell T440

2022-03-03 Thread James Dingwall
The 'device_id: :01:00.1' mentioned in the stack trace is one port of a dual interface network card. ** Attachment added: "Output of `lspci -vvnn`" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1962730/+attachment/5565217/+files/1962730-lspci.txt -- You received this bug

[Bug 1962730] Re: Use ACPI S5 for reboot #1904225: causes reboot crash on Dell T440

2022-03-02 Thread James Dingwall
I have built a kernel with this commit reverted by including the referenced mainline change which resolves the observed problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1962730 Title: Use

[Bug 1962730] Re: Use ACPI S5 for reboot #1904225: causes reboot crash on Dell T440

2022-03-02 Thread James Dingwall
`apport-collect` can not be installed in this environment as it runs from a read only / image. ** 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.

[Bug 1962730] [NEW] Use ACPI S5 for reboot #1904225: causes reboot crash on Dell T440

2022-03-02 Thread James Dingwall
Public bug reported: On a Dell T440 system the following crash is captured from reboot in pstore. Although this example is not with the latest system BIOS it does also happen with the latest (2.13.3). The upstream kernel tree has reverted the patch applied for #1904225 in commit

[Bug 1854362] Re: [MIR] ceph-iscsi, tcmu, python-configshell-fb, python-rtslib-fb, urwid, targetcli-fb

2022-03-01 Thread James Page
I've added the bug subscription for ceph-iscsi. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1854362 Title: [MIR] ceph-iscsi, tcmu, python-configshell-fb, python-rtslib-fb, urwid, targetcli-fb

[Bug 1569974] Re: networking fallback should ignore bridges

2022-02-28 Thread James Falcon
** Changed in: cloud-init Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1569974 Title: networking fallback should ignore bridges To manage notifications

[Bug 1962237] Re: blue tooth/wireless mouse not working

2022-02-25 Thread James Perkins
never mind. Batteries replaced work wonders. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1962237 Title: blue tooth/wireless mouse not working To manage notifications about this bug go to:

[Bug 1962237] Re: blue tooth/wireless mouse not working

2022-02-25 Thread James Perkins
Ran this hack: https://www.youtube.com/watch?v=I2rHRi2ll9Q and rebooted in recovery mode and mouse is at least temporarily functional. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1962237 Title:

[Bug 1961832] Re: jammy-server-cloudimg-amd64-disk-kvm.img NoCloud data source not detected with qemu SATA cdrom

2022-02-25 Thread James Falcon
*** This bug is a duplicate of bug 1940791 *** https://bugs.launchpad.net/bugs/1940791 Chad Smith was able to reproduce this while investigating #1940791, and this appears to be the same root cause as #1940791, so I'm going to mark this one as a duplicate. ** This bug has been marked a

[Bug 1857026] Re: OVN doesn't seem to support reverse DNS lookups for instances

2022-02-25 Thread James Page
@fnordahl - merged and will upload shortly - bug still needs SRU information around impact, testcase etc.. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1857026 Title: OVN doesn't seem to support

[Bug 1957817] Re: Multicast traffic is broken between VMs on different hypervisors using provider networks

2022-02-25 Thread James Page
@fnordahl I've merged and will uploaded for SRU team review however we still need the required SRU information for this bug including how to reproduce to validate the fix has resolved this issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1962237] Re: blue tooth/wireless mouse not working

2022-02-24 Thread James Perkins
I left a comment about how my system on re-launch appears to revert to 2-22-22 which, I assume is when I attempted to install the update. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1962237 Title:

[Bug 1962237] Re: blue tooth/wireless mouse not working

2022-02-24 Thread James Perkins
It appears that on launch, my system is reverting to 2-22-22 which, I assume, is when the update was autoloaded and attempted to run. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1962237 Title:

[Bug 1962237] [NEW] blue tooth/wireless mouse not working

2022-02-24 Thread James Perkins
Public bug reported: The mouse can occasionally be made to work by going back through settings, etc. but then very shortly stops again. I recently updated the system and had to interrupt the update as it was in an infinite loop while install was running. I am also running a bitcoin node that is

[Bug 1962022] Re: default password not set

2022-02-24 Thread James Falcon
By default, server images don't set a default user/password. Cloud-init will create the ubuntu user, but expects SSH auth by default and so will lock the password for the ubuntu user. Did you use an installer with the image? Was any userdata included on the SD card that you know of? If you can

[Bug 1961832] Re: jammy-server-cloudimg-amd64-disk-kvm.img NoCloud data source not detected with qemu SATA cdrom

2022-02-24 Thread James Falcon
Thanks for the detailed bug report. I used your reproducer steps, but I got a slightly different result. I'm still not getting the NoCloud identification, but in my case, I can't force ds-identify to identify it. In order for ds-identify to identify NoCloud, it needs to see a "cidata" filesystem

[Bug 1893935] Re: [MIR] python3-vitrageclient

2022-02-23 Thread James Page
) Status: Triaged => Fix Committed ** Changed in: python-vitrageclient (Ubuntu Jammy) Assignee: James Page (james-page) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1

[Bug 1893935] Re: [MIR] python3-vitrageclient

2022-02-23 Thread James Page
** Changed in: python-vitrageclient (Ubuntu Jammy) Assignee: (unassigned) => James Page (james-page) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1893935 Title: [MIR] python3-vitragecli

[Bug 1883112] Re: rbd-target-api crashes with python TypeError

2022-02-23 Thread James Page
Updates for impish and focal uploaded to the UNAPPROVED queues for SRU team review. Thanks Liam and Julian! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1883112 Title: rbd-target-api crashes with

[Bug 1883112] Re: rbd-target-api crashes with python TypeError

2022-02-23 Thread James Page
** Also affects: ceph-iscsi (Ubuntu Focal) Importance: Undecided Status: New ** Also affects: ceph-iscsi (Ubuntu Impish) Importance: Undecided Status: New ** Changed in: ceph-iscsi (Ubuntu) Status: Confirmed => Fix Released ** Changed in: ceph-iscsi (Ubuntu Focal)

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

2022-02-21 Thread James Page
For reference, I've dropped ceilometer point releases into: ppa:james-page/wallaby ppa:james-page/xena for the Wallaby and Xena Ubuntu Cloud Archive pockets - I've tested at Xena and the point release does the trick with regards to resolving the namespace issue. -- You received this bug

[Bug 1960899] Re: nfs-ganesha doesn't ship the ganesha-rados-grace binary target in Focal

2022-02-21 Thread James Page
** Changed in: nfs-ganesha (Ubuntu Focal) Assignee: (unassigned) => Chris MacNaughton (chris.macnaughton) ** Changed in: nfs-ganesha (Ubuntu Focal) Status: New => Triaged ** Changed in: nfs-ganesha (Ubuntu Focal) Importance: Undecided => High -- You received this bug

[Bug 1958591] Re: [amdgpu] Random noise 'static' display after internal display turned off/on

2022-02-19 Thread James Ferguson
Excellent - also confirming - current kernel that came through in normal updates fixes the issue. Thank you devs. $ uname -r 5.13.0-30-generic I posted one option for fixing the machine on 5.11 kernel in comment #15. To undo that: 0. update your packages 1. Restore /etc/grub/default

[Bug 1950186] Re: Nova doesn't account for hugepages when scheduling VMs

2022-02-18 Thread James Page
Another suggestion was to limit the 'max_unit' value for hypervisors with this memory configuration to the total memory - the hugepage configured memory - this means that the maximum footprint for a single VM is limited. -- You received this bug notification because you are a member of Ubuntu

[Bug 1950186] Re: Nova doesn't account for hugepages when scheduling VMs

2022-02-18 Thread James Page
Discussed with the Nova team and this is a know issue at the moment - mixing instance types with and with NUMA configuration features such as hugepages will create this type of issue. The placement API (which is used for scheduling) does not track different pagesizes so can't deal with this

[Bug 1946793] Re: aodh uses deprecated gnocchi api to aggregate metrics and doesn't work properly

2022-02-18 Thread James Page
- testing now to see how it works in a deployment. ** Changed in: aodh Status: New => In Progress ** Changed in: aodh Assignee: (unassigned) => James Page (james-page) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1960972] Re: All snap applications missing from gnome-search after update

2022-02-16 Thread James Barlow
I also use fish shell, so it seems to be the combination of snapd + fish as @iperry83 outlined. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1960972 Title: All snap applications missing from

[Bug 1960972] Re: All snap applications missing from gnome-search after update

2022-02-16 Thread James Barlow
I'm also using fish shell so what @iperry83 describes is like the issue. It appears that snapd.fish relies on fish_add_path which is not available until fish 3.3, while Ubuntu 21.10 provides fish 3.1.2. I did not attempt to return to the non-working version, just adding this observation. --

[Bug 1960972] Re: All snap applications missing from gnome-search after update

2022-02-15 Thread James Barlow
Downgrading snapd to the previous version 2.53+21.10ubuntu1 resolves the issue. As such this may actually be a snapd issue, or something involving both communications between the two applications. Neither version of snapd logs any errors. -- You received this bug notification because you are a

[Bug 1960972] [NEW] All snap applications missing from gnome-search after update

2022-02-15 Thread James Barlow
Public bug reported: After this "upgrade", snapd:amd64 2.53+21.10ubuntu1 2.54.2+21.10ubuntu1 (Some video drivers were upgraded at the same time, but this doesn't seem relevant.) ...all snap applications have disappeared from gnome-shell search. All snaps are still installed and can be executed

[Bug 1904730] Please test proposed package

2022-02-15 Thread James Page
Hello Michał, or anyone else affected, Accepted pyroute2 into train-proposed. The package will build now and be available in the Ubuntu Cloud Archive in a few hours, and then in the -proposed repository. Please help us by testing this new package. To enable the -proposed repository: sudo

[Bug 1904730] Please test proposed package

2022-02-15 Thread James Page
Hello Michał, or anyone else affected, Accepted pyroute2 into stein-proposed. The package will build now and be available in the Ubuntu Cloud Archive in a few hours, and then in the -proposed repository. Please help us by testing this new package. To enable the -proposed repository: sudo

[Bug 1734204] Re: Insufficient free host memory pages available to allocate guest RAM with Open vSwitch DPDK in Newton

2022-02-15 Thread James Page
Note that the PPA no longer contains the nova build including the proposed fix. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1734204 Title: Insufficient free host memory pages available to

[Bug 1734204] Re: Insufficient free host memory pages available to allocate guest RAM with Open vSwitch DPDK in Newton

2022-02-15 Thread James Page
nic) Status: In Progress => Incomplete ** Changed in: nova (Ubuntu Bionic) Assignee: James Page (james-page) => (unassigned) ** Changed in: cloud-archive/queens Assignee: James Page (james-page) => (unassigned) -- You received this bug notification because you are a member of

[Bug 1904730] Re: neutron-agent-sriov fails to create port

2022-02-15 Thread James Page
Uploads prepared for stein and train - once those have built in proposed I'll run tests for queens->train. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1904730 Title: neutron-agent-sriov fails to

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

2022-02-15 Thread James Page
** Changed in: cloud-archive/wallaby Importance: Undecided => High ** Changed in: cloud-archive/xena Importance: Undecided => High ** Changed in: cloud-archive/xena Status: Fix Released => Triaged ** Changed in: cloud-archive/yoga Importance: Undecided => High -- You received

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

2022-02-15 Thread James Page
thanks @tobias-urdin for your work on this issue. Ubuntu and the Ubuntu Cloud Archive will pick this up as part of the 16.0.x and 17.0.x stable releases. ** Also affects: cloud-archive/yoga Importance: Undecided Status: Triaged -- You received this bug notification because you are a

[Bug 1960831] ProcEnviron.txt

2022-02-14 Thread James Daldry
apport information ** Attachment added: "ProcEnviron.txt" https://bugs.launchpad.net/bugs/1960831/+attachment/5560832/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1960831

[Bug 1960831] ProcCpuinfoMinimal.txt

2022-02-14 Thread James Daldry
apport information ** Attachment added: "ProcCpuinfoMinimal.txt" https://bugs.launchpad.net/bugs/1960831/+attachment/5560831/+files/ProcCpuinfoMinimal.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1960831] Re: unmount gadget on filesystem panel in caja disconnects before dismount

2022-02-14 Thread James Daldry
apport information ** Tags added: apport-collected ** Description changed: I use a USB cable to transfer podcast and music files from my computer to my Android phone. I first delete the current files in the folder on the phone, then click and drag the podcasts to the podcast folder, them

[Bug 1960065] Re: cloud archive: apt upgrade from rocky to stein keeps back some ceph packages

2022-02-14 Thread James Page
Stepping between UCA pockets is really akin to a distribution upgrade so I think its appropriate that only a dist-upgrade action would complete the transition correctly (or an install as detailed in #8). We could provide transitional packages but this would need to be done as patches ontop of the

[Bug 1946793] Re: aodh uses deprecated gnocchi api to aggregate metrics and doesn't work properly

2022-02-14 Thread James Page
@Gustavo - please could you attach logs from both gnocchi and aodh services to this bug report please - they might cast a little more light on what's going wrong. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1946793] Re: aodh uses deprecated gnocchi api to aggregate metrics and doesn't work properly

2022-02-14 Thread James Page
Aodh is using the older deprecated API in Gnocchi *but* it is deprecated not removed or expected to be broken. ** Also affects: aodh (Ubuntu) Importance: Undecided Status: New ** Changed in: aodh (Ubuntu) Status: New => Incomplete -- You received this bug notification because

[Bug 1960569] Re: Screen goes dim

2022-02-11 Thread Rick James
@Daniel .. Thanks. * I think brightness-controller is a thin UI around xrandr. If something in Ubuntu is improperly changing "Brightness" and xrandr is the only cure, why remove brightness-controller? Or, do your comments about it apply equally to xrandr -- namely that I should avoid xrandr,

[Bug 1958591] Re: [amdgpu] Random noise 'static' display after internal display turned off/on

2022-02-11 Thread James Ferguson
Any chance this bug can get assigned and get some attention? An entire generation of Ryzen systems seem to be rendered unusable without holding back the kernel to 5.11. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1960569] [NEW] Screen goes dim

2022-02-10 Thread Rick James
Public bug reported: I walk away from the machine; come back hours later to find that the screen is dim. The following command confirms that the cause is something in Ubuntu xrandr --listmonitors --verbose | egrep -3 -i 'gamma|backl|brightn' Has shown value for "Brightness" of 0.11, 0.18,

[Bug 1960459] [NEW] Sage cannot be launched if `python3` does not point to system interpreter

2022-02-09 Thread James Gerity
Public bug reported: ## Expected behavior: Running `sage` after installing the `sagemath` command starts Sage, even if `python3` resolves somewhere other than `/usr/bin/python3` (examples of when it doesn't: virtual environments, use of the conda package manager, pyenv) ## Actual behavior: ```

[Bug 1958914] Re: AMD GPU driver not loading.

2022-02-06 Thread James Paton-Smith
If it helps, I tried re-installing the kernel metapackage and got the attached errors, which may be useful for troubleshooting this. ** Attachment added: "kernel_error.txt"

[Bug 1959882] [NEW] lenovo x260: display cuts out randomly

2022-02-03 Thread James Page
Public bug reported: Display output randomly drops for a second or so every so often; thought this might be a faulty cable however reverting to the 5.13 kernel resolved the issue - updated to the latest 5.15 update and issue re- occurs so unlikely to be the DP cable. ProblemType: Bug

[Bug 1959744] Re: Please switch ceph to use fuse3

2022-02-03 Thread James Page
** Changed in: ceph (Ubuntu) Status: New => Fix Committed ** Changed in: ceph (Ubuntu) Assignee: (unassigned) => James Page (james-page) ** Changed in: ceph (Ubuntu) Importance: Undecided => High ** Changed in: ceph (Ubuntu) Milestone: None => ubuntu-22.02 --

[Bug 1959871] [NEW] Updates/upgrades won't run without AC power, despite explicit config

2022-02-03 Thread James Paton-Smith
Public bug reported: Despite configuring unattended-upgrades to run on battery power, the script will only run automatically when on AC power due to a condition of the systemd apt-daily.service Here is my current Unattended-Upgrades config (apt-config dump Unattended-Upgrade): ```

[Bug 1959343] Re: deprecation of the Canonical partner archive

2022-01-30 Thread James Falcon
** Changed in: cloud-init (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1959343 Title: deprecation of the Canonical partner archive To manage

[Bug 1958591] Re: [amdgpu] Random noise 'static' display after internal display turned off/on

2022-01-28 Thread James Ferguson
Note I reported this on a Thinkpad X13 Gen 1; Ryzen 7 4750U; [AMD/ATI] Renoir [1002:1636] (rev d1) graphics. On X13 Gen 2; Ryzen 7, 5850U; [AMD/ATI] Device [1002:1638] (rev d1) graphics, the problem *does not* occur. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1958591] Re: [amdgpu] Random noise 'static' display after internal display turned off/on

2022-01-28 Thread James Ferguson
@akkartik - I assume yours was the same as my https://bugs.launchpad.net/ubuntu/+source/linux- hwe-5.13/+bug/1958591/+attachment/993/+files/PXL_20220119_165211771.jpg, since we have I think identical machines. Personally I'd have assumed anything described as "flickering" to be different,

[Bug 1958591] Re: [amdgpu] Random noise 'static' display after internal display turned off/on

2022-01-28 Thread James Ferguson
Scanning the duplicates, just to collect some info we have Bugs mentioning or showing "Static" pattern of display at either boot or suspend, mostly on Renoir 1636 #1959340: Thinkpad X13; [AMD/ATI] Renoir [1002:1636] (rev d1) (same hardware as this bug) #1958248: HP Envy x360; [AMD/ATI] Renoir

[Bug 1958914] Re: AMD GPU driver not loading.

2022-01-28 Thread James Paton-Smith
I can't seem to collect the relevant data with that command. I'm receiving a popup saying 'No additional information collected', and on the terminal it says 'Package linux-signed-hwe-5.13 not installed and no hook available, ignoring'. In fact I don't have any signed kernel packages. But I do

[Bug 1959118] Re: LTS upgrade to v21 breaks in LXD containers in OpenStack (nova-compute-lxd)

2022-01-27 Thread James Falcon
** Changed in: cloud-init (Ubuntu) Status: New => Triaged ** Changed in: cloud-init (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1959118 Title:

[Bug 1959118] Re: LTS upgrade to v21 breaks in LXD containers in OpenStack (nova-compute-lxd)

2022-01-27 Thread James Falcon
The intent was not to change LTS behavior, so yes, we will modify the behavior accordingly. Can you help me understand your use case so we know what needs to change? Previous to this LXD Datasource, we expected LXD containers to be identified to cloud-init using the NoCloud datasource. It sounds

[Bug 1909581] Re: Install and configure for Red Hat Enterprise Linux and CentOS in horizon

2022-01-27 Thread James Page
** Also affects: horizon Importance: Undecided Status: New ** No longer affects: horizon (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1909581 Title: Install and configure for

[Bug 1885230] Re: package libsnappy1v5:amd64 1.1.8-1build1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2022-01-27 Thread James Page
dpkg: error processing package libsnappy1v5:amd64 (--configure): package is in a very bad inconsistent state; you should reinstall it before attempting configuration try "sudo apt install --reinstall libsnappy1v5" Marking Invalid as this is likely a localised install issue rather than a

[Bug 1848237] Re: amd64-only test running on i386

2022-01-27 Thread James Page
Fixed generally in 1.6.0-5 ** Changed in: python-pyeclib (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1848237 Title: amd64-only test running on i386

[Bug 1844918] Re: package zvmcloudconnector-api (not installed) failed to install/upgrade: trying to overwrite '/lib/systemd/system/sdkserver.service', which is also in package python3-zvmcloudconnect

2022-01-27 Thread James Page
As this package relates to an Ubuntu release which is EOL and more recents versions of this package do not have this issue marking Won't Fix. ** Changed in: zvmcloudconnector (Ubuntu) Status: New => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1833771] Re: postinst file fails if /var/lib/placement/placement.sqlite exists

2022-01-27 Thread James Page
*** This bug is a duplicate of bug 1848484 *** https://bugs.launchpad.net/bugs/1848484 ** This bug has been marked a duplicate of bug 1848484 placement-common dpkg error (typo: chmod != chown) -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1837361] Re: force specify project_id during create Sg_rule may cause issue

2022-01-27 Thread James Page
This is related to the openstacksdk project directly - please report this bug here: https://storyboard.openstack.org/#!/project/openstack/openstacksdk ** Changed in: python-openstacksdk (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of

[Bug 1707064] Re: package python-gunicorn 19.4.5-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2022-01-27 Thread James Page
Actually a missing install of ConfigParser - interesting. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1707064 Title: package python-gunicorn 19.4.5-1ubuntu1 failed to install/upgrade:

[Bug 1707064] Re: package python-gunicorn 19.4.5-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2022-01-27 Thread James Page
that said unrelated to this package so marking as Invalid. ** Changed in: gunicorn (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1707064 Title: package

[Bug 1707064] Re: package python-gunicorn 19.4.5-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2022-01-27 Thread James Page
Setting up python-gunicorn (19.4.5-1ubuntu1) ... Traceback (most recent call last): File "/usr/bin/pycompile", line 35, in from debpython.version import SUPPORTED, debsorted, vrepr, \ File "/usr/share/python/debpython/version.py", line 24, in from ConfigParser import SafeConfigParser

[Bug 1829313] Re: package nova-compute-kvm (not installed) failed to install/upgrade: trying to overwrite '/etc/nova/nova-compute.conf', which is also in package nova-lxd-common 19.0.0-0ubuntu1

2022-01-27 Thread James Page
Ubuntu release and nova-lxd are both EOL - marking Won't Fix. ** Changed in: nova (Ubuntu) Status: New => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1829313 Title: package

[Bug 1707064] Re: package python-gunicorn 19.4.5-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2022-01-27 Thread James Page
Bug is not actually related to gunicorn and might be due to a local install of ConfigParser. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1707064 Title: package python-gunicorn 19.4.5-1ubuntu1

<    1   2   3   4   5   6   7   8   9   10   >