ubuntu 14.04 vs. mysql

/root

Lt. Commander
Registriert
Okt. 2007
Beiträge
1.285
Hey,

Ich möchte gerade LAMP auf meinem Ubuntu 14.04 (OpenVZ) installieren um danach Wordpress draufzuklatschen
Leider kriege ich beim mysql Teil einen Fehler

Code:
root@high5:~# uname -a
Linux high5 2.6.32-042stab102.2 #1 SMP Tue Nov 25 12:13:09 MSK 2014 x86_64 x86_64 x86_64 GNU/Linux

root@high5:~# apt-get install apache2 libapache2-mod-php5 php5 php5-mysql mysql-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
apache2 is already the newest version.
libapache2-mod-php5 is already the newest version.
mysql-server is already the newest version.
php5 is already the newest version.
php5-mysql is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Setting up mysql-server-5.5 (5.5.52-0ubuntu0.14.04.1) ...
/var/lib/dpkg/info/mysql-server-5.5.postinst: line 146: logger: command not found
ATTENTION: An error has occured. More info is in the syslog!
/var/lib/dpkg/info/mysql-server-5.5.postinst: line 236: logger: command not found
dpkg: error processing package mysql-server-5.5 (--configure):
 subprocess installed post-installation script returned error exit status 127
dpkg: dependency problems prevent configuration of mysql-server:
 mysql-server depends on mysql-server-5.5; however:
  Package mysql-server-5.5 is not configured yet.

dpkg: error processing package mysql-server (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 mysql-server-5.5
 mysql-server
E: Sub-process /usr/bin/dpkg returned an error code (1)

Wenn ich die Pakete mit purge lösche und neu einstalliere kann ich wieder mein root Passwort eintippen (sehe aber keine Sternchen o.ä. beim eintippen, ist das normal?) => es kommt aber wieder der gleiche Fehler

Habe auch schon die folgenden Befehle ausgeführt, ohne Erfolg
Code:
sudo apt-get clean
sudo apt-get autoclean
sudo apt-get purge mysql-server*
reboot

Kann mir jemand helfen den Fehler zu finden? :(

EDIT: hier mein syslog
Code:
Oct 11 06:26:40 high5 syslog-ng[521]: Configuration reload request received, reloading configuration;
Oct 11 06:26:41 high5 syslog-ng[521]: EOF on control channel, closing connection;
Oct 11 07:17:01 high5 CRON[20143]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Oct 11 08:17:01 high5 CRON[20276]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Oct 11 08:50:06 high5 upstart-socket-bridge[2593]: Could not obtain job start condition /com/ubuntu/Upstart/jobs/mysql: Method "Get" with signature "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist
Oct 11 08:51:02 high5 upstart-socket-bridge[2593]: Could not obtain job start condition /com/ubuntu/Upstart/jobs/mysql: Method "Get" with signature "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist
Oct 11 08:51:02 high5 upstart-socket-bridge[2593]: Could not obtain job start condition /com/ubuntu/Upstart/jobs/mysql: Method "Get" with signature "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist
Oct 11 08:53:42 high5 upstart-socket-bridge[2593]: Could not obtain job start condition /com/ubuntu/Upstart/jobs/mysql: Method "Get" with signature "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist
Oct 11 08:53:42 high5 upstart-socket-bridge[2593]: Could not obtain job start condition /com/ubuntu/Upstart/jobs/mysql: Method "Get" with signature "ss" on interface "org.freedesktop.DBus.Properties" doesn't exist
Oct 11 08:55:57 high5 syslog-ng[521]: syslog-ng shutting down; version='3.5.3'
Oct 11 08:56:32 high5 syslog-ng[561]: syslog-ng starting up; version='3.5.3'
Oct 11 08:56:32 high5 syslog-ng[561]: EOF on control channel, closing connection;
Oct 11 09:09:01 high5 CRON[1687]: (root) CMD (  [ -x /usr/lib/php5/maxlifetime ] && [ -x /usr/lib/php5/sessionclean ] && [ -d /var/lib/php5 ] && /usr/lib/php5/sessionclean /var/lib/php5 $(/usr/lib/php5/maxlifetime))
Oct 11 09:17:01 high5 CRON[1701]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
 
Zuletzt bearbeitet:
aaaaaaaah, danke für den Hinweis!

Code:
apt-get install bsdutils

jetzt flutscht es :D
 
Zurück
Oben