Skip to content

Instantly share code, notes, and snippets.

@NateJackman
Created August 20, 2013 08:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NateJackman/6c07df2387caffcd6745 to your computer and use it in GitHub Desktop.
Save NateJackman/6c07df2387caffcd6745 to your computer and use it in GitHub Desktop.
jitsudeploy round 2
Nates-iMac:kp-specials-menu Nate$ jitsu deploy --debug
info: Welcome to Nodejitsu cerebralideas
info: jitsu v0.13.0, node v0.8.24
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
info: Analyzing application dependencies in node app.js
debug: { method: 'GET',
debug: uri: 'https://api.nodejitsu.com/apps/cerebralideas/kp-dev',
debug: headers:
debug: { Authorization: '*************************************************',
debug: 'Content-Type': 'application/json' },
debug: timeout: 240000,
debug: rejectUnauthorized: false }
debug: { statusCode: 200,
debug: result:
debug: { app:
debug: { _id: 'cerebralideas/kp-dev',
debug: name: 'kp-dev',
debug: scripts:
debug: { start: 'node app.js',
debug: debug: 'node debug app.js' },
debug: user: 'cerebralideas',
debug: subdomain: 'kp-specials-dev',
debug: snapshots: [],
debug: env:
debug: { SUBDOMAIN: 'kp-specials-dev',
debug: NODE_ENV: 'production' },
debug: domains: [],
debug: databases: {},
debug: config:
debug: { cloud:
debug: [ { datacenter: 'us-east-1',
debug: provider: 'joyent',
debug: drones: 1,
debug: ram: 256 } ] },
debug: maxDrones: 1,
debug: drones: 0,
debug: ctime: 1376985738836,
debug: mtime: 1376985738836,
debug: resource: 'App',
debug: _rev: '1-660b80d9674e045d2545ce176d5d18a9',
debug: version: '0.0.0-1',
debug: dependencies:
debug: { sails: '0.9.3',
debug: grunt: '0.4.1',
debug: 'sails-disk': '~0.9.0',
debug: ejs: '0.8.4',
debug: optimist: '0.3.4',
debug: passport: '~0.1.17',
debug: 'passport-local': '~0.1.6',
debug: 'sails-mongo': '~0.9.0',
debug: 'passport-facebook': '~0.1.5',
debug: 'connect-form': '~0.2.1' },
debug: main: 'app.js',
debug: description: 'kp specials menu and event board',
debug: repository: '',
debug: engines: { node: '0.8.x' },
debug: id: 'kp-dev' } } }
info: Creating snapshot 0.0.0-2
debug: { method: 'POST',
debug: uri: 'https://api.nodejitsu.com/apps/cerebralideas/kp-dev/snapshots/0.0.0-2',
debug: headers:
debug: { Authorization: '*************************************************',
debug: 'Content-Type': 'application/octet-stream',
debug: 'Content-Length': 14451886 },
debug: timeout: 240000,
debug: rejectUnauthorized: false }
info Uploading: [=============================] 100%
debug: { statusCode: 500,
debug: result: { error: 'unable to create tmp directory: ENOSPC, mkdir \'/root/tmp/tmp-958823jv7epc\'' } }
error: Error running command deploy
error: Nodejitsu Error (500): Internal Server Error
error: unable to create tmp directory: ENOSPC, mkdir '/root/tmp/tmp-958823jv7epc'
help: For help with this error contact Nodejitsu Support:
help: webchat: <http://webchat.nodejitsu.com/>
help: irc: <irc://chat.freenode.net/#nodejitsu>
help: email: <support@nodejitsu.com>
help:
help: Copy and paste this output to a gist (http://gist.github.com/)
info: Nodejitsu not ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment