Archive for the ‘virtuozo’ category

The problem with moving VPS due to non-compliance with versions of

December 31st, 2009

Solution to this problem.

Stop the vps.

vzctrl stop vps_id

Run the script.

#!/bin/bash
for i in `find /vz/private/vps_id/fs/root/ -noleaf -type l -print | perl -nle '-e || print'|grep ._vzlnk_.`
do
ln -sf `ls -ga $i|grep ._vzlnk_.|awk '{print $9}'|sed 's/\/\/\//\/vz\/template/'` $i
done

Start the vps.

vzctrl start vps_id

PS should check directories in the folder template, so as not to create dead links.

taken from :

  • Share/Bookmark

Liberada Plesk 9.2

April 28th, 2009

Acabamos de recibir la notificación de la liberación de la version de Plesk 9.2

RPM-based Linux Systems- Release Notes
DEB-based Linux System- Release Notes
PKG-based Linux System- Release Notes

Windows System- Release Notes

Además de corregir fallos y mejorar el rendimiento ( esperemos que sea así ) se agrega funcionalidad de listas grises ( greylisting) , migration manager ( … un poco tarde :D ) y migración desde cpanel.

  • Share/Bookmark