Archive for the tag 'Invalid'

Error message ‘Invalid cross-device link’ in site-admin web-interface

System has hard cross-device links. For example, /usr/tmp linked to /var/tmp and /var mounted to a separate partition.

Example:

/usr/tmp linked to /var/tmp and /var mounted to a separate partition.

To fix the problem:

1. Create /usr/.tmp directory

mkdir -p /usr/.tmp

2. Add the following entry to the /etc/virtualhosting/tmpdirs:

/usr:/usr/.tmp

3. Restart epld

service restart epld

or

/etc/init.d/epld restart

Reference : http://parallels.com

License Invalid in PPCP after the Network Card change

Parallels Pro Control Panel license is tied to a MAC-address. Therefore, when you change your network card, PPCP does not recognize the license as valid anymore.

Resolution

Just rename /etc/appliance/.license/.LIC_file and /etc/appliance/.license/.MLK_file so that the license would be treated as a new one by PPCP:

# mv /etc/appliance/.license/.MLK_file /etc/appliance/.license/.MLK_file.bak
# mv /etc/appliance/.license/.LIC_file /etc/appliance/.license/.LIC_file.bak

Reference: http://parallels.com