mysql-dfsg-5.0

Bug #327945 reported by dirk@berghmans.de
4
Affects Status Importance Assigned to Milestone
mysql-dfsg-5.0 (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

dirk@eeepc:~$ lsb_release -rd
Description: Ubuntu 8.10
Release: 8.10

I wanted to install mysql + eclipse on Kubuntu desktop system with the following small script
and mysql initscript start failed:

#!/bin/bash

PKG_L="locales ssh screen fail2ban ethtool nmap telnet"
PKG_A="apache2 apache2-mpm-prefork apache2-utils apache2.2-common libapache2-mod-php5 \
            php5 php5-common php5-mysql php5-fdpf php5-ldap php5-mhash php5-mcrypt"
PKG_S="openssl flex libxml2 libxml2-dev \
            libapr1 libapr1-dev libapreq2-dev aprsd libaprutil1 libaprutil1-dev \
            lua5.1 libpcre3-dev g++ libc6-dev gcc cpp cpp-4.1 libstdc++5 libstdc++6 libstdc++6-4.1-dev \
            apache2-mpm-prefork apache2-prefork-dev \
            libxml2 libxml2-dev make"
PKG_S1="openssl ssl-cert"
PKG_M="mysql-client mysql-server libpam-mysql"
PKG_F=""
PKG_WS="exif php5-gd"
PKG_E=""

rm -f DPKG_LIST
for i in $PKG_L $PKG_A $PKG_S $PKG_S $PKG_S1 $PKG_M $PKG_F $PKG_WS $PKG_E
do
  #echo "### $i ### :"`dpkg -l | awk '{print $2}'| grep -x '\<'$i'\>' ` >> DPKG_LIST
  echo `dpkg -l | awk '{print $2}'| grep -x '\<'$i'\>' ` >> DPKG_LIST
done
aptitude install $PKG_L $PKG_A $PKG_S $PKG_S $PKG_S1 $PKG_M $PKG_F $PKG_WS $PKG_E

# Reloading AppArmor profiles : done.
# * Starting MySQL database server mysqld [fail]
# invoke-rc.d: initscript mysql, action "start" failed.

######## Eclipse is based on Java
aptitude install kubuntu-kde4-desktop
aptitude install sun-java6-jre java-common
# see http://wiki.ubuntu-forum.de/index.php/Eclipse
aptitude install eclipse

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 8.10
ErrorMessage: subprocess post-installation script killed by signal (Interrupt)
Package: mysql-server-5.0 5.0.67-0ubuntu6
SourcePackage: mysql-dfsg-5.0
Title: package mysql-server-5.0 5.0.67-0ubuntu6 failed to install/upgrade: subprocess post-installation script killed by signal (Interrupt)
Uname: Linux 2.6.27-11-generic i686

Revision history for this message
dirk@berghmans.de (dirk-berghmans) wrote :
Revision history for this message
Uwe L. Korn (uwelk) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better. Please provide the /var/log/mysql.err and the /var/log/mysql.log too because in the above files it is not mentioned what caused the mysql-process to be interrupted.

Does 'aptitude reinstall mysql-server' has any effect?

Changed in mysql-dfsg-5.0:
status: New → Incomplete
Revision history for this message
dirk@berghmans.de (dirk-berghmans) wrote : Re: [Bug 327945] Re: mysql-dfsg-5.0

Dear *,
  I thank you a lot for answering.
  I continued and reinstalled the system!
  The error didn't appear anymore.
  So, please you can close this report.
Best Regards,
Dirk Berghmans

> Thank you for taking the time to report this bug and helping to make
> Ubuntu better. Please provide the /var/log/mysql.err and the
> /var/log/mysql.log too because in the above files it is not mentioned
> what caused the mysql-process to be interrupted.
>
> Does 'aptitude reinstall mysql-server' has any effect?
>
> ** Changed in: mysql-dfsg-5.0 (Ubuntu)
> Status: New => Incomplete

Uwe L. Korn (uwelk)
Changed in mysql-dfsg-5.0:
status: Incomplete → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.