Skip to content

Instantly share code, notes, and snippets.

Created December 3, 2014 16:40
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 anonymous/ddb24b6b4dbd9ff7933e to your computer and use it in GitHub Desktop.
Save anonymous/ddb24b6b4dbd9ff7933e to your computer and use it in GitHub Desktop.
./deploy-to-aws.sh sample-nodejs-cf /tmp/sample-nodejs-cf-srcs.zip sample-nodejs-cf-dev
INFO: creating application sample-nodejs-cf
INFO: Creating environment sample-nodejs-cf-dev for sample-nodejs-cf
Unknown options: File:,"/tmp/sample-nodejs-cf-srcs.zip",ID:,80100000000,Namelen:,255,Type:,xfs,Block,size:,4096,Fundamental,block,size:,4096,Blocks:,Total:,6840819,Free:,2885899,Available:,2885899,Inodes:,Total:,27376640,Free:,27117508-sample-nodejs-cf-srcs.zip
INFO: Uploading /tmp/sample-nodejs-cf-srcs.zip for sample-nodejs-cf, version File: "/tmp/sample-nodejs-cf-srcs.zip" ID: 80100000000 Namelen: 255 Type: xfs Block size: 4096 Fundamental block size: 4096 Blocks: Total: 6840819 Free: 2885899 Available: 2885899 Inodes: Total: 27376640 Free: 27117508.
Unknown options: File:,"/tmp/sample-nodejs-cf-srcs.zip",ID:,80100000000,Namelen:,255,Type:,xfs,Block,size:,4096,Fundamental,block,size:,4096,Blocks:,Total:,6840819,Free:,2885899,Available:,2885899,Inodes:,Total:,27376640,Free:,27117508-sample-nodejs-cf-srcs.zip
Parameter validation failed:
Invalid length for parameter VersionLabels[0], value: 259, valid range: 1-100
INFO: Creating version File: "/tmp/sample-nodejs-cf-srcs.zip" ID: 80100000000 Namelen: 255 Type: xfs Block size: 4096 Fundamental block size: 4096 Blocks: Total: 6840819 Free: 2885899 Available: 2885899 Inodes: Total: 27376640 Free: 27117508 of application sample-nodejs-cf
Unknown options: "/tmp/sample-nodejs-cf-srcs.zip", ID:, 80100000000, Namelen:, 255, Type:, xfs, Block, size:, 4096, Fundamental, block, size:, 4096, Blocks:, Total:, 6840819, Free:, 2885899, Available:, 2885899, Inodes:, Total:, 27376640, Free:, 27117508-sample-nodejs-cf-srcs.zip, File:
INFO: sample-nodejs-cf-dev in status Launching, waiting to get to Ready..
INFO: sample-nodejs-cf-dev in status Terminated, waiting to get to Ready..
INFO: sample-nodejs-cf-dev in status Terminated, waiting to get to Ready..
@mvanholsteijn
Copy link

I see. It appears that the stat function works different on your machine then mine. What OS are you running?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment