Details
When migrating a site from Ensim 4.0.3 for Linux to Ensim 4.0.4 for Linux, you may get Majordomo errors as below
The following errors were encountered as a result of which the restore process has been aborted.
Unknown Error: [Errno 2] No such file or directory: '/home/virtual/siteNNN/fst/var/lib/majordomo/lists', where siteNNN is the site_no.
This issue is caused when majordomo is disabled on the 4.0.3 server. To resolve this issue please follow the steps below
1)Backup the existing virthost.pyc file:
cp /usr/lib/python2.3/site-packages/vh3/virthost.pyc /usr/lib/python2.3/site-packages/vh3/virthost.pyc.bak
2)Download the attached virthost.pyc file and copy to
/usr/lib/python2.3/site-packages/vh3 folder.
3)Restart the appliance using following command:
service webppliance restart.
|