Skip to content

Instantly share code, notes, and snippets.

@thebadger412
Created January 10, 2013 11:55
Show Gist options
  • Save thebadger412/4501506 to your computer and use it in GitHub Desktop.
Save thebadger412/4501506 to your computer and use it in GitHub Desktop.
C:\Users\Sam\derby\derby-auth\example>npm start
> derby-auth-example@0.0.0 start C:\Users\Sam\derby\derby-auth\example
> node server.js
===============================================================================
========
= Please ensure that you set the default write concern for the database by set
ing =
= one of the options
=
=
=
= w: (value of > -1 or the string 'majority'), where < 1 means
=
= no write acknowlegement
=
= journal: true/false, wait for flush to journal before acknowlegement
=
= fsync: true/false, wait for flush to file system before acknowlegement
=
=
=
= For backward compatibility safe is still supported and
=
= allows values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true
] =
= the default value is false which means the driver receives does not
=
= return the information of the success/error of the insert/update/remove
=
=
=
= ex: new Db(new Server('localhost', 27017), {safe:false})
=
=
=
= http://www.mongodb.org/display/DOCS/getLastError+Command
=
=
=
= The default of no acknowlegement will change in the very near future
=
=
=
= This message will disappear when the default safe is set on the driver Db
=
===============================================================================
========
info - socket.io started
Starting cluster with 1 workers in undefined mode
`kill -s SIGUSR2 3908` to force cluster reload
Go to: http://localhost:3000/
===============================================================================
========
= Please ensure that you set the default write concern for the database by set
ing =
= one of the options
=
=
=
= w: (value of > -1 or the string 'majority'), where < 1 means
=
= no write acknowlegement
=
= journal: true/false, wait for flush to journal before acknowlegement
=
= fsync: true/false, wait for flush to file system before acknowlegement
=
=
=
= For backward compatibility safe is still supported and
=
= allows values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true
] =
= the default value is false which means the driver receives does not
=
= return the information of the success/error of the insert/update/remove
=
=
=
= ex: new Db(new Server('localhost', 27017), {safe:false})
=
=
=
= http://www.mongodb.org/display/DOCS/getLastError+Command
=
=
=
= The default of no acknowlegement will change in the very near future
=
=
=
= This message will disappear when the default safe is set on the driver Db
=
===============================================================================
========
info - socket.io started
^C^CTerminate batch job (Y/N)?
^C
C:\Users\Sam\derby\derby-auth\example>
C:\Users\Sam\derby\derby-auth\example>
C:\Users\Sam\derby\derby-auth\example>npm start
> derby-auth-example@0.0.0 start C:\Users\Sam\derby\derby-auth\example
> node server.js
===============================================================================
========
= Please ensure that you set the default write concern for the database by set
ing =
= one of the options
=
=
=
= w: (value of > -1 or the string 'majority'), where < 1 means
=
= no write acknowlegement
=
= journal: true/false, wait for flush to journal before acknowlegement
=
= fsync: true/false, wait for flush to file system before acknowlegement
=
=
=
= For backward compatibility safe is still supported and
=
= allows values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true
] =
= the default value is false which means the driver receives does not
=
= return the information of the success/error of the insert/update/remove
=
=
=
= ex: new Db(new Server('localhost', 27017), {safe:false})
=
=
=
= http://www.mongodb.org/display/DOCS/getLastError+Command
=
=
=
= The default of no acknowlegement will change in the very near future
=
=
=
= This message will disappear when the default safe is set on the driver Db
=
===============================================================================
========
info - socket.io started
Starting cluster with 1 workers in undefined mode
`kill -s SIGUSR2 6320` to force cluster reload
Go to: http://localhost:3000/
===============================================================================
========
= Please ensure that you set the default write concern for the database by set
ing =
= one of the options
=
=
=
= w: (value of > -1 or the string 'majority'), where < 1 means
=
= no write acknowlegement
=
= journal: true/false, wait for flush to journal before acknowlegement
=
= fsync: true/false, wait for flush to file system before acknowlegement
=
=
=
= For backward compatibility safe is still supported and
=
= allows values of [true | false | {j:true} | {w:n, wtimeout:n} | {fsync:true
] =
= the default value is false which means the driver receives does not
=
= return the information of the success/error of the insert/update/remove
=
=
=
= ex: new Db(new Server('localhost', 27017), {safe:false})
=
=
=
= http://www.mongodb.org/display/DOCS/getLastError+Command
=
=
=
= The default of no acknowlegement will change in the very near future
=
=
=
= This message will disappear when the default safe is set on the driver Db
=
===============================================================================
========
info - socket.io started
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment