[Bug 333813] Re: MySQL daemon crashes daily on logrotate's flush-logs

2012-03-12 Thread JC Hulce
Thank you for reporting this bug to Ubuntu. The version of Ubuntu referenced in 
this issue has reached end of life, and the issue is fixed in newer versions of 
Ubuntu. 
Please see this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases 

** Changed in: mysql-dfsg-5.0 (Ubuntu Dapper)
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in Ubuntu.
https://bugs.launchpad.net/bugs/333813

Title:
  MySQL daemon crashes daily on logrotate's flush-logs

To manage notifications about this bug go to:
https://bugs.launchpad.net/mysql-server/+bug/333813/+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 333813] Re: MySQL daemon crashes daily on logrotate's flush-logs

2009-11-25 Thread serfdog
** Changed in: mysql-server
   Importance: Unknown = Undecided

** Changed in: mysql-server
   Status: Unknown = New

** Changed in: mysql-server
 Remote watch: MySQL Bug System #17733 = None

-- 
MySQL daemon crashes daily on logrotate's flush-logs
https://bugs.launchpad.net/bugs/333813
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
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 333813] Re: MySQL daemon crashes daily on logrotate's flush-logs

2009-03-31 Thread gcc
Step 1 has been done. The bug (this bug) is marked as fix released.

Step 2:

The impact of the bug is that any user executing the flush logs
command will experience a crash of the mysql server process that they
send it to, if expire-log-days is enabled but log-bin is disabled in
/etc/mysql/my.cnf. The logrotate process does this every day, and
generates an error email as described above.

I believe that in the development branch, it was addressed by updating
to a more recent version of mysqld. My Hardy system has 5.0.51a-
3ubuntu5.4, the bug was fixed in 5.0.33.

The exact, minimal patch that fixes this problem is here:
http://lists.mysql.com/commits/15790

TEST CASE: enable expire_log_days and disable log-bin in /etc/my.cnf,
restart mysqld, run mysqladmin flush-logs.

The only regression potential that I can see in the patch is that a case
where the SQL FLUSH LOGS statement might previously cause an error, when
check_db_used(thd, all_tables) returns non-zero, no longer returns an
error. I doubt that that is a significant regression.

-- 
MySQL daemon crashes daily on logrotate's flush-logs
https://bugs.launchpad.net/bugs/333813
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
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 333813] Re: MySQL daemon crashes daily on logrotate's flush-logs

2009-03-30 Thread Mathias Gug
Thank you for taking the time to report this bug and helping to make
Ubuntu better. However, I am closing it because the bug has been fixed
in the latest development version of Ubuntu - the Jaunty Jackalope.

This is a signficant bug in Ubuntu. If you need a fix for the bug in
previous versions of Ubuntu, please do steps 1 and 2 of the SRU
Procedure [1] to bring the need to a developer's attention.

[1]: https://wiki.ubuntu.com/StableReleaseUpdates#Procedure

** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Status: Confirmed = Fix Released

** Bug watch added: MySQL Bug System #17733
   http://bugs.mysql.com/bug.php?id=17733

** Also affects: mysql-server via
   http://bugs.mysql.com/bug.php?id=17733
   Importance: Unknown
   Status: Unknown

-- 
MySQL daemon crashes daily on logrotate's flush-logs
https://bugs.launchpad.net/bugs/333813
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
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 333813] Re: MySQL daemon crashes daily on logrotate's flush-logs

2009-03-10 Thread gcc
Sorry, afraid not.

ch...@fen-fw:~$ sudo apt-get install mysql-server
Reading package lists... Done
Building dependency tree... Done
The following packages will be upgraded:
  mysql-server
1 upgraded, 0 newly installed, 0 to remove and 6 not upgraded.
Need to get 38.8kB of archives.
After unpacking 0B of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
  mysql-server
Install these packages without verification [y/N]? y
Get: 1 http://ppa.launchpad.net dapper/main mysql-server 5.0.22-0ubuntu6.06.12 
[38.8kB]
Fetched 38.8kB in 0s (107kB/s) 
(Reading database ... 26499 files and directories currently installed.)
Preparing to replace mysql-server 5.0.22-0ubuntu6.06.11 (using 
.../mysql-server_5.0.22-0ubuntu6.06.12_all.deb) ...
Unpacking replacement mysql-server ...
Setting up mysql-server (5.0.22-0ubuntu6.06.12) ...

ch...@fen-fw:~$ sudo vi /etc/mysql/my.cnf 
[re-enabled log-expire-days to recreate the bug]

ch...@fen-fw:~$ sudo /etc/init.d/mysql restart
Stopping MySQL database server: mysqld.
Starting MySQL database server: mysqld.

ch...@fen-fw:~$ mysqladmin flush-logs -u root -p
Enter password: 
mysqladmin: refresh failed; error: 'Lost connection to MySQL server during 
query'

-- 
MySQL daemon crashes daily on logrotate's flush-logs
https://bugs.launchpad.net/bugs/333813
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
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 333813] Re: MySQL daemon crashes daily on logrotate's flush-logs

2009-03-06 Thread Chuck Short
Can you try the version in my ppa
(http://launchpad.net/~zulcss/+archive) when it is built?

Thanks
chuck

-- 
MySQL daemon crashes daily on logrotate's flush-logs
https://bugs.launchpad.net/bugs/333813
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
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 333813] Re: MySQL daemon crashes daily on logrotate's flush-logs

2009-02-25 Thread JanBrinkmann
Thanks for reporting this bug and any supporting documentation. Since
this bug has enough information provided for a developer to begin work,
I'm going to mark it as confirmed and let them handle it from here.
Thanks for taking the time to make Ubuntu better!

** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Status: New = Confirmed

-- 
MySQL daemon crashes daily on logrotate's flush-logs
https://bugs.launchpad.net/bugs/333813
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 in ubuntu.

-- 
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