This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
######################################################################## | |
#### Script Name: smxi | |
#### version: 8.15.09 | |
#### Date: 2014-03-11 | |
######################################################################## | |
#### Copyright (C) Harald Hope 2005-2014 | |
#### This program is free software; you can redistribute it and/or modify it under | |
#### the terms of the GNU General Public License as published by the Free Software | |
#### Foundation; either version 2 of the License, or (at your option) any later version. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Generated at 2014-07-15 13:48:50 -0500 | |
PG::ConnectionBad: chef-server_pg_user[opscode_chef] (chef-server::postgresql line 170) had an error: PG::ConnectionBad: could not connect to server: No such file or directory | |
Is the server running locally and accepting | |
connections on Unix domain socket "/tmp/.s.PGSQL.5432"? | |
/opt/chef-server/embedded/cookbooks/chef-server/libraries/ec_postgres.rb:22:in `initialize' | |
/opt/chef-server/embedded/cookbooks/chef-server/libraries/ec_postgres.rb:22:in `new' | |
/opt/chef-server/embedded/cookbooks/chef-server/libraries/ec_postgres.rb:22:in `block in with_connection' | |
/opt/chef-server/embedded/cookbooks/chef-server/libraries/ec_postgres.rb:40:in `as_user' | |
/opt/chef-server/embedded/cookbooks/chef-server/libraries/ec_postgres.rb:21:in `with_connection' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* execute[create gitlab database user] action run | |
================================================================================ | |
Error executing action `run` on resource 'execute[create gitlab database user]' | |
================================================================================ | |
Mixlib::ShellOut::ShellCommandFailed | |
------------------------------------ | |
Expected process to exit with [0], but received '2' | |
---- Begin output of /opt/gitlab/embedded/bin/psql --port 2345 -d template1 -c "CREATE USER gitlab" ---- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if [ -f ~/.mint.bashrc ]; then | |
source ~/.mint.bashrc | |
fi |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ berks upload --force | |
/opt/chefdk/embedded/lib/ruby/gems/2.1.0/gems/celluloid-0.16.0.pre2/lib/celluloid/actor.rb:357:in `each': task was terminated (Celluloid::Task::TerminatedError) | |
from /opt/chefdk/embedded/lib/ruby/gems/2.1.0/gems/celluloid-0.16.0.pre2/lib/celluloid/actor.rb:357:in `cleanup' | |
from /opt/chefdk/embedded/lib/ruby/gems/2.1.0/gems/celluloid-0.16.0.pre2/lib/celluloid/actor.rb:341:in `shutdown' | |
from /opt/chefdk/embedded/lib/ruby/gems/2.1.0/gems/celluloid-0.16.0.pre2/lib/celluloid/actor.rb:333:in `handle_crash' | |
from /opt/chefdk/embedded/lib/ruby/gems/2.1.0/gems/celluloid-0.16.0.pre2/lib/celluloid/actor.rb:162:in `rescue in run' | |
from /opt/chefdk/embedded/lib/ruby/gems/2.1.0/gems/celluloid-0.16.0.pre2/lib/celluloid/actor.rb:148:in `run' | |
from /opt/chefdk/embedded/lib/ruby/gems/2.1.0/gems/celluloid-0.16.0.pre2/lib/celluloid/actor.rb:130:in `block in start' | |
from /opt/chefdk/embedded/lib/ruby/gems/2.1.0/gems/celluloid-0.16.0.pre2/lib/celluloid/thre |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-----> Installing Chef Omnibus (true) | |
downloading https://www.getchef.com/chef/install.sh | |
to file /tmp/install.sh | |
trying curl... | |
curl: (6) Couldn't resolve host 'www.getchef.com' | |
trying python... | |
Traceback (most recent call last): | |
File "<string>", line 1, in <module> | |
File "/usr/lib64/python2.6/urllib2.py", line 126, in urlopen |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* execute[bifrost_schema] action run | |
================================================================================ | |
Error executing action `run` on resource 'execute[bifrost_schema]' | |
================================================================================ | |
Mixlib::ShellOut::ShellCommandFailed | |
------------------------------------ | |
Expected process to exit with [0, 1], but received '127' | |
---- Begin output of sqitch --engine pg --db-name bifrost --top-dir /opt/opscode/embedded/service/oc_bifrost/db deploy --verify ---- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DEBUG: Using the specified bootstrap template: /home/jjohnson/.chef/bootstrap | |
ERROR: knife encountered an unexpected error | |
This may be a bug in the 'bootstrap' knife command or plugin | |
Please collect the output of this command with the `-VV` option before filing a bug report. | |
Exception: NameError: undefined local variable or method `chef_version' for #<Chef::Knife::Core::BootstrapContext:0x0000000405d1e8> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Installing collected packages: Adafruit-BBIO, gevent, webapp2, webob, python-memcached, ws4py, jinja2, peewee, greenlet, MarkupSafe | |
Running setup.py install for Adafruit-BBIO | |
building 'Adafruit_BBIO.GPIO' extension | |
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC | |
-I/usr/include/python2.7 -c source/py_gpio.c -o build/temp.linux-x86_64-2.7/source/py_gpio.o -Wno-format-security | |
source/py_gpio.c:31:20: fatal error: Python.h: No such file or directory | |
#include "Python.h" | |
^ | |
compilation terminated. | |
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> default: Clearing any previously set network interfaces... | |
==> default: Preparing network interfaces based on configuration... | |
default: Adapter 1: nat | |
==> default: Forwarding ports... | |
default: 22 => 2222 (adapter 1) | |
==> default: Booting VM... | |
==> default: Waiting for machine to boot. This may take a few minutes...The guest machine entered an invalid state while waiting for it | |
to boot. Valid states are 'starting, running'. The machine is in the | |
'poweroff' state. Please verify everything is configured | |
properly and try again. |
OlderNewer