Skip to content

Instantly share code, notes, and snippets.

@SachaG
Created May 21, 2014 08:13
Show Gist options
  • Save SachaG/c340ce5fbe14ee5d3291 to your computer and use it in GitHub Desktop.
Save SachaG/c340ce5fbe14ee5d3291 to your computer and use it in GitHub Desktop.
Meteor Up error
I recently changed the time/date on my server to try and deal with timezone issues, and MeteorUp seems not to have liked that.
```
tar: bundle/programs/server/start.sh: time stamp 2014-05-21 00:57:07 is 55.26219052 s in the future
tar: bundle/programs/server: time stamp 2014-05-21 00:57:07 is 55.262111128 s in the future
tar: bundle/programs: time stamp 2014-05-21 00:57:05 is 53.262037846 s in the future
tar: bundle/server/.bundle_version.txt: time stamp 2014-05-21 00:57:09 is 57.261902421 s in the future
tar: bundle/server: time stamp 2014-05-21 00:57:09 is 57.261823251 s in the future
tar: bundle/star.json: time stamp 2014-05-21 00:57:09 is 57.261665531 s in the future
npm http GET https://registry.npmjs.org/fibers
npm http 304 https://registry.npmjs.org/fibers
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (7) couldn't connect to host
reverted back to the previous version due to the latest version didn't pick up!
-----------------------------------STDOUT-----------------------------------
> fibers@1.0.1 install /opt/meteor/tmp/bundle/programs/server/node_modules/fibers
> node ./build.js
`linux-x64-v8-3.14` exists; testing
Binary is fine; exiting
fibers@1.0.1 node_modules/fibers
meteor stop/waiting
meteor start/running, process 8671
wait for mongo(5 minutes) to initiaze
connected
waiting for 15 secs while app is booting up
checking for app is booted or not?
meteor stop/waiting
meteor start/running, process 8735
----------------------------------------------------------------------------
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment