[Bug 327945] [NEW] mysql-dfsg-5.0

dirk at berghmans.de dirk at berghmans.de
Wed Feb 11 08:24:53 GMT 2009


Public bug reported:

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

** Affects: mysql-dfsg-5.0 (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: apport-package

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



More information about the Ubuntu-server-bugs mailing list