[Bug 305107] Re: mysql refuses to start because a missing optional config dir

2008-12-05 Thread Henning Sprang
** Summary changed:

- mysql refuses to start after security update
+ mysql refuses to start because a missing optional config dir

** Description changed:

+ [EMAIL PROTECTED]:~# lsb_release -rd
+ Description:  Ubuntu 8.04
+ Release:  8.04
+ 
+ [EMAIL PROTECTED]:~$ apt-cache policy mysql-server-5.0
+ mysql-server-5.0:
+   Installed: 5.0.51a-3ubuntu5.4
+   Candidate: 5.0.51a-3ubuntu5.4
+   Version table:
+  *** 5.0.51a-3ubuntu5.4 0
+ 500 file: hardy-security/main Packages
+ 100 /var/lib/dpkg/status
+  5.0.51a-3ubuntu5 0
+ 500 file: hardy/main Packages
+ 
+ Corecting name and adding the state of things at the beginning:
+ 
+ mysqld is not starting when /etc/mysql/conf.d is not empty, even though
+ it contains only optional information.
+ 
+ In conjunction with bug 305107 this leads to mysql failing to start
+ after a security upgrade from the default version in the normal apt
+ repository to the newest security update version.
+ 
+ More explanation below:
+ 
+ 
+ ---
+ 
  I just did a security upgrade for my Hardy system, and after the reboot,
  mysql refuses to start!
  
  Errors already appear at system start, here the output of the command
  when I try to start the server manually after system start(errors are
  the same):
  
  /etc/init.d/mysql restart
  open: Permission denied
   * Stopping MySQL database server mysqld  
  /usr/sbin/mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 2)
  Fatal error in defaults handling. Program aborted
  /usr/sbin/mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 2)
  Fatal error in defaults handling. Program aborted
  open: Permission denied
   [ OK 
]
  /usr/sbin/mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 2)
  Fatal error in defaults handling. Program aborted
  open: Permission denied
   * Starting MySQL database server mysqld  
  /usr/sbin/mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 2)
  Fatal error in defaults handling. Program aborted
  /usr/sbin/mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 2)
  Fatal error in defaults handling. Program aborted
  /usr/sbin/mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 2)
  Fatal error in defaults handling. Program aborted
  /usr/sbin/mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 2)
  Fatal error in defaults handling. Program aborted
  /usr/sbin/mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 2)
  Fatal error in defaults handling. Program aborted
  /usr/sbin/mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 2)
  Fatal error in defaults handling. Program aborted
  /usr/sbin/mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 2)
  Fatal error in defaults handling. Program aborted
  /usr/sbin/mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 2)
  Fatal error in defaults handling. Program aborted
  /usr/sbin/mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 2)
  Fatal error in defaults handling. Program aborted
  /usr/sbin/mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 2)
  Fatal error in defaults handling. Program aborted
  /usr/sbin/mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 2)
  Fatal error in defaults handling. Program aborted
  /usr/sbin/mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 2)
  Fatal error in defaults handling. Program aborted
  /usr/sbin/mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 2)
  Fatal error in defaults handling. Program aborted
  /usr/sbin/mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 2)
  Fatal error in defaults handling. Program aborted
  /usr/sbin/mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 2)
  Fatal error in defaults handling. Program aborted
  /usr/sbin/mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 2)
  Fatal error in defaults handling. Program aborted
  open: Permission denied
   
[fail]
  
  
  [EMAIL PROTECTED]:~# lsb_release -rd
  Description:  Ubuntu 8.04
  Release:  8.04
  
  
  [EMAIL PROTECTED]:~# dpkg -l mysql*
  Desired=Unknown/Install/Remove/Purge/Hold
  | Status=Not/Installed/Config-f/Unpacked/Failed-cfg/Half-inst/t-aWait/T-pend
  |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: 
uppercase=bad)
  ||/ Name  Version   
Description
  
+++-=-=-==
  ii  mysql-admin   5.0~rc12-2ubuntu1 GUI 
tool for intuitive MySQL administration
  un  mysql-admin-commonnone(no 
description available)
  ii  mysql-client  5.0.51a-3ubuntu5.4MySQL 
database 

[Bug 305107] Re: mysql refuses to start because a missing optional config dir

2008-12-05 Thread Henning Sprang
** Summary changed:

- mysql refuses to start after security update
+ mysql refuses to start because a missing optional config dir

** Description changed:

+ [EMAIL PROTECTED]:~# lsb_release -rd
+ Description:  Ubuntu 8.04
+ Release:  8.04
+ 
+ [EMAIL PROTECTED]:~$ apt-cache policy mysql-server-5.0
+ mysql-server-5.0:
+   Installed: 5.0.51a-3ubuntu5.4
+   Candidate: 5.0.51a-3ubuntu5.4
+   Version table:
+  *** 5.0.51a-3ubuntu5.4 0
+ 500 file: hardy-security/main Packages
+ 100 /var/lib/dpkg/status
+  5.0.51a-3ubuntu5 0
+ 500 file: hardy/main Packages
+ 
+ Corecting name and adding the state of things at the beginning:
+ 
+ mysqld is not starting when /etc/mysql/conf.d is not empty, even though
+ it contains only optional information.
+ 
+ In conjunction with bug 305107 this leads to mysql failing to start
+ after a security upgrade from the default version in the normal apt
+ repository to the newest security update version.
+ 
+ More explanation below:
+ 
+ 
+ ---
+ 
  I just did a security upgrade for my Hardy system, and after the reboot,
  mysql refuses to start!
  
  Errors already appear at system start, here the output of the command
  when I try to start the server manually after system start(errors are
  the same):
  
  /etc/init.d/mysql restart
  open: Permission denied
   * Stopping MySQL database server mysqld  
  /usr/sbin/mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 2)
  Fatal error in defaults handling. Program aborted
  /usr/sbin/mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 2)
  Fatal error in defaults handling. Program aborted
  open: Permission denied
   [ OK 
]
  /usr/sbin/mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 2)
  Fatal error in defaults handling. Program aborted
  open: Permission denied
   * Starting MySQL database server mysqld  
  /usr/sbin/mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 2)
  Fatal error in defaults handling. Program aborted
  /usr/sbin/mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 2)
  Fatal error in defaults handling. Program aborted
  /usr/sbin/mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 2)
  Fatal error in defaults handling. Program aborted
  /usr/sbin/mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 2)
  Fatal error in defaults handling. Program aborted
  /usr/sbin/mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 2)
  Fatal error in defaults handling. Program aborted
  /usr/sbin/mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 2)
  Fatal error in defaults handling. Program aborted
  /usr/sbin/mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 2)
  Fatal error in defaults handling. Program aborted
  /usr/sbin/mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 2)
  Fatal error in defaults handling. Program aborted
  /usr/sbin/mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 2)
  Fatal error in defaults handling. Program aborted
  /usr/sbin/mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 2)
  Fatal error in defaults handling. Program aborted
  /usr/sbin/mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 2)
  Fatal error in defaults handling. Program aborted
  /usr/sbin/mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 2)
  Fatal error in defaults handling. Program aborted
  /usr/sbin/mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 2)
  Fatal error in defaults handling. Program aborted
  /usr/sbin/mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 2)
  Fatal error in defaults handling. Program aborted
  /usr/sbin/mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 2)
  Fatal error in defaults handling. Program aborted
  /usr/sbin/mysqld: Can't read dir of '/etc/mysql/conf.d/' (Errcode: 2)
  Fatal error in defaults handling. Program aborted
  open: Permission denied
   
[fail]
  
  
  [EMAIL PROTECTED]:~# lsb_release -rd
  Description:  Ubuntu 8.04
  Release:  8.04
  
  
  [EMAIL PROTECTED]:~# dpkg -l mysql*
  Desired=Unknown/Install/Remove/Purge/Hold
  | Status=Not/Installed/Config-f/Unpacked/Failed-cfg/Half-inst/t-aWait/T-pend
  |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: 
uppercase=bad)
  ||/ Name  Version   
Description
  
+++-=-=-==
  ii  mysql-admin   5.0~rc12-2ubuntu1 GUI 
tool for intuitive MySQL administration
  un  mysql-admin-commonnone(no 
description available)
  ii  mysql-client  5.0.51a-3ubuntu5.4MySQL 
database 

[Bug 305107] Re: mysql refuses to start because a missing (optional) config dir /etc/mysql/conf.d/

2008-12-05 Thread Mathias Gug
** Summary changed:

- mysql refuses to start because a missing optional config dir
+ mysql refuses to start because a missing (optional) config dir 
/etc/mysql/conf.d/

** Changed in: mysql-dfsg-5.0 (Ubuntu)
   Importance: Undecided = Low

-- 
mysql refuses to start because a missing (optional) config dir 
/etc/mysql/conf.d/
https://bugs.launchpad.net/bugs/305107
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs