Ticket #14076 (new Bug)
Message: sudu -u plone_buildout bin/buildout
Reported by: | info@… | Owned by: | smcmahon |
---|---|---|---|
Priority: | minor | Milestone: | 4.x |
Component: | Installers | Version: | 4.3 |
Keywords: | Cc: |
Description
On Plone 4.3.2 Unified Installer on Ubuntu when
sudo bin/buildout
the message is:
*********************************************************** Buildout should not be run while superuser. Doing so allows untrusted code to be run as root. Instead, you probably wish to do something like: sudu -u plone_buildout bin/buildout If you have a good reason to bypass this restriction, remove the buildout.sanitycheck extension from your buildout. ***********************************************************
There is a wrong spelling and the correct is:
sudo -u plone_buildout bin/buildout
Change History
Note: See
TracTickets for help on using
tickets.