Столкнулся со следующей проблемой: закончилось место на диске, освобождением места занимался другой человек, после utm5 перестало работать.
В логах следующее:
myserver# cat /usr/local/netup/utm5/log/main.log
ERROR : Oct 22 11:56:56 DBASQLError: MySQL Connection Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (61)
*CRIT : Oct 22 11:56:56 DBA:Ctx: Unable to init some contexts
*CRIT : Oct 22 11:56:56 UTM5 Core: ModMap fatal init exception. Aborting
ERROR : Oct 22 11:57:26 DBASQLError: MySQL Connection Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (61)
*CRIT : Oct 22 11:57:26 DBA:Ctx: Unable to init some contexts
*CRIT : Oct 22 11:57:26 UTM5 Core: ModMap fatal init exception. Aborting
ERROR : Oct 22 11:57:56 DBASQLError: MySQL Connection Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (61)
*CRIT : Oct 22 11:57:56 DBA:Ctx: Unable to init some contexts
*CRIT : Oct 22 11:57:56 UTM5 Core: ModMap fatal init exception. Aborting
В сообщениях почты каждые 30 секунд:myserver# cat /usr/local/netup/utm5/log/debug.log
Info : Oct 22 11:56:56 UTM5 Logger: New `?Debug : ' stream: /netup/utm5/log/debug.log
Info : Oct 22 11:56:56 UTM5 Logger: New ` Info : ' stream: /netup/utm5/log/main.log
Info : Oct 22 11:56:56 UTMCtx: ctx_init_file not specified. Database encription not enabled ...
?Debug : Oct 22 11:56:56 UTMCtx: Initialization started...
Notice: Oct 22 11:56:56 ModMap: Sub-Module 'utmctx' inserted...
Info : Oct 22 11:56:56 DBA:Ctx: Creating 6 DB connections
Info : Oct 22 11:56:56 DBA:Ctx: DB Transactions are disabled
?Debug : Oct 22 11:56:56 DBCtx: Connecting to MySQL database
?Debug : Oct 22 11:56:56 DBCtx: Connection parameters username: utm5; dbname: UTM5 host: localhost
ERROR : Oct 22 11:56:56 DBASQLError: MySQL Connection Error: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (61)
*CRIT : Oct 22 11:56:56 DBA:Ctx: Unable to init some contexts
Notice: Oct 22 11:56:56 ModMap: Error loading module 'dba:ctx'
*CRIT : Oct 22 11:56:56 UTM5 Core: ModMap fatal init exception. Aborting
При запуске utm5_core.sh выдается следующее:
Операционная система:myserver# /usr/local/etc/rc.d/utm5_core.sh start
Starting utm5_core
myserver# Starting utm5_core
?Debug : Oct 22 12:10:45 Rehash: Rehash manager started
Notice: Oct 22 12:10:45 ModMap: Sub-Module 'rehash' inserted...
Notice: Oct 22 12:10:45 UTM5 Config: Processing config file: /netup/utm5/utm5.cfg
Notice: Oct 22 12:10:45 ModMap: Sub-Module 'config' inserted...
Notice: Oct 22 12:10:45 ModMap: Sub-Module 'logger' inserted...
*CRIT : Oct 22 12:10:45 DBA:Ctx: Unable to init some contexts
*CRIT : Oct 22 12:10:45 UTM5 Core: ModMap fatal init exception. Aborting
usage: kill [-s signal_name] pid ...
kill -l [exit_status]
kill -signal_name pid ...
kill -signal_number pid ...
utm5_core process exited ... mail to admin sended. Sleeping 5 sec!
Версия mysql:myserver# uname -a
FreeBSD myserver.local 5.4-RELEASE FreeBSD 5.4-RELEASE #4: Sun Sep 10 09:07:23 MSD 2006 root@myserver.local:/usr/src/sys/i386/compile/MYSERVER i386
Подскажите куда смотреть, и что "ковырять".myserver# mysql -V
mysql Ver 14.7 Distrib 4.1.10a, for portbld-freebsd5.4 (i386)
Заранее спасибо.