Re: Installation von mysql-server-50
Sebastian Dellit <sebo@blinzeln.de> wrote:
> Hoppa Frank und Leser und Leserinnen,
>
> am Mittwoch, 27. Juni 2007 um 13:24 meinte Frank Küster u. a.:
> [...]
>> select command, or arithmetic for command, display the expanded
>> value of PS4, followed by the command and its expanded arguments
>> or associated word list.
>
> Danke, also so in die Richtung.
>
>>> Als Ausgabe kommt am Ende:
>>>
>>> http://malongo.de/downloads/mysql
>>>
>>> raus.
>>>
>>> Kann damit wer etwas anfangen?
Okay, erstens ist da mal ein Bug im init-Skript:
log_end_msg 1
log_failure_msg "Please take a look at the syslog"
Aber das Skript ist "set -e", und "log_end_msg 1" hat return code 1 -
Das Skript endet also hier und zeigt die zweite Nachricht, "Please take
a look at the syslog" nicht mehr an.
Und ansonsten sieht man daran, dass das Skript versucht, den Dämon zu
starten und das nicht gelingt. Außer einem Blick ins syslog hilft
vielleicht, es mal selber auf der Kommandozeile zu versuchen. Der
verwendete Befehl ist
/usr/bin/mysqld_safe > /dev/null 2>&1 &
Was ich auch für problematisch halte, ich würde die Ausgabe nicht ganz
wegschmeissen, sondern in eine Logdatei leiten. Probiere einfach mal
/usr/bin/mysqld_safe
ohne weitere Parameter, oder falls da sehr viel kommt
/usr/bin/mysqld_safe 2>&1 | tee mysqld.log
Gruß, Frank
--
Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)
Reply to: