The key line in that error message is: """ error: Setup script exited with error: No space left on device """
It's most likely that the partition containing your /tmp directory is full (or close to full), though it could also be the target storage partition. Clean out whatever's full. If you can't get enough space, use the TMPDIR environment variable to point to a spot with room to spare. On Thu, Dec 9, 2010 at 2:20 PM, jacques Seite <[email protected]>wrote: > > I have the following error when trying to install Plone 4 on Debian 5.0 > with > Linux-Vserver, > using Plone-4.0-UnifiedInstaller, Plone-4.0.1-UnifiedInstaller or > Plone-4.0.2-UnifiedInstaller. > > any idea of what is happening here ? > > ./install.sh standalone > > Root install method chosen. Will install for use by system user plone > Installing Plone 4.0 at /usr/local/Plone > ….. > Running buildout; this takes a while... > Buildout returned an error code: 1; Aborting. > Buildout failed. Unable to continue > > Installation has failed. > > =============== In install.log ===================== > … > running install_scripts > copying build/scripts-2.6/pydoc -> /usr/local/Plone/Python-2.6/bin > copying build/scripts-2.6/idle -> /usr/local/Plone/Python-2.6/bin > copying build/scripts-2.6/2to3 -> /usr/local/Plone/Python-2.6/bin > copying build/scripts-2.6/smtpd.py -> /usr/local/Plone/Python-2.6/bin > changing mode of /usr/local/Plone/Python-2.6/bin/pydoc to 755 > changing mode of /usr/local/Plone/Python-2.6/bin/idle to 755 > changing mode of /usr/local/Plone/Python-2.6/bin/2to3 to 755 > changing mode of /usr/local/Plone/Python-2.6/bin/smtpd.py to 755 > running install_egg_info > Writing > > /usr/local/Plone/Python-2.6/lib/python2.6/lib-dynload/Python-2.6.5-py2.6.egg-info > if test -f /usr/local/Plone/Python-2.6/bin/python -o -h > /usr/local/Plone/Python-2.6/bin/python; \ > then rm -f /usr/local/Plone/Python-2.6/bin/python; \ > else true; \ > fi > (cd /usr/local/Plone/Python-2.6/bin; ln python2.6 python) > rm -f /usr/local/Plone/Python-2.6/bin/python-config > (cd /usr/local/Plone/Python-2.6/bin; ln -s python2.6-config python-config) > Creating directory /usr/local/Plone/Python-2.6/share/man > Creating directory /usr/local/Plone/Python-2.6/share/man/man1 > /usr/bin/install -c -m 644 ./Misc/python.man \ > /usr/local/Plone/Python-2.6/share/man/man1/python.1 > Creating directory '/usr/local/Plone/zinstance/parts'. > Creating directory '/usr/local/Plone/zinstance/develop-eggs'. > Getting distribution for 'Zope2==2.12.10'. > install_dir /usr/local/Plone/buildout-cache/eggs/tmpxXr23g > error: Setup script exited with error: No space left on device > An error occured when trying to install Zope2 2.12.10. Look above this > message for any errors that were output by easy_install. > While: > Installing. > Getting section instance. > Initializing section instance. > Installing recipe plone.recipe.zope2instance. > Getting distribution for 'Zope2==2.12.10'. > Error: Couldn't install: Zope2 2.12.10 > *************** PICKED VERSIONS **************** > [versions] > > *************** /PICKED VERSIONS *************** > > -- > View this message in context: > http://plone.293351.n2.nabble.com/Plone-4-UnifiedInstaller-Debian-5-0-with-Linux-Vserver-tp5821083p5821083.html > Sent from the Installation, Setup, Upgrades mailing list archive at > Nabble.com. > _______________________________________________ > Setup mailing list > [email protected] > http://lists.plone.org/mailman/listinfo/setup >
_______________________________________________ Setup mailing list [email protected] http://lists.plone.org/mailman/listinfo/setup
