jada

This user hasn't shared any biographical information


Posts by jada

Virtuozzo: Fixing Windows VPS Container Start Errors

March 24, 2010 - 12:53

Tags: , , , , ,
Posted in Windows Tutorials | 1 Comment

Due to the way the Virtuozzo virtualization platform works, all VPS containers are linked to the Host Node Operating System. For this reason, Windows updates are specifically disabled in Virtuozzo VPS Containers as any changes or updates to Windows System Files or Drivers, that differ from the host node can render the VPS Container unusable [...]

Unsuspend Plesk Domain Accounts

February 23, 2010 - 10:09

Tags: , , , , , , ,
Posted in Windows Tutorials | 1 Comment

Occasionally Plesk can be a little temperamental and suspend accounts over expired validity errors. Attempting to “unsuspend” the account from your Plesk control panel will generally fail, and you will need to activate the domain by force using the command line. In Windows, goto Start -> Run and cd to your Plesk “bin” folder – [...]

Rebuilding/Restarting Exim Mail Server

February 17, 2010 - 12:24

Tags: , , , , ,
Posted in Linux Tutorials | No Comments

When troubleshooting the Exim log file: tail -f /var/log/exim_mainlog If you need to restart or rebuild Exim, you can dump your databases * /etc/exim.conf * /var/spool/exim/db Which Exim just rebuilds automatically by issuing the following command via SSH: rm -fv /var/spool/exim/db/* Then to start Exim: /scripts/eximup –force

Linux Server Type: Restoring MySQL SimLink.

February 16, 2010 - 18:08

Tags: , , ,
Posted in MySQL | No Comments

If you’re unable to restart mysqld and troubleshooting the cause: if u log into SSH and go to /tmp you may see that there is no simlink To create a simlink you can do the following: cd /var/lib/mysql/ touch mysql.sock chmod 1777 mysql.sock chown mysql.mysql mysql.sock Create a symlink for the sock file :- ln [...]