WARNING: enabling "trust" authentication for local connections
You can change this by editing pg_hba.conf or using the option -A, or
--auth-local and --auth-host, the next time you run initdb.
Success. You can now start the database server using:
Installing pgstart.
waiting for server to start....LOG: could not bind IPv4 socket: Address already in use
HINT: Is another postmaster already running on port 5432? If not, wait a few seconds and retry.
WARNING: could not create listen socket for "localhost"
FATAL: could not create any TCP/IP sockets
stopped waiting
pg_ctl: could not start server
Examine the log output.
While:
Installing pgstart.
An internal error occurred due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
File "/home/wrf/RHEAS/eggs/zc.buildout-2.13.1-py2.7.egg/zc/buildout/buildout.py", line 2174, in main
getattr(buildout, command)(args)
File "/home/wrf/RHEAS/eggs/zc.buildout-2.13.1-py2.7.egg/zc/buildout/buildout.py", line 817, in install
installed_files = self[part]._call(recipe.install)
File "/home/wrf/RHEAS/eggs/zc.buildout-2.13.1-py2.7.egg/zc/buildout/buildout.py", line 1603, in _call
return f()
File "/home/wrf/RHEAS/eggs/collective.recipe.cmd-0.11-py2.7.egg/collective/recipe/cmd/init.py", line 56, in install
self.execute()
File "/home/wrf/RHEAS/eggs/collective.recipe.cmd-0.11-py2.7.egg/collective/recipe/cmd/init.py", line 69, in execute
run_commands(cmds, self.shell)
File "/home/wrf/RHEAS/eggs/collective.recipe.cmd-0.11-py2.7.egg/collective/recipe/cmd/init.py", line 39, in run_commands
check_call('%s %s' % (shell, tmpfile), shell=True)
File "/usr/lib/python2.7/subprocess.py", line 541, in check_call
raise CalledProcessError(retcode, cmd)
CalledProcessError: Command 'sh /tmp/tmpyqcZS6/run' returned non-zero exit status 1
I got errors while buildout the RHEAS.(Linux)
WARNING: enabling "trust" authentication for local connections You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb.
Success. You can now start the database server using:
Installing pgstart. waiting for server to start....LOG: could not bind IPv4 socket: Address already in use HINT: Is another postmaster already running on port 5432? If not, wait a few seconds and retry. WARNING: could not create listen socket for "localhost" FATAL: could not create any TCP/IP sockets stopped waiting pg_ctl: could not start server Examine the log output. While: Installing pgstart.
An internal error occurred due to a bug in either zc.buildout or in a recipe being used: Traceback (most recent call last): File "/home/wrf/RHEAS/eggs/zc.buildout-2.13.1-py2.7.egg/zc/buildout/buildout.py", line 2174, in main getattr(buildout, command)(args) File "/home/wrf/RHEAS/eggs/zc.buildout-2.13.1-py2.7.egg/zc/buildout/buildout.py", line 817, in install installed_files = self[part]._call(recipe.install) File "/home/wrf/RHEAS/eggs/zc.buildout-2.13.1-py2.7.egg/zc/buildout/buildout.py", line 1603, in _call return f() File "/home/wrf/RHEAS/eggs/collective.recipe.cmd-0.11-py2.7.egg/collective/recipe/cmd/init.py", line 56, in install self.execute() File "/home/wrf/RHEAS/eggs/collective.recipe.cmd-0.11-py2.7.egg/collective/recipe/cmd/init.py", line 69, in execute run_commands(cmds, self.shell) File "/home/wrf/RHEAS/eggs/collective.recipe.cmd-0.11-py2.7.egg/collective/recipe/cmd/init.py", line 39, in run_commands check_call('%s %s' % (shell, tmpfile), shell=True) File "/usr/lib/python2.7/subprocess.py", line 541, in check_call raise CalledProcessError(retcode, cmd) CalledProcessError: Command 'sh /tmp/tmpyqcZS6/run' returned non-zero exit status 1