Skip to content

Instantly share code, notes, and snippets.

@ggreer
Created September 23, 2011 20:09
Show Gist options
  • Select an option

  • Save ggreer/1238344 to your computer and use it in GitHub Desktop.

Select an option

Save ggreer/1238344 to your computer and use it in GitHub Desktop.
[Fri, 23 Sep 2011 13:09:10 -0700] ERROR: Running exception handlers
[Fri, 23 Sep 2011 13:09:10 -0700] ERROR: Exception handlers complete
[Fri, 23 Sep 2011 13:09:10 -0700] FATAL: Stacktrace dumped to /tmp/chef/chef-stacktrace.out
[Fri, 23 Sep 2011 13:09:10 -0700] FATAL: Chef::Exceptions::ShellCommandFailed: bash[install npm requirements] (reach::socketio line 13) had an error: Expected process to exit with [0], but received '1'
---- Begin output of "bash" "/tmp/chef-script20110923-1327-h9696n-0" ----
STDOUT:
STDERR: npm ERR! tar "-mvxpf" "-" "-o" "-C" "/media/psf/ck/node_modules/___amqp.npm" tar: package/index.js: Cannot create symlink to `amqp.js': Operation not permitted
npm ERR! tar "-mvxpf" "-" "-o" "-C" "/media/psf/ck/node_modules/___amqp.npm" tar: Exiting with failure status due to previous errors
npm ERR! tar "-mvxpf" "-" "-o" "-C" "/media/psf/ck/node_modules/___amqp.npm"
npm ERR! Failed unpacking /home/ggreer/.npm/amqp/0.0.7/package.tgz
npm ERR! error installing amqp@0.0.7 Error: Failed tar "-mvxpf" "-" "-o" "-C" "/media/psf/ck/node_modules/___amqp.npm"
npm ERR! error installing amqp@0.0.7 exited with 2
npm ERR! error installing amqp@0.0.7 at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/lib/utils/exec.js:85:8)
npm ERR! error installing amqp@0.0.7 at ChildProcess.emit (events.js:67:17)
npm ERR! error installing amqp@0.0.7 at Socket.<anonymous> (child_process.js:172:12)
npm ERR! error installing amqp@0.0.7 at Socket.emit (events.js:64:17)
npm ERR! error installing amqp@0.0.7 at Array.0 (net.js:837:12)
npm ERR! error installing amqp@0.0.7 at EventEmitter._tickCallback (node.js:126:26)
npm ERR! Error: Failed tar "-mvxpf" "-" "-o" "-C" "/media/psf/ck/node_modules/___amqp.npm"
npm ERR! exited with 2
npm ERR! at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/lib/utils/exec.js:85:8)
npm ERR! at ChildProcess.emit (events.js:67:17)
npm ERR! at Socket.<anonymous> (child_process.js:172:12)
npm ERR! at Socket.emit (events.js:64:17)
npm ERR! at Array.0 (net.js:837:12)
npm ERR! at EventEmitter._tickCallback (node.js:126:26)
npm ERR! Report this *entire* log at:
npm ERR! <http://github.com/isaacs/npm/issues>
npm ERR! or email it to:
npm ERR! <npm-@googlegroups.com>
npm ERR!
npm ERR! System Linux 2.6.32-33-server
npm ERR! command "node" "/usr/bin/npm" "install"
npm ERR! cwd /media/psf/ck
npm ERR! node -v v0.4.11
npm ERR! npm -v 1.0.27
npm ERR! error installing thrift@0.7.0 Error: EPERM, Operation not permitted '/media/psf/ck/node_modules/___thrift.npm/package/'
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /media/psf/ck/npm-debug.log
npm not ok
---- End output of "bash" "/tmp/chef-script20110923-1327-h9696n-0" ----
Ran "bash" "/tmp/chef-script20110923-1327-h9696n-0" returned 1
ggreer@ubuntu:~/raxvm/reach$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment