Ticket #14076 (new Bug)

Opened 23 months ago

Last modified 20 months ago

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

comment:1 Changed 20 months ago by cwainwright

  • Owner set to smcmahon
  • Component changed from Unknown to Installers
Note: See TracTickets for help on using tickets.