00:00:01
| * ircretary | quit (Remote host closed the connection) |
00:00:04
| <nathan7> | albertd_: cronopio is investigating, I really need to go sleep |
00:00:08
| * ircretary | joined |
00:00:30
| <albertd_> | nathan7: good night, i'm also in the cet timezone .. :) |
00:00:40
| <albertd_> | nathan7: thx for you help so far... |
00:01:34
| <cronopio> | albertd_: lets do a couple tests, first run `jitsu snapshosts create` and paste the whole log at gist.github.com |
00:02:00
| * lukekarrys | joined |
00:02:02
| <nathan7> | albertd_: In Rotterdam, I gather |
00:02:21
| <albertd_> | nathan7: yep in rotterdam :) |
00:02:22
| <cronopio> | albertd_: then run `jitsu snapshosts activate` and try to activate the recent created snapshot also paste the entire log as gist |
00:02:42
| * nathan7 | does a lion roar impresion |
00:03:08
| * bloomingbridges | quit (Quit: Page closed) |
00:03:31
| <albertd_> | nathan7: you're also located in rotterdam? |
00:03:47
| <albertd_> | cronopio: doing the create |
00:04:26
| <albertd_> | cronopio: create is okay |
00:04:47
| <cronopio> | good |
00:05:18
| * thl0_ | quit (Remote host closed the connection) |
00:05:40
| <albertd_> | cronopio: activate gives a socket hangup |
00:06:22
| * sirkitree | joined |
00:06:55
| <cronopio> | hmm very weird |
00:07:07
| <albertd_> | cronopio: yes i agree |
00:11:09
| * chrisdotcode_ | quit (Read error: Connection reset by peer) |
00:14:06
| * chrisdotcode_ | joined |
00:15:53
| * lukekarrys | quit (Quit: Textual IRC Client: www.textualapp.com) |
00:18:28
| * Fishrock123 | joined |
00:19:01
| <nathan7> | albertd_: No, I'm from Amsterdam |
00:19:04
| <nathan7> | albertd_: I live in Hoofddorp |
00:19:13
| <nathan7> | goddamnit I was going to sleep and here I am writing parsers |
00:19:30
| <albertd_> | nathan7: o nice one of our customers is near hoofddorp |
00:19:44
| * bradleymeck | quit (Quit: bradleymeck) |
00:22:44
| <albertd_> | cronopio: any luck on your side? |
00:25:14
| <cronopio> | albertd_: Im cheecking if the problem is the datacenter you are trying to use, so, no luck so far |
00:26:14
| * sirkitree | quit (Quit: Computer has gone to sleep.) |
00:27:12
| * Fishrock123 | quit (Ping timeout: 264 seconds) |
00:27:39
| * chrisdotcode_ | quit (Read error: Connection reset by peer) |
00:27:53
| * joshontheweb | quit (Quit: Computer has gone to sleep.) |
00:28:56
| <albertd_> | cronopio: same app deployed on us-east-1 works |
00:29:05
| * thl0 | joined |
00:29:52
| <albertd_> | another question any news on the automatic scaling of drones? |
00:30:18
| * chrisdotcode_ | joined |
00:30:43
| <cronopio> | albertd_: mm.. ok that help. |
00:30:44
| <albertd_> | cronopio: other option to delete the app and upload a new one? |
00:30:51
| <cronopio> | albertd_: no, no news about that |
00:33:12
| * sirkitree | joined |
00:33:18
| <cronopio> | albertd_: if work on us-east-1 I need to check why is not working in the other one |
00:33:33
| * eastridge | joined |
00:34:55
| * DTrejo | quit (Remote host closed the connection) |
00:36:24
| <eastridge> | Hey Nodejitsu staff, I'm trying to deploy, but using grunt as my npm start script locally. Getting errors and have tried it as a global or local script: |
00:36:27
| <eastridge> | https://gist.github.com/eastridge/5209796 |
00:36:33
| <eastridge> | https://gist.github.com/eastridge/5209797 |
00:38:09
| <nathan7> | Err, yeah |
00:38:36
| <nathan7> | Because of the magic we do spawninga subprocess from grunt won't work |
00:39:22
| * joshontheweb | joined |
00:39:52
| <eastridge> | gotcha, so is it possible to use jake? |
00:40:15
| <nathan7> | eastridge: You pretty much want to do node app.js |
00:40:28
| <nathan7> | eastridge: How much stuff are you doing on grunt production? |
00:40:38
| <eastridge> | ok, that's what I'd normally do, trying to deploy with a pretty beefy jake setup (not mine) |
00:40:39
| <nathan7> | eastridge: If you have a build step, you probably want that as predeploy script |
00:40:50
| <eastridge> | actually grunt I can live without |
00:40:54
| <eastridge> | jake I cannot in this case |
00:42:12
| <nathan7> | eastridge: What does the grunt production task do? |
00:42:34
| <eastridge> | starts several processes including a jake process |
00:42:41
| <nathan7> | What do those processes do? |
00:42:46
| <eastridge> | getting errors just running `jake start` as the npm start script too |
00:43:09
| <nathan7> | Yes, anything but node blah.js ... and coffee blah.coffee ... will do that |
00:43:32
| <eastridge> | starts a proxy server, lots of stuff |
00:43:32
| <eastridge> | https://github.com/walmartlabs/phoenix-build |
00:44:27
| <eastridge> | k, I'll look into doing this without jake |
00:44:29
| <eastridge> | thanks |
00:44:48
| * chrisdotcode_ | quit (Read error: Connection reset by peer) |
00:44:58
| <albertd_> | cronopio: seems i could activate now |
00:45:29
| <nathan7> | eastridge: When you node app.js, we run your app in our app host (haibu-carapace) |
00:45:52
| <nathan7> | eastridge: and that handles stuff like getting HTTP to your app |
00:46:12
| <eastridge> | that part makes sense to me |
00:46:29
| * sirkitree | quit (Quit: Computer has gone to sleep.) |
00:46:38
| <nathan7> | so we run your app in our node process |
00:46:49
| <nathan7> | If you spawn a subprocess, that fucks it over |
00:47:46
| <eastridge> | gotcha |
00:47:59
| * chrisdotcode_ | joined |
00:48:00
| <eastridge> | is it possible to run a server with multiple ports on nodejitsu? |
00:48:08
| <eastridge> | i.e. have it listen to the default port + a second one? |
00:49:21
| <nathan7> | eastridge: Generally you want to have secondary apps for those things |
00:49:33
| <eastridge> | ok, got it, thanks for all your help nathan |
00:50:04
| <nathan7> | The bunch-of-small-apps approach works pretty well |
00:50:44
| <cronopio> | albertd_: is your last snapshot running now in the correct datacenter? |
00:51:07
| <albertd_> | cronopio: yes i just retried and it worked ?! |
00:51:24
| <cronopio> | albertd_: mmm.. interesting.. |
00:51:51
| <albertd_> | cronopio: yeah, did you change anything? |
00:52:26
| <cronopio> | albertd_: no, nothing. Also I notice some bug or something. The investigation will continue |
00:55:14
| * Destos | quit (Quit: Destos) |
00:55:46
| * eastridge | quit (Quit: Page closed) |
00:59:11
| * sirkitree | joined |
01:02:37
| <albertd_> | cronopio: I'm going to get some sleep, I'll drop by tomorrow again, thanks for your support. |
01:03:14
| <cronopio> | albertd_: is a pleasure! good night |
01:03:17
| * thl0 | quit (Remote host closed the connection) |
01:03:34
| <albertd_> | cronopio: hope you can find whats wrong with the dc |
01:03:44
| <albertd_> | cronopio: cheer and a nice day! |
01:04:16
| <cronopio> | albertd_: thanks we'll do it, cheers! |
01:04:33
| * albertd_ | quit (Quit: Page closed) |
01:06:28
| <cronopio> | brb go to food store |
01:06:47
| * chrisdotcode_ | quit (Read error: Connection reset by peer) |
01:07:12
| * cronopio[phone] | joined |
01:10:11
| * chrisdotcode_ | joined |
01:12:42
| * cronopio | quit (Ping timeout: 252 seconds) |
01:20:49
| * chrisdotcode_ | quit (Read error: Connection reset by peer) |
01:23:51
| * chrisdotcode_ | joined |
01:25:56
| * jryans | joined |
01:27:54
| * marcello3d | quit (Remote host closed the connection) |
01:33:13
| * defunctzombie_zz | changed nick to defunctzombie |
01:35:39
| * generali_ | joined |
01:35:40
| * ChaoticJorge | quit (Quit: Computer has gone to sleep.) |
01:35:50
| * chrisdotcode_ | quit (Read error: Connection reset by peer) |
01:39:04
| * chrisdotcode_ | joined |
01:42:22
| * eschnou | joined |
01:49:08
| * indexzero | joined |
01:51:12
| * eschnou | quit (Ping timeout: 252 seconds) |
01:53:06
| * thl0 | joined |
01:55:09
| <bogdanbiv_> | hi |
01:56:16
| <bogdanbiv_> | Can the start script in package.json be a shell script? |
02:02:08
| * therealkoopa | quit (Remote host closed the connection) |
02:04:32
| * cronopio | joined |
02:07:18
| * InconceivableB | joined |
02:08:10
| * joshontheweb | quit (Quit: Computer has gone to sleep.) |
02:08:13
| * admc | quit (Quit: Leaving.) |
02:08:55
| * Fishrock123 | joined |
02:09:08
| * Fishrock123 | quit (Remote host closed the connection) |
02:15:25
| <jesusabdullah> | bogdanbiv_: try it, find out? |
02:15:39
| <jesusabdullah> | bogdanbiv_: with npm the answer is yes, and bash should be on their machines |
02:16:41
| <bogdanbiv_> | I am trying it, but it seems something is wrong? |
02:17:13
| <bogdanbiv_> | It does not recognise the dot as designator for the current directory |
02:17:30
| * Samuel_Roldan | joined |
02:18:33
| * thl0 | quit (Remote host closed the connection) |
02:19:04
| * sirkitree | quit (Quit: Textual IRC Client: www.textualapp.com) |
02:22:43
| <jesusabdullah> | interesting |
02:22:53
| <jesusabdullah> | that probably means it's trying to run it as a node script |
02:23:14
| <jesusabdullah> | try using a shim script with a spawn('bash', [ './my-shell-script.sh' ]); |
02:23:18
| <jesusabdullah> | knawmean? |
02:27:59
| * chrisdotcode_ | quit (Read error: Connection reset by peer) |
02:30:45
| * chrisdotcode_ | joined |
02:30:59
| * motiooon | joined |
02:31:10
| * motiooon | quit (Client Quit) |
02:33:58
| * OliverJAsh | quit (Read error: Connection reset by peer) |
02:34:19
| * OliverJAsh | joined |
02:34:49
| <bogdanbiv_> | here is what I've tried so far https://gist.github.com/bogdanbiv/5210276 |
02:37:41
| <jesusabdullah> | commented |
02:37:51
| <jesusabdullah> | oh god damn it did I accidentally the tng pilot |
02:37:55
| <jesusabdullah> | fuuuck |
02:39:49
| <jesusabdullah> | If only netflix had a "just play me a random L&O episode" |
02:39:51
| <jesusabdullah> | that would be sick |
02:40:04
| <jesusabdullah> | aww yeah Commander LaForge up in this bitch |
02:40:14
| <jesusabdullah> | "this bitch" being the Enterprise and totally non-sexist |
02:40:16
| <jesusabdullah> | ugh |
02:40:22
| <jesusabdullah> | I've become what I hate! |
02:41:07
| <bogdanbiv_> | TNG=StarTrek, L&O=?Law &Order? |
02:42:03
| <jesusabdullah> | yes |
02:42:22
| <jesusabdullah> | the best television on the planet, with perhaps the exception of David Tennant Dr. Who |
02:42:50
| <jesusabdullah> | CSI: Miami holds a soft spot for being "so bad it's past good again but also past bad again and back to good again" |
02:43:02
| <jesusabdullah> | WE JUST HAVE TO FOLLOW THE EVIDENCE |
02:43:17
| <jesusabdullah> | I'M IN A CAR RIGHT NOW BUT I CAN DRIVE IT TO THE OFFICE |
02:46:47
| <bogdanbiv_> | @jesusabdullah: I don't understand the car reference, but I've had my fill of cop series from a young age. |
02:47:27
| * cronopio | quit (Ping timeout: 256 seconds) |
02:47:57
| <bogdanbiv_> | @jesusabdullah: With mom insisting to watch Colombo and having acces only to 1 TV, no internet TV. |
02:49:47
| * lresende | joined |
02:49:50
| * bradleymeck | joined |
02:56:27
| * kwhinnery | joined |
03:01:57
| * chrisdotcode_ | quit (Read error: Connection reset by peer) |
03:04:26
| * Destos | joined |
03:04:56
| * chrisdotcode_ | joined |
03:20:25
| <bogdanbiv_> | The problem is that I cannot send any parameters to the start script: node ./node_modules/http-server/bin/http-server ./app returns error 500 "cannot find startup script" |
03:21:19
| <bogdanbiv_> | Dropping the ./app as a parameter makes everything ok... |
03:24:42
| <jesusabdullah> | bogdanbiv_: Homestar Runner |
03:25:44
| <bogdanbiv_> | jessusabdullah: What's that, a movie series? |
03:25:59
| <jesusabdullah> | https://www.youtube.com/watch?v=avtbFngxpB8 |
03:26:02
| <jesusabdullah> | not the same one |
03:26:07
| <jesusabdullah> | but good enough |
03:26:59
| * kperch | joined |
03:28:25
| <jesusabdullah> | hi kperch |
03:39:12
| * kperch | quit (Remote host closed the connection) |
03:40:25
| * kaspertidemann | joined |
03:40:51
| * caasiHuang | joined |
03:41:32
| * Destos | quit (Quit: Destos) |
03:41:40
| * z0w0 | joined |
03:41:57
| * Samuel_Roldan | quit (Quit: Samuel_Roldan) |
03:43:13
| * ChaoticJorge | joined |
03:43:17
| * kperch | joined |
03:43:27
| * kaareal | quit (Remote host closed the connection) |
03:45:20
| * generali_ | quit (Read error: Connection reset by peer) |
03:45:28
| * caasiHuang | quit (Ping timeout: 256 seconds) |
03:45:56
| * generalissimo | joined |
03:49:09
| <fusiongrokker> | what's with the joyent almost-no-notice maintenance? ... :\ |
03:51:46
| * bradleymeck | quit (Quit: bradleymeck) |
03:57:57
| * meso_ | quit (Remote host closed the connection) |
03:58:08
| <julianduque> | fusiongrokker: I can't see anything related to a maintenance, where did you see/hear about it? |
03:58:21
| <fusiongrokker> | email from nodejitsu |
03:58:47
| <fusiongrokker> | arrived 7:22pm EDT |
03:59:11
| <julianduque> | :o |
03:59:32
| <fusiongrokker> | http://note.io/Z097jh |
04:00:00
| <fusiongrokker> | not that I'm worried, planned downtime is ~5s and the last one seemed to go off without a hitch |
04:00:17
| <fusiongrokker> | but the lack of notice is a bit jarring |
04:00:31
| * Samuel_Roldan | joined |
04:01:23
| <julianduque> | fusiongrokker: thanks for the link ;) |
04:01:33
| <fusiongrokker> | sure |
04:01:51
| * Samuel_Roldan | quit (Client Quit) |
04:03:01
| * meso | joined |
04:03:10
| * fusiongrokker | quit (Read error: Connection reset by peer) |
04:03:19
| * fusiongrokker | joined |
04:04:18
| * jaha | quit (Quit: Leaving.) |
04:07:12
| * InconceivableB | quit (Quit: Textual IRC Client: www.textualapp.com) |
04:09:06
| * joshontheweb | joined |
04:09:18
| * kaspertidemann | quit (Read error: Connection reset by peer) |
04:10:58
| * raushan | joined |
04:11:43
| <raushan> | julian : hi r u there |
04:12:31
| <julianduque> | raushan: Hello! |
04:12:41
| * kaspertidemann | joined |
04:12:58
| <raushan> | my app : ccc is not loading |
04:13:05
| <raushan> | wht is the prob ? |
04:13:24
| <julianduque> | raushan: let me check |
04:14:37
| * blakmatrix | quit (Remote host closed the connection) |
04:22:41
| <julianduque> | raushan: on it, investigating whats the cause. |
04:26:55
| <adm> | hello |
04:27:07
| * GoddeR | quit |
04:27:10
| <julianduque> | seems that iriscouch is having a bad time |
04:27:22
| <adm> | my friend told me about this forever module |
04:27:27
| <julianduque> | raushan: see http://iriscouch.com/ |
04:27:31
| <adm> | that would let my server keep running even if it crashes? |
04:27:50
| <julianduque> | adm: if it crashes it will be restarted and running forever.. :) |
04:28:07
| <adm> | i don't understand |
04:28:09
| <julianduque> | adm: as easy as `forever start app.js` |
04:28:29
| <adm> | right but how do i have it running with forever once i deploy it on nodejitsu |
04:28:35
| <julianduque> | adm: if your application crashes, forever restart it in order to keep it running |
04:28:45
| <julianduque> | adm: oh, you don't need it |
04:28:57
| <julianduque> | adm: we use forever internally |
04:29:11
| <adm> | oh ok |
04:29:17
| <julianduque> | adm: if the app crashes we will restart it (if isn't on a crash loop) |
04:29:17
| <adm> | i just did forever start app.js |
04:29:32
| <julianduque> | adm: and with forever list you see the running process |
04:29:33
| <adm> | and it said Forever processing file app.js |
04:29:48
| <julianduque> | adm: do `forever list` |
04:29:52
| <adm> | oh ok |
04:29:57
| <adm> | so i can't see console output this way |
04:29:59
| <adm> | :( |
04:30:14
| <adm> | oh its all in a log file |
04:30:17
| <adm> | ? |
04:30:20
| <adm> | is that how it works/ |
04:30:49
| <julianduque> | Yes |
04:31:12
| <julianduque> | you can see the output on the log with `tail -f <logfile>` |
04:31:21
| <julianduque> | s/on/off |
04:32:48
| <adm> | alright well i'm gonna let that do its thing and go to bed |
04:32:49
| <adm> | thanks |
04:33:08
| <julianduque> | adm: sleep well ;) |
04:33:09
| <raushan> | julian : redis-cli is not working |
04:33:40
| <julianduque> | raushan: I sent an email to iriscouch support but it seems that they are having a bad time with the service |
04:33:43
| <raushan> | julian : error : operation not permited |
04:34:45
| * Kongen | joined |
04:34:47
| * kaspertidemann | quit (Ping timeout: 246 seconds) |
04:35:04
| * costa | quit (Quit: Page closed) |
04:35:10
| <raushan> | julian : so can i assume that this prob is temporary :-) |
04:35:24
| * Kongen | quit (Remote host closed the connection) |
04:36:08
| * lresende | quit (Ping timeout: 252 seconds) |
04:36:09
| <julianduque> | raushan: yes, of course. You can try disabling the MemoryStore with redis and go with the simple one until we get notice from iriscouch |
04:36:50
| <raushan> | julian : how long this will get to fix any guess ? |
04:37:50
| <julianduque> | raushan: honestrly I don't know, i'm trying to reach support from them and get more information about this |
04:39:01
| * standoo | joined |
04:39:51
| * lresende | joined |
04:40:06
| * bren | joined |
04:40:36
| <bren> | why is my site down? |
04:41:49
| <julianduque> | bren: do you use IrisRedis? |
04:41:53
| <bren> | no |
04:42:11
| <bren> | jitsu logs look fine. |
04:42:15
| <julianduque> | bren: i'm seeing it online, hat are you seeing? |
04:42:21
| <bren> | but http://brendanland.nodejitsu.com/ is "An error has occurred: {"code":"ECONNREFUSED","errno":"ECONNREFUSED","syscall":"connect"}" |
04:42:37
| <julianduque> | bren: let me check |
04:42:45
| <bren> | i have 3 drones |
04:43:42
| <raushan> | julian : k thanks 4 help |
04:43:59
| <julianduque> | bren: investigating |
04:46:04
| * meso_ | joined |
04:46:12
| * meso | quit (Read error: Connection reset by peer) |
04:50:20
| <julianduque> | bren: it should be up now, now I'm finding the cause |
04:50:36
| <bren> | thanks. i see that it's back. |
04:50:55
| <bren> | root cause would be great. i'm hoping to go live in the next couple weeks and this kind of fail (with no monitoring alert) is pretty unacceptable :/ |
04:51:16
| * jryans | quit (Quit: Be back later) |
04:51:50
| * ChaoticJorge | quit (Quit: Computer has gone to sleep.) |
04:51:53
| <julianduque> | bren: I'm on it, also escalating this to devops |
04:52:04
| <julianduque> | bren: I'll get back to you via email with the answer |
04:52:22
| <bren> | thank you |
04:52:25
| <bren> | much appreciated |
04:53:00
| * caasiHuang | joined |
04:57:54
| * caasiHuang | quit (Ping timeout: 276 seconds) |
04:58:18
| * defunctzombie | changed nick to defunctzombie_zz |
04:58:48
| * bren | quit (Ping timeout: 245 seconds) |
05:01:23
| <jesusabdullah> | The system. |
05:01:25
| <jesusabdullah> | Is down. |
05:01:29
| <jesusabdullah> | The system. |
05:01:30
| <jesusabdullah> | Is down. |
05:03:27
| <julianduque> | jesusabdullah: down down down down |
05:04:21
| * jcrugzz | joined |
05:04:22
| <julianduque> | dancing robots.. robots \o/ |
05:18:17
| * lresende | quit (Quit: Zzzzzzz ...) |
05:32:18
| * kperch | quit (Remote host closed the connection) |
05:39:06
| * OliverJAsh | quit (Quit: OliverJAsh) |
05:44:25
| * defunctzombie_zz | changed nick to defunctzombie |
05:46:17
| * lresende | joined |
05:49:27
| * cronopio | joined |
05:52:16
| * lresende | quit (Quit: Zzzzzzz ...) |
05:59:40
| * ChaoticJorge | joined |
06:02:48
| * kperch | joined |
06:03:00
| * jcrugzz | quit (Ping timeout: 260 seconds) |
06:06:57
| * kaspertidemann | joined |
06:11:22
| * kperch | quit (Ping timeout: 256 seconds) |
06:12:45
| * caasiHuang | joined |
06:23:47
| * swaagie[dinner] | changed nick to swaagie |
06:26:03
| * caasiHuang | quit (Remote host closed the connection) |
06:27:23
| * anoemi | quit (Quit: anoemi) |
06:29:02
| * defunctzombie | changed nick to defunctzombie_zz |
06:35:16
| * oroce | joined |
06:36:28
| * aykutyaman | joined |
06:38:11
| * switz | quit (Quit: Leaving...) |
06:51:46
| * aykutyaman | part |
06:55:54
| * oroce | quit (Quit: Leaving.) |
07:00:07
| * simppafi | joined |
07:06:25
| * `3rdEden | joined |
07:06:35
| * `3rdEden | quit (Remote host closed the connection) |
07:10:52
| * ChaoticJorge | quit (Quit: Computer has gone to sleep.) |
07:14:38
| * raushan | quit (Ping timeout: 245 seconds) |
07:16:50
| <bogdanbiv_> | Ok, let me know if anyone makes sense of this: serving static web pages with http-server works, except for one folder, components; rename components to mycomp and serving under the new name works fine. |
07:17:34
| * `3rdEden | joined |
07:17:59
| * alucardX | joined |
07:18:04
| <julianduque> | bogdanbiv_: can you provide more context? code snippets? it's weird :p |
07:18:05
| * thealphanerd | joined |
07:18:06
| <alucardX> | morning |
07:18:48
| * simppafi | quit (Ping timeout: 245 seconds) |
07:19:05
| <bogdanbiv_> | well, it works on localhost, it doesn't work on my nodejitsu drone |
07:19:44
| <julianduque> | alucardX: Egunon! |
07:19:50
| <julianduque> | bogdanbiv_: username and app name please |
07:20:14
| * Domenic_ | quit (Ping timeout: 256 seconds) |
07:20:50
| <bogdanbiv_> | julianduque: u: bogdanb, app: life-trackr |
07:21:00
| <bogdanbiv_> | I have to redeploy though |
07:21:23
| <julianduque> | bogdanbiv_: redeploy first so I can check ;) |
07:21:29
| <julianduque> | bogdanbiv_: let me know when its done |
07:21:36
| <bogdanbiv_> | I will |
07:22:01
| * Domenic_ | joined |
07:27:11
| <bogdanbiv_> | julianduque: Redeployed, and checked http://bivcalendar.jit.su/client_components is available, while http://bivcalendar.jit.su/components is 404. |
07:27:25
| * tonist | joined |
07:27:54
| <julianduque> | bogdanbiv_: let me check |
07:27:55
| <bogdanbiv_> | julianduque: As far as I know components might have not been uploaded... |
07:28:10
| <bogdanbiv_> | Web root is ./app |
07:29:08
| <julianduque> | bogdanbiv_: you have app/components on your .npmignore |
07:29:29
| <julianduque> | bogdanbiv_: so, when creating the tarball that folder is ignored :) |
07:29:32
| <bogdanbiv_> | in home? |
07:29:43
| <julianduque> | bogdanbiv_: check your .npmignore file |
07:29:51
| <bogdanbiv_> | as in ~/.npmignore ? |
07:29:53
| <julianduque> | bogdanbiv_: on your app folder |
07:33:05
| <bogdanbiv_> | Nope, it's in .gitignore |
07:33:43
| <bogdanbiv_> | Thank you so much, it makes sense now! |
07:34:10
| <bogdanbiv_> | Crappy .gitignore... |
07:34:59
| <julianduque> | bogdanbiv_: :) |
07:35:45
| <bogdanbiv_> | It didn't occur to me to use node's filesystem API to check if it is uploaded. |
07:36:56
| <julianduque> | bogdanbiv_: always check with `npm pack` then check the tarball contents with `tar -ztvf` |
07:37:04
| <julianduque> | well, not always.. when unsure ;) |
07:37:31
| <bogdanbiv_> | but... why npm cares about .gitignore? |
07:38:00
| * thealphanerd | quit (Quit: thealphanerd) |
07:38:28
| * indexzero | quit (Quit: indexzero) |
07:38:49
| <bogdanbiv_> | One more thing: On jitsu drones can one use shell scripts inside the package.json scripts? |
07:38:56
| <julianduque> | `If not found, but there is a "gitignore" file in the same directory, then that will be used instead.` |
07:39:00
| <julianduque> | see : https://npmjs.org/doc/config.html |
07:39:58
| <bogdanbiv_> | Or does that start one process too many? |
07:40:33
| <julianduque> | bogdanbiv_: you can use shell scripts on your package.json (postdeploy and predeploy) but they runn locally not on the drone |
07:40:42
| <julianduque> | s/runn/run |
07:42:25
| <bogdanbiv_> | :) I love it when it's easier to express what you mean in vim/sed commands than using words. |
07:42:45
| <bogdanbiv_> | Cheers, mate, thanks a bunch! |
07:42:59
| <julianduque> | heheh yes ;) |
07:43:10
| * derekjh | joined |
07:43:34
| <julianduque> | bogdanbiv_: glad it worked |
07:43:55
| <bogdanbiv_> | here's a can of beer from me: ()==() |
07:44:35
| * generalissimo | quit (Remote host closed the connection) |
07:45:23
| <julianduque> | bogdanbiv_: thanks! |
07:45:48
| * mikl | quit (Ping timeout: 264 seconds) |
07:45:54
| <nathan7> | bogdanbiv_! |
07:46:26
| <nathan7> | bogdanbiv_: Are you the Bogdan Bivolaru I know? |
07:47:30
| <bogdanbiv_> | Um, well, I don't know...I live in Europe/Bucharest |
07:47:45
| <nathan7> | bogdanbiv_: Does 'Cluenet' mean anything to you? |
07:47:52
| <bogdanbiv_> | Yeap |
07:47:54
| <alucardX> | julianduque: egunon!! :-))) (are u from basque country pues?) |
07:47:58
| <julianduque> | :O |
07:48:03
| <julianduque> | alucardX: No no, from Colombia :p |
07:48:14
| <julianduque> | alucardX: only trying to give an appropiate greeting ;) |
07:48:16
| * derekjh | part |
07:48:21
| <nathan7> | bogdanbiv_: \o/ |
07:49:05
| <alucardX> | julianduque: ah, ok, thanks so much for "hello" in my language, jeje :-)))) |
07:49:42
| <julianduque> | Eskerrik asko ;) |
07:50:33
| <julianduque> | someday I'll know your country |
07:52:05
| * kperch | joined |
07:52:08
| <alucardX> | julianduque: you should visit my country, its a very good place to go on vacations ;-) |
07:53:02
| * mikl | joined |
07:53:28
| <julianduque> | alucardX: someday.. someday |
07:54:59
| * tonist | quit (Quit: tonist) |
07:57:23
| * nlognbob | joined |
07:58:09
| * simppafi | joined |
07:58:22
| * tonist | joined |
07:58:22
| * tonist | quit (Client Quit) |
07:59:21
| <nlognbob> | can't login to the web panel? |
07:59:47
| <julianduque> | nlognbob: are you seeing any error? |
07:59:57
| <nlognbob> | can't even get a login prompt |
08:00:11
| <nlognbob> | login button does nothing; tried 2 browsers |
08:00:18
| <julianduque> | `3rdEden: ^ |
08:00:32
| * kaareal | joined |
08:01:03
| <`3rdEden> | nlognbob: browser/os? |
08:01:50
| <nlognbob> | chrome 25.0, osx |
08:02:07
| * ebright | joined |
08:02:21
| <nlognbob> | and firefox 19.0.2 / osx |
08:02:24
| <`3rdEden> | nlognbob: can you try a hard refresh ;)? |
08:03:01
| <`3rdEden> | nlognbob: and there are no errors in your console? |
08:03:14
| * alucardX | quit (Quit: leaving) |
08:03:20
| <nlognbob> | also safari 6.0.2 |
08:03:41
| <nlognbob> | no errors in chrome console |
08:03:51
| <swaagie> | `3rdEden, seeing the same |
08:04:07
| <`3rdEden> | swaagie: the same what? |
08:04:11
| <swaagie> | issues |
08:04:26
| <`3rdEden> | swaagie: can you look at it then? I don't see it at all |
08:04:35
| <`3rdEden> | I works in every browser i've tested |
08:04:35
| <swaagie> | i'll do |
08:04:47
| <`3rdEden> | nlognbob: you can try loggin in through www.nodejitsu.com instead |
08:04:57
| <swaagie> | also dead there |
08:05:04
| <`3rdEden> | dafq |
08:05:08
| <nlognbob> | i'm using www.nodejitsu.com |
08:05:42
| <`3rdEden> | nlognbob: I thought you were talking about webops.nodejitsu.com |
08:05:46
| <`3rdEden> | my bad |
08:05:50
| <nlognbob> | nope, www.nodejitsu.com |
08:05:51
| <`3rdEden> | then thry webops lol ;% |
08:05:54
| <julianduque> | I can confirm.. works on webops not on nodejitsu.com |
08:05:55
| <nlognbob> | ok |
08:06:02
| * alucardX | joined |
08:06:08
| <alucardX> | re |
08:06:42
| <nlognbob> | got in through webops... |
08:06:57
| <`3rdEden> | nlognbob: found the issue |
08:07:15
| <`3rdEden> | nlognbob: thanks for the heads up |
08:07:28
| <nlognbob> | sure |
08:12:22
| * kperch | quit (Ping timeout: 256 seconds) |
08:12:35
| <`3rdEden> | nlognbob: It's fixed again, our script loader's source got it's new lines removes and as it was starting with a comment.. it was completely commented out. It should be good to go now |
08:17:44
| * admc | joined |
08:17:54
| <JasonSmith> | mmalecki: Ack |
08:18:06
| <nlognbob> | works,thanks |
08:18:29
| <mmalecki> | JasonSmith: thanks |
08:21:41
| * tonist | joined |
08:22:49
| * caasiHuang | joined |
08:27:35
| * caasiHuang | quit (Ping timeout: 260 seconds) |
08:30:10
| * caasiHuang | joined |
08:31:22
| * caasiHuang | quit (Remote host closed the connection) |
08:44:50
| * eschnou | joined |
08:46:42
| * Domenic_ | quit (Ping timeout: 276 seconds) |
08:52:04
| * Domenic_ | joined |
08:57:05
| * YoY | quit (Quit: Leaving...) |
09:00:48
| * admc | quit (Quit: Leaving.) |
09:02:58
| * thepumpkin | quit (Remote host closed the connection) |
09:05:34
| * webjay | joined |
09:05:44
| * YoY | joined |
09:12:44
| * kperch | joined |
09:22:12
| * custardcream | joined |
09:22:53
| * joshontheweb | quit (Quit: Computer has gone to sleep.) |
09:23:27
| <custardcream> | `3rdEden: Hi 3e, you around? |
09:24:12
| <`3rdEden> | custardcream: Yep! |
09:24:45
| <custardcream> | `3rdEden: hey, we encountered a weird socket.io related (i think) error yesterday |
09:25:00
| <custardcream> | `3rdEden: users were getting latency times of ~10s though websockets |
09:25:18
| <`3rdEden> | custardcream: only websockets? |
09:25:51
| <custardcream> | `3rdEden:it wasn't falling back. also, users were getting the error intermittently and not all at the same time (my ws was fine, my collegeagues was broken, then vice versa) |
09:26:19
| <custardcream> | `3rdEden: I didn't see the error on anything else as it didn't fall back and was so intermittent we didn't have time to experiment |
09:26:57
| <`3rdEden> | custardcream: I have also seen a lot of issues with socket.io when I implemented it for WebOps |
09:27:14
| <`3rdEden> | As a result of these issues we migrated to engine.io |
09:27:25
| <custardcream> | hm, ok |
09:27:39
| <custardcream> | we'll sit tight |
09:27:43
| <`3rdEden> | I had seem simular issues |
09:27:43
| <custardcream> | need custom events |
09:27:50
| <`3rdEden> | but also also worse issues |
09:27:58
| <custardcream> | .. that's ominous haha |
09:28:02
| <`3rdEden> | where you connected clients got stuck in a connection loop |
09:28:06
| <`3rdEden> | and ddos you server |
09:28:07
| * kaareal | quit (Remote host closed the connection) |
09:28:12
| <custardcream> | ouch |
09:28:30
| <custardcream> | might that explain an infinite load? |
09:28:37
| <custardcream> | we've experienced that before |
09:28:53
| <custardcream> | i thought it was dodgy load balancing overworking 1 drone |
09:29:15
| * kperch | quit (Ping timeout: 260 seconds) |
09:30:35
| <`3rdEden> | custardcream: this was some of the shit we were seeing http://cl.ly/image/0f201T2Q3s2U <-- spike of concurrent connections and http://cl.ly/image/3C2T0R3E3K3t/o <-- connections that ramp up to 1k attempts per minute which seemed to grow exponentially |
09:31:23
| <custardcream> | shiiittt, ok not seen that yet |
09:31:27
| <custardcream> | as far as I'm aware |
09:31:43
| <custardcream> | thanks for this though |
09:32:13
| <custardcream> | good to know its almost definitely socket related |
09:33:36
| <`3rdEden> | custardcream: Yes, I decided not to fix it and just migrate to engine.io |
09:33:47
| <`3rdEden> | I wrote a small layer on top of engine.io to support events |
09:34:11
| <custardcream> | have you looked at oil at all? |
09:34:22
| <`3rdEden> | at oil? |
09:34:34
| <custardcream> | yeah, someones engine add-on |
09:34:41
| <`3rdEden> | nope |
09:34:47
| <custardcream> | i forget who, seem to remember it was q. popular though |
09:34:57
| <`3rdEden> | https://github.com/carlos8f/engine.oil ? |
09:35:12
| <custardcream> | yeah |
09:35:48
| <`3rdEden> | Nope, we needed something custom for WebOps |
09:36:11
| <`3rdEden> | Because I have actually integrated the realtime connections directly in our HTTP server |
09:36:17
| <custardcream> | ah cool |
09:36:19
| <`3rdEden> | so we can send data during a regular HTTP request |
09:36:33
| <`3rdEden> | this is useful for uploading for example :) |
09:36:46
| <custardcream> | im with you |
09:36:58
| <`3rdEden> | or long running http requests which we have when we start an app |
09:37:28
| <`3rdEden> | But I've done a quick look at engine.oil and there some things that I dislike about it |
09:38:01
| <custardcream> | i've not looked in detail at all- just saw it linked in some stackoverflows and stuff |
09:38:05
| <custardcream> | go on? |
09:38:46
| <`3rdEden> | The broadcast feature is quite pointless if you want to scale to multiple servers |
09:39:13
| <`3rdEden> | There's no hooks for that for example, it's just a copy and paste of socket.io's flawed implementation |
09:39:15
| <custardcream> | ah yeah |
09:39:58
| <custardcream> | ultimately i think we're better cracking whips behind those fresh faced MIT students guille has got working on it |
09:40:09
| <`3rdEden> | and I don't like the hydration implementation, it makes no sense at all. |
09:40:09
| <custardcream> | bloody lazy students |
09:40:15
| <custardcream> | (im a student) |
09:40:17
| <`3rdEden> | :p |
09:40:35
| <custardcream> | at hydration implementation you've lost me |
09:40:50
| <custardcream> | but we'll steer clear of it |
09:41:25
| <`3rdEden> | also the reconnect support in the client should be a randomized backoff |
09:41:42
| <`3rdEden> | if your server goes down, every connected client will still connect at the same time |
09:41:54
| <`3rdEden> | and will make it harder for you to get the servers online |
09:43:43
| <`3rdEden> | and there's a memory leak in the ack implementation ;p |
09:43:48
| <custardcream> | hahah |
09:43:57
| <custardcream> | oh dear |
09:50:11
| * Nijiko | quit (Quit: Computer has gone to sleep.) |
09:50:57
| * kaareal | joined |
09:52:21
| <custardcream> | `3rdEden: cheers for the info, i have to head off. Got a dissertation to go and write, hooray! Have a good day. |
09:52:31
| <`3rdEden> | seeya |
09:52:52
| * custardcream | quit (Quit: Page closed) |
10:00:08
| * kaareal_ | joined |
10:00:11
| * kaareal | quit (Read error: Connection reset by peer) |
10:05:46
| * thepumpkin | joined |
10:09:56
| <JasonSmith> | Found the Redis root cause |
10:10:46
| <julianduque> | JasonSmith: Yes! |
10:10:52
| <julianduque> | JasonSmith: what it is? |
10:11:51
| <JasonSmith> | Iris Couch bug that cleared the pw when it should persist |
10:12:06
| <JasonSmith> | Yesterday I wrote a tool to sync them but today many were out of sync |
10:12:27
| <JasonSmith> | We had two bugs: (1) ignored the password when restarting Redis, and (2) delete the password when updating redis doc |
10:13:02
| <julianduque> | critical ones |
10:14:49
| <JasonSmith> | Deployed the fix and restarted all affected Redis service /cc `3rdEden julianduque |
10:15:24
| <julianduque> | JasonSmith: thanks! |
10:15:26
| <`3rdEden> | JasonSmith: your the best |
10:15:32
| <`3rdEden> | you're* |
10:15:56
| <yawnt> | JasonSmith: so it should be all good now? |
10:16:14
| <yawnt> | (i'm asking cause i'll be doing a live demo with irisredis in 4 hours or so :D) |
10:16:50
| <JasonSmith> | yawnt: I believe I have fixed the problem permanently |
10:17:08
| <yawnt> | :3 thank you |
10:17:35
| * fb55 | joined |
10:18:43
| <webjay> | JasonSmith: any news on a pro Redis service? |
10:22:52
| * chjj | quit (Quit: leaving) |
10:31:46
| * kperch | joined |
10:34:48
| * fb55 | quit (Remote host closed the connection) |
10:44:30
| * kperch | quit (Ping timeout: 264 seconds) |
10:46:00
| * chjj | joined |
10:53:59
| * fb55 | joined |
11:01:06
| * thl0 | joined |
11:01:12
| * Annttu- | joined |
11:02:05
| * Annttu- | quit (Client Quit) |
11:02:28
| * chrisdotcode | quit (Quit: No Ping reply in 180 seconds.) |
11:02:55
| * chrisdotcode | joined |
11:08:19
| * kaspertidemann | quit (Quit: kaspertidemann) |
11:09:07
| * webjay | quit (Remote host closed the connection) |
11:10:27
| * lpin | joined |
11:18:35
| * fb55 | quit (Remote host closed the connection) |
11:20:43
| * chjj | quit (Quit: leaving) |
11:21:26
| * chjj | joined |
11:22:28
| * thepumpk_ | joined |
11:26:21
| * thepumpkin | quit (Ping timeout: 258 seconds) |
11:36:27
| * kamal__ | joined |
11:36:51
| <kamal__> | is it possible to run my app in AWS |
11:36:52
| <kamal__> | ? |
11:37:36
| <kamal__> | I mean can I select the data-center (eg:- AWS US-EAST) |
11:37:52
| <julianduque> | kamal__: No |
11:38:04
| <julianduque> | kamal__: our datacenters are from Joyent and Telefonica |
11:38:16
| <julianduque> | and you can choose between them only if you have business plans |
11:38:45
| <kamal__> | thanks |
11:39:36
| <julianduque> | :) |
11:42:51
| * webjay | joined |
11:44:15
| * kperch | joined |
11:45:50
| * therealkoopa | joined |
11:48:28
| * aykutyaman | joined |
11:49:23
| <aykutyaman> | Hello, I cannot start my app and I don't have any log in the logs panel of website. Can somebody help me, please? |
11:50:21
| <julianduque> | aykutyaman: whats your app name / username |
11:52:01
| <aykutyaman> | username: aykutyaman app: acaline I saw that I cannot activate the latest snapshot. |
11:53:12
| <julianduque> | aykutyaman: give me a couple minutes and I will investigate this |
11:53:22
| <aykutyaman> | ok, thank you |
11:54:37
| * lpin | quit (Quit: Textual IRC Client: www.textualapp.com) |
11:57:00
| * kamal__ | quit (Quit: Page closed) |
12:01:14
| * kperch | quit (Ping timeout: 258 seconds) |
12:05:34
| * aykutyaman1 | joined |
12:06:00
| * chjj | quit (Quit: leaving) |
12:06:01
| <julianduque> | aykutyaman1: I'm on it |
12:06:41
| <aykutyaman1> | julianduque: What was the problem? |
12:07:24
| <julianduque> | aykutyaman1: don't know yet, investigating.. |
12:07:49
| <aykutyaman1> | ok, I'm sorry. My english is not good enough |
12:08:20
| * aykutyaman | quit (Ping timeout: 245 seconds) |
12:08:49
| <julianduque> | no prob :) |
12:08:59
| <julianduque> | is very good |
12:11:44
| * tonist | quit (Quit: tonist) |
12:12:30
| * srutisha | joined |
12:13:22
| <julianduque> | aykutyaman1: the problem was related to the outage of IrisRedis, that is fixed now. I activated your last snapshot |
12:13:28
| <julianduque> | aykutyaman1: sorry for the incoveniences |
12:14:06
| * chjj | joined |
12:14:43
| <aykutyaman1> | juliaduque: I started to use a custom redis server this morning. I'm confused. Are you sure? |
12:15:10
| * z0w0 | quit (Quit: Leaving.) |
12:15:31
| <julianduque> | aykutyaman1: that was the last error I see on the logs, a timeout connecting to irisredis |
12:16:24
| <aykutyaman1> | julianduque: ok, I will investigate. Thank you |
12:17:40
| <julianduque> | aykutyaman1: :) |
12:18:13
| * therealkoopa | quit (Remote host closed the connection) |
12:18:52
| * `3rdEden | quit (Ping timeout: 258 seconds) |
12:23:28
| * drmfly | joined |
12:23:41
| * `3rdEden | joined |
12:24:39
| * srutisha | part |
12:27:46
| * OliverJAsh | joined |
12:29:38
| * drmfly | quit (Ping timeout: 245 seconds) |
12:43:45
| * aykutyaman | joined |
12:45:57
| * chjj | quit (Quit: leaving) |
12:46:18
| * aykutyaman1 | quit (Ping timeout: 264 seconds) |
12:48:04
| * chjj | joined |
12:59:21
| * adm | quit (Quit: adm) |
12:59:26
| * webjay | quit (Remote host closed the connection) |
13:01:22
| * spacenick | joined |
13:06:31
| * webjay | joined |
13:06:35
| * therealkoopa | joined |
13:06:56
| * thl0 | quit (Remote host closed the connection) |
13:08:14
| * kperch | joined |
13:15:42
| * kperch | quit (Ping timeout: 264 seconds) |
13:17:23
| * adm | joined |
13:20:06
| * tonist | joined |
13:25:25
| * toofishes | quit (Quit: leaving) |
13:28:34
| * Pentelukin | joined |
13:28:59
| <Pentelukin> | Sup! |
13:29:03
| <Pentelukin> | I need help! |
13:29:36
| <Pentelukin> | When i login to jit.su i have error message "An error has occurred: {"code":"ECONNRESET"}" |
13:31:14
| <Sly> | Pentelukin: I responded to your email. |
13:33:59
| * adm | quit (Quit: adm) |
13:36:19
| <Pentelukin> | Sly! Big thanks! All work |
13:44:30
| * bradleymeck | joined |
13:44:42
| * c4milo | joined |
13:45:40
| * kwhinnery | quit (Quit: kwhinnery) |
13:46:04
| * chrisdotcode | quit (Remote host closed the connection) |
13:46:42
| * jcrugzz | joined |
13:51:30
| * chjj | quit (Remote host closed the connection) |
13:53:40
| * chjj | joined |
13:53:48
| * bradleymeck | quit (Quit: bradleymeck) |
13:54:02
| * jcrugzz | quit (Ping timeout: 256 seconds) |
13:59:55
| * indexzero | joined |
14:02:21
| * DTrejo | joined |
14:02:58
| * simppafi | quit (Ping timeout: 245 seconds) |
14:04:26
| * generalissimo | joined |
14:06:36
| * alchimis_ | joined |
14:12:47
| * caasiHuang | joined |
14:13:04
| * caasiHuang | quit (Remote host closed the connection) |
14:13:15
| * sirkitree | joined |
14:14:34
| * spacenick | quit (Remote host closed the connection) |
14:15:38
| * kperch | joined |
14:16:09
| * spacenick | joined |
14:18:03
| * webjay | quit (Remote host closed the connection) |
14:18:13
| * anoemi | joined |
14:19:13
| * Domenic__ | joined |
14:19:16
| * webjay | joined |
14:25:33
| * marcello3d | joined |
14:27:05
| * engierk0 | joined |
14:28:48
| <engierk0> | Hey there! |
14:29:19
| <engierk0> | how are you doing today mmalecki ? |
14:31:59
| * kperch | quit (Ping timeout: 256 seconds) |
14:33:50
| * anoemi | quit (Quit: anoemi) |
14:33:51
| * Domenic__ | quit (Remote host closed the connection) |
14:34:17
| * Domenic__ | joined |
14:36:16
| <fusiongrokker> | will there be some sort of announcement (email or otherwise?) when 0.10 is supported? |
14:38:44
| * Domenic__ | quit (Ping timeout: 255 seconds) |
14:39:40
| <Sly> | fusiongrokker: not sure. There will probably be something on Twitter about it, since a lot of people are wanting it. |
14:39:40
| * ragulka | joined |
14:40:08
| <ragulka> | Hi, does nodejitsu support wildcard subdomains? Can I do *.myapp.com? |
14:40:22
| * bradleymeck | joined |
14:41:13
| <Sly> | ragulka: I don't think we support wildcard domains like that. |
14:41:34
| <ragulka> | :( |
14:42:05
| * adm | joined |
14:42:16
| * anoemi | joined |
14:42:28
| <ragulka> | …which means I cannot use jitsu :( Any reason behind not supporting wildcard subdomains? |
14:43:40
| <Sly> | ragulka: I'm looking through code to see if we do or not. |
14:44:27
| <Sly> | ragulka: I keep seeing things about matching *, so it may work. Have you tried it? |
14:44:56
| <ragulka> | no I haven't actually. My sandbox period ended before I had a chance to try it |
14:45:07
| <Sly> | ragulka: :( |
14:47:28
| <Sly> | ragulka: I just added *.<mydomain> and it deployed fine. Not sure if the subdomains work, though. I don't have any setup to point to Nodejitsu atm. |
14:47:54
| <ragulka> | Thanks for the info. I'll keep looking |
14:48:50
| * marcello3d | quit (Read error: Connection reset by peer) |
14:49:43
| * marcello3d | joined |
14:49:50
| * kwhinnery | joined |
14:51:09
| * Domenic__ | joined |
14:55:44
| * marcello3d | quit (Read error: Connection reset by peer) |
14:58:30
| * aykutyaman | part |
15:02:22
| <ragulka> | Hmm. I tried to sign up for an account, but the signup page just keeps loading forever |
15:02:32
| * kwhinnery | quit (Quit: kwhinnery) |
15:02:57
| <`3rdEden> | ragulka: which browser? |
15:03:03
| <ragulka> | Chrome |
15:03:13
| <`3rdEden> | windows/mac/linux? |
15:03:19
| <ragulka> | When I click Register, it just keeps on loading. On Maxc |
15:04:04
| <`3rdEden> | hmz, I get a ECONNREFUSED error |
15:04:44
| <`3rdEden> | i'm gonna see if I can figure out what's going on |
15:04:56
| <`3rdEden> | ragulka: alternatively, you can also register an account using the jitsu command line |
15:05:33
| * thepumpk_ | quit (Remote host closed the connection) |
15:10:03
| * Samuel_Roldan | joined |
15:11:21
| * marcello3d | joined |
15:12:07
| * ebright | quit |
15:14:20
| <engierk0> | hi there, us there any limitation on the number of requests for an app while in the sandbox period? |
15:15:04
| * switz | joined |
15:15:28
| * defunctzombie_zz | changed nick to defunctzombie |
15:17:09
| * kfrancoi | joined |
15:17:25
| <kfrancoi> | Hi everyone! |
15:17:26
| * Samuel_Roldan | quit (Quit: Samuel_Roldan) |
15:18:01
| <kfrancoi> | Just a simple question : Can my nodejitsu app use nginx for static content serving ? |
15:22:43
| * Domenic__ | quit (Remote host closed the connection) |
15:23:14
| <`3rdEden> | kfrancoi: don't serve static assets for you |
15:23:24
| <`3rdEden> | but we did build our own static server |
15:23:39
| <`3rdEden> | http://blog.nodejitsu.com/content-delivery-network-in-node-js might be a good read |
15:23:56
| <`3rdEden> | We are using it for serving all our assets on the our homepage |
15:24:03
| <kfrancoi> | great... I'll read that |
15:24:44
| <kfrancoi> | SO I guess that if users will upload images to our server, we cannot use the server file system to write the images ? |
15:26:16
| <kfrancoi> | is your "version" module faster than a simple nginx server ? |
15:26:56
| * adm | quit (Quit: adm) |
15:29:23
| <`3rdEden> | kfrancoi: nothing in node will be faster then a proper configured nginx server |
15:29:30
| * papachan | joined |
15:29:42
| <`3rdEden> | because node is missing sendfile bindings which makes nginx so fast at serving files |
15:30:13
| <`3rdEden> | but versions tries to optimize browser cache |
15:30:28
| <`3rdEden> | so it doesn't need to do so many i/o |
15:30:34
| * generalissimo | quit (Remote host closed the connection) |
15:30:39
| * alchimis_ | quit (Remote host closed the connection) |
15:32:34
| * kperch | joined |
15:33:13
| * ebright | joined |
15:33:28
| * anoemi | quit (Quit: anoemi) |
15:35:24
| <engierk0> | is there any limitation on the number of requests for an app while in the sandbox period? |
15:35:28
| * Pentelukin | quit (Ping timeout: 245 seconds) |
15:36:43
| * anoemi | joined |
15:37:31
| * webjay | quit (Read error: Connection reset by peer) |
15:38:07
| * webjay | joined |
15:39:43
| * jaha | joined |
15:39:46
| * aaronshaf | joined |
15:40:01
| * tonist | quit (Quit: tonist) |
15:40:08
| * switz | quit (Quit: Leaving...) |
15:40:12
| * alchimis_ | joined |
15:41:03
| * alun | joined |
15:42:15
| * switz | joined |
15:42:31
| * alchimis_ | quit (Remote host closed the connection) |
15:44:19
| <c4milo> | `3rdEden: I was really surprise we took out the binding for sendfile, it's unfortunate |
15:44:24
| <c4milo> | surprised8 |
15:44:25
| <c4milo> | * |
15:44:57
| <c4milo> | `3rdEden: OSX implementation is crappy but the linux one is good |
15:45:29
| <`3rdEden> | c4milo: ye, the only reason I could find that they took it out was because libuv didn't support it anymore |
15:45:33
| <c4milo> | sendfile + TCP_CORK and TCP_PUSH should be part of the streams in nodejs |
15:45:42
| <`3rdEden> | agreed |
15:46:20
| * generalissimo | joined |
15:48:53
| <julianduque> | c4milo: o hai my friend :) |
15:49:11
| <c4milo> | julianduque: mr |
15:49:13
| <c4milo> | :) |
15:49:56
| * kperch | quit (Ping timeout: 256 seconds) |
15:50:12
| * adm | joined |
15:50:54
| <c4milo> | `3rdEden: falling back to copying versions in the OSs that don't support that syscall |
15:51:31
| <c4milo> | `3rdEden: I actually wonder how nginx does it for *unixes |
15:51:50
| * webjay | quit (Remote host closed the connection) |
15:51:58
| * rickibalboa | joined |
15:53:06
| * Domenic__ | joined |
15:54:05
| <`3rdEden> | c4milo: I don't see why node would only support things that are cross os supported |
15:54:16
| <`3rdEden> | they can just polyfill the shit for other OS's |
15:57:42
| * alucardX | quit (Quit: leaving) |
15:58:55
| * fb55 | joined |
16:00:22
| * alun | quit (Quit: Page closed) |
16:01:30
| * Domenic__ | quit (Ping timeout: 252 seconds) |
16:04:33
| * `3rdEden | changed nick to `3E|GONE |
16:05:55
| * spacenick | quit (Remote host closed the connection) |
16:06:39
| * paul_ | joined |
16:06:46
| * marcello3d | quit (Remote host closed the connection) |
16:07:33
| <paul_> | I'm trying to point my DNS to nodejitsu |
16:07:40
| <paul_> | PS C:\awebproject\worldmap> host jit.su Get-Host : A positional parameter cannot be found that accepts argument 'jit.su'. At line:1 char:5 + host <<<< jit.su + CategoryInfo : InvalidArgument: (:) [Get-Host], ParameterBindingException + FullyQualifiedErrorId : PositionalParameterNotFound,Microsoft.PowerShell.Commands.GetHostCommand |
16:07:47
| <paul_> | I get this error |
16:07:55
| * ragulka | quit (Quit: ragulka) |
16:08:25
| * ragulka | joined |
16:09:02
| * ragulka | quit (Client Quit) |
16:10:22
| * paul_ | quit (Client Quit) |
16:21:17
| * switz | quit (Quit: Leaving...) |
16:21:25
| * ChaoticJorge | joined |
16:22:19
| * marcello3d | joined |
16:22:51
| * DTrejo | quit (Remote host closed the connection) |
16:23:14
| * spacenick | joined |
16:25:04
| * tonist | joined |
16:27:13
| * chrisdotcode_ | quit (Read error: Connection reset by peer) |
16:30:36
| * chrisdotcode | joined |
16:30:36
| * mikl | quit (Quit: Connection reset by Peer Gynt) |
16:37:27
| * eschnou | quit (Remote host closed the connection) |
16:39:07
| * standoo1 | joined |
16:39:18
| * Samuel_Roldan | joined |
16:40:04
| * chrisdotcode | quit (Read error: Connection reset by peer) |
16:40:20
| * marcello3d | quit (Read error: Connection reset by peer) |
16:40:54
| * marcello3d | joined |
16:43:00
| * standoo | quit (Ping timeout: 260 seconds) |
16:43:17
| * chrisdotcode | joined |
16:46:42
| * kaareal_ | quit (Remote host closed the connection) |
16:51:57
| * switz | joined |
16:57:21
| * joshontheweb | joined |
17:00:07
| * marcello3d | quit (Remote host closed the connection) |
17:01:16
| * marcello3d | joined |
17:02:22
| * webjay | joined |
17:06:39
| * webjay | quit (Ping timeout: 245 seconds) |
17:07:41
| * thl0_ | joined |
17:08:35
| * anoemi | quit (Quit: anoemi) |
17:09:05
| * chrisdotcode | quit (Read error: Connection reset by peer) |
17:09:43
| * admc | joined |
17:12:06
| * thl0_ | quit (Ping timeout: 264 seconds) |
17:12:28
| * chrisdotcode | joined |
17:14:25
| * InconceivableB | joined |
17:14:27
| * c4milo | quit (Remote host closed the connection) |
17:15:32
| * OliverJAsh | quit (Remote host closed the connection) |
17:15:52
| * OliverJAsh | joined |
17:18:47
| <Sly> | Everyone doing okay in here? |
17:18:52
| * blakmatrix | joined |
17:19:39
| * anoemi | joined |
17:21:30
| * alun | joined |
17:25:43
| * alchimis_ | joined |
17:27:58
| * alun | quit (Ping timeout: 245 seconds) |
17:31:40
| * lpin | joined |
17:34:51
| * kperch | joined |
17:35:16
| * joshontheweb | quit (Quit: Computer has gone to sleep.) |
17:38:30
| * papachan | quit (Quit: Saliendo) |
17:38:47
| * eschnou | joined |
17:39:15
| * spacenick | quit (Remote host closed the connection) |
17:43:50
| * eschnou | quit (Ping timeout: 272 seconds) |
17:44:26
| * c4milo | joined |
17:46:21
| * c4milo | quit (Remote host closed the connection) |
17:48:47
| * kaareal | joined |
17:49:12
| * c4milo | joined |
17:50:57
| * tonist | quit (Quit: tonist) |
17:51:52
| * thealphanerd | joined |
17:52:11
| * c4milo | quit (Remote host closed the connection) |
17:53:18
| * c4milo | joined |
17:54:49
| * alchimis_ | quit (Remote host closed the connection) |
17:55:31
| * kperch | quit (Ping timeout: 256 seconds) |
17:58:33
| * Domenic__ | joined |
18:02:03
| * spacenick | joined |
18:02:25
| * `3E|GONE | quit (Quit: brbrb) |
18:02:40
| * joshontheweb | joined |
18:03:06
| * Domenic__ | quit (Ping timeout: 276 seconds) |
18:04:14
| * joshontheweb | quit (Client Quit) |
18:05:05
| * joshontheweb | joined |
18:05:39
| * simppafi | joined |
18:06:31
| * joshontheweb | quit (Client Quit) |
18:08:51
| * themgt | joined |
18:09:10
| * Fishrock123 | joined |
18:10:04
| * `3rdEden | joined |
18:11:23
| * marcello3d | quit (Remote host closed the connection) |
18:19:34
| * marcello3d | joined |
18:19:47
| * hapticdata | joined |
18:21:02
| <hapticdata> | hello |
18:21:02
| * admc | quit (Quit: Leaving.) |
18:21:26
| <blakmatrix> | hapticdata: hey |
18:21:27
| <hapticdata> | im having a hard time getting my app to start |
18:21:38
| <hapticdata> | hi blakmatrix |
18:21:46
| <blakmatrix> | hapticdata: username/appname and do you have a gist of the output? |
18:22:35
| * swaagie | changed nick to swaagie[foodz] |
18:22:42
| * Fishrock123 | quit (Remote host closed the connection) |
18:22:44
| <hapticdata> | username is hapticdata app is hapticdata-playground |
18:23:08
| <hapticdata> | i dont have a gist. Im not seeing errors, it just wont start |
18:23:28
| <hapticdata> | I deployed a new snapshot and an old one remained activated |
18:23:53
| <hapticdata> | through the web interface activating the newest snapshot didnt work, the old one remained activated |
18:24:30
| <hapticdata> | i ended up stopping the server, and now it wont start back up |
18:24:38
| * simppafi | quit (Ping timeout: 245 seconds) |
18:25:33
| <blakmatrix> | hapticdata: tking a look |
18:25:46
| <hapticdata> | thanks |
18:31:41
| <blakmatrix> | hapticdata: how big is your app? |
18:31:55
| <hapticdata> | too big but it did say "jitsu ok" |
18:32:17
| <hapticdata> | I havent moved my static content to a cdn yet, the app is about 140mb |
18:33:48
| <blakmatrix> | hapticdata: it might be the issue, I'm seeing the drones blow up when it tries to unpack your data, we usually recomend apps be no larger than >50MB because unpacking on a 256MB drone can cause starvation if it is too large |
18:33:48
| * kfrancoi | quit (Ping timeout: 245 seconds) |
18:34:07
| <blakmatrix> | and depeneding on whats running on the drone |
18:34:25
| * dojoguy | joined |
18:35:02
| * Domenic__ | joined |
18:35:05
| * ChaoticJorge | quit (Quit: Computer has gone to sleep.) |
18:35:21
| <hapticdata> | ok, so since my app is too large it doesnt unpack, hence it stayed on the archived version, so now that I shut down the server it can't unpack the snapshot and just fails? |
18:36:33
| * defunctzombie | changed nick to defunctzombie_zz |
18:36:35
| <hapticdata> | Im less familiar with working with a cdn from a server perspective. It looks like nodejitsu has a project "pkgcloud" would you recommend that for use within my express install? |
18:36:46
| * adm | quit (Quit: adm) |
18:38:09
| <blakmatrix> | hapticdata: if you want, you could also use dropbox or s3 directly but I think pkgcloud also has interface with them |
18:39:42
| <hapticdata> | alright, thanks for the clear direction! I'll try to get that filesize down |
18:40:03
| <dojoguy> | any documentation on nginx as it relates tp nodejitsu? |
18:41:07
| <Sly> | dojoguy: our platform doesn't use nginx. |
18:41:24
| * jcrugzz | joined |
18:41:56
| <blakmatrix> | dojoguy: we use internal node blancers and node-http-proxy |
18:42:03
| * jgable | joined |
18:42:19
| <dojoguy> | Cool. I was hoping that was the case actually. I didnt see it anywhere specially probably a rtfm error. |
18:43:19
| * dojoguy | quit (Quit: Page closed) |
18:43:23
| * Nijiko | joined |
18:43:32
| * bradleymeck_ | joined |
18:44:39
| * bradleymeck | quit (Ping timeout: 252 seconds) |
18:44:40
| * bradleymeck_ | changed nick to bradleymeck |
18:45:27
| * tonist | joined |
18:47:31
| * jryans | joined |
19:00:51
| * devdazed | quit (Read error: Connection reset by peer) |
19:01:19
| * devdazed | joined |
19:06:55
| * spacenick | quit (Remote host closed the connection) |
19:07:44
| * spacenick | joined |
19:08:36
| * tonist | quit (Quit: tonist) |
19:14:19
| * InconceivableB | quit (Quit: Textual IRC Client: www.textualapp.com) |
19:15:08
| * tonist | joined |
19:15:29
| * aaronshaf | quit (Remote host closed the connection) |
19:15:40
| * RexM__ | joined |
19:16:29
| * RexM__ | changed nick to RexM |
19:17:36
| * admc | joined |
19:20:44
| * thealphanerd | quit (Quit: thealphanerd) |
19:22:25
| * joshontheweb | joined |
19:23:18
| * adm | joined |
19:23:48
| * joshontheweb | quit (Client Quit) |
19:25:35
| * admc | quit (Quit: Leaving.) |
19:25:57
| * adm | quit (Client Quit) |
19:26:36
| * ChaoticJorge | joined |
19:29:48
| * joshontheweb | joined |
19:29:52
| * InconceivableB | joined |
19:30:04
| * InconceivableB | quit (Client Quit) |
19:30:38
| * jbpros | quit (Read error: Operation timed out) |
19:31:00
| * InconceivableB | joined |
19:31:31
| * jbpros | joined |
19:32:02
| * RexM | changed nick to rxm |
19:32:53
| * lpin | quit (Ping timeout: 246 seconds) |
19:35:03
| * InconceivableB | quit (Client Quit) |
19:35:21
| * InconceivableB | joined |
19:36:21
| * kperch | joined |
19:36:43
| * hapticdata | quit (Ping timeout: 245 seconds) |
19:45:18
| * cody-- | joined |
19:45:42
| <cody--> | Can anyone help me figure out why http://nirc.jit.su/ is down? |
19:46:29
| * chrisdotcode | quit (Read error: Connection reset by peer) |
19:49:39
| * chrisdotcode | joined |
19:50:11
| <blakmatrix> | cody--: seems the server it was on before it was stopped was in a crash loop... trying to go back in the logs but ll i see are crash loop code |
19:53:28
| * kperch | quit (Ping timeout: 245 seconds) |
19:54:38
| * cronopio | quit (Ping timeout: 255 seconds) |
19:56:24
| * Nodejitsu-Github | joined |
19:56:24
| <Nodejitsu-Github> | [jitsu] chjj created jitsu-ui (+1 new commit): http://git.io/koMalA |
19:56:24
| <Nodejitsu-Github> | jitsu/jitsu-ui c1db7d7 Christopher Jeffrey: [api] ui: add simple alias to jitsu-ui. |
19:56:24
| * Nodejitsu-Github | part |
19:57:56
| <cody--> | do i need to try and redeploy blakmatrix? |
19:58:56
| * ragulka | joined |
19:58:57
| <blakmatrix> | cody--: is this a FOSS app? |
19:59:18
| * swaagie[foodz] | quit (Quit: Leaving) |
19:59:20
| <cody--> | I submitted an application for that, but never heard back |
19:59:24
| <cody--> | but yes, thats the intent |
20:00:49
| <blakmatrix> | cody--: that would explain it.. I m ust have given you a free month or so and then it auto turned off |
20:00:58
| <blakmatrix> | or some one else did |
20:01:16
| <blakmatrix> | anyways i brought it back up for you gl with the application |
20:01:22
| <cody--> | thanks dude |
20:01:48
| * travis-ci | joined |
20:01:48
| <travis-ci> | [travis-ci] nodejitsu/jitsu#404 (jitsu-ui - c1db7d7 : Christopher Jeffrey): The build passed. |
20:01:48
| <travis-ci> | [travis-ci] Change view : https://github.com/nodejitsu/jitsu/commit/c1db7d712143 |
20:01:48
| <travis-ci> | [travis-ci] Build details : http://travis-ci.org/nodejitsu/jitsu/builds/5696967 |
20:01:48
| * travis-ci | part |
20:06:06
| * swaagie | joined |
20:06:42
| * defunctzombie_zz | changed nick to defunctzombie |
20:06:43
| * nlognbob | quit (Ping timeout: 245 seconds) |
20:07:43
| * redir | joined |
20:08:30
| * cody-- | part |
20:13:08
| * lpin | joined |
20:13:08
| * webjay | joined |
20:13:45
| * redir | quit (Read error: Connection reset by peer) |
20:16:52
| * martin__ | joined |
20:17:02
| <martin__> | Hello everyone |
20:17:04
| * parallel | joined |
20:17:48
| <nathan7> | Hey martin__ |
20:18:08
| * eschnou | joined |
20:18:36
| <martin__> | I am thinking about using godot to process metrics, would the following work: Setting up a server godot drone on nodejitsu, listening to UDP, and have my other note apps on heroku and nodejitsu report to that one. |
20:19:42
| * redir | joined |
20:20:35
| <nathan7> | martin__: Your drone isn't quite accessible from outside over UDP |
20:21:58
| <martin__> | nathan7 hmm - so probably should put the server on rackspace or amazon |
20:22:41
| * tonist | quit (Quit: tonist) |
20:23:47
| <nathan7> | martin__: Or Joyent |
20:24:55
| <martin__> | hmm, which makes sense :-) Totally forgot about them... |
20:26:10
| <martin__> | in case of joyent, should I go smartos or linux? |
20:27:08
| <nathan7> | SmartOS is best-supported |
20:27:16
| <martin__> | k, thx |
20:27:17
| <nathan7> | And you get niceties like DTrace and stuff |
20:27:55
| * spacenick | quit (Remote host closed the connection) |
20:30:24
| * rickibalboa | quit (Ping timeout: 272 seconds) |
20:35:02
| <martin__> | nathan7 nodejitsu is on us-east-1 by default? |
20:35:17
| <nathan7> | martin__: Yeah |
20:35:23
| <nathan7> | martin__: all individual plans are joyent-us-east-1 |
20:35:38
| <martin__> | good. Should I do 32bit or 64 bit smartoss |
20:36:26
| <nathan7> | we live on 64-bit |
20:36:30
| <martin__> | k. |
20:37:28
| <martin__> | And a new machine has been born :-) Thanks nathan7 |
20:37:43
| <nathan7> | \o/ |
20:38:19
| * redir | quit (Read error: Connection reset by peer) |
20:38:19
| * cronopio[phone] | quit (Ping timeout: 258 seconds) |
20:39:12
| * kaareal | quit (Remote host closed the connection) |
20:39:36
| * bradleymeck | quit (Quit: bradleymeck) |
20:40:04
| * jetienne | joined |
20:44:43
| * redir | joined |
20:49:05
| * duncmcm | joined |
20:52:07
| <martin__> | nathan7 do you per any chance know the default password for new smarts machines on joyent? |
20:52:32
| <jcrugzz> | martin__: i believe you just register your ssh key on the site |
20:52:40
| <jcrugzz> | and then you can ssh to it |
20:54:29
| <martin__> | thats what I did, it still asks me for a password though |
20:54:46
| <jcrugzz> | hmmm |
20:55:36
| <jcrugzz> | martin__: did you try leaving it blank? |
20:55:58
| <martin__> | yep |
20:56:08
| * raphaf | joined |
20:56:08
| <martin__> | and tried root, admin , the usual suspects |
20:57:26
| <martin__> | I guess I am asking support ;-) |
20:57:52
| <jcrugzz> | martin__ yea thats odd, I cant remember having to do that last time i set one up, but that was a while ago |
20:59:43
| * kperch | joined |
21:00:50
| * redir | quit (Ping timeout: 260 seconds) |
21:01:22
| <martin__> | solved, forgot the root@ in front of the ip. getting rusty |
21:01:33
| <raphaf> | My application hosted in nodejitsu allows you to upload images, how do I access these files to do a simple backup? |
21:02:35
| <jcrugzz> | raphaf: are they being uploaded to be stored on the drone itself? |
21:04:31
| <raphaf> | yes, this is wrong? What would be the best practice to save files in nodejitsu? |
21:04:49
| * redir | joined |
21:04:51
| <martin__> | ok, I am a pain now, what's the easiest way to install node.js on smartos |
21:05:09
| <martin__> | raphaf that's very wrong. Normally you store them on a service like amazon s3 |
21:05:16
| <jcrugzz> | raphaf: well what happens is those uploaded files would be lost on each new deploy, since you are put on a fresh drone. And I would say either rackspace cloudfiles or s3 |
21:07:18
| <jcrugzz> | martin__: let me see if i can find a link |
21:07:54
| <jcrugzz> | but most likely you just want to run a wget for the source and install from source |
21:08:59
| * parallel | quit (Remote host closed the connection) |
21:09:32
| <raphaf> | jcrugzz and marting__: Understood, thank you! I will research the S3 |
21:09:34
| * parallel | joined |
21:09:49
| <jcrugzz> | raphaf: np :) |
21:10:24
| * kperch | quit (Ping timeout: 256 seconds) |
21:12:22
| * duncmcm | quit (Quit: Page closed) |
21:13:24
| * parallel_ | joined |
21:13:59
| * parallel | quit (Read error: Connection reset by peer) |
21:15:02
| * OliverJAsh | quit (Quit: OliverJAsh) |
21:16:44
| * redir | quit (Ping timeout: 257 seconds) |
21:18:28
| * fusiongrokker | quit (Quit: fusiongrokker) |
21:21:30
| * bradleymeck | joined |
21:21:31
| * adm | joined |
21:22:41
| * joshsmith | joined |
21:23:13
| * redir | joined |
21:25:01
| * redir | quit (Read error: Connection reset by peer) |
21:28:38
| * chrisdotcode | quit (Read error: Connection reset by peer) |
21:30:09
| * kaareal | joined |
21:30:33
| * redir | joined |
21:31:50
| * chrisdotcode | joined |
21:32:33
| * raphaf | quit (Ping timeout: 245 seconds) |
21:33:24
| * ragulka | quit (Quit: ragulka) |
21:34:08
| * parallel_ | quit (Remote host closed the connection) |
21:35:32
| * jgable | quit (Quit: Computer has gone to sleep.) |
21:38:56
| * OliverJAsh | joined |
21:39:13
| * ebright | quit (Ping timeout: 256 seconds) |
21:39:42
| * redir | quit (Read error: Connection reset by peer) |
21:44:06
| * parallel | joined |
21:46:23
| * redir | joined |
21:50:31
| * redir | quit (Read error: Connection reset by peer) |
21:54:04
| * sirkitree | changed nick to sirkitree|afk |
21:55:54
| * Samuel_Roldan | quit (Quit: Samuel_Roldan) |
22:02:08
| * ljharb | quit (Read error: Connection reset by peer) |
22:02:46
| * redir | joined |
22:02:47
| * ljharb_ | joined |
22:02:47
| * ljharb_ | changed nick to ljharb |
22:05:53
| * redir | quit (Ping timeout: 256 seconds) |
22:10:44
| * jetienne | quit (Quit: jetienne) |
22:11:35
| * redir | joined |
22:12:06
| * chrisdotcode | quit (Read error: Connection reset by peer) |
22:15:30
| * chrisdotcode | joined |
22:15:36
| * aykutyaman | joined |
22:16:00
| * c4milo | quit (Remote host closed the connection) |
22:16:06
| * kperch | joined |
22:16:25
| <aykutyaman> | nodejitsu.com is down |
22:16:54
| <swaagie> | aykutyaman, can you explain? I'm seeing the website just fine |
22:17:25
| <swaagie> | thx for reporting, can't confirm there is something wrong though |
22:18:21
| * InconceivableB | quit (Read error: Connection reset by peer) |
22:18:57
| <ljharb> | http://downforeveryoneorjustme.com/nodejitsu.com |
22:19:53
| * redir | quit (Quit: ...) |
22:20:59
| * defunctzombie | changed nick to defunctzombie_zz |
22:22:16
| <swaagie> | aykutyaman, can confirm one of our balancers is down, thx for noticing! |
22:22:30
| * kperch | quit (Ping timeout: 260 seconds) |
22:23:31
| <swaagie> | you must have hit our website through it |
22:23:47
| * anoemi | quit (Quit: anoemi) |
22:25:09
| * lpin | quit (Quit: Leaving) |
22:26:58
| * lukekarrys | joined |
22:27:08
| <aykutyaman> | swaagie: you're welcome |
22:28:20
| * webjay | quit (Remote host closed the connection) |
22:28:55
| * bogdanbiv_ | quit (Remote host closed the connection) |
22:29:04
| * webjay | joined |
22:29:20
| * indexzero | quit (Quit: indexzero) |
22:31:07
| * jcrugzz | quit (Ping timeout: 264 seconds) |
22:31:18
| * Leo_ | joined |
22:31:29
| <Leo_> | Hello |
22:33:44
| * c4milo | joined |
22:34:25
| * Ming_ | joined |
22:34:36
| * therealkoopa | quit (Remote host closed the connection) |
22:35:21
| <Leo_> | Anybody knows why I can use jitsu on Cloud9 for deploying an app? |
22:35:26
| <Ming_> | Hi, I'm testing out nodejitsu for the first time today, and running into a deploy error. Wonder if I could get some help |
22:38:38
| <Ming_> | Error: Cannot find module 'ejs-locals' |
22:39:02
| * Leo_ | quit (Quit: Page closed) |
22:39:53
| * lukekarrys | quit (Quit: Textual IRC Client: www.textualapp.com) |
22:42:48
| * Domenic__ | quit (Remote host closed the connection) |
22:47:17
| * anoemi | joined |
22:47:29
| * anoemi | quit (Client Quit) |
22:48:56
| * c4milo | quit (Remote host closed the connection) |
22:49:13
| * Ming_ | quit (Ping timeout: 245 seconds) |
22:49:31
| * chrisdotcode | quit (Read error: Connection reset by peer) |
22:52:15
| * generalissimo | quit (Remote host closed the connection) |
22:52:41
| * chrisdotcode | joined |
22:59:50
| * bradleymeck | quit (Quit: bradleymeck) |
23:00:10
| * fusiongrokker | joined |
23:01:01
| * sirkitree|afk | quit (Quit: Computer has gone to sleep.) |
23:01:37
| * kaspertidemann | joined |
23:07:19
| * engierk0 | quit (Quit: engierk0) |
23:07:54
| * rxm | quit (Ping timeout: 252 seconds) |
23:11:58
| * RexM | joined |
23:12:03
| * Alex____ | joined |
23:12:11
| <Alex____> | nick Chevex |
23:12:14
| * Alex____ | changed nick to Chevex |
23:12:41
| * indexzero | joined |
23:12:46
| * indexzero | quit (Client Quit) |
23:12:50
| <Chevex> | Can anyone tell me where to point the A record for my domain name so that it maps to my newly deployed app on nodejitsu? |
23:13:08
| <Chevex> | http://codetunnel.jit.su/ |
23:13:45
| * sirkitree | joined |
23:14:03
| <Chevex> | Hello? |
23:14:21
| * airasoul | joined |
23:14:47
| <blakmatrix> | Chevex: hello |
23:15:00
| * `3rdEden | quit (Remote host closed the connection) |
23:16:03
| <Chevex> | Can anyone tell me where to point the A record for my domain name so that it maps to my newly deployed app on nodejitsu? |
23:16:15
| <blakmatrix> | Chevex: set them to 165.225.130.239, 165.225.131.4, 165.225.130.240, 165.225.130.237, 165.225.130.241, 165.225.131.5, 165.225.130.235, 165.225.130.238 |
23:16:51
| <Chevex> | How do I tell the app to respond to requests for my hostname? |
23:17:23
| * parallel | quit (Remote host closed the connection) |
23:17:25
| <blakmatrix> | Chevex: any one of them will work, adding all of them will ensure your app wont experiences effecs from a DDoS should that ever occur |
23:17:46
| <blakmatrix> | Chevex: not sure i follow can you explain a use case to describe what your trying to do? |
23:17:53
| <Chevex> | So i don't have to add my domain anywhere in my nodejitsu app? |
23:18:00
| <airasoul> | hey; any help appreciated - my company is about to deploy a large node based application; we are considering nodejitsu; does anyone have any experience of application and server monitoring; does nodejisu provide any tooling, etc,, |
23:18:04
| <Chevex> | Just point the A record to those IPs and I'm good? |
23:18:36
| <blakmatrix> | Chevex: in your package.json is where you add the domains feild see http://dns.jit.su for an example |
23:19:04
| <Chevex> | ty |
23:19:19
| <blakmatrix> | airasoul: not yet, beggining of April we should have a monitoring solution, I know some people use nodefly though currently |
23:20:11
| <airasoul> | sweet; april should be ok; |
23:20:16
| <airasoul> | thanks |
23:21:05
| * marcello3d | quit (Remote host closed the connection) |
23:21:32
| * generalissimo | joined |
23:22:02
| <Chevex> | I'm moving over here from Windows Azure. |
23:22:17
| <Chevex> | First bump in the road and they wanted me to buy a support package in addition to what I'm already paying. |
23:22:31
| <Chevex> | You guys seem pretty awesome. Love the command line tool. |
23:25:16
| * swaagie | quit (Quit: Leaving) |
23:25:37
| <Chevex> | On Azure I was using their blob storage to store images. |
23:25:52
| <Chevex> | Is there a similar thing here, external to my application, where I can place images? |
23:26:20
| <Chevex> | Doesn't have to be blob storage. Just a place to upload images and not have them blown away on deploy. |
23:26:55
| * eschnou | quit (Ping timeout: 260 seconds) |
23:27:52
| * kperch | joined |
23:33:34
| <Chevex> | What does everyone else use for things like this? |
23:37:10
| * kperch | quit (Ping timeout: 256 seconds) |
23:37:25
| * chrisdotcode | quit (Read error: Connection reset by peer) |
23:37:28
| * lukekarrys | joined |
23:39:25
| * airasoul | quit (Quit: Page closed) |
23:40:22
| * chrisdotcode | joined |
23:42:57
| * forbeslindesay | joined |
23:45:14
| <forbeslindesay> | does nodejitsu use any kind of ip based rate limiting? I'm trying to use it with Cloudflare and I'm having a few problems |
23:45:29
| * Ahren | joined |
23:46:19
| * marcello3d | joined |
23:50:40
| * joshontheweb | quit (Quit: Computer has gone to sleep.) |
23:51:40
| <martin__> | Chevex Amazon S3, or rackspace cloudfiles |
23:51:47
| * aykutyaman | quit (Quit: Leaving.) |
23:52:07
| * OliverJAsh | quit (Quit: OliverJAsh) |
23:53:15
| * Domenic__ | joined |
23:55:58
| * chrisdotcode | quit (Read error: Connection reset by peer) |
23:57:30
| * Domenic__ | quit (Ping timeout: 245 seconds) |
23:59:03
| * chrisdotcode | joined |