[Bug 1789425] Re: magnum deb v6.1.0 not containing queens/stable data
So essentially the latest upstream stable release of queens should fix this. Correct? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1789425 Title: magnum deb v6.1.0 not containing queens/stable data To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/magnum/+bug/1789425/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1789425] Re: [SRU] magnum deb v6.1.0 not containing queens/stable data
** Description changed: [Impact] It's about this file: https://github.com/openstack/magnum/blob/stable/queens/magnum/drivers/common/templates/kubernetes/fragments /configure-kubernetes-master.sh The version installed has this condition: if [ -n "$CERT_MANAGER_API" ]; then KUBE_CONTROLLER_MANAGER_ARGS="$KUBE_CONTROLLER_MANAGER_ARGS --cluster-signing-cert-file=$CERT_DIR/ca.crt --cluster-signing-key-file=$CERT_DIR/ca.key" fi The version that should be installed, has this condition: if [ "$(echo $CERT_MANAGER_API | tr '[:upper:] ' '[:lower:]')" = "true" ]; then KUBE_CONTROLLER_MANAGER_ARGS="$KUBE_CONTROLLER_MANAGER_ARGS --cluster-signing-cert-file=$CERT_DIR/ca.crt --cluster-signing-key-file=$CERT_DIR/ca.key" fi CERT_MANAGER_API is either true or false, never empty. Thanks [Test Case] + This deb will be deployed by our magnum juju charm and configured as + part of an Ubuntu OpenStack deployment. Any relevant test results will + be posted back in this bug report. + [Regression Potential] In order to mitigate the regression potential, the results of the aforementioned tests are attached to this bug. [Discussion] Updating to stable point release 6.1.1 fixes the aforementioned issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1789425 Title: [SRU] magnum deb v6.1.0 not containing queens/stable data To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/magnum/+bug/1789425/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1642679] Re: The OpenStack network_config.json implementation fails on Hyper-V compute nodes
Tested version 0.7.8-49-g9e904bb-0ubuntu1~16.04.2 on an OpenStack Mitaka install running Hyper-V as compute host. VM booted successfully and cloud-init finished its run. The following output is from inside the VM after accessing it via SSH: https://paste.ubuntu.com/23653864/ ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1642679 Title: The OpenStack network_config.json implementation fails on Hyper-V compute nodes To manage notifications about this bug go to: https://bugs.launchpad.net/cloud-init/+bug/1642679/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1458322] Re: NetworkManager doesn't hide virtual interfaces (e.g. Docker, VMWare)
any update on this? It is really annoying to use containers on a desktop system witn NetworkManager enabled. I get 12-15 network interfaces show up in my nm-applet. Can't even select a wifi network because of this in gnome-sehll. It's silly :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1458322 Title: NetworkManager doesn't hide virtual interfaces (e.g. Docker, VMWare) To manage notifications about this bug go to: https://bugs.launchpad.net/hundredpapercuts/+bug/1458322/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1404147] Re: Screen is stretched when using dual monitors
This still happens in 16.04 on a Thinkpad P50 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1404147 Title: Screen is stretched when using dual monitors To manage notifications about this bug go to: https://bugs.launchpad.net/unity/+bug/1404147/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 626023] Re: Gwibber does not display any messages for Google-Buzz
Looks like its a google account feature not to share your photo with everyone. You can change that behavior by following the instructions here: http://mail.google.com/support/bin/answer.py?ctx=mail&answer=35529&hl=en (step 7) The "GnuTLS recv error" seems to be of little consequence in regards to the avatar being shown. Don't know if it affects any functionality. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/626023 Title: Gwibber does not display any messages for Google-Buzz -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 626023] Re: Gwibber does not display any messages for Google-Buzz
Sorry about that. Its my first patch :). I created a single file containing all changes to both /usr/lib/python2.6/dist- packages/gwibber/lib/gtk/buzz.py and /usr/lib/python2.6/dist- packages/gwibber/microblog/buzz.py. cd /usr/lib/python2.6/dist-packages/gwibber && patch -p1 < ~/gwibber.patch should work on a default instalation. After applying, adding a new account, viewing current buzzes and posting new ones should work. ** Patch added: "gwibber.patch" https://bugs.launchpad.net/ubuntu/+source/gwibber/+bug/626023/+attachment/1757250/+files/gwibber.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/626023 Title: Gwibber does not display any messages for Google-Buzz -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 626023] Re: Gwibber does not display any messages for Google-Buzz
The only way i managed to get rid of that error, was by recompiling libcurl with OpenSSL instead of GnuTLS and then recompiling python- pycurl against the new cURL library. as an ugly hack i did: apt-get source curl then modified line 80 of debian/rules to compile using openSSL: cd debian/build-gnutls && ./configure ${CONFIGURE_ARGS} --with-ca- bundle=/etc/ssl/certs/ca-certificates.crt --with-ssl --without-libssh2 After rebuilding, i installed the debs generated by dpkg-buildpackage and rebuild python-pycurl: apt-get source python-pycurl cd pycurl-7.19.0 && dpkg-buildpackage && dpkg -i ../python-pycurl_7.19.0-3_i386.deb I must mention that i can see some avatars but not others. Don't know if its related. This is the output after rebuilding curl and python-pycurl: $ gwibber-service -o -d Gwibber Dispatcher: DEBUGSetting up monitors Gwibber Dispatcher: DEBUGRefresh interval is set to 5 Gwibber Dispatcher: DEBUG** Starting Refresh - 2010-12-06 16:15:05.36 ** Gwibber Dispatcher: DEBUG Performing operation Gwibber Dispatcher: DEBUGlibproxy: getting proxies Gwibber Dispatcher: DEBUG Adding record Gwibber Dispatcher: DEBUG Adding record Gwibber Dispatcher: DEBUG Adding record Gwibber Dispatcher: DEBUG Adding record Gwibber Dispatcher: DEBUG Adding record Gwibber Dispatcher: DEBUG Adding record Gwibber Dispatcher: DEBUG Adding record Gwibber Dispatcher: DEBUG Adding record Gwibber Dispatcher: DEBUG Adding record Gwibber Dispatcher: DEBUG Adding record Gwibber Dispatcher: DEBUG Adding record Gwibber Dispatcher: DEBUG Adding record Gwibber Dispatcher: DEBUG Adding record Gwibber Dispatcher: DEBUG Adding record Gwibber Dispatcher: DEBUG Adding record Gwibber Dispatcher: DEBUG Adding record Gwibber Dispatcher: DEBUG Adding record Gwibber Dispatcher: DEBUG Adding record Gwibber Dispatcher: DEBUG Adding record Gwibber Dispatcher: DEBUG Adding record Gwibber Dispatcher: DEBUG Finished operation Gwibber Dispatcher: INFO Loading complete: 1 - [] Gwibber Dispatcher: DEBUGRaising gwibber client Gwibber Dispatcher: DEBUGGwibber Client raised -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/626023 Title: Gwibber does not display any messages for Google-Buzz -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 626023] Re: Gwibber does not display any messages for Google-Buzz
About the avatar. It looks like the json received from google, in some cases does not include the thumbnailUrl (avatar) in the "actor" block: "actor": { "profileUrl": "http://www.google.com/profiles/samfiragabriel";, "thumbnailUrl": "", "id": "101735734890425678723", "name": "Gabriel-Adrian Samfira" } The _actor method looks for the thumbnailUrl key, and defaults to: https://mail.google.com/mail/images/blue_ghost.jpg?sz=45 if it doesn't exist. Unfortunately it exists, but its and empty string. I added a condition that deletes the key in case its an empty string, so it can default to blue_ghost. ** Patch added: "gwibber.patch" https://bugs.launchpad.net/ubuntu/+source/gwibber/+bug/626023/+attachment/1757576/+files/gwibber.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/626023 Title: Gwibber does not display any messages for Google-Buzz -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1519836] Re: MaaS fails to boot Hyper-V Generation 2 virtual machines
Any news on this? Thanks. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1519836 Title: MaaS fails to boot Hyper-V Generation 2 virtual machines To manage notifications about this bug go to: https://bugs.launchpad.net/maas/+bug/1519836/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 883267] Re: 1.0.2 (and 0.53) build fails on ubuntu oneiric
The libmemcached-1.0.X series seam not to allow you to activate sasl. There is this conditional in the configure script: if test "x$ac_enable_sasl" = "xyes"; then : ac_enable_sasl="no" fi which sets SASL to "no" even if you use --enable-sasl. Version 0.53 works well though. After issuing ./configure I had to edit m4/ax_pthread.m4 as Brian Aker sugested. At line 126 you have: ax_pthread_flags="pthreads none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config" and should be: ax_pthread_flags="pthreads none -Kthread -kthread lthread -lpthread -lpthreads -mthreads pthread --thread-safe -mt pthread-config" (-lpthread instead of -pthread). then make && make install and you should be good to go. Linked pylibmc against it and it authenticated to my memached server beautifully. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/883267 Title: 1.0.2 (and 0.53) build fails on ubuntu oneiric To manage notifications about this bug go to: https://bugs.launchpad.net/libmemcached/+bug/883267/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 964948] Re: Poor resolution Volume OSD icons in gnome-shell
Would love to see this resolved myself. Maybe some SVG icons? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/964948 Title: Poor resolution Volume OSD icons in gnome-shell To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/light-themes/+bug/964948/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 878439] Re: sound volume notification icon is low sized
Would love to know at least where we could change this. Can it be changed in gnome-shell.css? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/878439 Title: sound volume notification icon is low sized To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ubuntu-mono/+bug/878439/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 626023] Re: Gwibber does not display any messages for Google-Buzz
Hello Ken! >From what i understand from this post: http://boredzo.org/blog/archives/2008-06-16/what-to-do-if-python- says-%E2%80%9Ccharacter-mapping-must-return-integer-none-or- unicode%E2%80%9D the problem is in the input given to the hmac library: key.translate(trans_5C) It seams like gwibber stores its account information in unicode format and the hmac library does not accept unicode characters. A quick and dirty fix to the error you posted should be encoding the unicode strings into ASCII text. I have attached a bzr diff to your branch that does this. There is no doubt a better solution to this error (maybe storing account information as ascii instead of unicode?). ** Patch added: "encode access_token and secret_token to ascii text" https://bugs.launchpad.net/ubuntu/+source/gwibber/+bug/626023/+attachment/1905366/+files/gwibber.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/626023 Title: Gwibber does not display any messages for Google-Buzz -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 626023] Re: Gwibber does not display any messages for Google-Buzz
The encode to ascii fix was a poor one, but i ment it as an example as to where to start. It will fail if access_token or secret_token will contain a character with no equivalent in ascii: u'ă'.encode('ascii') #this will fail You could try to encode to UTF-8 instead of ascii, but i can't guarantee it will work. It gives no errors on my system, but neither did the ascii encoding, so i cant promise it will work. The author of the gwibber plugin may be able to find a more portable and less error prone fix. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/626023 Title: Gwibber does not display any messages for Google-Buzz -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 626023] Re: Gwibber does not display any messages for Google-Buzz
I have stumbled across this thread: http://comments.gmane.org/gmane.comp.web.curl.general/11915 In one post it is sugested that the error may be produced by the remote server not sending a notify before ending the tls connection. The following quote may be of interest: Nikos said, "Several sites terminate the TLS connection without following the TLS protocol (i.e. sending closure alerts), but rather terminate the TCP connection directly. This is a relic of SSLv2 and it seems other implementations ignore this error. GnuTLS doesn't and thus prints this error. You could ignore it, but then you could not distinguish between a premature connection termination (i.e. by someone injecting a stray TCP termination packet) and normal termination." Like i staded in an earlier post, the gnutls error itself does not seem to affectany functionality. Gabriel -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/626023 Title: Gwibber does not display any messages for Google-Buzz -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 626023] Re: Gwibber does not display any messages for Google-Buzz
** Patch added: "fixes KeyError on some buzzez that do not have "content", just "title" (private buzz i think)" https://bugs.launchpad.net/ubuntu/+source/gwibber/+bug/626023/+attachment/1693330/+files/gwibber-service.patch -- Gwibber does not display any messages for Google-Buzz https://bugs.launchpad.net/bugs/626023 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 626023] Re: Gwibber does not display any messages for Google-Buzz
I created 2 patches that solved this bug on my system. The coding is not pretty...but it seamed to work. Hope this helps someone. ** Patch added: "adds another callback to authorize the oauth_token for google buzz" https://bugs.launchpad.net/ubuntu/+source/gwibber/+bug/626023/+attachment/1693329/+files/gwibber.patch -- Gwibber does not display any messages for Google-Buzz https://bugs.launchpad.net/bugs/626023 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 626023] Re: Gwibber does not display any messages for Google-Buzz
Made a few corrections to the patch to handle failure of token authorisation. Also made a mistake in the try...except statement (mea culpa). ** Attachment added: "gwibber.tar.gz" https://bugs.launchpad.net/ubuntu/+source/gwibber/+bug/626023/+attachment/1695218/+files/gwibber.tar.gz -- Gwibber does not display any messages for Google-Buzz https://bugs.launchpad.net/bugs/626023 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 626023] Re: Gwibber does not display any messages for Google-Buzz
Found another small bug that does not treat an IndexError. Google buzz can aggregate feeds from popular sites like twitter. Most times the feeds look like: http://twitter.com/TwitterUSERID";>TwitterUSERID: Message from Twitter here But in rare cases the feed looks like this: TwitterUSERID: Message from Twitter here Unfortunately when an exception is thrown no feeds are imported. The modified patch should take care of that to. ** Patch added: "Fixes IndexError when importing Twitter feeds with no href tag" https://bugs.launchpad.net/ubuntu/+source/gwibber/+bug/626023/+attachment/1710171/+files/gwibber-service.patch -- Gwibber does not display any messages for Google-Buzz https://bugs.launchpad.net/bugs/626023 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1939390] Re: Missing dependency: lsscsi
I *think* we also had this problem on systems that had NVMe volumes. The nvme-cli package is not pulled in, even though it is used by os-brick: https://github.com/openstack/os- brick/blob/master/os_brick/initiator/connectors/nvmeof.py#L155 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1939390 Title: Missing dependency: lsscsi To manage notifications about this bug go to: https://bugs.launchpad.net/charm-nova-compute/+bug/1939390/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1939390] Re: Missing dependency: lsscsi
** Description changed: When resizing a volume, cinder will notify nova that a volume has changed its size. For iSCSI attached volumes (ie: Dell Unity), the package lsscsi is required for that to work. Without it, you get this error: 2021-08-10 09:44:02.400 1816368 INFO os_brick.initiator.connectors.iscsi [req-98b38968-a179-4a3c-bf09-dfe5dcee9b66 aa291ad6c5b4430d9a5e268850c5aed8 ff58079dba31444da859ff6f91a2f983 - 83859026773d453ca315c30285f94efa 83859026773d453ca315c30285f94efa] Found paths for volume ['/dev/disk/by-path/ip-10.123.110.4:3260-iscsi-iqn.1992-04.com.emc:cx.ckm01211605212.a4-lun-86', '/dev/disk/by-path/ip-10.123.120.4:3260-iscsi-iqn.1992-04.com.emc:cx.ckm01211605212.b4-lun-86', '/dev/disk/by-path/ip-10.123.120.5:3260-iscsi-iqn.1992-04.com.emc:cx.ckm01211605212.b5-lun-86', '/dev/disk/by-path/ip-10.123.110.5:3260-iscsi-iqn.1992-04.com.emc:cx.ckm01211605212.a5-lun-86'] 2021-08-10 09:44:02.424 1816368 WARNING nova.compute.manager [req-98b38968-a179-4a3c-bf09-dfe5dcee9b66 aa291ad6c5b4430d9a5e268850c5aed8 ff58079dba31444da859ff6f91a2f983 - 83859026773d453ca315c30285f94efa 83859026773d453ca315c30285f94efa] [instance: 6cf7a8c6-255f-4b69-812a-39dc0fa279b6] Extend volume failed, volume_id=ac43884b-916c-44b9-be46-393325ad64cc, reason: [Errno 2] No such file or directory: 'lsscsi' Command: lsscsi Exit code: - Stdout: None Stderr: None: oslo_concurrency.processutils.ProcessExecutionError: [Errno 2] No such file or directory: 'lsscsi' 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server [req-98b38968-a179-4a3c-bf09-dfe5dcee9b66 aa291ad6c5b4430d9a5e268850c5aed8 ff58079dba31444da859ff6f91a2f983 - 83859026773d453ca315c30285f94efa 83859026773d453ca315c30285f94efa] Exception during message handling: oslo_concurrency.processutils.ProcessExecutionError: [Errno 2] No such file or directory: 'lsscsi' Command: lsscsi Exit code: - Stdout: None Stderr: None 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server File "/usr/lib/python3/dist-packages/os_brick/privileged/rootwrap.py", line 171, in execute 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server return custom_execute(*cmd, **kwargs) 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server File "/usr/lib/python3/dist-packages/os_brick/privileged/rootwrap.py", line 142, in custom_execute 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server return putils.execute(on_execute=on_execute, 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server File "/usr/lib/python3/dist-packages/oslo_concurrency/processutils.py", line 388, in execute 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server obj = subprocess.Popen(cmd, 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server File "/usr/lib/python3/dist-packages/eventlet/green/subprocess.py", line 58, in __init__ 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server subprocess_orig.Popen.__init__(self, args, 0, *argss, **kwds) 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server File "/usr/lib/python3.8/subprocess.py", line 858, in __init__ 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server self._execute_child(args, executable, preexec_fn, close_fds, 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server File "/usr/lib/python3.8/subprocess.py", line 1704, in _execute_child 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server raise child_exception_type(errno_num, err_msg, err_filename) 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server FileNotFoundError: [Errno 2] No such file or directory: 'lsscsi' - 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server + 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server During handling of the above exception, another exception occurred: - 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server + 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server File "/usr/lib/python3/dist-packages/oslo_messaging/rpc/server.py", line 165, in _process_incoming 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server File "/usr/lib/python3/dist-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server File "/usr/lib/python3/dist-packag
[Bug 1939390] Re: Missing dependency: lsscsi
** Description changed: When resizing a volume, cinder will notify nova that a volume has changed its size. For iSCSI attached volumes (ie: Dell Unity), the package lsscsi is required for that to work. Without it, you get this error: 2021-08-10 09:44:02.400 1816368 INFO os_brick.initiator.connectors.iscsi [req-98b38968-a179-4a3c-bf09-dfe5dcee9b66 aa291ad6c5b4430d9a5e268850c5aed8 ff58079dba31444da859ff6f91a2f983 - 83859026773d453ca315c30285f94efa 83859026773d453ca315c30285f94efa] Found paths for volume ['/dev/disk/by-path/ip-10.123.110.4:3260-iscsi-iqn.1992-04.com.emc:cx.ckm01211605212.a4-lun-86', '/dev/disk/by-path/ip-10.123.120.4:3260-iscsi-iqn.1992-04.com.emc:cx.ckm01211605212.b4-lun-86', '/dev/disk/by-path/ip-10.123.120.5:3260-iscsi-iqn.1992-04.com.emc:cx.ckm01211605212.b5-lun-86', '/dev/disk/by-path/ip-10.123.110.5:3260-iscsi-iqn.1992-04.com.emc:cx.ckm01211605212.a5-lun-86'] 2021-08-10 09:44:02.424 1816368 WARNING nova.compute.manager [req-98b38968-a179-4a3c-bf09-dfe5dcee9b66 aa291ad6c5b4430d9a5e268850c5aed8 ff58079dba31444da859ff6f91a2f983 - 83859026773d453ca315c30285f94efa 83859026773d453ca315c30285f94efa] [instance: 6cf7a8c6-255f-4b69-812a-39dc0fa279b6] Extend volume failed, volume_id=ac43884b-916c-44b9-be46-393325ad64cc, reason: [Errno 2] No such file or directory: 'lsscsi' Command: lsscsi Exit code: - Stdout: None Stderr: None: oslo_concurrency.processutils.ProcessExecutionError: [Errno 2] No such file or directory: 'lsscsi' 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server [req-98b38968-a179-4a3c-bf09-dfe5dcee9b66 aa291ad6c5b4430d9a5e268850c5aed8 ff58079dba31444da859ff6f91a2f983 - 83859026773d453ca315c30285f94efa 83859026773d453ca315c30285f94efa] Exception during message handling: oslo_concurrency.processutils.ProcessExecutionError: [Errno 2] No such file or directory: 'lsscsi' Command: lsscsi Exit code: - Stdout: None Stderr: None 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server File "/usr/lib/python3/dist-packages/os_brick/privileged/rootwrap.py", line 171, in execute 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server return custom_execute(*cmd, **kwargs) 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server File "/usr/lib/python3/dist-packages/os_brick/privileged/rootwrap.py", line 142, in custom_execute 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server return putils.execute(on_execute=on_execute, 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server File "/usr/lib/python3/dist-packages/oslo_concurrency/processutils.py", line 388, in execute 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server obj = subprocess.Popen(cmd, 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server File "/usr/lib/python3/dist-packages/eventlet/green/subprocess.py", line 58, in __init__ 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server subprocess_orig.Popen.__init__(self, args, 0, *argss, **kwds) 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server File "/usr/lib/python3.8/subprocess.py", line 858, in __init__ 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server self._execute_child(args, executable, preexec_fn, close_fds, 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server File "/usr/lib/python3.8/subprocess.py", line 1704, in _execute_child 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server raise child_exception_type(errno_num, err_msg, err_filename) 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server FileNotFoundError: [Errno 2] No such file or directory: 'lsscsi' 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server During handling of the above exception, another exception occurred: 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server File "/usr/lib/python3/dist-packages/oslo_messaging/rpc/server.py", line 165, in _process_incoming 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server File "/usr/lib/python3/dist-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server File "/usr/lib/python3/dist-packages/oslo_messaging/rpc/dispatcher.py", line 229, in _do_dispatch 2021-08-10 09:44:02.497 1816368 ERROR oslo_messaging.rpc.server
[Bug 1939390] Re: Missing dependency: lsscsi
> Did it block any operation by missing the nvme command? It looks like it's in a critical path for NVMe-oF usecase, but it generates a warning instead of an error when it's not found. No. It was just a warning when using a Dell Unity all flash storage appliance. However, it does seem like it would be a good idea to add that package as well. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1939390 Title: Missing dependency: lsscsi To manage notifications about this bug go to: https://bugs.launchpad.net/charm-nova-compute/+bug/1939390/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2084183] [NEW] Missing template files in caracal build
Public bug reported: It seems that the jinja2 templates are missing from the deb package for caracal. This is true for both the jammy caracal PPA as well as the distro packages in ubuntu 24.04. Amphora load balancers fail to start and the following error appears in the logs: 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server [-] Exception during message handling: jinja2.exceptions.TemplateNotFound: amphora_agent_conf.template 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server File "/usr/lib/python3/dist-packages/oslo_messaging/rpc/server.py", line 165, in _process_incoming 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server File "/usr/lib/python3/dist-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server File "/usr/lib/python3/dist-packages/oslo_messaging/rpc/dispatcher.py", line 229, in _do_dispatch 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server File "/usr/lib/python3/dist-packages/octavia/controller/queue/v2/endpoints.py", line 43, in create_load_balancer 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server self.worker.create_load_balancer(loadbalancer, flavor, 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 333, in wrapped_f 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server return self(f, *args, **kw) 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 423, in __call__ 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server do = self.iter(retry_state=retry_state) 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 360, in iter 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server return fut.result() 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server File "/usr/lib/python3.10/concurrent/futures/_base.py", line 451, in result 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server return self.__get_result() 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server File "/usr/lib/python3.10/concurrent/futures/_base.py", line 403, in __get_result 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server raise self._exception 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 426, in __call__ 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server result = fn(*args, **kwargs) 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server File "/usr/lib/python3/dist-packages/octavia/controller/worker/v2/controller_worker.py", line 413, in create_load_balancer 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server self.run_flow( 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server File "/usr/lib/python3/dist-packages/octavia/controller/worker/v2/controller_worker.py", line 113, in run_flow 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server tf.run() 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server File "/usr/lib/python3/dist-packages/taskflow/engines/action_engine/engine.py", line 247, in run 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server for _state in self.run_iter(timeout=timeout): 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server File "/usr/lib/python3/dist-packages/taskflow/engines/action_engine/engine.py", line 340, in run_iter 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server failure.Failure.reraise_if_any(er_failures) 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server File "/usr/lib/python3/dist-packages/taskflow/types/failure.py", line 338, in reraise_if_any 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server failures[0].reraise() 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server File "/usr/lib/python3/dist-packages/taskflow/types/failure.py", line 350, in reraise 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server raise value 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server File "/usr/lib/python3/dist-packages/taskflow/engines/action_engine/executor.py", line 52, in _execute_task 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server result = task.execute(**arguments) 2024-10-10 17:44:04.295 17331
[Bug 2084183] Re: Missing template files in caracal build
my apologies folks. Just tired. This was meant to be filed against Octavia. ** Changed in: magnum (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/2084183 Title: Missing template files in caracal build To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/magnum/+bug/2084183/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 2084186] [NEW] Missing template files in caracal build
Public bug reported: It seems that the jinja2 templates are missing from the deb package for caracal. This is true for both the jammy caracal PPA as well as the distro packages in ubuntu 24.04. Amphora load balancers fail to start and the following error appears in the logs: 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server [-] Exception during message handling: jinja2.exceptions.TemplateNotFound: amphora_agent_conf.template 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server Traceback (most recent call last): 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server File "/usr/lib/python3/dist-packages/oslo_messaging/rpc/server.py", line 165, in _process_incoming 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server res = self.dispatcher.dispatch(message) 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server File "/usr/lib/python3/dist-packages/oslo_messaging/rpc/dispatcher.py", line 309, in dispatch 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server return self._do_dispatch(endpoint, method, ctxt, args) 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server File "/usr/lib/python3/dist-packages/oslo_messaging/rpc/dispatcher.py", line 229, in _do_dispatch 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server result = func(ctxt, **new_args) 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server File "/usr/lib/python3/dist-packages/octavia/controller/queue/v2/endpoints.py", line 43, in create_load_balancer 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server self.worker.create_load_balancer(loadbalancer, flavor, 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 333, in wrapped_f 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server return self(f, *args, **kw) 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 423, in __call__ 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server do = self.iter(retry_state=retry_state) 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 360, in iter 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server return fut.result() 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server File "/usr/lib/python3.10/concurrent/futures/_base.py", line 451, in result 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server return self.__get_result() 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server File "/usr/lib/python3.10/concurrent/futures/_base.py", line 403, in __get_result 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server raise self._exception 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server File "/usr/lib/python3/dist-packages/tenacity/__init__.py", line 426, in __call__ 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server result = fn(*args, **kwargs) 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server File "/usr/lib/python3/dist-packages/octavia/controller/worker/v2/controller_worker.py", line 413, in create_load_balancer 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server self.run_flow( 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server File "/usr/lib/python3/dist-packages/octavia/controller/worker/v2/controller_worker.py", line 113, in run_flow 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server tf.run() 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server File "/usr/lib/python3/dist-packages/taskflow/engines/action_engine/engine.py", line 247, in run 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server for _state in self.run_iter(timeout=timeout): 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server File "/usr/lib/python3/dist-packages/taskflow/engines/action_engine/engine.py", line 340, in run_iter 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server failure.Failure.reraise_if_any(er_failures) 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server File "/usr/lib/python3/dist-packages/taskflow/types/failure.py", line 338, in reraise_if_any 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server failures[0].reraise() 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server File "/usr/lib/python3/dist-packages/taskflow/types/failure.py", line 350, in reraise 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server raise value 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server File "/usr/lib/python3/dist-packages/taskflow/engines/action_engine/executor.py", line 52, in _execute_task 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server result = task.execute(**arguments) 2024-10-10 17:44:04.295 173317 ERROR oslo_messaging.rpc.server File "/usr/lib/python3/dist-packages/octavia/controller/worker/v2/ta
[Bug 2073643] Re: [Errno 2] No such file or directory: '/usr/lib/python3/dist- packages/ironic/drivers/raid_config_schema.json'.
Hello folks! Any chance to also get this into the cloud archive (jammy)? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2073643 Title: [Errno 2] No such file or directory: '/usr/lib/python3/dist- packages/ironic/drivers/raid_config_schema.json'. To manage notifications about this bug go to: https://bugs.launchpad.net/cloud-archive/+bug/2073643/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs