Hi Codehaxor,
here is my astguiclient.conf: I don't see any prob with the config as I just follow the scratch install. Also showed below the ps -aux | grep mysql output and netstat -naptu | grep 3306. Pls advice what's wrong with my config.
# astguiclient.conf - configuration elements for the astguiclient package
# this is the astguiclient configuration file
# all comments will be lost if you run install.pl again
# Paths used by astGUIclient
PATHhome => /usr/share/astguiclient
PATHlogs => /var/log/astguiclient
PATHagi => /var/lib/asterisk/agi-bin
PATHweb => /usr/local/apache2/htdocs
PATHsounds => /var/lib/asterisk/sounds
PATHmonitor => /var/spool/asterisk/monitor
PATHDONEmonitor => /var/spool/asterisk/monitorDONE
# The IP address of this machine
VARserver_ip => 192.168.0.12
# Database connection information
VARDB_server => localhost
VARDB_database => asterisk
VARDB_user => cron
VARDB_pass => 1234
VARDB_port => 3306
# Alpha-Numeric list of the astGUIclient processes to be kept running
# (value should be listing of characters with no spaces: 1234568)
# X - NO KEEPALIVE PROCESSES (use only if you want none to be keepalive)
# 1 - AST_update
# 2 - AST_send_listen
# 3 - AST_VDauto_dial
# 4 - AST_VDremote_agents
# 5 - AST_VDadapt (If multi-server system, this must only be on one server)
# 6 - FastAGI_log
# 7 - AST_VDauto_dial_FILL (only for multi-server, this must only be on one server)
# 8 - ip_relay (used for blind agent monitoring)
# 9 - Timeclock auto logout
VARactive_keepalives => 1234568
# FTP recording archive connection information
VARFTP_host => 192.168.0.14
VARFTP_user => cron
VARFTP_pass => test
VARFTP_port => 21
VARFTP_dir => RECORDINGS
VARHTTP_path => 192.168.0.14
# REPORT server connection information
VARREPORT_host => 192.168.0.14
VARREPORT_user => cron
VARREPORT_pass => test
VARREPORT_port => 21
VARREPORT_dir => REPORTS
# Settings for FastAGI logging server
VARfastagi_log_min_servers => 3
VARfastagi_log_max_servers => 16
VARfastagi_log_min_spare_servers => 2
VARfastagi_log_max_spare_servers => 8
VARfastagi_log_max_requests => 1000
VARfastagi_log_checkfordead => 30
VARfastagi_log_checkforwait => 60
root@vicidial:~# ps -aux | grep mysql
Warning: bad ps syntax, perhaps a bogus '-'? See
http://procps.sf.net/faq.html
root 2874 0.0 0.1 2764 1380 pts/0 S 09:51 0:00 /bin/sh /usr/lo cal/mysql/bin/mysqld_safe --user=mysql
mysql 2898 0.0 1.4 108368 15032 pts/0 Sl 09:51 0:00 /usr/local/mysq l/libexec/mysqld --basedir=/usr/local/mysql --datadir=/usr/local/mysql/var --use r=mysql --pid-file=/usr/local/mysql/var/vicidial.pid --skip-external-locking --port=3306 --socket=/tmp/mysql.sock
root 2935 0.4 0.1 4896 1816 pts/0 T 10:13 0:00 mysql
root 2941 0.7 0.1 4896 1820 tty1 S+ 10:13 0:00 mysql
root 2977 0.0 0.0 2060 656 pts/1 S+ 10:14 0:00 grep mysql
root@vicidial:~# netstat -naptu | grep 3306
tcp 0 0 0.0.0.0:3306 0.0.0.0:* LISTEN 2898/mysqld