Verified for all releases, marking oracular wont-fix as it is almost eol

# lxc launch ubuntu:plucky test-mysql-logrotate -c security.nesting=true
# lxc exec test-mysql-logrotate bash

# cat <<EOF >/etc/apt/sources.list.d/ubuntu-$(lsb_release -cs)-proposed.list
# Enable Ubuntu proposed archive
deb http://archive.ubuntu.com/ubuntu/ $(lsb_release -cs)-proposed restricted 
main multiverse universe
EOF

# apt update
# apt upgrade

# apt install mysql-server/plucky-proposed
# systemctl stop mysql
# sudo /usr/sbin/mysqld --skip-networking --log-error=/var/log/mysql/error.log

Other window
# logrotate --force /etc/logrotate.d/mysql-server
-rotation does not crash


# lxc launch ubuntu:noble test-mysql-logrotate -c security.nesting=true
# lxc exec test-mysql-logrotate bash

# cat <<EOF >/etc/apt/sources.list.d/ubuntu-$(lsb_release -cs)-proposed.list
# Enable Ubuntu proposed archive
deb http://archive.ubuntu.com/ubuntu/ $(lsb_release -cs)-proposed restricted 
main multiverse universe
EOF

# apt update
# apt upgrade

# apt install mysql-server/noble-proposed mysql-server-8.0/noble-proposed
# systemctl stop mysql
# sudo /usr/sbin/mysqld --skip-networking --log-error=/var/log/mysql/error.log

Other window
# logrotate --force /etc/logrotate.d/mysql-server
-rotation does not crash


# lxc launch ubuntu:jammy test-mysql-logrotate -c security.nesting=true
# lxc exec test-mysql-logrotate bash

# cat <<EOF >/etc/apt/sources.list.d/ubuntu-$(lsb_release -cs)-proposed.list
# Enable Ubuntu proposed archive
deb http://archive.ubuntu.com/ubuntu/ $(lsb_release -cs)-proposed restricted 
main multiverse universe
EOF

# apt update
# apt upgrade

# apt install mysql-server
# systemctl stop mysql
# sudo /usr/sbin/mysqld --skip-networking --log-error=/var/log/mysql/error.log

Other window
# logrotate --force /etc/logrotate.d/mysql-server
-rotation does not crash

** Tags removed: verification-needed verification-needed-jammy 
verification-needed-noble verification-needed-plucky
** Tags added: verification-done verification-done-jammy 
verification-done-noble verification-done-plucky

** Changed in: mysql-8.0 (Ubuntu Oracular)
       Status: In Progress => Won't Fix

** Changed in: mysql-8.0 (Ubuntu)
       Status: In Progress => 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/1850980

Title:
  mysql-server causes logrotate.service to fail at boot

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


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to