Author Archives: Kaven Gagnon

avatar

About Kaven Gagnon

System & Network Architect

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 »

VMware ESX : Failed to connect ethernet0

You may encounter this error on VMware ESX / ESXi server on a guest event console (on vSphere Client) : Error message from host.domain.tld: Failed to connect ethernet0 Of course, the guest system have no functional network. This probably happen if you actually rename a Virtual Network that was previously used by the guest. Changes… Read More »

Linux : Install Webmin from YUM repository

Webmin and Usermin can be installed and updated directly through YUM. To achieve this, we need to setup manually the repository. First, create the .repo file for YUM : vi /etc/yum.repos.d/webmin.repo Copy, paste and save the following : [Webmin] name=Webmin Distribution Neutral#baseurl=http://download.webmin.com/download/yum mirrorlist=http://download.webmin.com/download/yum/mirrorlist enabled=1 Save the PGP key : wget http://www.webmin.com/jcameron-key.asc Import the key :… Read More »