CBSI : System date and time changed. Access denied!

Mostly used by broadcasting companies, “CBSI, Wicks Broadcast Software”, now known as Marketron Radio traffic and billing system. You may encounter the following error launching the software on a new network installed workstation : System date and time changed. Access denied! Two possibilities may cause this problem : 1. Wrong timezone or too much offset… Read More »

Category: PC

Linux : How to flush Qmail queue

There is a nice Perl script called “qmHandle” to delete entirely the Qmail queue. Just download, put into Qmail script directory (/var/qmail/bin) and run the following command : qmHandle -D You can found the script at http://sourceforge.net/projects/qmhandle  

RoundCube : Service currently unavailable message after transfer

Get this error trying to access RoundCube Webmail after transferring to another server : SERVICE CURRENTLY NOT AVAILABLE! Error No. [500] This indicate in most case something went wrong with the MySQL database transfer. Either you forgot to transfer the database on the new server or something definitely went wrong importing it. Start over the… Read More »

Linux : Installing text mode setup tool

If you’ve done a Basic/Minimal OS install on RHEL/CentOS Linux, setuptool (which could be invoked typing “setup” in terminal), this tool is probably missing on your system. To install it via Yum repository, simply type the following command : yum install setuptool system-config-securitylevel-tui authconfig system-config-network-tui ntsysv There is a description of each packages : setuptool… Read More »