Skip to content

Instantly share code, notes, and snippets.

@peko
Created August 27, 2014 12:45
Show Gist options
  • Save peko/e813ec389d2ffc24781f to your computer and use it in GitHub Desktop.
Save peko/e813ec389d2ffc24781f to your computer and use it in GitHub Desktop.
# ./app.sh (git)-[master]
Wed Aug 27 16:38:23.792 [initandlisten] MongoDB starting : pid=9088 port=50000 dbpath=./.meteor/local/db 64-bit host=vs43
Wed Aug 27 16:38:23.792 [initandlisten]
Wed Aug 27 16:38:23.792 [initandlisten] ** WARNING: You are running in OpenVZ. This is known to be broken!!!
Wed Aug 27 16:38:23.792 [initandlisten]
Wed Aug 27 16:38:23.792 [initandlisten] db version v2.4.10
Wed Aug 27 16:38:23.792 [initandlisten] git version: e3d78955d181e475345ebd60053a4738a4c5268a
Wed Aug 27 16:38:23.792 [initandlisten] build info: Linux ip-10-2-29-40 2.6.21.7-2.ec2.v1.2.fc8xen #1 SMP Fri Nov 20 17:48:28 EST 2009 x86_64 BOOST_LIB_VERSION=1_49
Wed Aug 27 16:38:23.792 [initandlisten] allocator: tcmalloc
Wed Aug 27 16:38:23.792 [initandlisten] options: { dbpath: "./.meteor/local/db", port: 50000, setParameter: [ "textSearchEnabled=true" ] }
Wed Aug 27 16:38:24.131 [initandlisten] journal dir=./.meteor/local/db/journal
Wed Aug 27 16:38:24.131 [initandlisten] recover : no journal files present, no recovery needed
Wed Aug 27 16:38:24.708 [initandlisten] info openExisting file size 16777216 but cmdLine.smallfiles=false
Wed Aug 27 16:38:24.709 [initandlisten] info openExisting file size 16777216 but cmdLine.smallfiles=false
Wed Aug 27 16:38:24.709 [initandlisten] info openExisting file size 33554432 but cmdLine.smallfiles=false
Wed Aug 27 16:38:24.712 [initandlisten] info openExisting file size 16777216 but cmdLine.smallfiles=false
Wed Aug 27 16:38:24.713 [websvr] ERROR: listen(): bind() failed errno:98 Address already in use for socket: 0.0.0.0:51000
Wed Aug 27 16:38:24.713 [initandlisten] ERROR: listen(): bind() failed errno:98 Address already in use for socket: 0.0.0.0:50000
Wed Aug 27 16:38:24.713 [websvr] ERROR: addr already in use
Wed Aug 27 16:38:24.713 [initandlisten] ERROR: addr already in use
Wed Aug 27 16:38:24.713 [initandlisten] now exiting
Wed Aug 27 16:38:24.713 dbexit:
Wed Aug 27 16:38:24.713 [initandlisten] shutdown: going to close listening sockets...
Wed Aug 27 16:38:24.713 [initandlisten] shutdown: going to flush diaglog...
Wed Aug 27 16:38:24.713 [initandlisten] shutdown: going to close sockets...
Wed Aug 27 16:38:24.713 [initandlisten] shutdown: waiting for fs preallocator...
Wed Aug 27 16:38:24.713 [initandlisten] shutdown: lock for final commit...
Wed Aug 27 16:38:24.713 [initandlisten] shutdown: final commit...
Wed Aug 27 16:38:24.992 [initandlisten] shutdown: closing all files...
Wed Aug 27 16:38:24.993 [initandlisten] closeAllFiles() finished
Wed Aug 27 16:38:24.993 [initandlisten] journalCleanup...
Wed Aug 27 16:38:24.993 [initandlisten] removeJournalFiles
Wed Aug 27 16:38:25.190 [initandlisten] shutdown: removing fs lock...
Wed Aug 27 16:38:25.190 dbexit: really exiting now
Stand back while Meteorite does its thing
Done installing smart packages
Ok, everything's ready. Here comes Meteor!
*********************************************************************
Exciting news! The Meteor package system has gotten a major upgrade.
The Meteor package system is now fully integrated into Meteor
(you no longer need to install Meteorite) and officially supported by
the Meteor core team.
Your Meteor install will now be updated to the new system. This may
take a few minutes. You may see some unusual or surprising messages
as it happens. That is normal and will only happen this one time.
*********************************************************************
Removing your existing Meteor installation.
Downloading Meteor distribution
######################################################################## 100.0%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment