I set up monitor crontab.
I run the server with this command ./csserver restart
I even tried ./csserver start <Still nothing<
I get this error �[K[�[0;36m INFO �[0;39m] Monitoring DMM: No lock file found: Monitor disabled
To enable monitor run /home/cs16/counterstrikeservers/DMM/csserver start
I have a lock file next to the csserver that it makes when the server is started.
The info in the csserver is as followed.
Directories
rootdir="$(cd "$(dirname "${BASH_SOURCE[0]}" )" && pwd )"
selfname="$0"
lockselfname=$(echo ".${servicename}.lock")
filesdir="${rootdir}/serverfiles"
systemdir="${filesdir}/cstrike"
executabledir="${filesdir}"
executable="./hlds_run"
servercfgdir="${systemdir}"
servercfg="server.cfg"
servercfgfullpath="${servercfgdir}/${servercfg}"
defaultcfg="${servercfgdir}/server.cfg"
backupdir="backups"
steamclient="${rootdir}/steamcmd/linux32/steamclient.so"
Is there something im doing wrong or is this a bug?
Thanks Mark
I set up monitor crontab.
I run the server with this command ./csserver restart
I even tried ./csserver start <Still nothing<
I get this error �[K[�[0;36m INFO �[0;39m] Monitoring DMM: No lock file found: Monitor disabled
To enable monitor run /home/cs16/counterstrikeservers/DMM/csserver start
I have a lock file next to the csserver that it makes when the server is started.
The info in the csserver is as followed.
Directories
rootdir="$(cd "$(dirname "${BASH_SOURCE[0]}" )" && pwd )"
selfname="$0"
lockselfname=$(echo ".${servicename}.lock")
filesdir="${rootdir}/serverfiles"
systemdir="${filesdir}/cstrike"
executabledir="${filesdir}"
executable="./hlds_run"
servercfgdir="${systemdir}"
servercfg="server.cfg"
servercfgfullpath="${servercfgdir}/${servercfg}"
defaultcfg="${servercfgdir}/server.cfg"
backupdir="backups"
steamclient="${rootdir}/steamcmd/linux32/steamclient.so"
Is there something im doing wrong or is this a bug?
Thanks Mark