http://www.suares.an/index.php?page_id=25&news_id=225#news-top
* Fixing plone-site on Ubuntu 8.04 Hardy When you try to install plone-site on Ubuntu Hardy, the installation fails with the following error: dzhandle make-instance: service user must be specified as user:group Here is a link to the apropriate launchpad bug. To fix it, you might take the following route. Install plone-site and tons of zope packages, but fail ultimately: sudo apt-get install plone-site Edit the postinst file: joe /var/lib/dpkg/info/plone-site.postinst Change line 81 from --service-port=$port --service-user=zope $ZEOSERVER to --service-port=$port --service-user=zope:zope $ZEOSERVER Instead of joe, you might want to use vi, nano, or any of your favorite editors. Now reconfigure plone-site and all is well that ends well: dpkg-reconfigure plone-site -- plone-site installation fails https://bugs.launchpad.net/bugs/222225 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs