[Bug 1789425] Re: magnum deb v6.1.0 not containing queens/stable data

2018-08-28 Thread Gabriel Samfira
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

[Bug 1789425] Re: [SRU] magnum deb v6.1.0 not containing queens/stable data

2018-08-28 Thread Gabriel Samfira
** 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

[Bug 1642679] Re: The OpenStack network_config.json implementation fails on Hyper-V compute nodes

2016-12-19 Thread Gabriel Samfira
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: ver

[Bug 1458322] Re: NetworkManager doesn't hide virtual interfaces (e.g. Docker, VMWare)

2017-07-10 Thread Gabriel Samfira
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

[Bug 1404147] Re: Screen is stretched when using dual monitors

2016-05-03 Thread Gabriel Samfira
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:

[Bug 626023] Re: Gwibber does not display any messages for Google-Buzz

2010-12-06 Thread Gabriel Samfira
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 t

[Bug 626023] Re: Gwibber does not display any messages for Google-Buzz

2010-12-06 Thread Gabriel Samfira
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 sho

[Bug 626023] Re: Gwibber does not display any messages for Google-Buzz

2010-12-06 Thread Gabriel Samfira
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

[Bug 626023] Re: Gwibber does not display any messages for Google-Buzz

2010-12-06 Thread Gabriel Samfira
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",

[Bug 1519836] Re: MaaS fails to boot Hyper-V Generation 2 virtual machines

2016-01-13 Thread Gabriel Samfira
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:

[Bug 883267] Re: 1.0.2 (and 0.53) build fails on ubuntu oneiric

2012-03-29 Thread Gabriel Samfira
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

[Bug 964948] Re: Poor resolution Volume OSD icons in gnome-shell

2012-03-30 Thread Gabriel Samfira
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 abo

[Bug 878439] Re: sound volume notification icon is low sized

2011-11-02 Thread Gabriel Samfira
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

[Bug 626023] Re: Gwibber does not display any messages for Google-Buzz

2011-03-13 Thread Gabriel Samfira
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 gwibb

[Bug 626023] Re: Gwibber does not display any messages for Google-Buzz

2011-05-01 Thread Gabriel Samfira
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 guarante

[Bug 626023] Re: Gwibber does not display any messages for Google-Buzz

2011-04-14 Thread Gabriel Samfira
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 si

[Bug 626023] Re: Gwibber does not display any messages for Google-Buzz

2010-10-14 Thread Gabriel Samfira
** 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://bug

[Bug 626023] Re: Gwibber does not display any messages for Google-Buzz

2010-10-14 Thread Gabriel Samfira
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/1693

[Bug 626023] Re: Gwibber does not display any messages for Google-Buzz

2010-10-15 Thread Gabriel Samfira
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 -- Gwibbe

[Bug 626023] Re: Gwibber does not display any messages for Google-Buzz

2010-10-25 Thread Gabriel Samfira
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: Mess

[Bug 1939390] Re: Missing dependency: lsscsi

2022-02-21 Thread Gabriel Samfira
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

[Bug 1939390] Re: Missing dependency: lsscsi

2022-02-21 Thread Gabriel Samfira
** 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.initi

[Bug 1939390] Re: Missing dependency: lsscsi

2022-02-21 Thread Gabriel Samfira
** 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.initi

[Bug 1939390] Re: Missing dependency: lsscsi

2022-02-22 Thread Gabriel Samfira
> 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 woul

[Bug 2084183] [NEW] Missing template files in caracal build

2024-10-10 Thread Gabriel Samfira
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.

[Bug 2084183] Re: Missing template files in caracal build

2024-10-10 Thread Gabriel Samfira
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:

[Bug 2084186] [NEW] Missing template files in caracal build

2024-10-10 Thread Gabriel Samfira
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.

[Bug 2073643] Re: [Errno 2] No such file or directory: '/usr/lib/python3/dist- packages/ironic/drivers/raid_config_schema.json'.

2024-09-20 Thread Gabriel Samfira
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- p