[Bug 1873368] Re: ssshuttle server fails to connect endpoints with python 3.8

2020-07-14 Thread Felipe Reyes
Attaching debdiff for focal that contains a backport of commit https://github.com/sshuttle/sshuttle/commit/9c873579348e3308123d1bf2a917b0c2f82b9dae ** Patch added: "lp1873368_focal.debdiff" https://bugs.launchpad.net/ubuntu/+source/sshuttle/+bug/1873368/+attachment/5392645/+files/lp1873368_foc

[Bug 1873368] Re: ssshuttle server fails to connect endpoints with python 3.8

2020-07-02 Thread Felipe Reyes
I created a ppa that contains the backported patch in case anyone wants to test it - https://launchpad.net/~freyes/+archive/ubuntu/lp1873368 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1873368 Title

[Bug 1880495] Re: Upgrade from 1.95 to 2.35 failure because column maasserver_domain.ttl does not exist

2020-05-26 Thread Felipe Reyes
** Changed in: maas Assignee: (unassigned) => Felipe Reyes (freyes) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1880495 Title: Upgrade from 1.95 to 2.35 failure because col

[Bug 1880495] Re: Upgrade from 1.95 to 2.35 failure because column maasserver_domain.ttl does not exist

2020-05-25 Thread Felipe Reyes
I could reproduce this issue locally, and this is what I believe is happening with this environment (and not for other upgrades) is that the database has no domains defined for the interfaces related, so this piece of code [0] is falling into the "else" section which calls get_default_domain() meth

[Bug 1802407] Re: ssl_ca not supported

2020-03-10 Thread Felipe Reyes
** Tags added: seg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1802407 Title: ssl_ca not supported To manage notifications about this bug go to: https://bugs.launchpad.net/charm-glance-simplestre

[Bug 1802407] Re: ssl_ca not supported

2020-03-10 Thread Felipe Reyes
** Also affects: simplestreams (Ubuntu Bionic) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1802407 Title: ssl_ca not supported To manage notifications

[Bug 1862836] Re: neutron-fwaas Percona-XtraDB-Cluster prohibits use of DML command on a table (neutron.firewall_group_port_associations_v2) without an explicit primary key with pxc_strict_mode = ENFO

2020-02-12 Thread Felipe Reyes
** No longer affects: neutron -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1862836 Title: neutron-fwaas Percona-XtraDB-Cluster prohibits use of DML command on a table (neutron.firewall_group_port

[Bug 1862836] Re: neutron-fwaas Percona-XtraDB-Cluster prohibits use of DML command on a table (neutron.firewall_group_port_associations_v2) without an explicit primary key with pxc_strict_mode = ENFO

2020-02-11 Thread Felipe Reyes
This error is similar to the one reported in Octavia https://bugs.launchpad.net/ubuntu/+source/octavia/+bug/1826875 , but in the case of neutron the table firewall_group_port_associations_v2 has a primary key defined: firewall_group_port_associations_v2 | CREATE TABLE `firewall_group_port_associa

[Bug 1852441] Re: In bionic, one of the ceph packages installed causes chrony to auto-install even on lxd

2020-02-05 Thread Felipe Reyes
I think the charm is the one responsible of disabling chrony, something like this would do the trick. if is_container(): subprocess.check_call("sudo timedatectl set-ntp off") -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https:/

[Bug 1852441] Re: In bionic, one of the ceph packages installed causes chrony to auto-install even on lxd

2020-02-05 Thread Felipe Reyes
** Tags added: sts -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1852441 Title: In bionic, one of the ceph packages installed causes chrony to auto- install even on lxd To manage notifications ab

[Bug 1859649] Re: neutron 2:14.0.3-0ubuntu1~cloud0 and 2:14.0.0-0ubuntu1.1~cloud0 not compatible

2020-01-15 Thread Felipe Reyes
taking a look closer, this could have happened since the neutron-gateway (server side) had an older version that is not aware of 1.5 objects, while neutron-ovs-agent (client side) requested a 1.5 versioned object, the backwards compatibility layer is meant to be used the other way around where the

[Bug 1859649] Re: neutron 2:14.0.3-0ubuntu1~cloud0 and 2:14.0.0-0ubuntu1.1~cloud0 not compatible

2020-01-15 Thread Felipe Reyes
According to the comments in https://review.opendev.org/#/c/669360/ the backport mentioned earlier shouldn't have broken things. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1859649 Title: neutron

[Bug 1859649] Re: neutron 2:14.0.3-0ubuntu1~cloud0 and 2:14.0.0-0ubuntu1.1~cloud0 not compatible

2020-01-15 Thread Felipe Reyes
About "neutron.agent.rpc oslo_messaging.rpc.client.RemoteError: Remote error: InvalidTargetVersion Invalid target version 1.5" commit b452c508b62 landed in 14.0.3 which bumped up the Port object's version to 1.5 making it incompatible with older versions -> https://github.com/openstack/neutron/com

[Bug 1850634] Re: queens regresion: _dn_to_id() not using utf8_encode/decode

2020-01-13 Thread Felipe Reyes
verified xenial-queens, no regressions detected, testing journal: $ time tox -e func-smoke func-smoke installed: DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip wil

[Bug 1782922] Re: LDAP: changing user_id_attribute bricks group mapping

2020-01-13 Thread Felipe Reyes
@Corey, 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/1782922 Title: LDAP: changing user_id_attribute bricks group mapping To manage notifications about this bug go to: https:

[Bug 1850634] Re: queens regresion: _dn_to_id() not using utf8_encode/decode

2020-01-13 Thread Felipe Reyes
I went through the test case using the package available in -proposed and everything worked fine, no regressions were detected when using keystone neither. Here it's the journal of my testing. $ time tox -e func-smoke func-smoke installed: DEPRECATION: Python 2.7 will reach the end of its life

[Bug 1782922] Re: LDAP: changing user_id_attribute bricks group mapping

2019-11-27 Thread Felipe Reyes
tested the package that fixes this bugfollowing the instructions at https://launchpadlibrarian.net/449185359/bug-1782922-testing.txt, everything works ok, and no regressions were detected. testing bed log: $ tox -e func-smoke func-smoke installed: DEPRECATION: Python 2.7 will reach the end of it

[Bug 1782922] Re: LDAP: changing user_id_attribute bricks group mapping

2019-11-26 Thread Felipe Reyes
I tested the fix for this code following the instructions at https://launchpadlibrarian.net/449185359/bug-1782922-testing.txt and everything works ok, and no regressions were detected. testing bed log: $ tox -e func-smoke func-smoke installed: DEPRECATION: Python 2.7 will reach the end of its li

[Bug 1782922] Re: LDAP: changing user_id_attribute bricks group mapping

2019-10-23 Thread Felipe Reyes
Hello Corey, I was trying to verify the SRU that it's in disco-proposed without success. IIUC, the commands "openstack user list" and "openstack group list" should fail when the package installed is 2:15.0.0-0ubuntu1.1 , here is the output of my terminal, could you help me understand if I'm doing

[Bug 1829987] Re: phpldapadmin incompatible with php-7.2 in bionic

2019-10-23 Thread Felipe Reyes
I prepared a ppa for testing purposes, if someone is interested in giving it a try please report back on how it works for you - https://launchpad.net/~freyes/+archive/ubuntu/lp1829987 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. htt

[Bug 1845234] Re: do-release-upgrade reinstalls netplan.io, breaking systemd-networkd configuration

2019-09-25 Thread Felipe Reyes
do-release-upgrade in this aspect have 2 modes: server and desktop mode, the desktop mode is used whenever any of the packages defined in the MetaPkgs[0] section is installed[2] So when server mode is detected is when the presence of packages defined in BaseMetaPkgs is NOT enforced[1] [0] https

[Bug 1834978] Re: [2.5] too many rndc reload during commissioning

2019-08-01 Thread Felipe Reyes
*** This bug is a duplicate of bug 1710278 *** https://bugs.launchpad.net/bugs/1710278 ** This bug has been marked a duplicate of bug 1710278 [2.3a1] named stuck on reload, DNS broken -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubu

[Bug 1834978] [NEW] [2.5] too many rndc reload during commissioning

2019-07-01 Thread Felipe Reyes
Public bug reported: I've been analyzing an environment that it's issuing too many times "rndc reload" which eventually leads to the same symptoms seen in bug 1710278 , these are the numbers when the operator attempted to commission a bit more than 50 machines at the same time. In regiond.log* lo

[Bug 1823718] Re: Installation fails with Python3.7 SyntaxError on Ubuntu Disco

2019-06-27 Thread Felipe Reyes
** Tags added: seg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1823718 Title: Installation fails with Python3.7 SyntaxError on Ubuntu Disco To manage notifications about this bug go to: https://b

[Bug 1816721] Re: [SRU] Python3 librados incompatibility

2019-06-07 Thread Felipe Reyes
** Tags added: sts -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1816721 Title: [SRU] Python3 librados incompatibility To manage notifications about this bug go to: https://bugs.launchpad.net/cloud

[Bug 1819453] Re: keystone-ldap TypeError: cannot concatenate 'str' and 'NoneType' object

2019-03-19 Thread Felipe Reyes
** Tags added: sts -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819453 Title: keystone-ldap TypeError: cannot concatenate 'str' and 'NoneType' object To manage notifications about this bug go t

Re: [Bug 1818239] Re: scheduler: build failure high negative weighting

2019-03-05 Thread Felipe Reyes
On Tue, 2019-03-05 at 18:30 +, Corey Bryant wrote: > @Jeremy, I think it's more of limited denial of service (if we can > call > it that) where a certain amount of computes could get negative weight > and not considered for scheduling. I don't think it's a complete > denial > of service. I bel

[Bug 1578622] Re: [SRU] glance do not require hypervisor_mapping

2019-02-14 Thread Felipe Reyes
** Description changed: [Impact] currently the glance mirror requires hypervisor_mapping config in the api. Better to not required that as a library consumer would not necessarily provide it. [Test Case] - * deploy a openstack environment with keystone v3 enabled -   - get a copy of

[Bug 1578622] Re: glance do not require hypervisor_mapping

2019-02-13 Thread Felipe Reyes
** Description changed: + [Impact] currently the glance mirror requires hypervisor_mapping config in the api. Better to not required that as a library consumer would not necessarily provide it. + + [Test Case] + + * deploy a openstack environment with keystone v3 enabled + - get a copy of

[Bug 1815101] Re: netplan removes keepalived configuration

2019-02-07 Thread Felipe Reyes
** Also affects: netplan Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1815101 Title: netplan removes keepalived configuration To manage notifications ab

[Bug 1686086] Re: glance mirror and nova-lxd need support for squashfs images

2018-10-16 Thread Felipe Reyes
does anyone have a reproducer for this bug?, I've been having a hard time trying to come up with one on my own. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1686086 Title: glance mirror and nova-lx

[Bug 1783203] Re: Upgrade to RabbitMQ 3.6.10 causes beam lockup in clustered deployment

2018-10-05 Thread Felipe Reyes
for people being hit by this bug, it would be helpful if you could generate a core file while rabbit is still stuck, this may give us some insights of where the process is looping. $ sudo gcore -o lp1783203.core $PID -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1783203] Re: Upgrade to RabbitMQ 3.6.10 causes beam lockup in clustered deployment

2018-07-26 Thread Felipe Reyes
** Tags added: sts -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1783203 Title: Upgrade to RabbitMQ 3.6.10 causes beam lockup in clustered deployment To manage notifications about this bug go to: h

[Bug 1583000] Re: Systemd issues with percona-xtradb-cluster-5.6 package

2018-06-12 Thread Felipe Reyes
Upstream bug -> https://jira.percona.com/browse/PXC-1881 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1583000 Title: Systemd issues with percona-xtradb-cluster-5.6 package To manage notifications

[Bug 1583000] Re: Systemd issues with percona-xtradb-cluster-5.6 package

2018-06-12 Thread Felipe Reyes
Percona-XtraDB-Cluster-57 package provided by percona.com for CentOS suffer from this issue too - https://pastebin.ubuntu.com/p/8phH93mXRh/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1583000 Title:

[Bug 1583000] Re: Systemd issues with percona-xtradb-cluster-5.6 package

2018-06-12 Thread Felipe Reyes
James, do you have any ideas/suggestion how to fix this? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1583000 Title: Systemd issues with percona-xtradb-cluster-5.6 package To manage notifications

[Bug 1583000] Re: Systemd issues with percona-xtradb-cluster-5.6 package

2018-06-12 Thread Felipe Reyes
using "systemctl start mysql@bootstrap.service" doesn't help here neither root@pxc:~# systemctl stop mysql root@pxc:~# systemctl status mysql ● mysql.service - Percona XtraDB Cluster daemon Loaded: loaded (/lib/systemd/system/mysql.service; enabled; vendor preset: enabled) Active: inactive

[Bug 1583000] Re: Systemd issues with percona-xtradb-cluster-5.6 package

2018-06-12 Thread Felipe Reyes
** Tags added: sts -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1583000 Title: Systemd issues with percona-xtradb-cluster-5.6 package To manage notifications about this bug go to: https://bugs.lau

[Bug 1583000] Re: Systemd issues with percona-xtradb-cluster-5.6 package

2018-06-12 Thread Felipe Reyes
** Also affects: percona-xtradb-cluster-5.7 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1583000 Title: Systemd issues with percona-xtradb-clust

[Bug 1583000] Re: Systemd issues with percona-xtradb-cluster-5.6 package

2018-06-12 Thread Felipe Reyes
** Changed in: percona-xtradb-cluster-5.7 (Ubuntu Xenial) Status: New => Invalid ** Changed in: percona-xtradb-cluster-5.7 (Ubuntu Artful) Status: New => Invalid ** Changed in: percona-xtradb-cluster-5.6 (Ubuntu Bionic) Status: New => Invalid ** Changed in: percona-xtradb-cl

[Bug 1765191] Re: [SRU] (13)Permission denied: [client 1.2.3.4:60750] AH00035: access to /static/dashboard/img/favicon.ico denied (filesystem path '/var/lib/openstack-dashboard/static') because search

2018-05-23 Thread Felipe Reyes
All the packages were verified successfully. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1765191 Title: [SRU] (13)Permission denied: [client 1.2.3.4:60750] AH00035: access to /static/dashboard/i

[Bug 1765191] Re: [SRU] (13)Permission denied: [client 1.2.3.4:60750] AH00035: access to /static/dashboard/img/favicon.ico denied (filesystem path '/var/lib/openstack-dashboard/static') because search

2018-05-23 Thread Felipe Reyes
Upgraded successfully from xenial-mitaka to xenial-ocata, operations work as expected (login, assets loading, networks list, router create, etc) root@juju-639726-ocata-10:~# add-apt-repository cloud-archive:ocata-proposed Ubuntu Cloud Archive for OpenStack Ocata [proposed] More info: https://wik

[Bug 1765191] Re: [SRU] (13)Permission denied: [client 1.2.3.4:60750] AH00035: access to /static/dashboard/img/favicon.ico denied (filesystem path '/var/lib/openstack-dashboard/static') because search

2018-05-23 Thread Felipe Reyes
Upgraded successfully from xenial-mitaka to xenial-pike root@juju-612ca4-pike-8:~# apt policy openstack-dashboard openstack-dashboard: Installed: 2:9.1.2-0ubuntu5 Candidate: 2:9.1.2-0ubuntu5 Version table: *** 2:9.1.2-0ubuntu5 500 500 http://nova.clouds.archive.ubuntu.com/ubuntu xen

[Bug 1765191] Re: [SRU] (13)Permission denied: [client 1.2.3.4:60750] AH00035: access to /static/dashboard/img/favicon.ico denied (filesystem path '/var/lib/openstack-dashboard/static') because search

2018-05-23 Thread Felipe Reyes
Upgraded successfully from xenial-mitaka to artful-pike, no regressions were detected (login, assets are loading, router creation works among other operations). root@juju-dfc611-artful-8:~# apt policy openstack-dashboard openstack-dashboard: Installed: 3:12.0.2-0ubuntu1 Candidate: 3:12.0.2-0ub

[Bug 1765191] Re: [SRU] (13)Permission denied: [client 1.2.3.4:60750] AH00035: access to /static/dashboard/img/favicon.ico denied (filesystem path '/var/lib/openstack-dashboard/static') because search

2018-05-23 Thread Felipe Reyes
Upgraded successfully from xenial-mitaka to xenial-queens, no regressions detected (login, assets are loaded properly, create a router using the UI works OK). ubuntu@juju-dbdb77-lp1765191-8:~$ apt policy openstack-dashboard openstack-dashboard: Installed: 3:13.0.0-0ubuntu1~cloud0 Candidate: 3:

[Bug 1765191] Re: [SRU] (13)Permission denied: [client 1.2.3.4:60750] AH00035: access to /static/dashboard/img/favicon.ico denied (filesystem path '/var/lib/openstack-dashboard/static') because search

2018-05-23 Thread Felipe Reyes
Upgrade from xenial-mitaka to bionic-queens, no regressions detected (login works, css/js is loaded, create a router): # pastebinit /var/log/apt/term.log http://paste.ubuntu.com/p/SYVDFSD6Gh/ # pastebinit /var/log/apt/history.log http://paste.ubuntu.com/p/KZPjMzZqf5/ # apt policy openstack-dashboa

[Bug 1765191] Re: [SRU] (13)Permission denied: [client 1.2.3.4:60750] AH00035: access to /static/dashboard/img/favicon.ico denied (filesystem path '/var/lib/openstack-dashboard/static') because search

2018-05-22 Thread Felipe Reyes
I just noticed that openstack-dashboard-ubuntu-theme is a binary package built out from the horizon source package, just like openstack- dashboard, but it comes from universe and universe-proposed was not enabled in this node. so disregard my previous comment. # apt policy openstack-dashboard-ubun

[Bug 1765191] Re: [SRU] (13)Permission denied: [client 1.2.3.4:60750] AH00035: access to /static/dashboard/img/favicon.ico denied (filesystem path '/var/lib/openstack-dashboard/static') because search

2018-05-22 Thread Felipe Reyes
openstack-dashboard-ubuntu-theme needs to be updated to depend on 3:13.0.0-0ubuntu1, I wonder if we could relax this dependency a bit, something like: Depends: openstack-dashboard (>= 3:13.0.0, <= 3:14.0.0) The problem would be that this kind of change may not be SRUable, and this is a dummy pack

[Bug 1314076] Re: pbuilder-dist: Local archives othermirror overridden by later othermirror

2018-05-17 Thread Felipe Reyes
** Changed in: ubuntu-dev-tools (Ubuntu) Assignee: (unassigned) => Felipe Reyes (freyes) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1314076 Title: pbuilder-dist: Local archives othermir

Re: [Bug 1765191] Re: [SRU] (13)Permission denied: [client 1.2.3.4:60750] AH00035: access to /static/dashboard/img/favicon.ico denied (filesystem path '/var/lib/openstack-dashboard/static') because se

2018-05-10 Thread Felipe Reyes
On Thu, May 10, 2018 at 08:26:12PM -, Corey Bryant wrote: > Thanks Felipe. I've uploaded new package versions with your patches to > all affected releases (note minor change to correct the bug # in > d/changelog) where most (except ocata) are awaiting review by the SRU > team. awesome,thanks f

[Bug 1765191] Re: [SRU] (13)Permission denied: [client 1.2.3.4:60750] AH00035: access to /static/dashboard/img/favicon.ico denied (filesystem path '/var/lib/openstack-dashboard/static') because search

2018-05-10 Thread Felipe Reyes
** Patch added: "lp1765191_cosmic.debdiff" https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1765191/+attachment/5137378/+files/lp1765191_cosmic.debdiff ** Changed in: horizon (Ubuntu Cosmic) Assignee: (unassigned) => Felipe Reyes (freyes) -- You received this bug

[Bug 1765191] Re: (13)Permission denied: [client 1.2.3.4:60750] AH00035: access to /static/dashboard/img/favicon.ico denied (filesystem path '/var/lib/openstack-dashboard/static') because search permi

2018-04-26 Thread Felipe Reyes
** Description changed: + [Impact] + When upgrading from mitaka to pike horizon stops working because Apache can't read the static assets anymore [Wed Apr 04 11:22:37.470451 2018] [core:error] [pid 17924:tid 140071592240896] (13)Permission denied: [client 1.2.3.4:60750] AH00035: acce

[Bug 1765191] Re: (13)Permission denied: [client 1.2.3.4:60750] AH00035: access to /static/dashboard/img/favicon.ico denied (filesystem path '/var/lib/openstack-dashboard/static') because search permi

2018-04-26 Thread Felipe Reyes
** Patch added: "lp1765191_bionic.debdiff" https://bugs.launchpad.net/cloud-archive/+bug/1765191/+attachment/5127800/+files/lp1765191_bionic.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/17

[Bug 1765191] Re: (13)Permission denied: [client 1.2.3.4:60750] AH00035: access to /static/dashboard/img/favicon.ico denied (filesystem path '/var/lib/openstack-dashboard/static') because search permi

2018-04-26 Thread Felipe Reyes
** Patch added: "lp1765191_ocata.debdiff" https://bugs.launchpad.net/cloud-archive/+bug/1765191/+attachment/5127802/+files/lp1765191_ocata.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1765

[Bug 1765191] Re: (13)Permission denied: [client 1.2.3.4:60750] AH00035: access to /static/dashboard/img/favicon.ico denied (filesystem path '/var/lib/openstack-dashboard/static') because search permi

2018-04-26 Thread Felipe Reyes
** Patch added: "lp1765191_artful.debdiff" https://bugs.launchpad.net/cloud-archive/+bug/1765191/+attachment/5127801/+files/lp1765191_artful.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/17

[Bug 1765191] Re: (13)Permission denied: [client 1.2.3.4:60750] AH00035: access to /static/dashboard/img/favicon.ico denied (filesystem path '/var/lib/openstack-dashboard/static') because search permi

2018-04-26 Thread Felipe Reyes
Here are the patches, it's pending to add the SRU template. It wasn't required to change the permissions recursively, the files inside .../openstack-dashboard/static already have the expected permissions to let apache read them. -- You received this bug notification because you are a member of U

[Bug 1765191] Re: (13)Permission denied: [client 1.2.3.4:60750] AH00035: access to /static/dashboard/img/favicon.ico denied (filesystem path '/var/lib/openstack-dashboard/static') because search permi

2018-04-25 Thread Felipe Reyes
** Changed in: horizon (Ubuntu Artful) Assignee: (unassigned) => Felipe Reyes (freyes) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1765191 Title: (13)Permission denied: [client 1.2.3.4:60

[Bug 1765191] Re: (13)Permission denied: [client 1.2.3.4:60750] AH00035: access to /static/dashboard/img/favicon.ico denied (filesystem path '/var/lib/openstack-dashboard/static') because search permi

2018-04-25 Thread Felipe Reyes
** Also affects: cloud-archive Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1765191 Title: (13)Permission denied: [client 1.2.3.4:60750] AH00035: access

Re: [Bug 1765191] Re: (13)Permission denied: [client 1.2.3.4:60750] AH00035: access to /static/dashboard/img/favicon.ico denied (filesystem path '/var/lib/openstack-dashboard/static') because search p

2018-04-25 Thread Felipe Reyes
On Wed, Apr 25, 2018 at 05:52:06PM -, Corey Bryant wrote: > Great, thanks Felipe. I think we may want to limit this to: > > sudo chmod -R 755 /var/lib/openstack-dashboard/static I have doubts about making it recursive, I don't have an installation around, but I think 755 only to /var/lib/open

[Bug 1413440] Re: USB stops working after a while (xhci_hcd 0000:00:14.0: Timeout while waiting for setup device command)

2018-04-25 Thread Felipe Reyes
dell latitude 7380, having the same issue, I will try the workaround from comment #26 ~ $ uname -a Linux maul 4.15.0-15-generic #16-Ubuntu SMP Wed Apr 4 13:58:14 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux ~ $ lsb_release -a LSB Version:core-9.20170808ubuntu1-noarch:security-9.20170808ubunt

[Bug 1728982] Re: openstack mirror with keystone v3 always imports new images

2018-04-24 Thread Felipe Reyes
** Description changed: + [Impact] + + On every execution of /etc/cron.*/glance_simplestreams_sync + simplestreams will upload all the images that match the configured + filters no matter of those same images were already uploaded in a + previous execution. + + This will potentially lead to the

[Bug 1611987] Re: glance-simplestreams-sync charm doesn't support keystone v3

2018-04-24 Thread Felipe Reyes
** Description changed: + [Impact] + + simplestreams can't sync images when keystone is configured to use v3, + keystone v2 is deprecated since mitaka[0] (the version shipped with + xenial) + + The OpenStack Keystone charm supports v3 only since Queens and later[1] + + [Test Case] + + * deploy

[Bug 1719879] Re: swift client needs to use v1 auth prior to ocata

2018-04-24 Thread Felipe Reyes
** Description changed: - I talked with David today (thedac) and he mentioned that the support for - adding keystone v3 auth to simplestreams glance sync has issues when - using older swift clients. + [Impact] + + Users upgrading their environment by stages may see problems with the + image synch

Re: [Bug 1765191] Re: (13)Permission denied: [client 1.2.3.4:60750] AH00035: access to /static/dashboard/img/favicon.ico denied (filesystem path '/var/lib/openstack-dashboard/static') because search p

2018-04-24 Thread Felipe Reyes
On Tue, Apr 24, 2018 at 08:13:55PM -, Corey Bryant wrote: > Hi Felipe, > > Thanks for reporting this. > > I was able to recreate your scenario and I also attempted a step upgrade > from mitaka->newton->ocata, and the upgrade from newton->ocata runs into > permissions errors for /var/lib/opens

[Bug 1765191] Re: (13)Permission denied: [client 1.2.3.4:60750] AH00035: access to /static/dashboard/img/favicon.ico denied (filesystem path '/var/lib/openstack-dashboard/static') because search permi

2018-04-18 Thread Felipe Reyes
** Changed in: horizon (Ubuntu) Assignee: (unassigned) => Felipe Reyes (freyes) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1765191 Title: (13)Permission denied: [client 1.2.3.4:60

[Bug 1765191] Re: (13)Permission denied: [client 1.2.3.4:60750] AH00035: access to /static/dashboard/img/favicon.ico denied (filesystem path '/var/lib/openstack-dashboard/static') because search permi

2018-04-18 Thread Felipe Reyes
I think the fix should be that in debian/openstack-dashboard.postinst script for newton, ocata, pike and queens, we should enforce 755 for /var/lib/openstack-dashboard and 700 for /var/lib/openstack- dashboard/secret_key thoughts? -- You received this bug notification because you are a member o

[Bug 1765191] [NEW] (13)Permission denied: [client 1.2.3.4:60750] AH00035: access to /static/dashboard/img/favicon.ico denied (filesystem path '/var/lib/openstack-dashboard/static') because search per

2018-04-18 Thread Felipe Reyes
.. ** Affects: horizon (Ubuntu) Importance: Undecided Assignee: Felipe Reyes (freyes) Status: New ** Tags: sts ** Tags added: sts -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1765191

[Bug 1686437] Re: glance sync: need keystone v3 auth support

2018-04-09 Thread Felipe Reyes
** Description changed: + [Impact] + + simplestreams can't sync images when keystone is configured to use v3, + keystone v2 is deprecated since mitaka[0] (the version shipped with + xenial) + + The OpenStack Keystone charm supports v3 only since Queens and later[1] + + [Test Case] + + * deploy

Re: [Bug 1466926] Re: reload apache2 with mpm_event cause scoreboard is full

2018-03-13 Thread Felipe Reyes
On Tue, Mar 13, 2018 at 06:25:35AM -, ChristianEhrhardt wrote: > Hi Łukasz, > that is a fair set of questions, but I'm not a high profile webserver admin > either to give you better answers. > > We have a few active bug reporters that are affected subscribed, maybe > they can try to answer th

[Bug 1573766] Re: Enable the paste filter HTTPProxyToWSGI by default

2018-03-05 Thread Felipe Reyes
** Tags added: sts -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1573766 Title: Enable the paste filter HTTPProxyToWSGI by default To manage notifications about this bug go to: https://bugs.launchp

[Bug 1727355] Re: Juju attempts to bootstrap bionic by default

2018-02-02 Thread Felipe Reyes
using juju 1.25.13 (from ppa:juju/stable) in an updated trusty system this problem is still there, to solve it default-series can be set. root@juju1:~# apt-cache policy distro-info-data distro-info-data: Installed: 0.18ubuntu0.8 Candidate: 0.18ubuntu0.8 Version table: *** 0.18ubuntu0.8 0

[Bug 1657444] Re: Can't failover when rabbit_hosts is configured as 3 hosts

2018-01-22 Thread Felipe Reyes
Verified the package in the xenial-pike UCA, when testing it with nova- compute it corrrectly recovers from a connection timing out, evidence: https://pastebin.ubuntu.com/26437464/ no regressions were detected. ** Tags removed: verification-pike-needed ** Tags added: verification-pike-done -- Y

[Bug 1657444] Re: Can't failover when rabbit_hosts is configured as 3 hosts

2018-01-19 Thread Felipe Reyes
I verified that the package in artful-proposed correctly recovers from a timeout connecting to the next configured host, evidence: https://pastebin.ubuntu.com/26418597/ during my test (launching a vm) I didn't detect any regression ** Tags removed: verification-needed verification-needed-artful *

[Bug 1657444] Re: Can't failover when rabbit_hosts is configured as 3 hosts

2018-01-11 Thread Felipe Reyes
** Description changed: + [Impact] + + When the heartbeat connection times out it is not treated as a + recoverable error nor attempts to reconnect calling ensure_connection(). + This leaves the heartbeat thread attempting to reconnect to the same + host over and over again. + + [Test Case] + +

Re: [Bug 1657444] Re: Can't failover when rabbit_hosts is configured as 3 hosts

2018-01-11 Thread Felipe Reyes
On Thu, Jan 11, 2018 at 06:54:44PM -, Corey Bryant wrote: > Felipe, would you be able to fill in the SRU details? [Impact], [Test > Case], [Regression Potential] and then we'll need to subscribe the > ubuntu-sru team. I will, I was exactly writing those. -- You received this bug notification

[Bug 1657444] Re: Can't failover when rabbit_hosts is configured as 3 hosts

2018-01-11 Thread Felipe Reyes
** Tags added: sts ** Changed in: python-oslo.messaging (Ubuntu Artful) Assignee: (unassigned) => Felipe Reyes (freyes) ** Patch added: "lp1657444_artful.debdiff" https://bugs.launchpad.net/cloud-archive/+bug/1657444/+attachment/5035159/+files/lp1657444_artful.debdiff --

[Bug 1657444] Re: Can't failover when rabbit_hosts is configured as 3 hosts

2018-01-10 Thread Felipe Reyes
** Also affects: python-oslo.messaging (Ubuntu) Importance: Undecided Status: New ** Also affects: cloud-archive Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launch

[Bug 1740892] Re: corosync upgrade on 2018-01-02 caused pacemaker to fail

2018-01-08 Thread Felipe Reyes
""" > 3.) Stopping and starting corosync doesn't awake the node up again: > systemctl stop corosync;sleep 10;systemctl restart corosync > Online: [ kvm01 lb01 ] > OFFLINE: [ lb02 ] > Stays in that state until pacemaker is restarted: systemctl restart > pacemaker > Bug? No, pacemaker shou

[Bug 1740892] Re: corosync upgrade on 2018-01-02 caused pacemaker to fail

2018-01-04 Thread Felipe Reyes
** Tags added: sts -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1740892 Title: corosync upgrade on 2018-01-02 caused pacemaker to fail To manage notifications about this bug go to: https://bugs.la

[Bug 1713059] Re: drop db sync commands from OpenStack packages

2017-10-19 Thread Felipe Reyes
Hi Corey, it's pending to sync nova (2:13.1.4-0ubuntu4.1) from xenial to the trusty-mitaka cloud archive to be able to verify the SRU -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1713059 Title: dro

[Bug 1713059] Re: drop db sync commands from OpenStack packages

2017-10-18 Thread Felipe Reyes
xenial (mitaka) is working fine, no regressions detected -> http://pastebin.ubuntu.com/25768480/ ** Tags removed: verification-needed-xenial ** Tags added: verification-done-xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https

[Bug 1724232] Re: sysfs: cannot create duplicate filename '/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/bluetooth/hci0/hci0:256'

2017-10-17 Thread Felipe Reyes
Using kernel 4.14.0-041400rc5-generic the problem is still present. ** Description changed: [Impact] - bluetooth can not be used. With previous ubuntu versions (e.g. xenial - and zesty) this headset worked mostly flawless (as good as a bluetooth - device can work in linux at least). - + blu

[Bug 1724232] [NEW] sysfs: cannot create duplicate filename '/devices/pci0000:00/0000:00:14.0/usb1/1-7/1-7:1.0/bluetooth/hci0/hci0:256'

2017-10-17 Thread Felipe Reyes
Public bug reported: [Impact] bluetooth can not be used. With previous ubuntu versions (e.g. xenial and zesty) this headset worked mostly flawless (as good as a bluetooth device can work in linux at least). Steps to reproduce: - Connect bluetooth headset - Wait a few minutes, switch profile Re

Re: [Bug 1713059] Re: drop db sync commands from OpenStack packages

2017-10-06 Thread Felipe Reyes
On Fri, Oct 06, 2017 at 04:28:46PM -, Corey Bryant wrote: > Felipe, the tests for xenial look ok here: http://people.canonical.com > /~ubuntu-archive/proposed-migration/xenial/update_excuses.html We were checking a failure in zesty running nova autopkgtest triggered by a new vlan package pushe

[Bug 1713059] Re: drop db sync commands from OpenStack packages

2017-10-06 Thread Felipe Reyes
Eric, About the failure in autopkgtest for s390x, I executed the test suite manually and it passed without problems (with and without proposed enabled) $ adt-run -B nova --- lxd adt/ubuntu/zesty/s390x adt-run [12:05:23]: version 3.20.4ubuntu1 adt-run [12:05:23]: host ; command line: /usr/bin/

[Bug 1720887] Re: Default settings for virtlogd results in "too many open files" errors

2017-10-03 Thread Felipe Reyes
I wonder if this is something we should fix in the libvirt package. ** Tags added: sts ** Also affects: libvirt (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchp

[Bug 1677207] Re: dashboard not workable after upgrade from newton to ocata

2017-09-29 Thread Felipe Reyes
I saw this same problem deploying with cloud-archive:xenial- pike/proposed and after everything was working I *downgraded* to the package in pike-updates, so there was no openstack version jump. ** Tags added: sts -- You received this bug notification because you are a member of Ubuntu Bugs, whi

[Bug 1481216] Re: [SRU] unreadable text color in confirmation dialog with ubuntu theme

2017-09-28 Thread Felipe Reyes
> Hi Laurent, > > Thanks for testing. Would you be able to test an install from scratch from > -proposed without upgrading? Then we can verify this particular bug and get > another bug opened for the upgrade issue. I tested installing directly using cloud-archive:pike-proposed and the problem per

[Bug 1481216] Re: [SRU] unreadable text color in confirmation dialog with ubuntu theme

2017-09-28 Thread Felipe Reyes
** Tags added: sts -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1481216 Title: [SRU] unreadable text color in confirmation dialog with ubuntu theme To manage notifications about this bug go to: ht

[Bug 1692334] Re: neutron bash completion helper is not installed

2017-09-28 Thread Felipe Reyes
root@upright-ant:~# apt-cache policy python-neutronclient python-neutronclient: Installed: 1:6.1.0-0ubuntu3 Candidate: 1:6.1.0-0ubuntu3 Version table: *** 1:6.1.0-0ubuntu3 500 500 http://archive.ubuntu.com/ubuntu zesty-proposed/main amd64 Packages 100 /var/lib/dpkg/status

[Bug 1692334] Re: neutron bash completion helper is not installed

2017-09-28 Thread Felipe Reyes
root@grand-bluebird:~# neutron net- net-createnet-gateway-connect net-gateway-disconnect net-gateway-updatenet-list net-update net-deletenet-gateway-createnet-gateway-list net-ip-availability-list

[Bug 1692334] Re: neutron bash completion helper is not installed

2017-09-28 Thread Felipe Reyes
The failures are not related to this change, nova autopkgtest failure is being analyzed at https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1713059 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1692

[Bug 1713059] Re: drop db sync commands from OpenStack packages

2017-09-28 Thread Felipe Reyes
nova.conf from newton -> http://paste.ubuntu.com/25634939/ , it does define a sqlite connection -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1713059 Title: drop db sync commands from OpenStack pack

[Bug 1713059] Re: drop db sync commands from OpenStack packages

2017-09-28 Thread Felipe Reyes
default nova.conf are different between xenial and ocata, the main difference is that nova.conf from ocata defines a sql connection[0] and in mitaka is not defined[1] nova.conf from xenial(mitaka) -> http://paste.ubuntu.com/25634494/ nova.conf from zesty(ocata) -> http://paste.ubuntu.com/25634492

[Bug 1713059] Re: drop db sync commands from OpenStack packages

2017-09-28 Thread Felipe Reyes
I found there is a failure in the autotpkgtest, I'm investigating it - https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac /autopkgtest-xenial/xenial/amd64/n/nova/20170908_012553_76dd9@/log.gz -- You received this bug notification because you are a member of

[Bug 1713059] Re: drop db sync commands from OpenStack packages

2017-09-27 Thread Felipe Reyes
tested trusty-mitaka, the db sync is not run with the new version of the package, evidence: http://pastebin.ubuntu.com/25629280/ tested xenial-mitaka, no more db sync, evidence http://pastebin.ubuntu.com/25629321/ ** Tags removed: verification-mitaka-needed verification-needed verification-need

[Bug 1713059] Re: drop db sync commands from OpenStack packages

2017-09-27 Thread Felipe Reyes
tested xenial-ocata, bug fixed and no regressions found, evidence: http://pastebin.ubuntu.com/25628568/ tested xenial-newton, bug fixed and no regressions found, evidence: http://pastebin.ubuntu.com/25628597/ ** Tags removed: verification-newton-needed verification-ocata-needed ** Tags added: ver

[Bug 1713059] Re: drop db sync commands from OpenStack packages

2017-09-27 Thread Felipe Reyes
Tested zesty-ocata, this bug is fixed and no regressions were found, evidence -> http://pastebin.ubuntu.com/25627502/ ** Tags removed: verification-needed-zesty ** Tags added: verification-done-zesty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscrib

[Bug 1719728] Re: [SRU] pike stable releases

2017-09-26 Thread Felipe Reyes
** Tags added: sts -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1719728 Title: [SRU] pike stable releases To manage notifications about this bug go to: https://bugs.launchpad.net/cloud-archive/+bu

[Bug 1686437] Re: glance sync: need keystone v3 auth support

2017-09-20 Thread Felipe Reyes
** Tags added: sts -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1686437 Title: glance sync: need keystone v3 auth support To manage notifications about this bug go to: https://bugs.launchpad.net/s

<    1   2   3   4   5   >