Friday, 2010-07-30

[2010/07/30 00:07:19] @ Log started by gepetto
[2010/07/30 00:07:19] @ Quit: mattrpuppet: Quit: Leaving.
[2010/07/30 00:07:48] @ mattrpuppet joined channel #puppet-dev
[2010/07/30 00:56:34] @ Quit: kubicek: Quit: kubicek
[2010/07/30 01:32:03] @ Quit: mattrpuppet: Remote host closed the connection
[2010/07/30 02:09:13] @ Quit: londo: Read error: Operation timed out
[2010/07/30 02:11:33] @ londo joined channel #puppet-dev
[2010/07/30 04:35:16] @ kubicek joined channel #puppet-dev
[2010/07/30 05:46:22] @ Quit: kubicek: Read error: Connection reset by peer
[2010/07/30 07:04:38] @ notbrien joined channel #puppet-dev
[2010/07/30 07:56:55] @ rcrowley joined channel #puppet-dev
[2010/07/30 08:21:52] @ jmccune joined channel #puppet-dev
[2010/07/30 08:27:58] @ Quit: jmccune: Read error: Operation timed out
[2010/07/30 08:32:16] @ jmccune joined channel #puppet-dev
[2010/07/30 09:37:57] @ Quit: markus: Quit: markus
[2010/07/30 09:38:39] @ plathrop-away is now known as plathrop
[2010/07/30 10:31:42] @ markus joined channel #puppet-dev
[2010/07/30 10:55:40] @ lak joined channel #puppet-dev
[2010/07/30 11:16:07] @ Quit: jmccune: Ping timeout: 276 seconds
[2010/07/30 11:31:41] @ Quit: lak: Quit: lak
[2010/07/30 12:03:55] @ lak joined channel #puppet-dev
[2010/07/30 12:25:01] <masterzen> markus: I found another 2.6 perf regression cause...
[2010/07/30 12:30:12] @ jmccune joined channel #puppet-dev
[2010/07/30 12:59:12] <jamesturnbull> masterzen: woot
[2010/07/30 12:59:34] <masterzen> jamesturnbull: is markus around?
[2010/07/30 13:00:12] <jamesturnbull> masterzen: lunch be back in 30 mins I think
[2010/07/30 13:00:38] <masterzen> jamesturnbull: ok. How is the life in portland, then?
[2010/07/30 13:22:54] @ Quit: lak: Quit: lak
[2010/07/30 13:28:11] <masterzen> markus: I'm going away, if you have time today, check my attempt to fix the last perf issue I found re #4302
[2010/07/30 13:28:12] <gepetto> masterzen: markus: #4302 is http://projects.puppetlabs.com/issues/show/4302 "Puppet - Bug #4302: compile performance on 2.6 - Puppet Labs"
[2010/07/30 13:34:35] @ lak joined channel #puppet-dev
[2010/07/30 13:39:09] @ Quit: lak: Client Quit
[2010/07/30 13:54:41] @ Quit: fsweetser: Remote host closed the connection
[2010/07/30 13:54:55] @ fsweetser joined channel #puppet-dev
[2010/07/30 14:25:30] @ Quit: notbrien: Quit: notbrien
[2010/07/30 15:06:14] @ Quit: jmccune: Ping timeout: 246 seconds
[2010/07/30 15:52:40] <eric0> jmccune around?
[2010/07/30 15:53:58] <eric0> ah i see from twitter that he is eating cookies!
[2010/07/30 15:56:11] <eric0> i went too deep into provider/nameservice/directoryservice.rb and popped out the other side
[2010/07/30 16:29:19] @ Quit: markus: Quit: markus
[2010/07/30 16:56:53] @ jmccune joined channel #puppet-dev
[2010/07/30 17:53:07] <jamesturnbull> tmz: ping
[2010/07/30 17:53:22] <jamesturnbull> tmz: what's needed to add Puppet Dashboard to EPEL?
[2010/07/30 18:11:08] <tmz> jamesturnbull: Without having looked in a while, the biggest issues is going to be bundled libraries. And the rails version, doesn't dashboard need rails >= 2.3 or something?
[2010/07/30 18:12:23] <jamesturnbull> tmz: yeah
[2010/07/30 18:12:29] <jamesturnbull> tmz: and it vendors a bunch of shit
[2010/07/30 18:12:38] * jamesturnbull means "important gems"
[2010/07/30 18:12:41] <jamesturnbull> rather than bad words
[2010/07/30 18:12:44] <tmz> Haha
[2010/07/30 18:13:19] <tmz> EPEL has rails 2.1 now. It seems like it's possible to have a rails23 package intalled in parallel, but I've never sat sown and looked at that.
[2010/07/30 18:16:18] <jamesturnbull> hmmm okay
[2010/07/30 18:16:30] <jamesturnbull> I doubt we'll ever not need something more recent though
[2010/07/30 18:16:49] * jamesturnbull is really sorry that rails apps aren't easier to package
[2010/07/30 18:16:54] <tmz> Yeah, 2.1 is pretty old.
[2010/07/30 18:17:13] <tmz> And yeah, it'd be nicer if rails apps didn't make it harder.
[2010/07/30 18:17:24] <jamesturnbull> I am just trying to remove one packaging challenge from my plate
[2010/07/30 18:17:58] <jamesturnbull> it's pretty much "package the files" and then oh btw run these ten manual tasks after yum install to get it running
[2010/07/30 18:18:01] <jamesturnbull> that annoys the crap out of me
[2010/07/30 18:18:33] <tmz> I totally understand that goal. I've meant to play with dashboard more and see if there's anything I can help out with there.
[2010/07/30 18:19:18] <tmz> I keep meaning to write a rails task to update the spec file in puppet (and probably facter too, since it'd be just a copy/paste job).
[2010/07/30 18:19:28] <jamesturnbull> tmz: any comments on the spec file welcomed too
[2010/07/30 18:19:39] <jamesturnbull> I am a babe in the woods with those
[2010/07/30 18:19:42] <tmz> That way, folks could do git co .../puppet and then rails rpm ;)
[2010/07/30 18:20:34] <tmz> Righto. Me and Ohad did that with foreman a month or so back and got it in pretty good shape, aside from the vendor stuff and requirement for newer rails.
[2010/07/30 18:20:46] <tmz> dashboard is pretty much the same in that respect.
[2010/07/30 18:20:54] <jamesturnbull> tmz: http://yum.puppetlabs.com/sources/puppet-dashboard.spec
[2010/07/30 18:20:58] <tmz> I even started to do that, but didn't find time.
[2010/07/30 18:59:20] @ Quit: jmccune: Ping timeout: 265 seconds
[2010/07/30 19:53:15] @ plathrop is now known as plathrop-away
[2010/07/30 20:00:42] @ markus joined channel #puppet-dev
[2010/07/30 20:23:25] @ plathrop-away is now known as plathrop
[2010/07/30 21:41:55] @ Quit: fsweetser: *.net *.split
[2010/07/30 21:43:16] @ fsweetser joined channel #puppet-dev

Generated by irclog2html.py 2.6 by Marius Gedminas - find it at mg.pov.lt!