00:00:00
| * ircretary | quit (Remote host closed the connection) |
00:00:03
| <kenperkins> | sorry, I'm done :D |
00:00:08
| * ircretary | joined |
00:01:10
| * Hebo | joined |
00:01:14
| <rossk> | keeping busy, eh? |
00:01:26
| <cronopio> | kenperkins: take rest, be sure that I will sponsor you a hangover! :-D |
00:02:13
| * thl0 | quit (Ping timeout: 248 seconds) |
00:03:27
| <kenperkins> | rossk: trying |
00:03:32
| <kenperkins> | bbiab |
00:08:21
| * aeosynth | joined |
00:08:48
| * thl0 | joined |
00:09:08
| <aeosynth> | can nodejitsu email me a stack trace whenever my process dies, or do i have to manage that myself? |
00:10:45
| <jcrugzz> | aeosynth: well we restart your process if it exits, and if it crash loops we send you an email |
00:11:15
| * thl0 | quit (Remote host closed the connection) |
00:11:56
| <aeosynth> | that's great, but i want an email for _every_ crash |
00:12:03
| <jcrugzz> | we will be adding a monitoring system that will provide more features along these lines (cpu/mem usage, etc) in the near future |
00:12:17
| <aeosynth> | i've been hearing about that for a while, any eta? |
00:13:15
| <jcrugzz> | aeosynth: keep an eye out over this next month, its one of the things im working on :). |
00:13:38
| <aeosynth> | nice |
00:14:29
| <aeosynth> | i'd really like an email-on-crash feature |
00:15:02
| * aeosynth | quit (Quit: goodbye) |
00:15:16
| <jcrugzz> | aeosynth: throw it up on nodejitsu.uservoice.com :). |
00:17:21
| * rossk | quit (Remote host closed the connection) |
00:20:56
| * julianduque | joined |
00:20:56
| * julianduque | quit (Changing host) |
00:20:56
| * julianduque | joined |
00:20:59
| * alx_ | quit (Remote host closed the connection) |
00:32:38
| * thepumpkin | quit (Remote host closed the connection) |
00:37:47
| * meso | quit (Read error: Connection reset by peer) |
00:38:20
| * meso | joined |
00:40:06
| * admc2 | quit (Quit: Leaving.) |
00:42:45
| * thealphanerd | part |
00:43:17
| * romb | changed nick to zz_romb |
00:51:19
| * kevino80 | joined |
00:51:31
| * alx_ | joined |
00:51:57
| * tgriesser | joined |
00:52:40
| * z0w0 | joined |
00:54:37
| * z0w0 | part |
00:56:35
| * z0w0 | joined |
00:59:37
| * alx_ | quit (Ping timeout: 246 seconds) |
01:00:17
| * jxson | quit (Ping timeout: 248 seconds) |
01:04:57
| * YoY | quit (Ping timeout: 256 seconds) |
01:05:37
| * YoY | joined |
01:16:31
| * thl0 | joined |
01:19:48
| * thl0 | quit (Remote host closed the connection) |
01:21:16
| * thl0 | joined |
01:21:56
| * sirkitree|afk | quit (Ping timeout: 256 seconds) |
01:25:47
| * thl0 | quit (Ping timeout: 260 seconds) |
01:26:26
| * alx_ | joined |
01:26:37
| * thl0 | joined |
01:28:46
| * julianduque | quit (Ping timeout: 256 seconds) |
01:28:49
| * jxson | joined |
01:31:18
| * alx_ | quit (Ping timeout: 264 seconds) |
01:31:19
| * thl0 | quit (Ping timeout: 256 seconds) |
01:32:13
| * julianduque | joined |
01:33:22
| * thl0 | joined |
01:33:47
| * jgable | joined |
01:36:16
| * jt__ | joined |
01:36:33
| <jt__> | hey, any idea why my file uploads don't appear to be going to the right place? |
01:36:39
| * jt__ | changed nick to Guest25535 |
01:37:21
| <Guest25535> | I've added app.use(express.bodyParser({uploadDir: __dirname + "/public/upload"})) to app.js |
01:37:43
| <Guest25535> | but for some reason file uploads don't seem to exist in the public upload folder |
01:38:10
| <Guest25535> | doesn't seem to be a problem locally |
01:39:34
| * thl0 | quit (Remote host closed the connection) |
01:39:36
| <julianduque> | Guest25535: make sure the folder is not empty before deploy |
01:40:06
| <Guest25535> | ah, does jitsu ignore empty folders in a deploy? |
01:40:13
| * justicefries | joined |
01:40:26
| * joshontheweb | joined |
01:40:39
| * upshoot | quit (Ping timeout: 256 seconds) |
01:41:02
| <julianduque> | Guest25535: also the storage is temporary, uploaded files aren't persisted across deploys |
01:41:21
| <julianduque> | Guest25535: same as git or npm package |
01:41:36
| <Guest25535> | yeah I know. It just uploads there then reads the file and saves it to s3 |
01:41:51
| <julianduque> | Guest25535: https://www.nodejitsu.com/documentation/a-quickstart/faq/#can-i-write-to-the-file-system-what-are-the-limits |
01:42:09
| <julianduque> | Guest25535: oh, awesome |
01:43:28
| * jxson | quit (Ping timeout: 252 seconds) |
01:43:50
| * jxson | joined |
01:43:55
| * jxson | quit (Remote host closed the connection) |
01:45:08
| <Guest25535> | is there anyway that I can have jitsu include a folder that is in my .gitignore? |
01:47:30
| * leichtgewicht | joined |
01:49:38
| <julianduque> | Guest25535: yes, use an empty .npmignore file |
01:49:52
| <Guest25535> | great, thanks |
01:50:23
| <julianduque> | And check the content of the .tgz generated by 'npm pack' |
01:50:28
| <julianduque> | Before deploy |
01:52:10
| * jsont | joined |
01:54:40
| * tgriesser | quit (Remote host closed the connection) |
01:57:42
| * thl0 | joined |
01:57:48
| * Guest25535 | quit (Remote host closed the connection) |
01:59:21
| * tgriesser | joined |
02:00:54
| * Nodejitsu-Github | joined |
02:00:54
| * Nodejitsu-Github | part |
02:02:03
| * travis-ci | joined |
02:02:03
| <travis-ci> | [travis-ci] rackspace/pkgcloud#80 (v0.8 - e533838 : Ken Perkins): The build passed. |
02:02:03
| <travis-ci> | [travis-ci] Change view : https://github.com/rackspace/pkgcloud/compare/ce639fe32400...e533838bbdac |
02:02:03
| <travis-ci> | [travis-ci] Build details : http://travis-ci.org/rackspace/pkgcloud/builds/7175351 |
02:02:03
| * travis-ci | part |
02:02:53
| * travis-ci | joined |
02:02:53
| <travis-ci> | [travis-ci] nodejitsu/pkgcloud#84 (v0.8 - e533838 : Ken Perkins): The build passed. |
02:02:53
| <travis-ci> | [travis-ci] Change view : https://github.com/nodejitsu/pkgcloud/compare/ce639fe32400...e533838bbdac |
02:02:53
| <travis-ci> | [travis-ci] Build details : http://travis-ci.org/nodejitsu/pkgcloud/builds/7175363 |
02:02:53
| * travis-ci | part |
02:03:48
| * papachan | quit (Quit: Leaving) |
02:04:05
| * cjm | joined |
02:05:55
| * jsont | quit (Remote host closed the connection) |
02:06:08
| * jsont | joined |
02:08:56
| * px | joined |
02:11:07
| * sreeix | joined |
02:12:25
| * px | changed nick to pxx_ |
02:12:38
| * julianduque | quit (Quit: Bye) |
02:16:38
| * kevino80 | quit (Remote host closed the connection) |
02:20:30
| * duncanbeevers | part |
02:21:12
| * themgt | quit (Quit: themgt) |
02:25:25
| * TooTallNate | quit (Quit: ["Textual IRC Client: www.textualapp.com"]) |
02:26:49
| * alx_ | joined |
02:31:33
| * zkirill | joined |
02:31:40
| * alx_ | quit (Ping timeout: 256 seconds) |
02:33:04
| * julianduque | joined |
02:33:26
| * InconceivableB | joined |
02:51:14
| * fab | joined |
02:53:19
| * fab_ | quit (Ping timeout: 264 seconds) |
02:57:30
| * alx_ | joined |
03:01:31
| * meso_ | joined |
03:01:34
| * meso | quit (Read error: Connection reset by peer) |
03:01:46
| * alx_ | quit (Ping timeout: 246 seconds) |
03:01:58
| * anoemi | joined |
03:02:07
| * thl0 | quit (Remote host closed the connection) |
03:05:38
| * jsont | quit (Remote host closed the connection) |
03:09:42
| * themgt | joined |
03:09:58
| * themgt | quit (Client Quit) |
03:11:09
| * jsantell | quit (Quit: jsantell) |
03:13:58
| * Raynos_ | changed nick to Raynos |
03:15:41
| * evangeni_ | quit (Remote host closed the connection) |
03:28:15
| * jgable | quit (Quit: Computer has gone to sleep.) |
03:31:12
| * tgriesser | quit (Remote host closed the connection) |
03:41:46
| * generalissimo | joined |
03:45:11
| * anoemi | quit (Ping timeout: 252 seconds) |
03:55:19
| * zkirill | quit (Quit: zkirill) |
03:55:42
| * ljharb | joined |
03:56:06
| * anoemi | joined |
03:57:59
| * alx_ | joined |
04:01:53
| * zkirill | joined |
04:02:37
| * alx_ | quit (Ping timeout: 256 seconds) |
04:03:14
| * meso_ | quit (Read error: Connection reset by peer) |
04:03:28
| * meso | joined |
04:03:35
| * sreeix | quit (Quit: sreeix) |
04:08:15
| * rossk | joined |
04:10:21
| * zkirill | quit (Quit: zkirill) |
04:32:20
| * generalissimo | quit (Remote host closed the connection) |
04:32:39
| * defunctzombie_zz | changed nick to defunctzombie |
04:41:48
| * tgriesser | joined |
04:45:03
| * rossk | quit (Remote host closed the connection) |
04:46:32
| * tgriesser | quit (Ping timeout: 256 seconds) |
04:46:33
| * anoemi | quit (Quit: anoemi) |
04:55:55
| * defunctzombie | changed nick to defunctzombie_zz |
05:00:33
| * meso | quit (*.net *.split) |
05:00:35
| * hourback | quit (*.net *.split) |
05:00:37
| * balupton | quit (*.net *.split) |
05:00:39
| * remysharp | quit (*.net *.split) |
05:00:39
| * justicefries | quit (*.net *.split) |
05:00:40
| * Segrel | quit (*.net *.split) |
05:03:29
| * meso | joined |
05:03:29
| * justicefries | joined |
05:03:29
| * hourback | joined |
05:03:29
| * balupton | joined |
05:03:29
| * remysharp | joined |
05:03:29
| * Segrel | joined |
05:04:48
| * leichtgewicht | quit (Remote host closed the connection) |
05:12:33
| * leichtgewicht | joined |
05:14:23
| * sreeix | joined |
05:18:08
| * rcombs | quit (Read error: Connection reset by peer) |
05:19:34
| * rcombs | joined |
05:59:14
| * stolsma | joined |
06:00:31
| * begriffs | joined |
06:03:01
| * sreeix | quit (Quit: sreeix) |
06:10:12
| * begriffs | quit (Quit: begriffs) |
06:12:26
| * swaagie | joined |
06:13:20
| * andreypopp | joined |
06:13:35
| * InconceivableB | quit (Quit: Computer has gone to sleep.) |
06:27:47
| * sreeix | joined |
06:31:19
| * andreypopp | quit (Quit: andreypopp) |
06:33:34
| * maruf | joined |
06:35:02
| * maruf | quit (*.net *.split) |
06:37:54
| * maruf | joined |
06:40:11
| * maruf | quit (Ping timeout: 250 seconds) |
06:51:33
| * andreypopp | joined |
06:53:32
| * Jester831 | joined |
06:57:37
| * abrams | quit (Quit: Leaving...) |
07:02:30
| * dileep | joined |
07:02:36
| <booyaa> | ning |
07:02:48
| <dileep> | how can i export single record from mongodb |
07:03:33
| * joshontheweb | quit (Quit: Computer has gone to sleep.) |
07:05:27
| <mmalecki> | jeffmjack_: yo :) |
07:06:13
| * julianduque | quit (Ping timeout: 248 seconds) |
07:07:07
| * julianduque | joined |
07:09:16
| * joshontheweb | joined |
07:10:05
| * switz | quit (Quit: Leaving...) |
07:11:29
| * julianduque | quit (Ping timeout: 248 seconds) |
07:15:09
| * `3rdEden | joined |
07:17:20
| * eschnou | joined |
07:20:27
| * andreypopp | quit (Quit: andreypopp) |
07:23:15
| * jbpros | joined |
07:23:25
| * Baastrup | joined |
07:28:18
| * abrams | joined |
07:32:29
| * cjm | quit (Remote host closed the connection) |
07:33:00
| * alx_ | joined |
07:36:23
| * joshontheweb | quit (Quit: Textual IRC Client: http://www.textualapp.com/) |
07:37:26
| * joshontheweb | joined |
07:37:40
| * abrams | quit (Ping timeout: 256 seconds) |
07:37:43
| * alx_ | quit (Ping timeout: 260 seconds) |
07:39:12
| * netj_ | quit (Quit: ZNC - http://znc.in) |
07:42:18
| * mdedetrich | quit (Quit: Computer has gone to sleep.) |
07:42:45
| * jcrugzz | quit (Ping timeout: 256 seconds) |
07:47:55
| * netj | joined |
07:55:34
| <booyaa|foo> | hey mmalecki saw you hacking the tesco api? intrigued you trying to automating your shopping? |
08:00:20
| * `3rdEden | quit (Ping timeout: 256 seconds) |
08:04:09
| * `3rdEden | joined |
08:06:40
| * toonketels | joined |
08:09:06
| * `3rdEden | changed nick to `3E|BRB |
08:11:56
| * mdedetrich | joined |
08:12:37
| * mdedetrich | quit (Max SendQ exceeded) |
08:15:19
| * joshontheweb | quit (Quit: Computer has gone to sleep.) |
08:15:56
| * mightydread | joined |
08:21:26
| * alx_ | joined |
08:22:21
| * stolsma | quit (Ping timeout: 252 seconds) |
08:23:19
| * dileep | quit (Ping timeout: 250 seconds) |
08:24:37
| * mightydread | quit (Ping timeout: 250 seconds) |
08:27:24
| * ebright | joined |
08:28:49
| * abrams | joined |
08:33:46
| * abrams | quit (Ping timeout: 256 seconds) |
08:34:49
| * YoY | quit (Quit: Leaving...) |
08:36:19
| * YoY | joined |
08:46:05
| * andreypopp | joined |
08:46:32
| * julianduque | joined |
08:54:43
| * sandfox | quit (Quit: sandfox) |
08:56:59
| * Jester831 | quit (Quit: Leaving...) |
08:58:22
| * mekwall | quit (Remote host closed the connection) |
08:59:37
| * mekwall | joined |
09:00:43
| * Jester831 | joined |
09:02:26
| * dileep | joined |
09:02:51
| <dileep> | how can i export record,database from mongodb |
09:03:48
| * Jester831 | quit (Client Quit) |
09:05:32
| * jetienne | joined |
09:10:23
| * jetienne | quit (Ping timeout: 252 seconds) |
09:10:28
| * gozumi | joined |
09:10:50
| <gozumi> | Hi Guys I have recently started building an app using Flatiron. Can you please tell me what are the best methods of achieving authentication and authorisation? I have looked at passportjs but I have not been able to successfully integrate it into a flatiron app. I could probably knock something together by creating my own middleware, but would rather user something that is already proven, like passportjs. Thank you |
09:16:13
| <mmalecki> | gozumi: yo. flatiron/http-users is nice |
09:16:37
| * jetienne | joined |
09:16:39
| <gozumi> | Thanks, I'll look into it |
09:20:57
| * gozumi | quit (Ping timeout: 250 seconds) |
09:26:21
| * adamyeats | joined |
09:27:11
| * adamyeats | part |
09:28:31
| * Nnubes256 | joined |
09:29:21
| * abrams | joined |
09:31:17
| * sreeix | quit (Ping timeout: 252 seconds) |
09:31:51
| * sreeix | joined |
09:34:24
| * abrams | quit (Ping timeout: 256 seconds) |
09:45:13
| * pxx_ | quit (Ping timeout: 252 seconds) |
09:48:15
| * dileep | quit (Ping timeout: 250 seconds) |
09:51:02
| * `3E|BRB | changed nick to `3E |
09:52:13
| * jbpros | quit (Quit: jbpros) |
09:55:28
| * alexpol | joined |
09:55:45
| * zz_romb | quit (Ping timeout: 240 seconds) |
09:57:02
| <alexpol> | guys could you please comment possibility of ffmpeg support? |
09:57:24
| * gozumi | joined |
09:57:25
| <mmalecki> | alexpol: yeah, I just installed it |
09:57:29
| <mmalecki> | sorry it took so long |
09:57:52
| * sandfox | joined |
09:59:26
| * meso_ | joined |
10:00:15
| <alexpol> | @mmalecki: well it is ok =) is it possible to get it for my app? |
10:00:38
| * zz_romb | joined |
10:00:41
| * zz_romb | changed nick to romb |
10:00:42
| * romb | quit (Changing host) |
10:00:42
| * romb | joined |
10:01:29
| <mmalecki> | alexpol: yeah, should be working now, can you give it a try? |
10:01:36
| <mmalecki> | or is it erroring for you? |
10:01:43
| <mmalecki> | I might have missed something still :) |
10:02:19
| * meso | quit (Ping timeout: 264 seconds) |
10:02:56
| <alexpol> | @mmalecki, no I haven't tried yet, is it available for all plans now? |
10:03:11
| <mmalecki> | alexpol: yup |
10:04:01
| <alexpol> | @mmalecki: ok, I will try and report the results, thanks ) |
10:04:24
| * squimble | joined |
10:05:13
| * gozumi | part ("Leaving...") |
10:06:30
| * squimble_ | joined |
10:07:36
| * squimble | quit (Client Quit) |
10:07:39
| * alexpol | quit (*.net *.split) |
10:07:56
| * alexpol | joined |
10:09:26
| * jetienne | quit (Quit: jetienne) |
10:12:23
| * squimble_ | quit (Quit: Leaving...) |
10:12:57
| * alexpol | quit (Ping timeout: 250 seconds) |
10:23:49
| * Hounddog | joined |
10:23:50
| * atomless | joined |
10:23:56
| * harbhub | joined |
10:23:58
| <harbhub> | hey |
10:24:08
| <Nnubes256> | Hai |
10:24:13
| <harbhub> | you guys are tripling the price on the people that obviously have the least money to spend (the individual plans) |
10:24:15
| <harbhub> | :( |
10:24:40
| <harbhub> | i.e. i can't continue your service :( i'll still stop by to chat because i like you guys |
10:24:52
| <harbhub> | hi nnubes |
10:25:01
| <mmalecki> | harbhub: sorry to hear that :( |
10:25:04
| <harbhub> | it looks like freenode survived this dos attack |
10:25:09
| <mmalecki> | harbhub: it was a hard decision to make |
10:25:10
| <harbhub> | i'm sorry, too! |
10:25:17
| <harbhub> | i understand it is a business |
10:26:09
| <julianduque> | also still cheapest and it will help us to improve and focus on making our product the best :) |
10:26:25
| <harbhub> | well cheapest is not really the case |
10:26:32
| <Nnubes256> | Actually the project that I have hosted on Nodejitsu is Open-Sourced. |
10:26:36
| <harbhub> | since i could go somewhere for $5 a month for a server lol |
10:26:51
| <harbhub> | open source projects are hosted for free by nodejitsu? |
10:27:12
| <harbhub> | mainly the attraction to nodejitsu is you guys |
10:27:14
| <julianduque> | harbhub: yes, create the request at http://opensource.jit.su |
10:27:17
| <Nnubes256> | I heard somewhere that they're free, yes |
10:27:49
| <harbhub> | cool |
10:27:49
| <julianduque> | Yes, they are, we have a long queue that it will take a week to review but yes, send the request there :D |
10:27:52
| <julianduque> | we <3 opensource |
10:27:56
| <harbhub> | same :) |
10:28:23
| * cjm | joined |
10:28:26
| * fab | quit (Read error: Connection reset by peer) |
10:28:34
| <harbhub> | nnubes what are you working on? |
10:28:54
| * sandfox | quit (Read error: Connection reset by peer) |
10:29:09
| <Nnubes256> | An IRC bot with WebServer for look at bot console output, some commands and command antispammer |
10:29:26
| <Nnubes256> | I have it on GitHub |
10:29:47
| <Nnubes256> | https://github.com/Nnubes256/GuacaBot |
10:29:51
| <harbhub> | lol |
10:30:01
| * fab | joined |
10:30:03
| * abrams | joined |
10:30:04
| <harbhub> | funny name for a robot |
10:30:08
| <julianduque> | Guaca, great name |
10:30:11
| <Nnubes256> | Ik |
10:30:25
| <julianduque> | Guaca here is a Hidden and old treasure |
10:30:33
| <julianduque> | mostly guarded by ghosts |
10:30:42
| <mmalecki> | then what does guacamole mean? |
10:30:43
| * sandfox | joined |
10:30:58
| <julianduque> | mmalecki: a treasure with a mole? |
10:31:04
| <julianduque> | guarded by ghosts? |
10:31:11
| <julianduque> | omg |
10:31:29
| <Nnubes256> | The project was born as a "Who makes the best bot?" in some channel of AlphaChat network |
10:31:50
| <Nnubes256> | 99% of the bots were mIRC |
10:32:15
| <Nnubes256> | But because I have a Mac, I couldn't make mIRC scripting |
10:32:28
| <Nnubes256> | So I started being interesed in Node.js |
10:32:29
| <harbhub> | what does mac have to do with it? |
10:32:41
| <harbhub> | programming = text editor |
10:33:04
| <julianduque> | harbhub: mIRC is only for Windows, it's an irc client |
10:33:15
| <julianduque> | it was the most popular |
10:33:22
| <harbhub> | mac is windows |
10:33:23
| <harbhub> | and linux |
10:33:27
| <julianduque> | mIRC by Khaled <3 |
10:33:32
| <harbhub> | mac is just a unix based operating system |
10:33:44
| * mdedetrich | joined |
10:33:56
| <harbhub> | pretty sure you can install windows os on a mac and also linux and run them in parallel even o.0 |
10:33:56
| <Nnubes256> | Yea, but using Wine for emulate it is a little bit messy |
10:34:06
| <harbhub> | ok |
10:34:11
| <Nnubes256> | Also, a virtual machine is expensive |
10:34:17
| <Nnubes256> | Well |
10:34:27
| <harbhub> | well? |
10:34:36
| <julianduque> | and mIRC has it own language, mSL, only for mIRC stuff |
10:34:58
| <harbhub> | i just use html, css, javascript |
10:35:01
| <harbhub> | for everything lol |
10:35:02
| * abrams | quit (Ping timeout: 256 seconds) |
10:35:16
| <harbhub> | one language (javascript) to rule them all |
10:35:21
| <Nnubes256> | So I downloaded Node.js and started making a bot using https://github.com/martynsmith/node-irc/blob/master/test.js |
10:35:28
| <julianduque> | Nnubes256: thats great |
10:35:34
| <Nnubes256> | And using the IRC library |
10:35:49
| <julianduque> | Nnubes256: but the best irc library is ircb ;) |
10:35:59
| <julianduque> | Nnubes256: try http://npmjs.org/ircb |
10:36:04
| <nathan7> | If you're missing something from ircb, annoy me about it |
10:36:08
| <nathan7> | I'm working on topic support |
10:36:25
| <nathan7> | and I have nicer join/part callback semantics as a todo |
10:36:45
| <julianduque> | nathan7: awesome! |
10:37:09
| <mmalecki> | nathan7 is a great maintainer |
10:37:09
| <Nnubes256> | Nice, maybe switching libraries(because the library that I'm using takes a lot to extend) |
10:37:35
| <mmalecki> | I might even hire him one day :D |
10:37:59
| <julianduque> | mmalecki: hire him! nathan7 is awesome |
10:38:58
| <Nnubes256> | By the way, GuacaBot can be adapted to IRC channels with Minecraft Server IRC bots, such as CraftIRC |
10:39:49
| * harbhub | quit (Ping timeout: 250 seconds) |
10:40:02
| <mmalecki> | nice, I didn't know CraftIRC exists |
10:40:41
| <Nnubes256> | The bot adds a Join listener for that bots, and a command that queries a minecraft server and shows player count, MOTD and online status |
10:41:53
| <julianduque> | Nnubes256: and you won the `best bot` contest? |
10:42:49
| <Nnubes256> | It wasn't a contest really, just I started messing up with PHP, then the channel owner made a mIRC bot |
10:43:12
| <Nnubes256> | PHP was too hard to me, but I had a lot of JS knowledage |
10:46:05
| <Nnubes256> | So I started with Node.js and the node-irc library, and that stuff :P |
10:46:24
| <Nnubes256> | The webserver was a hard thing to add |
10:50:19
| * romb | quit (Ping timeout: 256 seconds) |
10:50:55
| * eschnou | quit (Ping timeout: 264 seconds) |
10:53:31
| * stolsma | joined |
10:58:07
| <Nnubes256> | Taking a look to IRCb library; I like how the say command is made, instead of the messy one of node-irc, but the IRC support is a little lacked vs node-irc |
10:58:19
| <Nnubes256> | Maybe doing a fork |
11:08:24
| * thl0 | joined |
11:15:59
| * eschnou | joined |
11:19:18
| <booyaa|foo> | dudes guacamole needs be turned into a webcomic |
11:19:27
| <mmalecki> | totes |
11:19:51
| <julianduque> | haha |
11:20:11
| * c74 | joined |
11:20:13
| <booyaa|foo> | i wonder if substacks got any spare time? |
11:20:20
| <booyaa|foo> | he'd do a helluva nice job |
11:20:57
| * robmozart | joined |
11:21:11
| <booyaa|foo> | right time to go battle some oracle |
11:21:30
| * eschnou | quit (Ping timeout: 256 seconds) |
11:22:08
| <robmozart> | is 0.10.x support live? |
11:29:32
| * jbpros | joined |
11:30:26
| * abrams | joined |
11:32:36
| * jbpros | quit (Client Quit) |
11:32:48
| * zz_romb | joined |
11:33:12
| * zz_romb | changed nick to romb |
11:33:14
| * romb | quit (Changing host) |
11:33:14
| * romb | joined |
11:34:41
| * ed8t | joined |
11:35:06
| * abrams | quit (Ping timeout: 256 seconds) |
11:35:16
| * eschnou | joined |
11:37:56
| * c4milo | joined |
11:38:17
| * andreypopp | quit (Quit: andreypopp) |
11:41:55
| <Nnubes256> | In http://webops.nodejitsu.com > Pricing > Individual > All Plans Include, it says that there is free SSH support. Is that true? How do I use it? |
11:43:55
| <`3E> | Nnubes256: I don't see free SSH support on our site |
11:44:38
| <`3E> | But maybe i'm looking at the wrong page, do you have an url for me where it says so? |
11:45:14
| <`3E> | But there's no SSH access to your drones. |
11:45:34
| <Nnubes256> | I think I meant SSL |
11:45:35
| <julianduque> | Nnubes256: it's Free SSL no SSH :) |
11:45:40
| <Nnubes256> | xDDDD |
11:45:49
| <`3E> | XD |
11:46:15
| <`3E> | But yes, SSL is free for all nodejitsu branded urls, if you want SSL for custom domains, you need to use business plan |
11:49:42
| * eschnou | quit (Remote host closed the connection) |
11:50:22
| * andreypopp | joined |
11:50:46
| * eschnou | joined |
11:55:23
| * sirkitree | joined |
11:56:19
| <kenperkins> | morning |
11:56:38
| * `3E | quit (Ping timeout: 256 seconds) |
11:57:53
| <mmalecki> | sup kenperkins |
11:58:00
| <kenperkins> | i couldn't sleep |
11:58:05
| <kenperkins> | 4:55 am |
11:58:10
| <kenperkins> | coffee brewing |
11:58:51
| <julianduque> | I didn't sleep :| 7am here |
11:58:54
| <mmalecki> | daaang |
12:03:26
| * alx_ | quit (Remote host closed the connection) |
12:04:10
| * `3E | joined |
12:06:40
| * ed8t | quit (Quit: ed8t) |
12:06:53
| * tgriesser | joined |
12:08:40
| * tgriesser | quit (Read error: Connection reset by peer) |
12:09:13
| * tgriesser | joined |
12:12:53
| <kenperkins> | man, seattle sucks alot of the year, but it's awesome when it's light out at 4:30 |
12:14:14
| * thealanwattsriot | joined |
12:15:33
| <swaagie> | :) |
12:15:54
| * tgriesser | quit (Ping timeout: 256 seconds) |
12:18:53
| * tgriesser | joined |
12:19:24
| * alx_ | joined |
12:22:25
| * sirkitree | quit (Ping timeout: 256 seconds) |
12:28:27
| * thl0 | quit (Remote host closed the connection) |
12:30:24
| * alx_ | quit (Remote host closed the connection) |
12:30:53
| * abrams | joined |
12:35:44
| * abrams | quit (Ping timeout: 256 seconds) |
12:36:13
| * squimble_ | joined |
12:37:11
| <squimble_> | Hi guys, has anyone successfully integrated passportjs into a flatiron app? |
12:38:07
| * c74 | quit (Ping timeout: 250 seconds) |
12:39:43
| * sirkitree | joined |
12:44:24
| <kenperkins> | is dscape_ ever on anymore |
12:44:34
| <mmalecki> | yeah, sometimes |
12:44:47
| <kenperkins> | what's his role at jitsu |
12:45:22
| <mmalecki> | kenperkins: CCO |
12:47:26
| <swaagie> | I can acknowledge he is definitely contributing, just somewhat less coding |
12:47:28
| <swaagie> | :p |
12:47:45
| * c4milo | quit (Remote host closed the connection) |
12:47:51
| <`3E> | He's mostly flying around the world ;) |
12:48:21
| * kevino80 | joined |
12:49:00
| * c4milo | joined |
12:56:38
| <swaagie> | lucky him |
13:00:26
| <kenperkins> | travelling for work is fun for once a quarter |
13:00:30
| <kenperkins> | more than that it gets tiring quick |
13:01:50
| <swaagie> | yeah, seeing a lot of places is always cool though |
13:03:28
| * c4milo | quit (Remote host closed the connection) |
13:04:52
| * robmozart | quit (Remote host closed the connection) |
13:09:47
| * squimble_ | quit (Quit: Leaving...) |
13:10:25
| * tgriesser | quit (Ping timeout: 248 seconds) |
13:12:16
| * eschnou | quit (Read error: Operation timed out) |
13:14:57
| * alx_ | joined |
13:17:16
| * mdedetrich | quit (Quit: Computer has gone to sleep.) |
13:18:12
| * julianduque | quit (Remote host closed the connection) |
13:19:22
| * alx_ | quit (Ping timeout: 256 seconds) |
13:20:12
| * cjm | quit (Remote host closed the connection) |
13:20:42
| * abrams | joined |
13:24:49
| * jgable | joined |
13:25:09
| * kenperkins | quit (Quit: Textual IRC Client: http://www.textualapp.com/) |
13:31:28
| * eschnou | joined |
13:32:17
| * admc1 | joined |
13:33:01
| * generalissimo | joined |
13:36:24
| * fystester | joined |
13:36:45
| <fystester> | hello |
13:37:13
| <fystester> | Is there some way to access logs when an deploy has failed? |
13:38:08
| <booyaa|foo> | you mean the logs that would've been sent to the console? |
13:38:14
| <booyaa|foo> | or the failed deploy log? |
13:38:43
| * aykutyaman | joined |
13:39:06
| <fystester> | the failed deploy log please. just get an 500 |
13:39:21
| <aykutyaman> | hello, what does "Reached max retries limit" means? |
13:39:44
| <aykutyaman> | When I restart my app it goes away |
13:40:17
| <booyaa|foo> | fystester: can you gist the output from the jitsu deploy |
13:40:32
| <fystester> | i recieve the 500 due to invalid versions on some of my modules, would like to know which ones. |
13:41:14
| <swaagie> | fystester, could you run the deploy command with --debug and gist me the output please |
13:41:35
| <booyaa|foo> | ah did you guys muzzle deploy? |
13:42:01
| <booyaa|foo> | i would've tried deleting node_modules locally and trying npm install |
13:42:12
| <booyaa|foo> | would've thopught jitsu deploy will analyze deps or has this changed? |
13:42:21
| <swaagie> | aykutyaman, the max retries is the error page of our balancer, indicating there is probably an error in your application, coud you check the logs with `jitsu logs` |
13:42:32
| * booyaa|foo | turned his off coz he's frequently on a train with a crappy 3g link |
13:42:39
| <swaagie> | booyaa|foo, as far as I know the deps are analyzed by default |
13:42:45
| <aykutyaman> | swaagie: ok, thank you. |
13:43:35
| * stolsma | quit (Ping timeout: 260 seconds) |
13:44:09
| * generalissimo | quit (Read error: Connection reset by peer) |
13:44:41
| * generalissimo | joined |
13:44:51
| <fystester> | swaagie where to paste the debug log? |
13:45:17
| <swaagie> | either some pastebin or https://gist.github.com/ |
13:45:34
| * alx_ | joined |
13:45:58
| * c4milo | joined |
13:46:03
| <booyaa|foo> | npm install ghcopy |
13:46:06
| <booyaa|foo> | npm install -g ghcopy |
13:46:11
| <booyaa|foo> | <3 dscape |
13:46:50
| * kenperkins | joined |
13:51:21
| * fystester | quit (Ping timeout: 250 seconds) |
13:52:14
| * alx_ | quit (Ping timeout: 256 seconds) |
13:52:47
| * kevino80 | quit (Remote host closed the connection) |
13:59:37
| * toonketels | quit (Remote host closed the connection) |
14:01:06
| * thealanwattsriot | quit (Quit: Computer has gone to sleep.) |
14:03:23
| * admc1 | quit (Read error: Connection reset by peer) |
14:03:46
| * admc1 | joined |
14:05:02
| * kevino80 | joined |
14:05:33
| * sreeix | quit (Quit: sreeix) |
14:06:55
| * admc1 | quit (Client Quit) |
14:07:13
| * rahulkrish | joined |
14:07:37
| <rahulkrish> | does the mongohq servers have any issues |
14:10:27
| * sparrowman | joined |
14:10:31
| <sparrowman> | hi all |
14:10:43
| <sparrowman> | could anyone help me with a Nodejitsu Error (500): Internal Server Error |
14:10:56
| <sparrowman> | just installed nodejitsu and tried a jitsu deploy |
14:12:09
| * rahulkrish | quit (Ping timeout: 250 seconds) |
14:14:56
| <swaagie> | hey there sparrowman, could you gist me the error output please? |
14:15:16
| <swaagie> | or pastebin, something of your liking |
14:15:38
| * generalissimo | quit (Remote host closed the connection) |
14:16:20
| <sparrowman> | sure swaagie |
14:16:24
| <sparrowman> | i've actually sussed out the problem - turns out i hadn't entered anything in the starts.script bit in package.json |
14:16:44
| <sparrowman> | now i'm getting a different error, which is probably because my node installation has changed location |
14:16:52
| <sparrowman> | Error: Subdomain chosen belongs to another user error: at AppController._isFreeRootSubdomain (/root/nodejitsu/lib/nodejitsu/resources/app/controller.js:973:17) error: at Resource._request (/root/nodejitsu/node_modules/resourceful/lib/resourceful/resource.js:184:13) error: at Function.Resource.runAfterHooks (/root/nodejitsu/node_modules/resourceful/lib/resourceful/resource.js:93:12) error: at Resource._r |
14:17:24
| * jbpros | joined |
14:17:28
| <swaagie> | sparrowman, ok :) that subdomain chosen errors requires you to change the subdomain in package.json |
14:17:43
| <swaagie> | it could be someone already choose the same *subdomain*.jit.su |
14:18:06
| * brianloveswords | quit (Excess Flood) |
14:18:29
| <swaagie> | also our tool should prompt you to change it to something else btw |
14:19:13
| * brianloveswords | joined |
14:20:24
| <mmalecki> | sparrowman: what does your package.json look like? |
14:20:26
| * jbpros | quit (Client Quit) |
14:24:29
| <sparrowman> | it was to do with a bad previous installation |
14:24:32
| <sparrowman> | deleting that fixed the issue |
14:24:37
| <sparrowman> | thanks for your assistance |
14:25:01
| * sparrowman | quit (Quit: Page closed) |
14:28:38
| * InconceivableB | joined |
14:29:48
| * kwhinnery | joined |
14:30:06
| * alx_ | joined |
14:32:09
| * c4milo | quit (Remote host closed the connection) |
14:34:21
| * sparrowman | joined |
14:34:36
| <sparrowman> | error: Error running command deploy error: Nodejitsu Error (401): Not Authorized error: Authorization failed with the provided credentials. |
14:34:36
| <sparrowman> | can anyone help me with this ? |
14:34:53
| <sparrowman> | i just did a deploy not sure how my authorisation details changed |
14:35:19
| <swaagie> | sparrowman, did you deploy from two different pc's? |
14:35:45
| <Nnubes256> | Did you logged in with jitsu login? If you did, try doing a logout and log in again |
14:36:28
| <sparrowman> | how do i do that nnubes256? |
14:36:37
| <sparrowman> | no same pc to deploy (mac actually!) |
14:36:42
| * zkirill | joined |
14:36:43
| <Nnubes256> | jitsu logout, then jitsu login |
14:36:54
| <Nnubes256> | Wait |
14:37:09
| <Nnubes256> | Then you're deploying from another computer? |
14:37:15
| <sparrowman> | no |
14:37:25
| <Nnubes256> | jitsu logout, then jitsu login |
14:37:30
| <sparrowman> | ok thanks |
14:39:27
| * c4milo | joined |
14:44:37
| * leichtgewicht | quit (Remote host closed the connection) |
14:45:06
| * leichtgewicht | joined |
14:45:31
| * admc1 | joined |
14:49:45
| * leichtgewicht | quit (Ping timeout: 256 seconds) |
14:50:01
| * sreeix | joined |
14:50:16
| * z0w0 | quit (Quit: Leaving.) |
14:56:27
| * c4milo | quit (Remote host closed the connection) |
14:56:56
| * c4milo | joined |
14:57:19
| <sparrowman> | OK now i'm getting the following error trying to connect to a mongodb instance |
14:57:21
| <sparrowman> | Error: failed to connect to [mongodb://nodejitsu:56b9884fe7c8a2d17918daf9d18e3ad0@linus.mongohq.com:10014/nodejitsudb8783342214:27017] error: at Server.connect.connectionPool.on.server._serverState (/opt/haibu/apps/sparrowman/LRS/package/node_modules/mongodb/lib/mongodb/connection/server.js:604:74) |
14:58:54
| <Nnubes256> | Try to add some debug to the error, so I can know more about the issue |
15:00:05
| * generalissimo | joined |
15:00:13
| * rossk | joined |
15:01:23
| * c4milo | quit (Ping timeout: 245 seconds) |
15:05:07
| * alx_ | quit (Remote host closed the connection) |
15:05:58
| * thealanwattsriot | joined |
15:06:52
| * papachan | joined |
15:08:03
| <nathan7> | sparrowman: Can you connect with mongoc? |
15:08:51
| * anoemi | joined |
15:11:25
| * kenperkins | quit (Quit: Computer has gone to sleep.) |
15:11:29
| * c4milo | joined |
15:16:03
| * `3E | quit (Remote host closed the connection) |
15:17:27
| * sreeix | quit (Quit: sreeix) |
15:17:44
| * anoemi_ | joined |
15:20:11
| * anoemi | quit (Ping timeout: 252 seconds) |
15:20:11
| * anoemi_ | changed nick to anoemi |
15:24:17
| * cjm | joined |
15:25:08
| * zkirill | quit (Ping timeout: 252 seconds) |
15:33:01
| * cjm | quit (Remote host closed the connection) |
15:36:42
| * alfonsodev | joined |
15:43:02
| * sreeix | joined |
15:47:55
| * admc1 | quit (Ping timeout: 276 seconds) |
15:53:20
| * brandonrvaughan | joined |
15:56:02
| <brandonrvaughan> | I am package.json error: can't find starting script: node server/index.js could this be right or is this caused from an error in index.js; works locally |
15:57:55
| <Nnubes256> | Correction: "server/index.js" instead of "node server/index.js" |
15:58:12
| <nathan7> | brandonrvaughan: does npm start work locally? |
15:58:23
| <nathan7> | Nnubes256: No, node server/index.js is correct |
15:58:25
| <brandonrvaughan> | ok ill try that; haven't tried npm start |
15:58:29
| * sparrowman | quit (Quit: Page closed) |
15:58:58
| <brandonrvaughan> | yes npm start works |
15:59:05
| * thepumpkin | joined |
16:00:28
| * switz | joined |
16:01:44
| <brandonrvaughan> | yeah server/index.js didn't work either |
16:04:18
| <Nnubes256> | Paste in pastebin the content of your package.json file |
16:04:25
| * TooTallNate | joined |
16:07:53
| <brandonrvaughan> | http://pastebin.com/X0bz9RLL |
16:08:53
| <nathan7> | is it in your .gitignore perchance? |
16:09:31
| <brandonrvaughan> | oh it is!! |
16:09:39
| <brandonrvaughan> | i have server in the ignore |
16:09:43
| * brandonrvaughan | quit (Remote host closed the connection) |
16:10:01
| <Nnubes256> | .gitignore is a little troll anyways :3 |
16:11:02
| * cjm | joined |
16:11:06
| * thealanwattsriot | quit (Quit: Computer has gone to sleep.) |
16:14:55
| * kenperkins | joined |
16:15:01
| * kenperkins | quit (Client Quit) |
16:15:29
| * alx_ | joined |
16:20:08
| * alx_ | quit (Ping timeout: 252 seconds) |
16:22:24
| * SirFunk_ | quit (Quit: ZNC - http://znc.in) |
16:23:00
| * SirFunk | joined |
16:23:47
| * InconceivableB | quit (Quit: Computer has gone to sleep.) |
16:28:16
| * InconceivableB | joined |
16:30:59
| * alfonsodev | quit (Remote host closed the connection) |
16:38:10
| * abrams | quit (Quit: Leaving...) |
16:43:41
| * TooTallNate | quit (Quit: Computer has gone to sleep.) |
16:44:51
| * thealanwattsriot | joined |
16:44:54
| * kevino80 | quit (Remote host closed the connection) |
16:49:56
| * jsantell | joined |
16:51:56
| * `3rdEden | joined |
16:52:40
| * oroce | quit (Read error: Connection reset by peer) |
16:52:50
| * oroce | joined |
16:55:36
| * andreypopp | quit (Quit: andreypopp) |
16:59:51
| * TooTallNate | joined |
17:00:59
| * thepumpkin | quit (Remote host closed the connection) |
17:02:17
| * upshoot | joined |
17:05:37
| * InconceivableB | quit (Quit: Computer has gone to sleep.) |
17:06:38
| * InconceivableB | joined |
17:08:22
| * thepumpkin | joined |
17:08:59
| * thepumpkin | quit (Remote host closed the connection) |
17:12:57
| * thepumpkin | joined |
17:15:41
| * aheckmann | joined |
17:18:02
| * thealanwattsriot | quit (Quit: Computer has gone to sleep.) |
17:20:19
| * jxson | joined |
17:23:58
| * jgable | quit (Quit: Computer has gone to sleep.) |
17:25:08
| * thepumpkin | quit (Ping timeout: 245 seconds) |
17:27:01
| * jgable | joined |
17:27:19
| * thealanwattsriot | joined |
17:27:29
| * c4milo | quit (Remote host closed the connection) |
17:29:28
| * Baastrup | quit (Quit: Leaving.) |
17:29:46
| * Baastrup | joined |
17:33:27
| * abrams | joined |
17:34:25
| * Baastrup | quit (Ping timeout: 248 seconds) |
17:38:03
| * abrams | quit (Ping timeout: 245 seconds) |
17:41:21
| * alx_ | joined |
17:42:39
| * kevino80 | joined |
17:44:29
| * sreeix | quit (Quit: sreeix) |
17:52:06
| * sirkitree | quit (Ping timeout: 252 seconds) |
17:53:19
| * joshontheweb | joined |
17:54:27
| * sreeix | joined |
17:54:50
| * sirkitree | joined |
17:54:58
| * joshontheweb | quit (Client Quit) |
18:03:00
| * cronopio[phone] | joined |
18:09:35
| * Jan____ | joined |
18:10:08
| * Jan____ | quit (Changing host) |
18:10:08
| * Jan____ | joined |
18:15:20
| * swaagie | quit (Remote host closed the connection) |
18:20:00
| * jcrugzz | joined |
18:23:31
| * andreypopp | joined |
18:24:52
| * aykutyaman | quit (Quit: Leaving.) |
18:29:20
| * swaagie | joined |
18:31:48
| * michaeldeol | joined |
18:32:18
| * russfran1 | changed nick to russfrank |
18:33:18
| * sandfox | quit (Quit: sandfox) |
18:35:52
| * alx_ | quit (Remote host closed the connection) |
18:38:54
| * fab | quit (Disconnected by services) |
18:38:58
| <michaeldeol> | If anyone has a moment, would love some help with a socket hangup issue: https://gist.github.com/michaeldeol/5586220 |
18:39:22
| * fab_ | joined |
18:42:05
| * kwhinnery | quit (Quit: kwhinnery) |
18:42:47
| * robertko1alski | changed nick to robertkowalski |
18:47:41
| <jcrugzz> | michaeldeol: can you give it a go with a --debug flag? |
18:48:35
| * lpin | joined |
18:48:36
| <michaeldeol> | jcrugzz: will do.. i was able to get it to launch when removing bundledDependencies from my package.json |
18:49:18
| * switz | quit (Quit: Linkinus - http://linkinus.com) |
18:54:02
| <jcrugzz> | michaeldeol: glad you got it to work :). |
19:01:21
| * cronopio[phone] | quit (Ping timeout: 248 seconds) |
19:02:54
| * eschnou | quit (Remote host closed the connection) |
19:04:02
| * abrams_ | joined |
19:07:36
| * izz | joined |
19:08:28
| * abrams_ | quit (Ping timeout: 245 seconds) |
19:09:23
| * kwhinnery | joined |
19:12:07
| * michaeldeol | quit (Remote host closed the connection) |
19:12:57
| * jsantell | part |
19:14:57
| * c4milo | joined |
19:18:34
| <izz> | hey guys, signed up to nodejitsu today and playing around with the hello world app |
19:18:40
| <nathan7> | Hi! |
19:18:47
| * admc1 | joined |
19:19:07
| * thealanwattsriot | quit (Quit: Computer has gone to sleep.) |
19:19:07
| <izz> | trying to enable SSL I see that prefixing with https 'just works' although I'm not able to add a custom certificate successfully |
19:19:17
| <izz> | following this example: http://docs.nodejitsu.com/articles/HTTP/servers/how-to-create-a-HTTPS-server |
19:19:25
| <nathan7> | That's a general node tutorial |
19:19:36
| <nathan7> | We terminate SSL at the load balancers. |
19:20:10
| <nathan7> | Your app will always receive plain HTTP |
19:20:16
| <izz> | I'm using my custom domain for my app, so is there any way I can later add a certificate for that then? |
19:23:42
| * admc1 | quit (Read error: Connection reset by peer) |
19:23:45
| * admc2 | joined |
19:24:41
| <izz> | ah I found it, custom SSL cerfiticates are only included in the business plans |
19:24:45
| <izz> | that answers my question |
19:25:53
| * ohama | quit (Read error: Connection reset by peer) |
19:26:17
| <nathan7> | izz: Yeah, those are business only :( |
19:29:09
| * thealanwattsriot | joined |
19:30:00
| * rossk | quit (Read error: No route to host) |
19:30:24
| * rossk | joined |
19:33:14
| * rossk_ | joined |
19:34:28
| * abrams | joined |
19:35:09
| * indexzero | joined |
19:36:37
| * rossk | quit (Ping timeout: 248 seconds) |
19:39:13
| * abrams | quit (Ping timeout: 248 seconds) |
19:39:50
| * andreypopp | quit (Quit: andreypopp) |
19:40:42
| * admc1 | joined |
19:40:52
| * admc2 | quit (Read error: Connection reset by peer) |
19:41:45
| * wyrmtale | joined |
19:42:11
| <wyrmtale> | hi there |
19:42:17
| <nathan7> | Hi! |
19:42:40
| <wyrmtale> | I have a questing regarding custom domain names. Can I ask that here? |
19:43:01
| * admc1 | quit (Read error: Connection reset by peer) |
19:43:15
| * admc1 | joined |
19:43:42
| <nathan7> | wyrmtale: Of course! |
19:44:18
| <wyrmtale> | well .. the online doc states that I have to set my A record of my DNS .. but I rather use a CNAME .. is that supported as well? |
19:44:44
| <nathan7> | You can set a CNAME to dns.jit.su or something if you don't have email |
19:45:24
| <wyrmtale> | Thanks. |
19:48:39
| * c4milo | quit (Remote host closed the connection) |
19:48:48
| * wyrmtale | quit (Quit: ChatZilla 0.9.90 [Firefox 20.0.1/20130409194949]) |
19:57:26
| * andreypopp | joined |
19:58:53
| * indexzero | quit (Quit: indexzero) |
20:01:38
| * julianduque | joined |
20:02:28
| * Nnubes256 | quit (Quit: Leaving...) |
20:03:03
| * c4milo | joined |
20:03:03
| * upshoot | quit (Read error: Operation timed out) |
20:03:41
| * jcrugzz | quit (Ping timeout: 256 seconds) |
20:04:42
| * thepumpkin | joined |
20:05:09
| * abrams | joined |
20:05:39
| * kwhinnery | quit (Quit: kwhinnery) |
20:06:52
| * sirkitree | changed nick to sirkitree|afk |
20:09:29
| * abrams | quit (Ping timeout: 252 seconds) |
20:15:01
| * kwhinnery | joined |
20:16:02
| * sirkitree|afk | changed nick to sirkitree |
20:17:10
| * swaagie_ | joined |
20:17:10
| * swaagie_ | quit (Client Quit) |
20:19:49
| * upshoot | joined |
20:20:07
| * lpin | quit (Quit: Leaving) |
20:23:48
| * admc1 | quit (Quit: Leaving.) |
20:27:11
| * rossk_ | quit (Read error: Connection reset by peer) |
20:27:19
| * rossk | joined |
20:27:47
| * `3rdEden | quit (Remote host closed the connection) |
20:33:45
| * barrett | joined |
20:34:40
| * themgt | joined |
20:35:37
| * Nevtep | joined |
20:36:09
| <Nevtep> | Hi, I can't deploy my app, getting one npm error after another |
20:36:17
| <Nevtep> | any insight on that? |
20:36:24
| * russfrank | quit (Changing host) |
20:36:24
| * russfrank | joined |
20:36:27
| <barrett> | same here - I have a gist of my deploy error: https://gist.github.com/barrettc/5587119 |
20:36:50
| <Nevtep> | yep that's it |
20:36:54
| <Nevtep> | same problem with nodmailer |
20:37:09
| <Nevtep> | I pointed the dependency to https://github.com/andris9/Nodemailer/tarball/master |
20:37:20
| <Nevtep> | and got a mongoose error behind |
20:37:37
| <Nevtep> | maybe that's a workaround for you barrett |
20:37:46
| <Nevtep> | if you're not using mongoose :) |
20:37:49
| <julianduque> | let me chekc |
20:37:55
| <barrett> | unfortunately I am also using mongoose :) |
20:37:59
| <julianduque> | check* |
20:38:08
| <Nevtep> | oh well |
20:38:16
| <Nevtep> | thanks @julianduque |
20:40:08
| * andreypopp | quit (Quit: andreypopp) |
20:40:40
| <Nevtep> | actually not mongoose, it's timing out on mongodb gist here: https://gist.github.com/Nevtep/d3681ec786ad21ed6fff |
20:41:31
| * michaeldeol | joined |
20:41:55
| <julianduque> | Investigating.. |
20:42:22
| * joshontheweb | joined |
20:42:36
| * andreypopp | joined |
20:46:11
| * swaagie | quit (Quit: Leaving) |
20:47:05
| <julianduque> | barrett: try adding nodemailer to bundleDependencies field in your package.json like "bundledDependencies": [ "nodemailer" ] |
20:47:18
| <julianduque> | and try again please |
20:47:26
| <barrett> | thanks - will try now |
20:50:18
| * jk_ | joined |
20:50:37
| <Nevtep> | trying here as well... |
20:50:46
| * fyso | joined |
20:51:39
| <fyso> | Hello everyone. Quick question. Do I need a seperate package.json file per environment e.g. test and production? |
20:52:07
| * Shaun__ | joined |
20:52:08
| <julianduque> | fyso: Yes, you can use something like http://npmjs.org/penv to manage it :) |
20:52:17
| <Shaun__> | Good day |
20:52:27
| <julianduque> | Shaun__: good day |
20:52:44
| <Shaun__> | I'm getting the following error when performing an update: "Authorization failed with the provided credentials." |
20:53:13
| <Shaun__> | The versions I'm running are: jitsu v0.12.10-2, node v0.8.22 |
20:53:51
| <julianduque> | Shaun__: do a `jitsu login` and try again, if it fails can you create a gist with the output with `--debug` param? |
20:53:57
| <fyso> | julianduque: thank you. thats perfect |
20:54:05
| <Shaun__> | Many thanks |
20:54:25
| <barrett> | @julianduque thanks for the help - that change seemed to fix it for me |
20:55:04
| <julianduque> | barrett: awesome :) |
20:55:20
| <fyso> | another question, how do someone reauthenticate the account for jitsu CLI ? |
20:55:43
| <julianduque> | fyso: with `jitsu login` |
20:56:48
| * kenperkins | joined |
20:57:26
| <fyso> | @julianduque: but can i still have the same application name that resides on different subdomains? |
20:58:18
| * `3rdEden | joined |
20:58:20
| <julianduque> | fyso: you need to have a diff appname and subdomain, so you can use myapp-staging, myapp-dev and myapp |
20:58:40
| <fyso> | ok, one last question |
20:58:44
| <julianduque> | fyso: are you Daniel? |
20:59:04
| <fyso> | yes? |
20:59:17
| <julianduque> | I'm reviewing a ticket with the same question, just making sure :) |
20:59:26
| <fyso> | haha, small world |
20:59:57
| <julianduque> | So I will reply there too :) |
20:59:57
| <fyso> | can i bother with one more question? |
21:00:02
| <julianduque> | fyso: please :) |
21:00:18
| <fyso> | how do you decide on wich datacenter to deploy? |
21:00:26
| <fyso> | e.g. eu or us |
21:00:47
| * Shaun__ | quit (Ping timeout: 250 seconds) |
21:00:57
| <julianduque> | fyso: all Individual plans deploy to us-east-1 datacenter, but you can choose between us and eu if you are a business customer |
21:01:32
| <julianduque> | fyso: and that decision is up to you :) (when using a business account) |
21:03:32
| <fyso> | i see, thank you. that is all i wanted to know for now. thanks |
21:04:07
| * Hounddog | quit (Ping timeout: 260 seconds) |
21:05:30
| * anoemi | quit (Ping timeout: 264 seconds) |
21:05:34
| * barrett | quit (Quit: Page closed) |
21:05:55
| <julianduque> | fyso: :) |
21:06:11
| * anoemi | joined |
21:06:25
| * `3rdEden | quit (Ping timeout: 246 seconds) |
21:09:11
| * defunctzombie_zz | changed nick to defunctzombie |
21:11:47
| <kenperkins> | o/ |
21:13:21
| * kevino80 | quit (Remote host closed the connection) |
21:14:50
| <nathan7> | Hey kenperkins |
21:16:23
| * fyso | quit (Ping timeout: 250 seconds) |
21:18:45
| * defunctzombie | changed nick to defunctzombie_zz |
21:19:24
| * bahaaldine | joined |
21:20:10
| <bahaaldine> | Hi guys, any issue with application deployment ? |
21:20:26
| <julianduque> | bahaaldine: what happened? |
21:20:36
| <julianduque> | bahaaldine: are you having issues? |
21:20:59
| <bahaaldine> | yes I keep getting an Error: Cannot find module './config' |
21:21:31
| <bahaaldine> | and I have not changed anything |
21:21:48
| <julianduque> | bahaaldine: whats your username and appname please? also can you create a gist with the full output? |
21:22:20
| <julianduque> | bahaaldine: make sure your config file isn't on .gitignore or .npmignore file |
21:22:32
| <bahaaldine> | let me check ... |
21:31:48
| * indexzero | joined |
21:33:41
| * jgable | quit (Quit: Computer has gone to sleep.) |
21:36:00
| * thealanwattsriot | quit (Quit: Computer has gone to sleep.) |
21:36:23
| * c4milo | quit (Remote host closed the connection) |
21:37:50
| * c4milo | joined |
21:38:24
| * alx_ | joined |
21:39:34
| * jcrugzz | joined |
21:39:57
| * andreypopp | quit (Quit: andreypopp) |
21:42:59
| * thepumpkin | quit (Remote host closed the connection) |
21:43:28
| * Hebo | quit (Ping timeout: 276 seconds) |
21:43:48
| * ebright | quit |
21:44:45
| * Hebo | joined |
21:47:10
| * tomcollins | joined |
21:49:01
| * tomcollins | quit (Client Quit) |
21:49:01
| * tomcollins_ | joined |
21:49:17
| * tomcollins_ | changed nick to tomcollins |
21:50:52
| * dim_ | joined |
21:52:05
| * sreeix | quit (Quit: sreeix) |
21:53:56
| * kevino80 | joined |
21:56:39
| <dim_> | Hello. A noob question: are there any limitations for child processes spawned by nodejitsu-hosted apps? Thank you. |
21:58:05
| * kevino80 | quit (Remote host closed the connection) |
21:58:09
| <nathan7> | dim_: Not really, no |
21:58:13
| <julianduque> | dim_: you can spawn child processes but you are limited on RAM (256MB) |
21:58:56
| <dim_> | nathan7: thanks a lot! |
21:58:59
| <dim_> | julianduque: thank u |
22:00:15
| * bahaaldine | quit (Remote host closed the connection) |
22:00:58
| * fab__ | joined |
22:01:55
| * andreypopp | joined |
22:02:07
| <dim_> | sorry, one more: would smth like openssl be typically available on the underlying platform for an app to call? |
22:02:41
| * fab_ | quit (Ping timeout: 256 seconds) |
22:03:07
| <julianduque> | dim_: yes! here is the full list https://www.nodejitsu.com/documentation/faq/#what-librariesbinaries-can-i-use |
22:03:19
| * fab_ | joined |
22:03:40
| <tomcollins> | hi. a noob query. having an issue starting my express app. no issues on my local machine. https://gist.github.com/tomcollins/b79ee8e14918e7f8d90b |
22:03:45
| <tomcollins> | thanks |
22:03:52
| <dim_> | julianduque: Great, exactly what i was looking for :) thank you! |
22:04:44
| * papachan | quit (Quit: Leaving) |
22:05:15
| <julianduque> | tomcollins: let me check |
22:05:57
| * fab__ | quit (Ping timeout: 248 seconds) |
22:07:06
| <julianduque> | tomcollins: it's failing on production env, let me investigate the cause |
22:07:15
| <tomcollins> | julianduque: thanks. looks like it's to do with some middlewear I'm using in production. |
22:07:16
| <julianduque> | tomcollins: check yourself with $ NODE_ENV=production node app.js |
22:07:20
| * sreeix | joined |
22:07:23
| <tomcollins> | ahh :) |
22:07:35
| <tomcollins> | thanks. I'll figure it out from here. |
22:07:42
| * generalissimo | quit (Remote host closed the connection) |
22:08:05
| <julianduque> | tomcollins: easy fix, remove the empty app.use(); |
22:08:20
| <julianduque> | tomcollins: app.js:24 |
22:08:57
| <tomcollins> | julianduque: yep. should have seen that. many thanks. great support! |
22:09:40
| <julianduque> | tomcollins: :) thanks! |
22:13:42
| * sirkitree | changed nick to sirkitree|afk |
22:13:42
| * fab_ | quit (Read error: Connection reset by peer) |
22:14:09
| * fab_ | joined |
22:14:53
| * sreeix | quit (Quit: sreeix) |
22:23:37
| * tomcollins | quit (Quit: tomcollins) |
22:27:51
| * sirkitree|afk | quit (Quit: Computer has gone to sleep.) |
22:29:37
| * alx_ | quit (Remote host closed the connection) |
22:33:18
| * romb | quit (Ping timeout: 252 seconds) |
22:33:19
| * fab_ | quit (Read error: Connection reset by peer) |
22:33:40
| * alx_ | joined |
22:33:42
| * fab_ | joined |
22:34:53
| * zz_romb | joined |
22:35:09
| * zz_romb | changed nick to romb |
22:35:11
| * romb | quit (Changing host) |
22:35:11
| * romb | joined |
22:36:59
| <kenperkins> | indexzero: who wrote the original amazon storage impl |
22:38:03
| * joshsmith | joined |
22:39:02
| <indexzero> | indutny |
22:40:06
| <kenperkins> | so it doesn't work at all with storage.upload({}) when using local and a file over 5gb, even in versions like 0.6.5 :S |
22:40:45
| * fab__ | joined |
22:42:55
| * Fishrock123 | joined |
22:42:56
| * fab_ | quit (Ping timeout: 252 seconds) |
22:48:54
| * dscape_ | changed nick to dscape |
22:50:43
| * kwhinnery | quit (Quit: kwhinnery) |
22:55:39
| * fab__ | quit (Ping timeout: 260 seconds) |
22:55:42
| * Tox | quit (Remote host closed the connection) |
22:58:20
| * c4milo | quit (Remote host closed the connection) |
22:58:53
| * indexzero | quit (Quit: indexzero) |
22:59:14
| * fab_ | joined |
23:00:28
| * Fishrock123 | quit (Remote host closed the connection) |
23:00:53
| * Fishrock123 | joined |
23:11:29
| * jcrugzz | changed nick to jcrugzz|afk |
23:12:26
| <jeffmjack_> | hello, can a single drone run multiple apps? |
23:13:02
| <julianduque> | jeffmjack_: no, only 1 http app per drone is allowed |
23:13:12
| <jeffmjack_> | ah ok, thanks |
23:16:04
| * Fishrock123 | quit (Remote host closed the connection) |
23:16:11
| * aheckmann | quit (Quit: aheckmann) |
23:16:40
| * sandfox | joined |
23:17:02
| * fab_ | quit (Ping timeout: 252 seconds) |
23:17:12
| * jxson_ | joined |
23:17:41
| * dim_ | quit (Quit: Page closed) |
23:19:57
| * mateo | joined |
23:20:33
| * jxson | quit (Ping timeout: 248 seconds) |
23:23:50
| <mateo> | Hi people. I've been having trouble with jitsu deploy and I have no clue what the problem is. https://gist.github.com/anonymous/6cc69c26c8b4677a61dd |
23:25:14
| <mateo> | Is it do to no readme? In the past I've seen this but it never stopped me before. |
23:25:21
| <mateo> | do=due |
23:25:52
| <julianduque> | mateo: it's always happening? |
23:26:03
| <mateo> | three times in a row now |
23:26:08
| <julianduque> | nathan7: ^ |
23:26:28
| <nathan7> | oh christ |
23:26:36
| <mateo> | In the past I've had problems deploying, but if I just do it a few times eventually it takes. |
23:27:46
| <julianduque> | mateo: can you create a gist with your package.json please? |
23:28:10
| <mateo> | just did it again and it took |
23:28:16
| <mateo> | you still want the package.json? |
23:28:21
| <julianduque> | it worked? |
23:28:28
| <mateo> | yep |
23:28:33
| <julianduque> | that seems like a bug in npm, we are investigating\ |
23:28:49
| <mateo> | didn't change anything, just waited a few minutes and ran same command |
23:29:22
| <julianduque> | mateo: yes, I've seen that error before but not on Nodejitsu |
23:29:43
| <mateo> | i notice near the top of my gist it says error: Nodejitsu Error (500): Internal Server Error |
23:29:48
| <julianduque> | mateo: we will check our build server :) thanks for the report |
23:30:00
| <mateo> | I know from my own coding that means "none of your damn business what went wrong" |
23:30:14
| <mateo> | you betcha |
23:31:11
| * andreypopp | quit (Quit: andreypopp) |
23:31:14
| <nathan7> | Yeah, you managed to trigger an npm bug |
23:32:11
| * jxson_ | changed nick to jxson |
23:39:03
| <mateo> | thanks. gotta run. |
23:43:17
| * upshoot | quit |
23:46:37
| * Fishrock123 | joined |
23:58:22
| * joshontheweb | quit (Quit: Computer has gone to sleep.) |