[Bug 1859100] Re: mysql-server FTBFS (focal) because of build tests

2020-01-10 Thread Rafael David Tinoco
** Patch added: "mysql-8.0_8.0.18-0ubuntu0.19.10.2.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1859100/+attachment/5319201/+files/mysql-8.0_8.0.18-0ubuntu0.19.10.2.debdiff

** Also affects: mysql-8.0 (Ubuntu Eoan)
   Importance: Undecided
   Status: New

** Changed in: mysql-8.0 (Ubuntu Eoan)
   Importance: Undecided => Critical

** Changed in: mysql-8.0 (Ubuntu Eoan)
   Status: New => In Progress

** Changed in: mysql-8.0 (Ubuntu Eoan)
   Importance: Critical => High

** Changed in: mysql-8.0 (Ubuntu Eoan)
 Assignee: (unassigned) => Rafael David Tinoco (rafaeldtinoco)

-- 
You received this bug notification because you are a member of Ubuntu
Server, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1859100

Title:
  mysql-server FTBFS (focal) because of build tests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1859100/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1859100] Re: mysql-server FTBFS (focal) because of build tests

2020-01-10 Thread Rafael David Tinoco
** Also affects: mysql-8.0 (Ubuntu Focal)
   Importance: High
 Assignee: Rafael David Tinoco (rafaeldtinoco)
   Status: In Progress

** Patch added: "mysql-8.0_8.0.18-0ubuntu5.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1859100/+attachment/5319197/+files/mysql-8.0_8.0.18-0ubuntu5.debdiff

** Description changed:

+ [Impact]
+ 
+  * mysql-server-8 FTBFS in Eoan and Focal.
+ 
+ [Test Case]
+ 
+  * apt-get source mysql-server
+  * cd mysql*
+  * apt-get build-dep .
+  * dpkg-buildpackage -b -us -uc
+ 
+ [Regression Potential]
+ 
+  * patch is changing a test (executed during binary package generation)
+  * build is already broken, impact is minimum: its either good and fixes 
build OR not.
+ 
+ [Other Info]
+ 
  During MIR for mysql-router it was discovered that there are some tests,
  executed during package build time, that are failing:
  
  (PROBLEM #1)
  
  CURRENT_TEST: main.events_bugs
  mysqltest: At line 1036: Query 'CREATE EVENT e1 ON SCHEDULE AT '2020-01-01 
00:00:00' DO SET @a = 1' succeeded, should have failed with error '1290'
  
  AND
  
  (PROBLEM #2)
  
  CURRENT_TEST: main.subquery_sj_mat_bka
  --- 
/home/rafaeldtinoco/work/sources/general/ubuntu/mysql-8.0-8.0.18/mysql-test/r/subquery_sj_mat_bka.result
2019-09-20 11:30:51.0 +0300
  +++ 
/home/rafaeldtinoco/work/sources/general/ubuntu/mysql-8.0-8.0.18/builddir/mysql-test/var/9/log/subquery_sj_mat_bka.reject
   2020-01-09 19:54:09.659290415 +0300
  @@ -12800,10 +12800,10 @@
   -> Hash
   -> Table scan on 
   -> Materialize with deduplication
  --> Filter: (t1.col_int_key is not null)  (cost=3.40 
rows=7)
  --> Filter: (t3.col_int is null)  (cost=3.40 
rows=7)
  --> Nested loop left join  (cost=3.40 rows=7)
  --> Index scan on t1 using col_int_key  
(cost=0.95 rows=7)
  +-> Filter: (t1.col_int_key is not null)  (cost=4.15 
rows=7)
  +-> Filter: (t3.col_int is null)  (cost=4.15 
rows=7)
  +-> Nested loop left join  (cost=4.15 rows=7)
  +-> Index scan on t1 using col_int_key  
(cost=1.70 rows=7)
   -> Nested loop inner join  (cost=1.21 
rows=1)
   -> Single-row index lookup on t2 
using PRIMARY (pk=t1.pk)  (cost=0.26 rows=1)
   -> Filter: (t3.col_int_key = 
t2.col_int)  (cost=0.09 rows=1)
  
  mysqltest: Result content mismatch
  
  Failing test(s): main.events_bugs
  
  Unstable test(s)(failures/attempts): main.subquery_sj_mat_bka(1/3)

-- 
You received this bug notification because you are a member of Ubuntu
Server, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1859100

Title:
  mysql-server FTBFS (focal) because of build tests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1859100/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1859100] Re: mysql-server FTBFS (focal) because of build tests

2020-01-10 Thread Rafael David Tinoco
Problem 2 is an intermittent problem:

(PROBLEM #2)

CURRENT_TEST: main.subquery_sj_mat_bka

--- 
/home/rafaeldtinoco/work/sources/general/ubuntu/mysql-8.0-8.0.18/mysql-test/r/subquery_sj_mat_bka.result
 2019-09-20 11:30:51.0 +0300
+++ 
/home/rafaeldtinoco/work/sources/general/ubuntu/mysql-8.0-8.0.18/builddir/mysql-test/var/9/log/subquery_sj_mat_bka.reject
 2020-01-09 19:54:09.659290415 +0300
@@ -12800,10 +12800,10 @@
 -> Hash
 -> Table scan on 
 -> Materialize with deduplication
- -> Filter: (t1.col_int_key is not null) (cost=3.40 rows=7)
- -> Filter: (t3.col_int is null) (cost=3.40 rows=7)
- -> Nested loop left join (cost=3.40 rows=7)
- -> Index scan on t1 using col_int_key (cost=0.95 rows=7)
+ -> Filter: (t1.col_int_key is not null) (cost=4.15 rows=7)
+ -> Filter: (t3.col_int is null) (cost=4.15 rows=7)
+ -> Nested loop left join (cost=4.15 rows=7)
+ -> Index scan on t1 using col_int_key (cost=1.70 rows=7)

This test calculates the cost of a query with BKA (Batched Key Access)
feature enabled:

"""
set optimizer_switch='batched_key_access=on,mrr_cost_based=off';

--source t/subquery_sj_mat.test

set optimizer_switch=default; 
"""

explain format=tree SELECT * FROM t4 WHERE (col_int_key) IN ( SELECT
t1.col_int_key FROM t1 LEFT JOIN ( t2 JOIN t3 ON t3.col_int_key =
t2.col_int ) USING ( pk ) WHERE t3.col_int IS NULL) ORDER BY
col_int_key;

And it looks like optimizer switching makes test to have different costs
sometimes. Nevertheless, after fixing (PROBLEM #1) I was able to fully
build MySQL Server binary packages without triggering (PROBLEM #2).

dpkg-deb: building package 'mysql-server' in 
'../mysql-server_8.0.18-0ubuntu4_all.deb'.
dpkg-deb: building package 'mysql-testsuite-8.0' in 
'../mysql-testsuite-8.0_8.0.18-0ubuntu4_amd64.deb'.
dpkg-deb: building package 'mysql-source-8.0' in 
'../mysql-source-8.0_8.0.18-0ubuntu4_amd64.deb'.
dpkg-deb: building package 'mysql-client' in 
'../mysql-client_8.0.18-0ubuntu4_all.deb'.
dpkg-deb: building package 'mysql-testsuite' in 
'../mysql-testsuite_8.0.18-0ubuntu4_all.deb'.
dpkg-deb: building package 'mysql-router' in 
'../mysql-router_8.0.18-0ubuntu4_amd64.deb'.
dpkg-deb: building package 'mysql-server-8.0' in 
'../mysql-server-8.0_8.0.18-0ubuntu4_amd64.deb'.

-- 
You received this bug notification because you are a member of Ubuntu
Server, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1859100

Title:
  mysql-server FTBFS (focal) because of build tests

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-8.0/+bug/1859100/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1858374] Re: add --id=ipxe to easly identify ipxe menu entry

2020-01-10 Thread Rafael David Tinoco
Yep.. will work on this before 20.04.

** Changed in: ipxe (Ubuntu)
 Assignee: (unassigned) => Rafael David Tinoco (rafaeldtinoco)

** Also affects: ipxe (Ubuntu Focal)
   Importance: Wishlist
 Assignee: Rafael David Tinoco (rafaeldtinoco)
   Status: Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Server, which is subscribed to ipxe in Ubuntu.
https://bugs.launchpad.net/bugs/1858374

Title:
  add --id=ipxe to easly identify ipxe menu entry

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipxe/+bug/1858374/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1712589] Re: Apache2 mod-wsgi segfault on double reload

2020-01-10 Thread Andreas Hasenack
No new info at the moment, bug still in our queue.

-- 
You received this bug notification because you are a member of Ubuntu
Server, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1712589

Title:
  Apache2 mod-wsgi segfault on double reload

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mod-wsgi/+bug/1712589/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1673357] Re: Munin core plugin "if_" doesn't work

2020-01-10 Thread Andreas Hasenack
Passing by ack'ing that this bug is still valid and in our queue.

-- 
You received this bug notification because you are a member of Ubuntu
Server, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1673357

Title:
  Munin core plugin "if_" doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/munin/+bug/1673357/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1858374] Re: add --id=ipxe to easly identify ipxe menu entry

2020-01-10 Thread Andreas Hasenack
That version is present in disco, eoan and focal

 grub-ipxe | 1.0.0+git-20190109.133f4c4-0ubuntu2| disco| all
 grub-ipxe | 1.0.0+git-20190109.133f4c4-0ubuntu2| eoan | all
 grub-ipxe | 1.0.0+git-20190109.133f4c4-0ubuntu2| focal| all

Rafael, I think this suggestion makes sense, what do you think?

** Changed in: ipxe (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: ipxe (Ubuntu)
   Status: New => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Server, which is subscribed to ipxe in Ubuntu.
https://bugs.launchpad.net/bugs/1858374

Title:
  add --id=ipxe to easly identify ipxe menu entry

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ipxe/+bug/1858374/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1857454] Re: package mysql-server 5.7.28-0ubuntu0.16.04.2 failed to install/upgrade: dependency issues - left unconfigured

2020-01-10 Thread Andreas Hasenack
mysql_upgrade: Got error: 2002: Can't connect to local MySQL server
through socket '/var/run/mysqld/mysqld.sock' (2) while connecting to the
MySQL server

Please take a look at the mysql log file in /var/log/mysql (IIRC), see
if it has hints about mysql didn't start.

-- 
You received this bug notification because you are a member of Ubuntu
Server, which is subscribed to mysql-5.7 in Ubuntu.
Matching subscriptions: main
https://bugs.launchpad.net/bugs/1857454

Title:
  package mysql-server 5.7.28-0ubuntu0.16.04.2 failed to
  install/upgrade: dependency issues - left unconfigured

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1857454/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1849560] Re: Please revise the files installed in /etc/

2020-01-10 Thread Andreas Hasenack
There is no /etc/systemd file shipped with the openssh-server deb
package. That directory is reserved for local overrides. The package
ships the systemd service files correctly in /lib/systemd/service.

-- 
You received this bug notification because you are a member of Ubuntu
Server, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1849560

Title:
  Please revise the files installed in /etc/

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/1849560/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1856597] Re: sepackage mysql-server-5.7 5.7.28-0ubuntu0.18.04.4 failed to install/upgrade: instalado mysql-server-5.7 paquete post-installation guión el subproceso devolvió un error con estado de

2020-01-10 Thread Andreas Hasenack
>From the dpkg history log, it looks like you are mixing mariadb and
mysql. I'm not sure transitioning from one to the other is supported,
and in any case it's asking for trouble in my opinion. I suggest you
pick one of the two.

For your current machine, I also suggest the following to try to fix it:

sudo apt update
sudo apt -f install

And then choose between mariadb and mysql.

** Changed in: mysql-5.7 (Ubuntu)
   Status: Triaged => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Server, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1856597

Title:
  sepackage mysql-server-5.7 5.7.28-0ubuntu0.18.04.4 failed to
  install/upgrade: instalado mysql-server-5.7 paquete post-installation
  guión el subproceso devolvió un error con estado de salida 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1856597/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1828228] Re: corosync fails to start in unprivileged containers - autopkgtest failure

2020-01-10 Thread Andreas Hasenack
** Tags added: update-excuse

-- 
You received this bug notification because you are a member of Ubuntu
Server, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1828228

Title:
  corosync fails to start in unprivileged containers - autopkgtest
  failure

To manage notifications about this bug go to:
https://bugs.launchpad.net/auto-package-testing/+bug/1828228/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1855943] Re: net-snmp merge for focal (v5.8)

2020-01-10 Thread Andreas Hasenack
** Tags added: update-excuse

-- 
You received this bug notification because you are a member of Ubuntu
Server, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1855943

Title:
  net-snmp merge for focal (v5.8)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/1855943/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1855568] Re: pcs depends on python3-tornado (>= 6) but it won't be installed

2020-01-10 Thread Andreas Hasenack
** Tags added: update-excuse

-- 
You received this bug notification because you are a member of Ubuntu
Server, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1855568

Title:
  pcs depends on python3-tornado (>= 6) but it won't be installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pcs/+bug/1855568/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1852122] Re: ocfs2-tools is causing kernel panics in Ubuntu Focal (Ubuntu-5.4.0-9.12)

2020-01-10 Thread Andreas Hasenack
** Tags added: update-excuse

-- 
You received this bug notification because you are a member of Ubuntu
Server, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1852122

Title:
  ocfs2-tools is causing kernel panics in Ubuntu Focal
  (Ubuntu-5.4.0-9.12)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ocfs2-tools/+bug/1852122/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs