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
Leave a Reply
You must be logged in to post a comment.