Hello Blair

On 2005-08-14 Blair Zajac wrote:
> I just ran an 'apt-get dist-upgrade' today and when mysql-server-4.1
> was being updated, I got these errors.  I overwrote my local
> /etc/mysql/my.cnf with the new version, so this should have no impact
> on the upgrade (I would think).
That was ok.

> Stopping MySQL database server: mysqld.
> 
> WARNING: /etc/mysql/ndb_mgmd.cnf cannot be read. See README.Debian.
> Starting MySQL NDB cluster management server: 
> ndb_mgmd/etc/init.d/mysql-ndb-mgm: line 34: start-stop-daemon: command not 
> found
> ...failed.
>         Please take a look at the syslog.
> invoke-rc.d: initscript mysql-ndb-mgm, action "start" failed.

Strange, there should be a 
        test -f /etc/mysql/ndb_mgmd.conf || exit 0
at the top of /etc/init.d/mysql-ndb-mgm. Can you check if that is the
case? The script is supposed to be called at startup but immediately exit
without doing anything if the config is not there.

bye,

-christian-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to