[Bug 1900374] Re: fence_aws in Focal and Bionic (LP: #1894323) don't behave the same.

2022-03-17 Thread Lucas Kanashiro
The testing and bisecting (suggested by Rafael) still need to be done. This is in our backlog. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1900374 Title: fence_aws in Focal and Bionic (LP:

[Bug 1965312] Re: [FFe] Add some agents to the -base binary package

2022-03-17 Thread Lucas Kanashiro
Those are the proposed changes: https://code.launchpad.net/~lucaskanashiro/ubuntu/+source/fence- agents/+git/fence-agents/+merge/417044 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1965312 Title:

[Bug 1874719] Re: [SRU] Use the hostname as the node name instead of hardcoded 'node1'

2022-03-17 Thread Lucas Kanashiro
** Changed in: corosync (Ubuntu Focal) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1874719 Title: [SRU] Use the hostname as the node name instead of hardcoded

[Bug 1965312] Re: [FFe] Add some agents to the -base binary package

2022-03-17 Thread Lucas Kanashiro
** Tags added: server-todo -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1965312 Title: [FFe] Add some agents to the -base binary package To manage notifications about this bug go to:

[Bug 1965312] [NEW] [FFe] Add some agents to the -base binary package

2022-03-17 Thread Lucas Kanashiro
Public bug reported: I'd like to move the following agent from the fence-agents-extra binary package to the fence-agents-base package: - fence_sbd - fence_ipmilan + fence_idrac + fence_ilo3 + fence_ilo4 + fence_ilo5 + fence_imm + fence_ipmilanplus In practice, fence_ipmilan and all

[Bug 1965184] Re: Do not support OpenSSL 3

2022-03-16 Thread Lucas Kanashiro
Filed a bug upstream: https://github.com/nov/json-jwt/issues/100 ** Bug watch added: github.com/nov/json-jwt/issues #100 https://github.com/nov/json-jwt/issues/100 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1965184] Re: Do not support OpenSSL 3

2022-03-16 Thread Lucas Kanashiro
Actually, this is an issue with ruby-json-jwt, and not ruby-openid- connect itself which only depends on it. ** Also affects: ruby-json-jwt (Ubuntu) Importance: Undecided Status: New ** Tags added: transition-openssl3-jj update-excuse -- You received this bug notification because you

[Bug 1965184] [NEW] Do not support OpenSSL 3

2022-03-16 Thread Lucas Kanashiro
Public bug reported: ruby-openid-connect/1.2.0-2 do not support OpenSSL 3 which lead us to the following test failures during build/autopkgtest time: Failures: 1) OpenIDConnect::Discovery::Provider::Config::Response#public_keys Failure/Error: instance.public_keys

[Bug 1874719] Re: [SRU] Use the hostname as the node name instead of hardcoded 'node1'

2022-03-16 Thread Lucas Kanashiro
ntu Groovy) Status: Triaged => Won't Fix ** Changed in: corosync (Ubuntu Hirsute) Assignee: Lucas Kanashiro (lucaskanashiro) => (unassigned) ** Changed in: corosync (Ubuntu Groovy) Assignee: Lucas Kanashiro (lucaskanashiro) => (unassigned) -- You received this bug notif

[Bug 1964813] Re: Script to generate Provides is broken

2022-03-14 Thread Lucas Kanashiro
** Changed in: ruby3.0 (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1964813 Title: Script to generate Provides is broken To manage

[Bug 1964025] Re: Do not support OpenSSL 3

2022-03-14 Thread Lucas Kanashiro
With the version in archive this is the summary of the execution of the test suite during the build: 1494 runs, 3679 assertions, 28 failures, 395 errors, 0 skips Applying the WIP patch (attached) the summary is: 1494 runs, 3964 assertions, 16 failures, 332 errors, 0 skips ** Patch added: "WIP

[Bug 1964813] Re: Script to generate Provides is broken

2022-03-14 Thread Lucas Kanashiro
Thanks for the review Athos. I fixed the indentation and uploaded the package. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1964813 Title: Script to generate Provides is broken To manage

[Bug 1964813] Re: Script to generate Provides is broken

2022-03-14 Thread Lucas Kanashiro
The attached debdiff fixes this issue. The changes are in ruby3.0/3.0.3-1 in Debian: https://salsa.debian.org/ruby- team/ruby/-/commit/e6d192830071320905729c8560dbcb7fc5a99746 ** Attachment added: "debdiff"

[Bug 1964813] [NEW] Script to generate Provides is broken

2022-03-14 Thread Lucas Kanashiro
Public bug reported: The script to generate the content of the Provides field of libruby3.0 (debian/genprovides) is not finding all the gems shipped in ruby3.0. ** Affects: ruby3.0 (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a

[Bug 1960185] Re: ruby3.0 pulls in both libruby2.7 and libruby3.0

2022-03-14 Thread Lucas Kanashiro
ruby2.7 was removed from Jammy and ruby-defaults does not pull it in anymore. ** Changed in: ruby3.0 (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1960185

[Bug 1964025] Re: Do not support OpenSSL 3

2022-03-14 Thread Lucas Kanashiro
I also filed this issue which involves some ruby-net-ssh test failures: https://github.com/ruby/openssl/issues/500 ** Bug watch added: github.com/ruby/openssl/issues #500 https://github.com/ruby/openssl/issues/500 ** Changed in: vagrant (Ubuntu) Status: New => Triaged -- You

[Bug 1964025] Re: Do not support OpenSSL 3

2022-03-11 Thread Lucas Kanashiro
** Also affects: ruby-bcrypt-pbkdf (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/1964025 Title: Do not support OpenSSL 3 To manage

[Bug 1964025] Re: Do not support OpenSSL 3

2022-03-11 Thread Lucas Kanashiro
The solution for this issue reported in ruby/openssl will fix part of the net-ssh issue: https://github.com/ruby/openssl/issues/498 ** Bug watch added: github.com/ruby/openssl/issues #498 https://github.com/ruby/openssl/issues/498 -- You received this bug notification because you are a

[Bug 1964025] Re: Do not support OpenSSL 3

2022-03-11 Thread Lucas Kanashiro
It is also impacting vagrant already in Jammy (the release pocket). The following does not work because of this issue: $ vagrant init debian/buster64 A `Vagrantfile` has been placed in this directory. You are now ready to `vagrant up` your first virtual environment! Please read the comments in

[Bug 1964025] Re: Do not support OpenSSL 3

2022-03-11 Thread Lucas Kanashiro
This issue is currently blocking ruby2.7 removal from Jammy. The removal requires the migration of ruby-bcrypt-pbkdf in jammy-proposed: $ reverse-depends src:ruby2.7 Reverse-Depends * ruby-bcrypt-pbkdf (for libruby2.7) Packages without architectures listed are reverse-dependencies

[Bug 1963869] Re: package mysql-server-8.0 8.0.28-0ubuntu0.20.04.3 failed to install/upgrade: installed mysql-server-8.0 package pre-removal script subprocess returned error exit status 1

2022-03-08 Thread Lucas Kanashiro
Thanks for reporting this bug and trying to make Ubuntu better. Looking at the logs, I noticed you tried to install mariadb on top of mysql, that's not a supported use case and you should try to pick one of them. Once you tried to install mariadb, mysql was supposed to be removed and for some

[Bug 1960821] Re: Winbind can no more connect to Windows domain after reload

2022-03-08 Thread Lucas Kanashiro
Hi Norbert, All the unmet dependencies you got are already available in the PPA. To be in the safe side, you might want to specify all of them, one by one, specifying the version in the PPA. This likely happened because you need all the dependencies locked to the same version, since you did not

[Bug 1959581] Re: OCFS2 intermittently not mountable on a second Node in Ubuntu 20.04.3 LTS

2022-03-08 Thread Lucas Kanashiro
Thanks for describing your findings Norbert, and good to hear you have a functional environment now. This might be helpful for others. In this case, I do not think there is much we can do here, since this is a very specific case in Oracle Cloud. -- You received this bug notification because you

[Bug 1957104] Re: updating openssh-server fails, because port 22 is in use by systemd

2022-03-08 Thread Lucas Kanashiro
I upgraded openssh-server in a Impish VM locally and I was not able to reproduce the issue you described. Are you able to provide some detailed steps on how to reproduce this bug? Could you check if you face the same issue with Jammy (22.04)? -- You received this bug notification because you are

[Bug 1852994] Re: samba creates temporary files in /tmp, but never deletes them

2022-03-08 Thread Lucas Kanashiro
Thanks for letting us know Thomas, since this is already fixed in Jammy I am marking this task as Fix Released. I am adding tasks for Focal and Impish to check if this bug is still present there. ** Also affects: samba (Ubuntu Impish) Importance: Undecided Status: New ** Also affects:

[Bug 1963831] Re: Open-vm-tools 12.0.0 has been released

2022-03-07 Thread Lucas Kanashiro
Thanks for letting us know John. I am subscribing ubuntu-server so we can take a look at this update. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1963831 Title: Open-vm-tools 12.0.0 has been

[Bug 1963796] Re: Missing information in 40-policy_banks

2022-03-07 Thread Lucas Kanashiro
Thanks for taking the time to file this bug and try to make Ubuntu better. After taking a look at the mentioned file (debian/etc/conf.d/20-policy_banks in the source package), it seems that you are right, this config has no effect since there is no definition of `$policy_bank{'WHITELIST'}`. In

[Bug 1963720] Re: package mysql-server-8.0 8.0.28-0ubuntu0.20.04.3 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1

2022-03-07 Thread Lucas Kanashiro
*** This bug is a duplicate of bug 1960454 *** https://bugs.launchpad.net/bugs/1960454 Thank you for reporting this bug and trying to make Ubuntu better. From the logs: MySQLConf.etc.mysql.my.cnf: Error: [Errno 40] Too many levels of symbolic links: '/etc/mysql/my.cnf' Since it seems

[Bug 1964025] [NEW] Do not support OpenSSL 3

2022-03-07 Thread Lucas Kanashiro
Public bug reported: Upstream still does not support OpenSSL 3, and due to that a bunch of tests are failing. Fedora has been seeing the same problem and they filed a bug upstream: https://github.com/net-ssh/net-ssh/issues/843 ** Affects: ruby-net-ssh (Ubuntu) Importance: High

[Bug 1869643] Re: {fence, resource}-agents: PATH for all binaries called by all agents should be resolvable

2022-02-24 Thread Lucas Kanashiro
The agents in resource-agents-base did not require any change. And I was not able to find any occurrence of this type of issue with a simple grep command in the other agents inside the extra package. If someone find any issue please file another bug describing that. ** Changed in: resource-agents

[Bug 1863677] Re: {fence-resource}-agents: split supported/unsupported fence agents AND adjust depends/recommends

2022-02-24 Thread Lucas Kanashiro
The scope of this bug is only the agents present in {resource,fence}-agents-base which are in main. The other agents in {resource,fence}-agents-extra should work just fine but they are not curated by the Ubuntu Server team. -- You received this bug notification because you are a member of Ubuntu

[Bug 1869643] Re: {fence, resource}-agents: PATH for all binaries called by all agents should be resolvable

2022-02-24 Thread Lucas Kanashiro
The scope of this bug is only the agents present in {resource,fence}-agents-base which are in main. The other agents in {resource,fence}-agents-extra should work just fine but they are not curated by the Ubuntu Server team. -- You received this bug notification because you are a member of Ubuntu

[Bug 1960837] Re: New upstream version supports modern TLS version

2022-02-23 Thread Lucas Kanashiro
** Changed in: vsftpd (Ubuntu) Assignee: Lucas Kanashiro (lucaskanashiro) => (unassigned) ** Changed in: vsftpd (Ubuntu) Assignee: (unassigned) => Sergio Durigan Junior (sergiodj) ** Tags removed: server-todo ** Tags added: server-next -- You received this bug notification b

[Bug 1961607] Re: sessionclean will never run?

2022-02-22 Thread Lucas Kanashiro
Thanks for taking the time to file this bug and trying to make Ubuntu better. In this case, what you described is exactly what is expected. The /etc/cron.d/php file is expected to trigger the execution of the /usr/lib/php/sessionclean script only in systems not running systemd. That's why we have

[Bug 1961556] Re: debugging on by default on nslookup

2022-02-22 Thread Lucas Kanashiro
Thanks for reporting this bug and trying to make Ubuntu better. This is indeed something we can cherry-pick from upstream. I talked to Athos (who did the last upload) and he will be working on it. ** Changed in: bind9 (Ubuntu) Status: New => Triaged ** Changed in: bind9 (Ubuntu)

[Bug 1960821] Re: Winbind can no more connect to Windows domain after reload

2022-02-22 Thread Lucas Kanashiro
You can find the binaries of samba/2:4.7.6+dfsg~ubuntu-0ubuntu2.23 here (clicking on the architecture you are using): https://launchpad.net/ubuntu/+source/samba/2:4.7.6+dfsg~ubuntu-0ubuntu2.23 And you could download and install them if you want. @Andreas do you think this is something

[Bug 1961629] Re: logd autopkgtest is flaky

2022-02-22 Thread Lucas Kanashiro
Thanks Michael, it indeed seems flaky. I'll be adding this bug to our backlog to be tackled when we have some time to do it. ** Changed in: cluster-glue (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1959581] Re: OCFS2 intermittently not mountable on a second Node in Ubuntu 20.04.3 LTS

2022-02-22 Thread Lucas Kanashiro
I did not find any Oracle specific doc on how to upgrade a Ubuntu system to Impish, which is kind of expected since they do not support this use case. I'd recommend you to try to use `do-release-upgrade` to do that. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1874730] Re: package apache2 2.4.41-4ubuntu3 failed to install/upgrade: ERROR: Conf phppgadmin does not exist!

2022-02-22 Thread Lucas Kanashiro
Groovy and Hirsute reached the end of regular support, so I am marking those tasks as Won't Fix. ** Changed in: apache2 (Ubuntu Groovy) Status: Triaged => Won't Fix ** Changed in: apache2 (Ubuntu Hirsute) Status: Confirmed => Won't Fix -- You received this bug notification

[Bug 1795310] Re: FTBFS with MySQL 8.0

2022-02-22 Thread Lucas Kanashiro
The fix is available in freeradius v3.0.x, and since we have this version in all currently supported Ubuntu releases I am marking this bug as Fix Released. ** Changed in: freeradius (Ubuntu) Status: Incomplete => Fix Released -- You received this bug notification because you are a member

[Bug 1961633] Re: Consider dropping d/p/kpartx-Improve-finding-loopback-device-by-file.patch

2022-02-22 Thread Lucas Kanashiro
** Changed in: multipath-tools (Ubuntu) Status: New => Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1961633 Title: Consider dropping d/p/kpartx-Improve-finding-loopback-device-by-

[Bug 1960036] Re: [SRU] Doesn't regain quorum when tracked process restarts with PID > 32767

2022-02-16 Thread Lucas Kanashiro
** Tags removed: verification-needed verification-needed-focal ** 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/1960036 Title: [SRU] Doesn't regain quorum when tracked

[Bug 1960837] Re: New upstream version supports modern TLS version

2022-02-16 Thread Lucas Kanashiro
** Changed in: vsftpd (Ubuntu) Assignee: (unassigned) => Lucas Kanashiro (lucaskanashiro) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1960837 Title: New upstream version supports modern

[Bug 1960449] Re: Backport container stack in Jammy

2022-02-16 Thread Lucas Kanashiro
After talking to the Security team, we agreed that once the packages land in -updates they will upload a no-change rebuild to the security pocket. I'll let them know when the packages land in -updates. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1954306] Re: Action `remove-instance` works but appears to fail

2022-02-15 Thread Lucas Kanashiro
Thanks for the investigation Liam. This is in our backlog for further investigation. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1954306 Title: Action `remove-instance` works but appears to fail

[Bug 1960837] Re: New upstream version supports modern TLS version

2022-02-15 Thread Lucas Kanashiro
Thanks for taking the time to file this bug and trying to make Ubuntu better. This is indeed something that we should ship in the next LTS release. We do not carry any delta compared to the version in Debian, I'll ping the Debian maintainer to try to get this new version there and then sync it

[Bug 1959581] Re: OCFS2 intermittently not mountable on a second Node in Ubuntu 20.04.3 LTS

2022-02-15 Thread Lucas Kanashiro
Norbert, Could you also provide which open-iscsi version you are using? I was checking the difference between open-iscsi in bionic and focal and the upstream version is the same but some patches were applied. For instance, this is one bug reported by one Orable Cloud user which was fixed in

[Bug 1955413] Re: Update to containerd 1.5.9

2022-02-14 Thread Lucas Kanashiro
** Changed in: containerd (Ubuntu Focal) Status: Triaged => In Progress ** Changed in: containerd (Ubuntu Impish) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1960449] Re: Backport container stack in Jammy

2022-02-10 Thread Lucas Kanashiro
(Ubuntu Impish) Assignee: (unassigned) => Lucas Kanashiro (lucaskanashiro) ** Changed in: containerd (Ubuntu Focal) Assignee: (unassigned) => Lucas Kanashiro (lucaskanashiro) ** Changed in: docker.io (Ubuntu Bionic) Status: New => Triaged ** Changed in: docker.io (Ubuntu F

[Bug 1955413] Re: Update to containerd 1.5.9

2022-02-10 Thread Lucas Kanashiro
I am tracking the backport of the entire container stack (docker.io, containerd and runc) in this bug: https://bugs.launchpad.net/ubuntu/+source/runc/+bug/1960449 Please refer to that when checking the status of the backport. ** Tags removed: server-todo -- You received this bug notification

[Bug 1960449] Re: Backport container stack in Jammy

2022-02-10 Thread Lucas Kanashiro
** Tags added: server-todo -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1960449 Title: Backport container stack in Jammy To manage notifications about this bug go to:

[Bug 1960449] [NEW] Backport container stack in Jammy

2022-02-09 Thread Lucas Kanashiro
Public bug reported: [Impact] In order to follow our policy on keeping the container stack (docker.io, containerd, and runc) up-to-date in our supported releases, let's backport the stack in Jammy to Impish, Focal, and Bionic. It is also important because the new releases contain some CVE

[Bug 1960173] Re: package mysql-server-8.0 8.0.28-0ubuntu0.20.04.3 failed to install/upgrade: el subproceso instalado paquete mysql-server-8.0 script post-installation devolvió el código de salida de

2022-02-08 Thread Lucas Kanashiro
Thank you for taking the time to file a bug report. From the logs, we can see that a mysql process not managed by the mysql package was running during the upgrade: Configurando mysql-server-8.0 (8.0.28-0ubuntu0.20.04.3) ... mysqld will log errors to /var/log/mysql/error.log mysqld is running as

[Bug 1960189] Re: package mysql-server-8.0 8.0.28-0ubuntu0.20.04.3 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1

2022-02-08 Thread Lucas Kanashiro
Thank you for taking the time to file a bug report. From the logs, we can see that a mysql process not managed by the mysql package was running during the upgrade: Setting up mysql-server-8.0 (8.0.28-0ubuntu0.20.04.3) ... mysqld will log errors to /var/log/mysql/error.log mysqld is running as

[Bug 1960202] Re: package mysql-server-8.0 8.0.28-0ubuntu0.20.04.3 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1

2022-02-08 Thread Lucas Kanashiro
Thank you for taking the time to file a bug report. From the logs, we can see that a mysql process not managed by the mysql package was running during the upgrade: Setting up mysql-server-8.0 (8.0.28-0ubuntu0.20.04.3) ... mysqld will log errors to /var/log/mysql/error.log mysqld is running as

[Bug 1960223] Re: package mysql-server-8.0 8.0.28-0ubuntu0.20.04.3 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1

2022-02-08 Thread Lucas Kanashiro
Thank you for taking the time to file a bug report. From the logs, we can see that a mysql process not managed by the mysql package was running during the upgrade: Setting up mysql-server-8.0 (8.0.28-0ubuntu0.20.04.3) ... mysqld will log errors to /var/log/mysql/error.log mysqld is running as

[Bug 1960151] Re: package mysql-server-8.0 8.0.28-0ubuntu0.20.04.3 failed to install/upgrade: o subprocesso instalado, do pacote mysql-server-8.0, o script post-installation retornou erro do status de

2022-02-08 Thread Lucas Kanashiro
Thank you for taking the time to file a bug report. From the logs, we can see the following: 2022-02-05T04:58:04.67Z 1 [ERROR] [MY-012592] [InnoDB] Operating system error number 11 in a file operation. 2022-02-05T04:58:04.655597Z 1 [ERROR] [MY-012596] [InnoDB] Error number 11 means

[Bug 1959990] Re: package mysql-server-8.0 8.0.28-0ubuntu0.21.10.3 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1

2022-02-08 Thread Lucas Kanashiro
Thank you for taking the time to file a bug report. From the logs, we can see that a mysql process not managed by the mysql package was running during the upgrade: Setting up mysql-server-8.0 (8.0.28-0ubuntu0.21.10.3) ... mysqld will log errors to /var/log/mysql/error.log mysqld is running as

[Bug 1960195] Re: package python3-blinker 1.4+dfsg1-0.3ubuntu1 failed to install/upgrade: installed python3-blinker package pre-removal script subprocess returned error exit status 127

2022-02-08 Thread Lucas Kanashiro
Thank you for taking the time to file a bug report. Checking your dpkg history log I see you tried to remove python in all costs from your system (I am not sure why you were trying to do that), you purged (or at least tried to) multiple times some key packages, I believe that left your system in

[Bug 1960036] Re: [SRU] Doesn't regain quorum when tracked process restarts with PID > 32767

2022-02-08 Thread Lucas Kanashiro
** Description changed: [Impact] If a user is tracking a process with PID > 32767 keepalived will not be able to work as expected. This bug was fixed upstream here: https://github.com/acassen/keepalived/commit/23a5b8113bf0b8ec4718443df0406882e8e4d831 [Test Plan] Launch

[Bug 1960036] Re: [SRU] Doesn't regain quorum when tracked process restarts with PID > 32767

2022-02-07 Thread Lucas Kanashiro
** Changed in: keepalived (Ubuntu Focal) Status: Confirmed => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1960036 Title: [SRU] Doesn't regain quorum when tracked process

[Bug 1960036] Re: [SRU] Doesn't regain quorum when tracked process restarts with PID > 32767

2022-02-07 Thread Lucas Kanashiro
** Description changed: + [Impact] + + If a user is tracking a process with PID > 32767 keepalived will not be + able to work as expected. + + This bug was fixed upstream here: + https://github.com/acassen/keepalived/commit/23a5b8113bf0b8ec4718443df0406882e8e4d831 + + [Test Plan] + + Launch

[Bug 1960036] Re: [SRU] Doesn't regain quorum when tracked process restarts with PID > 32767

2022-02-07 Thread Lucas Kanashiro
** Summary changed: - Doesnt regain quorum when tracked process restarts + [SRU] Doesn't regain quorum when tracked process restarts with PID > 32767 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1960036] Re: Doesnt regain quorum when tracked process restarts

2022-02-07 Thread Lucas Kanashiro
Thanks for the investigation. I agree with your assessment Christian, backport only the fix seems to be the way to go. I'll be trying to define a test case for this SRU based on the info we already have. Adding server-next tag and setting the importance to high. ** Changed in: keepalived

[Bug 1960185] Re: ruby3.0 pulls in both libruby2.7 and libruby3.0

2022-02-07 Thread Lucas Kanashiro
Thanks for testing it before the Jammy release, it is appreciated. This is expected if you did not enable jammy-proposed. The current ruby dependencies in the release pocket were built against ruby2.7, so even if you install only ruby3.0 its dependencies will pull in ruby2.7. We need to make

[Bug 1959630] Re: provide 屏風 as a commandline alias for byobu

2022-02-01 Thread Lucas Kanashiro
** Changed in: byobu (Ubuntu) Status: New => Triaged ** Changed in: byobu (Ubuntu) Importance: Undecided => Wishlist -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1959630 Title: provide

[Bug 1946834] Re: Merge multipath-tools from Debian unstable for 22.04

2022-02-01 Thread Lucas Kanashiro
** Changed in: multipath-tools (Ubuntu) Assignee: Lucas Kanashiro (lucaskanashiro) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1946834 Title: Merge multipath-tools f

[Bug 1959446] [NEW] [RM] Remove from Jammy to unblock ruby-defaults migration

2022-01-28 Thread Lucas Kanashiro
Public bug reported: According to the Debian maintainer this package is not functional at the moment, he also mentioned that he will request a removal in Debian as well. Since this is currently blocking the ruby-defaults migration I'd like to request its removal from Ubuntu. It has not reverse

[Bug 1946190] Re: ruby3.0: Fail to build against OpenSSL 3.0

2022-01-27 Thread Lucas Kanashiro
** Changed in: ruby3.0 (Ubuntu) Status: Triaged => Fix Committed ** Changed in: rubygems (Ubuntu) Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1946190

[Bug 1874719] Re: [SRU] Use the hostname as the node name instead of hardcoded 'node1'

2022-01-21 Thread Lucas Kanashiro
You are right, I did not backport the fix to the older LTS releases yet, it is still in my todo list. I was trying to convince the Debian maintainer to accept the change but he refused to do that. I was not willing to carry this as a delta and force us to do merges from now on, I'd prefer to keep

[Bug 1946190] Re: ruby3.0: Fail to build against OpenSSL 3.0

2022-01-21 Thread Lucas Kanashiro
ged in: rubygems (Ubuntu) Assignee: (unassigned) => Lucas Kanashiro (lucaskanashiro) ** Changed in: ruby3.0 (Ubuntu) Status: New => Triaged ** Changed in: rubygems (Ubuntu) Status: New => Triaged ** Changed in: rubygems (Ubuntu) Importance: Undecided => High ** Chang

[Bug 1955413] Re: Update to containerd 1.5.9

2022-01-21 Thread Lucas Kanashiro
affects: containerd (Ubuntu Impish) Importance: Undecided Status: New ** Changed in: containerd (Ubuntu Bionic) Assignee: (unassigned) => Lucas Kanashiro (lucaskanashiro) ** Changed in: containerd (Ubuntu Focal) Assignee: (unassigned) => Lucas Kanashiro (lucaskan

[Bug 1880443] Re: targetcli fails iscsi setup after upgrade from 18.04 to 20.04

2022-01-17 Thread Lucas Kanashiro
Robie, from the SRU team, asked for more deep understanding on why this was working before (without systemd) and in Focal (with systemd) stopped working. This is still in our backlog. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1912387] Re: [Patch] check_snmp: support SNMPv3 TSM security (client certificates)

2022-01-17 Thread Lucas Kanashiro
The upstream PR is still missing a review. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1912387 Title: [Patch] check_snmp: support SNMPv3 TSM security (client certificates) To manage

[Bug 1958069] Re: [BUG] Segmentation fault at 0x0000000000000008 ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) [x86_64-linux-gnu]

2022-01-17 Thread Lucas Kanashiro
Thanks for taking the time and trying to make Ubuntu better. The information you provided is not enough to triage this bug. I see there is a segmentation fault but it is not possible to figure out what's happening without more information. You can try to provide a backtrace for us to help us

[Bug 1955347] Re: rsync works bad with encfs now

2022-01-17 Thread Lucas Kanashiro
Hi Claude, Are you able to roll rsycn back to version 3.1.3-8 to see if this gets fixed? In 2021-11-16, we got an update to fix LP #1896251. FWIW, this is the upstream patch that was applied: https://github.com/WayneD/rsync/commit/af6118d98b3482cbcfc223bf2a0777bc19eccb02 -- You received this

[Bug 1831441] Re: Please add WS-Discovery ( WSD ) support for Windows Samba server discovery.

2022-01-17 Thread Lucas Kanashiro
Ideally, this package should be included in Debian first, and then we sync it from there. In general, we include Ubuntu-only package if Debian does not agree in including it and we have a compelling reason to do it. If this package is included in Debian we could have more eyes on it and it would

[Bug 1957015] Re: package dovecot-core 1:2.3.13+dfsg1-1ubuntu3 failed to install/upgrade: installed dovecot-core package post-installation script subprocess returned error exit status 1

2022-01-12 Thread Lucas Kanashiro
Thank you for taking the time to file a bug report. In the dpkg logs, we can see that the dovecot service failed to start because of this: Jan 10 16:37:51 bfpro-fim-p01 dovecot[80782]: doveconf: Fatal: Error in configuration file /etc/dovecot/conf.d/10-ssl.conf line 13: ssl_key: Can't open file

[Bug 1957013] Re: package mysql-server-8.0 8.0.27-0ubuntu0.20.04.1 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1

2022-01-12 Thread Lucas Kanashiro
Thank you for taking the time to file a bug report. Checking the dpkg logs we can see: Setting up mysql-server-8.0 (8.0.27-0ubuntu0.20.04.1) ... mysqld will log errors to /var/log/mysql/error.log mysqld is running as pid 34837 Error: Unable to shut down server with process id 34837 dpkg: error

[Bug 1956954] Re: Can't load seccomp filter

2022-01-12 Thread Lucas Kanashiro
Thanks for taking the time to report this bug and trying to make Ubuntu better. I am not familiar with Puppeteer but since you think this might be related to kernel, could you please provide any system logs so we can understand what is happening? In a regular arm64 VM I am able to run "apt update

[Bug 1956386] Re: CVE patch request

2022-01-12 Thread Lucas Kanashiro
As mentioned by Shaun, the fixes for both CVEs already landed in the security pocket, marking this bug as Fix Released. ** Changed in: apache2 (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1956213] Re: Lan6_Conf section is unknown to freeipmi

2022-01-12 Thread Lucas Kanashiro
Thanks for taking the time to report this bug and trying to make Ubuntu better. Could you provide more information about the package version you are using? And I think you forgot to add the attachment you mentioned. I checked the package in Focal and it contains the fix that was applied in LP

[Bug 1946851] Re: Merge containerd from Debian unstable for 22.04

2022-01-11 Thread Lucas Kanashiro
** Changed in: containerd (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1946851 Title: Merge containerd from Debian unstable for 22.04 To manage

[Bug 1946899] Re: Merge runc from Debian unstable for 22.04

2022-01-11 Thread Lucas Kanashiro
** Changed in: runc (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1946899 Title: Merge runc from Debian unstable for 22.04 To manage notifications about

[Bug 1955413] Re: Update to containerd 1.5.9

2022-01-11 Thread Lucas Kanashiro
** Changed in: containerd (Ubuntu) Status: Triaged => In Progress ** Changed in: containerd (Ubuntu) Assignee: (unassigned) => Lucas Kanashiro (lucaskanashiro) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1955413] Re: Update to containerd 1.5.9

2022-01-10 Thread Lucas Kanashiro
@furlongm we try to always ship the latest version to our users, so yes, this is our plan. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1955413 Title: Update to containerd 1.5.9 To manage

[Bug 1947022] Re: crm cluster health uses platform.linux_distribution, dropped in python 3.8

2021-12-14 Thread Lucas Kanashiro
This is still not fixed upstream. This is the PR containing the fix: https://github.com/ClusterLabs/crmsh/pull/883 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1947022 Title: crm cluster health

[Bug 1946897] Re: Merge resource-agents from Debian unstable for 22.04

2021-12-08 Thread Lucas Kanashiro
Nothing to merge so far. ** Changed in: resource-agents (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1946897 Title: Merge resource-agents from Debian

[Bug 1946851] Re: Merge containerd from Debian unstable for 22.04

2021-12-08 Thread Lucas Kanashiro
** Changed in: containerd (Ubuntu) Milestone: ubuntu-21.12 => ubuntu-22.01 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1946851 Title: Merge containerd from Debian unstable for 22.04 To

[Bug 1946899] Re: Merge runc from Debian unstable for 22.04

2021-12-08 Thread Lucas Kanashiro
** Changed in: runc (Ubuntu) Milestone: ubuntu-21.12 => ubuntu-22.01 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1946899 Title: Merge runc from Debian unstable for 22.04 To manage

[Bug 1952614] Re: nginx crashes with dump because of segfault

2021-12-07 Thread Lucas Kanashiro
Hi Bernd, In the web page I linked in my first comment [1] you can find a section telling you multiple ways to get the debug symbols in place. Did you try any of the methods listed there? [1] https://wiki.ubuntu.com/DebuggingProgramCrash -- You received this bug notification because you are a

[Bug 1953325] Re: Upcoming End of Life in January 2022

2021-12-07 Thread Lucas Kanashiro
Hi, Thanks for taking the time to file this bug. This seems to be a recurrent question from users as you can see here [1]. Since rabbitmq- server is in the main component [2], Canonical will keep supporting it for the entire life cycle of the Ubuntu release, we will not move to a newer version

[Bug 1952633] Re: %i token does not expand on 4.13.14+dfsg-0ubuntu0.20.04.2

2021-12-07 Thread Lucas Kanashiro
Hi Adam, Good to hear the issue was fixed for you. Tracking down the build dependencies changes between those two versions might not be easy, you could go through the publication history of each of them in Launchpad and check but I do not think this worth. I am setting the status of this bug to

[Bug 1953341] [NEW] [MIR] make pcs the default management tool for Corosync/Pacemaker clusters

2021-12-06 Thread Lucas Kanashiro
Public bug reported: Nowadays, crmsh is the default and supported tool to manage Corosync/Pacemaker clusters, but in the future we plan to move to pcs. We need to put some tests in place and make sure the entire stack is sill working fine with it, moreover, we need to update all the docs to tell

[Bug 1946863] Re: Merge keepalived from Debian unstable for 22.04

2021-12-02 Thread Lucas Kanashiro
I just sync'ed version 1:2.2.4-0.2 from Debian. The only delta we had was a patch to fix a FTBFS: * d/p/0001-core-Fix-compiling-on-RHEL-9.patch: Fix FTBFS when compiling with Linux 5.13/glibc 2.34 headers. (LP: #1939705) This patch was already included in the version in Debian. ** Summary

[Bug 1946858] Re: Merge fence-agents from Debian unstable for 22.04

2021-12-02 Thread Lucas Kanashiro
In Debian, we have version 4.7.1-1, and in jammy 4.7.1-1ubuntu7. Nothing to merge so far. ** Changed in: fence-agents (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1946850] Re: Merge cluster-glue from Debian unstable for 22.04

2021-12-02 Thread Lucas Kanashiro
In Debian, we have version 1.0.12-20, and in jammy version 1.0.12-20ubuntu2. Nothing to do so far. ** Changed in: cluster-glue (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1946851] Re: Merge containerd from Debian unstable for 22.04

2021-12-02 Thread Lucas Kanashiro
Actually, we do not follow Debian, no merge is needed. However, upstream already released version 1.5.8, and we should move to this version. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1946851

[Bug 1946834] Re: Merge multipath-tools from Debian unstable for 22.04

2021-12-02 Thread Lucas Kanashiro
We already have version 0.8.5-2ubuntu2 in the release pocket and 0.8.5-2ubuntu3 in proposed, the latest version in Debian right now is 0.8.5-2. Therefore, nothing to do so far. ** Changed in: multipath-tools (Ubuntu) Status: New => Incomplete -- You received this bug notification because

[Bug 1953026] Re: [RM] Remove from Jammy to unblock ruby3.0 transition

2021-12-02 Thread Lucas Kanashiro
FWIW ruby-defaults/1:2.7.6 looks good in the excuses page, my idea is to finish the rebuilds [1] and then upload a new version of ruby-defaults disabling ruby2.7 and making ruby3.0 the default. The ruby3.0 MIR is also ongoing. You might be seeing some other ruby packages stuck in proposed but

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