Sunday, 2008-06-15

[2008/06/15 00:03:32] @ exit237 joined channel #puppet
[2008/06/15 00:05:58] <Volcane> fujin: yeah i prefer php for web stuff.
[2008/06/15 00:07:40] <Volcane> fujin: have a large investment in code, frameworks etc, like i wrote a puppet reports showers app with my std look and feel, user management, cross domain single signon and all that kind of thing in about 2.5 hours
[2008/06/15 00:08:19] <Volcane> fujin: all nice and MVC code etc
[2008/06/15 00:09:34] @ exit237 left channel #puppet ()
[2008/06/15 00:10:23] @ exit237 joined channel #puppet
[2008/06/15 00:13:13] @ Quit: exit237:
[2008/06/15 00:13:20] @ exit237 joined channel #puppet
[2008/06/15 00:13:33] @ Quit: exit237: Remote closed the connection
[2008/06/15 00:14:46] @ leitgebj joined channel #puppet
[2008/06/15 00:20:36] @ Quit: andrewcshafer:
[2008/06/15 00:21:47] @ Quit: duffbeer703:
[2008/06/15 00:22:23] <jamesturnbull> Volcane: going to share it? :P
[2008/06/15 00:25:22] <Volcane> jamesturnbull: heh, not keen on sharing my framework code :( but i might make a plan cos the beef of the app is all reusable objects.
[2008/06/15 00:25:48] <Volcane> if i strip out the auth etc, ppl can just use http auth, then it should be possible
[2008/06/15 00:26:23] * Volcane wonders why puppet insissts on putting strict modes on the reports dir though
[2008/06/15 00:26:32] <Volcane> and how to beat sense into it
[2008/06/15 00:26:59] <Volcane> drwxr-x--- 23 puppet puppet 4096 Jun 14 13:45 puppet
[2008/06/15 00:27:00] <jamesturnbull> Volcane: be good - the more apps like this the better - it's a big selling point of Nagios - the many integration tools
[2008/06/15 00:27:43] <Volcane> jamesturnbull: yeah, I'll make a plan. Cant yet write ruby so cant do patches etc to puppet proper, so might contribute this way in stead
[2008/06/15 00:27:55] <jamesturnbull> Volcane: sounds great
[2008/06/15 00:30:36] <Volcane> http://nephilim.ml.org/~rip/puppetreports1.png and http://nephilim.ml.org/~rip/puppetreports2.png
[2008/06/15 00:31:02] <Volcane> so obviously its not the most attractive looking thing you've ever seen, not my strong point :)
[2008/06/15 00:35:29] <Volcane> several of my clients have sites developed with this framework though and their own look and feel, so my code will just plug into that without any effort at all now. and since most of my clients are getting puppet, might have something new to sell them
[2008/06/15 01:00:28] <jamesturnbull> Volcane: looks good to me
[2008/06/15 01:00:38] <jamesturnbull> Volcane: function over form
[2008/06/15 01:00:53] <Volcane> indeed
[2008/06/15 01:01:25] <Volcane> man its wrong being up at 5am on a sunday morning. rolling out massive upgrade for a client :(
[2008/06/15 01:19:42] @ Demosthenes joined channel #puppet
[2008/06/15 01:27:43] <jamesturnbull> Volcane: I am dialing into management bridges for a serious incident every hour for the last three days
[2008/06/15 01:27:56] <jamesturnbull> Volcane: needless to say my sleep pattern is perm. disrupted
[2008/06/15 01:29:16] <Volcane> wow that sux
[2008/06/15 01:30:32] <Volcane> used to be head sysad for a large multi national with offices in au, nz, lots of asia and uk
[2008/06/15 01:30:40] <Volcane> got called all the time for stuff at all hours
[2008/06/15 01:30:55] @ andrewcshafer joined channel #puppet
[2008/06/15 01:30:56] <Volcane> too old for that shit now :)
[2008/06/15 02:04:33] @ Quit: mikearr: Read error: 110 (Connection timed out)
[2008/06/15 02:06:25] @ mikearr joined channel #puppet
[2008/06/15 02:07:26] @ Quit: f3ew: Read error: 104 (Connection reset by peer)
[2008/06/15 02:10:55] <jamesturnbull> Volcane: me too
[2008/06/15 02:11:00] <jamesturnbull> Volcane: way too old
[2008/06/15 02:37:05] @ Quit: marcoecc: Read error: 104 (Connection reset by peer)
[2008/06/15 02:43:49] @ Quit: ski98033: "Leaving."
[2008/06/15 02:48:58] <fujin> Volcane: ew, did you write a yaml parser?
[2008/06/15 02:49:11] <fujin> why not write a simple reporter that dumps stuff into a db
[2008/06/15 02:49:21] <fujin> hell, I think I already have one of those kicking around here somewhere
[2008/06/15 02:50:46] <fujin> yeah, shadoi gave it to me
[2008/06/15 02:50:49] <fujin> lemme get it on pastie
[2008/06/15 02:50:54] <fujin> pastie:
[2008/06/15 02:51:51] <pastie> http://pastie.org/215292 by fujin.
[2008/06/15 02:54:31] <fujin> Volcane: are you just rendering the rrd reports there?
[2008/06/15 03:01:25] <Volcane> fujin: oh yeah i just pull in the graphs that puppet makes already, much easier than trying to render your own
[2008/06/15 03:01:49] <Volcane> fujin: no i used a yaml parser mentioned on yaml.org but i think I'll eventually switch to the zend one which seems better
[2008/06/15 03:02:03] <fujin> ah
[2008/06/15 03:02:05] <fujin> see my paste ^
[2008/06/15 03:02:09] <fujin> pops the report stuff into a db
[2008/06/15 03:02:22] <fujin> but obviously means rolling that out on your masters
[2008/06/15 03:03:10] <Volcane> yeah that looks kewl, will investigate that. i like that as its now its very low tech and low requirements, pretty much just php and the yaml parser class
[2008/06/15 03:03:45] <fujin> yeh, I understand
[2008/06/15 03:04:17] <fujin> I've been meaning to get around to writing a merb version of pretty much what you've written
[2008/06/15 03:04:30] <fujin> and eventually extending that out into a change control system
[2008/06/15 03:04:37] <Volcane> well i wouldnt want to run rails anywhere :P
[2008/06/15 03:04:49] <Volcane> ever, for any reason.
[2008/06/15 03:05:57] <fujin> merb != rails
[2008/06/15 03:06:07] <Volcane> ah, donno much about the various ruby tech
[2008/06/15 03:06:20] @ Quit: rcoup:
[2008/06/15 03:07:02] <Volcane> but generally i am not going to be running anything that requires the mess of mongrel/webrick/apache proxies/etc
[2008/06/15 03:07:11] <Volcane> puppetmaster is bad enough but I'll make an exception
[2008/06/15 03:08:00] <fujin> heh
[2008/06/15 03:10:32] <Volcane> so while i am keen (and am busy doing so) to learn ruby, it'll replace perl in my life. and like perl i dont think it belongs on the web
[2008/06/15 03:11:06] * Volcane is sick of clients 30 x debian+fastcgi junk machine that all have load average of 30 constantly :P
[2008/06/15 03:27:55] <fujin> awfully shortsighted
[2008/06/15 03:28:24] <fujin> imho
[2008/06/15 03:28:27] <fujin> anyway, back to AoC. toodles
[2008/06/15 03:31:35] <Volcane> *shrug* i bet you're a java+tomcat fan too then :P
[2008/06/15 03:41:09] @ rcoup joined channel #puppet
[2008/06/15 03:41:55] @ trombik joined channel #puppet
[2008/06/15 03:46:47] @ aymerick joined channel #puppet
[2008/06/15 03:47:22] <aymerick> lu
[2008/06/15 03:47:30] @ aymerick is now known as aym_away
[2008/06/15 03:47:40] @ aym_away left channel #puppet ()
[2008/06/15 03:52:53] <nwp> Volcane: ew. I come to places like this to forget about that kind of thing. I guess I'll just have to mention Cocoon to complete the set, and in revenge.
[2008/06/15 03:54:31] @ Quit: trombik_: Read error: 110 (Connection timed out)
[2008/06/15 03:55:00] <Volcane> nwp: hehe
[2008/06/15 03:55:23] @ marcoecc joined channel #puppet
[2008/06/15 03:55:38] * Volcane 's been quite impressed with the performance/stability of his one tomcat client, but I wont *like* it any time soon
[2008/06/15 03:56:40] <nwp> the only Java apps I like are the ones that I can't tell are Java.
[2008/06/15 03:57:47] @ Quit: marcoecc: Client Quit
[2008/06/15 04:15:37] @ Quit: andrewcshafer:
[2008/06/15 04:17:00] @ andrewcshafer joined channel #puppet
[2008/06/15 05:16:32] @ roald joined channel #puppet
[2008/06/15 05:36:36] @ johnf joined channel #puppet
[2008/06/15 05:43:19] @ Quit: mikearr: Read error: 110 (Connection timed out)
[2008/06/15 05:44:08] @ yure__ joined channel #puppet
[2008/06/15 05:44:39] @ mikearr joined channel #puppet
[2008/06/15 05:58:43] @ Quit: johnf: Read error: 110 (Connection timed out)
[2008/06/15 05:59:46] @ Quit: yure_: Connection timed out
[2008/06/15 06:15:57] <Ned> has anyone every had trouble with puppet not restarting bind?, it says it's restarting it, but it just doesn't happen :_(
[2008/06/15 06:18:41] <Volcane> if you dont tell the service resources that it hasrestart etc, it will just send it a -HUP signal
[2008/06/15 06:18:57] <Volcane> which, i am not sure, but bind might not interpret that as a reload
[2008/06/15 06:22:16] <jamesturnbull> Ned: what Volcane said
[2008/06/15 06:22:20] <Ned> Volcane: I have service { "bind9": hasrestart => true }
[2008/06/15 06:22:37] <Ned> but that's not working :-(
[2008/06/15 06:23:04] <Ned> and I'm getting:
[2008/06/15 06:23:05] <Ned> Jun 15 22:16:57 core puppetd[9330]: (//Node[core]/dnsserver/Service[bind9]) Triggering 'refresh' from 1 dependencies
[2008/06/15 06:23:08] <Volcane> then i can only suggest running puppet with --debug -v --trace and see whats saying
[2008/06/15 06:23:15] <Ned> okay, I'll try that
[2008/06/15 06:23:18] <Volcane> that'll show you what command it executes etc
[2008/06/15 06:23:23] <Ned> cool, ta
[2008/06/15 06:23:37] @ johnf joined channel #puppet
[2008/06/15 06:24:03] <Ned> Hmmm ... that's a whole lotta output ...
[2008/06/15 06:24:15] <Ned> ah ha
[2008/06/15 06:24:17] <Ned> debug: Service[bind9](provider=debian): Executing 'ps -ef'
[2008/06/15 06:24:17] <Ned> debug: //Node[core]/dnsserver/Service[bind9]: Skipping restart; service is not running
[2008/06/15 06:24:25] <Volcane> ah, then you need hasstatus :)
[2008/06/15 06:24:27] <Ned> Volcane: thanks for that,
[2008/06/15 06:24:32] <Ned> :-)
[2008/06/15 06:24:32] <Volcane> cos it does a ps -auxw for the process name
[2008/06/15 06:24:37] <Ned> err, ps -ef ?
[2008/06/15 06:24:44] <Volcane> and i am guessing your named isnt calling itself bind9
[2008/06/15 06:24:45] <Ned> (looking at that debug line)
[2008/06/15 06:24:46] <Ned> :-)
[2008/06/15 06:24:54] <Ned> no, I think it's calling itself bind9
[2008/06/15 06:24:59] <Volcane> yeah sorry, my bad habits are creeping through :)
[2008/06/15 06:25:07] <Ned> :-)
[2008/06/15 06:25:20] <Volcane> up since 5, sleep 1, that'll do it :)
[2008/06/15 06:25:21] <Ned> crap, the init.d script doesn't have status
[2008/06/15 06:25:24] <Volcane> heh
[2008/06/15 06:25:32] * Ned goes to read documentation about Services
[2008/06/15 06:25:32] <Volcane> what OS?
[2008/06/15 06:25:35] <Ned> Debian
[2008/06/15 06:25:38] <Ned> Etch
[2008/06/15 06:25:41] <Volcane> ah, well, no comment then.
[2008/06/15 06:25:49] <Ned> perhaps I can control what it looks for in ps -ef
[2008/06/15 06:25:59] <Ned> like say look for "named"
[2008/06/15 06:26:02] <Ned> rather than bind9
[2008/06/15 06:26:11] <Superfly_> you can specify what ps -ef should look for
[2008/06/15 06:26:23] <Volcane> yeah, might be possible, check the docs
[2008/06/15 06:26:24] * Ned is already reading
[2008/06/15 06:26:27] <Ned> ah ha, pattern
[2008/06/15 06:26:33] <Ned> the pattern to search for in the process table
[2008/06/15 06:26:42] <Superfly_> but anyway status should work
[2008/06/15 06:26:50] <Ned> status ?
[2008/06/15 06:26:56] <Ned> Superfly_: the init.d script doesn't have status
[2008/06/15 06:27:20] <Superfly_> only for bind or any other init.d?
[2008/06/15 06:27:26] <Superfly_> and yeah ive read that :)
[2008/06/15 06:27:28] <Ned> well, it's a bit hit and miss
[2008/06/15 06:27:35] <Ned> some init.d scripts have status
[2008/06/15 06:27:37] <Ned> some don't
[2008/06/15 06:27:41] <Superfly_> funny
[2008/06/15 06:27:41] <Ned> Debian isn't good like that :-(
[2008/06/15 06:27:47] <Ned> Gentoo is much more structured there
[2008/06/15 06:27:57] <Superfly_> gentoo has, so i thought maybe debian has it too
[2008/06/15 06:27:59] <Ned> and those are the only two distros I've ever really used
[2008/06/15 06:28:09] <Ned> yeah, Gentoo has some stuff that's quite nice
[2008/06/15 06:28:13] <Ned> but on the whole, I prefer Debian
[2008/06/15 06:28:15] <Volcane> redht too, I've come across only 1 of there rc scripts that isnt LSB compliant
[2008/06/15 06:28:33] * Ned and Redhat never got on
[2008/06/15 06:29:17] <Superfly_> alright, so pattern is your friend, but its kinda workaround, which never looks good :)
[2008/06/15 06:29:22] <Ned> yes
[2008/06/15 06:29:52] <Volcane> yeah. wow its not just your etch box, debian bind9 rc script really does nto have status
[2008/06/15 06:29:53] <Ned> Superfly_: I could probably write a status command that did something like ...
[2008/06/15 06:29:55] <Volcane> horrible
[2008/06/15 06:29:57] <Ned> test -f /var/run/bind.pid
[2008/06/15 06:30:14] <Ned> Volcane: indeed
[2008/06/15 06:31:11] <Superfly_> hm ive checked named script under /etc/init.d it doesnt have status in it, so probably the whole init.d system knows that
[2008/06/15 06:31:17] <Volcane> and 'rndc status' isnt being nice and returning a usable status code when the daemon isnt up
[2008/06/15 06:31:58] <Superfly_> this reminds me to the first openbsd install, ok, mysql and apache is up, how do i start them? oh so i have to write the scripts for them :)
[2008/06/15 06:32:04] <Ned> Volcane: well, the pattern thing has fixed it ... thanks :-)
[2008/06/15 06:32:09] <Ned> and thanks Superfly_ too :
[2008/06/15 06:32:09] <Ned> p
[2008/06/15 06:32:16] <Ned> wow, typing properly was extra
[2008/06/15 06:54:51] @ Quit: yure__: "Odhajam"
[2008/06/15 07:09:16] @ dkam joined channel #puppet
[2008/06/15 07:16:00] @ Innocenti joined channel #puppet
[2008/06/15 07:28:47] @ LBo joined channel #puppet
[2008/06/15 07:34:21] <dkam> Hey guys - I'm having trouble get the certificates right - my puppet master is a cname to another host, and the client keeps reporting "Certificates were not trusted: hostname was not match with the server certificate"
[2008/06/15 07:35:15] @ Quit: Innocenti: Client Quit
[2008/06/15 07:35:23] <dkam> I've added the certdnsnames directive to [puppetmasterd] - my seems to have the Subject Alternative Name components
[2008/06/15 07:37:48] <Volcane> make your master certname=puppet
[2008/06/15 07:37:55] <Volcane> add puppet as cnames to your domains
[2008/06/15 07:38:06] <Volcane> leave your clients on default so they'll talk to 'puppet'
[2008/06/15 07:38:12] <Volcane> and make sure they're all set to search in their domains
[2008/06/15 07:38:23] <Volcane> then shut it all down, delete ssl directories etc
[2008/06/15 07:38:27] <Volcane> start it all and u should be fine
[2008/06/15 07:39:58] <dkam> The Puppet master is hosted just with a Cname tho - should still be ok?
[2008/06/15 07:40:22] <dkam> What I mean to say - puppet.mydomain.com is a cname - will that matter?
[2008/06/15 07:41:48] <dkam> Volcane: Thanks - that worked. I don't see how tho.
[2008/06/15 07:41:49] <Volcane> thats fine
[2008/06/15 07:41:55] <Volcane> as long as clients can find it on puppet
[2008/06/15 07:42:19] <Volcane> dkam: kewl, probably you had some old ssl certs around or something, deleting dirs help when it all seems fine but its not :)
[2008/06/15 07:43:00] <Volcane> its all supposed to work if you set them all to talk to say 'something.domain.com' but I've given up on that, make all work with 'puppet' via A records, CNAMEs whatever, and it just works
[2008/06/15 07:43:13] <dkam> Volcane: I guess you must be right - I did have the wrong name at one point - but I thought I'd deleted the /var/lib/puppet/* stuff...
[2008/06/15 07:43:33] <dkam> Volcane: Righto - thanks again.
[2008/06/15 07:44:25] <Volcane> np
[2008/06/15 08:03:59] @ trombik_ joined channel #puppet
[2008/06/15 08:04:37] @ Quit: LBo: Read error: 110 (Connection timed out)
[2008/06/15 08:14:33] @ martha joined channel #puppet
[2008/06/15 08:14:39] @ Quit: martha: Client Quit
[2008/06/15 08:15:27] @ martha joined channel #puppet
[2008/06/15 08:38:43] @ Quit: keithlard_:
[2008/06/15 08:40:01] @ keithlard joined channel #puppet
[2008/06/15 08:54:34] @ Quit: andrewcshafer:
[2008/06/15 09:10:44] @ nasrat joined channel #puppet
[2008/06/15 09:11:32] @ LBo joined channel #puppet
[2008/06/15 09:16:34] @ a-priori_ joined channel #puppet
[2008/06/15 09:16:35] @ Quit: rcoup:
[2008/06/15 09:20:04] @ Quit: dkam:
[2008/06/15 09:31:07] @ Quit: a-priori: Read error: 110 (Connection timed out)
[2008/06/15 09:57:54] @ jvanzyl joined channel #puppet
[2008/06/15 09:59:03] @ rabbit7 left channel #puppet ()
[2008/06/15 10:18:16] @ Quit: jvanzyl: Read error: 104 (Connection reset by peer)
[2008/06/15 10:31:44] @ jvanzyl joined channel #puppet
[2008/06/15 10:45:47] @ Quit: nasrat:
[2008/06/15 10:53:23] @ cleve joined channel #puppet
[2008/06/15 11:09:26] @ patobrien joined channel #puppet
[2008/06/15 11:41:14] @ andrewcshafer joined channel #puppet
[2008/06/15 11:42:01] @ Quit: cleve:
[2008/06/15 12:02:43] @ Ol__ joined channel #puppet
[2008/06/15 12:02:48] @ Quit: Ol_:
[2008/06/15 12:03:34] @ yure joined channel #puppet
[2008/06/15 12:11:56] @ Quit: patobrien: "Leaving"
[2008/06/15 12:35:01] @ Quit: yure: Remote closed the connection
[2008/06/15 12:37:02] @ Disconnect joined channel #puppet
[2008/06/15 13:20:52] @ lak joined channel #puppet
[2008/06/15 14:13:44] @ Quit: lak: Read error: 104 (Connection reset by peer)
[2008/06/15 14:14:02] @ lak joined channel #puppet
[2008/06/15 14:37:04] @ Quit: fbe: Read error: 104 (Connection reset by peer)
[2008/06/15 14:38:59] @ fbe joined channel #puppet
[2008/06/15 14:40:55] @ Quit: lak: Read error: 104 (Connection reset by peer)
[2008/06/15 14:41:15] @ yure joined channel #puppet
[2008/06/15 14:47:56] @ ^authentic joined channel #puppet
[2008/06/15 14:48:11] @ cleve joined channel #puppet
[2008/06/15 14:59:22] @ Quit: johnf: Read error: 110 (Connection timed out)
[2008/06/15 14:59:39] @ Quit: authentic: Read error: 110 (Connection timed out)
[2008/06/15 14:59:46] @ ^authentic is now known as authentic
[2008/06/15 15:01:10] @ Quit: cleve:
[2008/06/15 15:02:33] @ lak joined channel #puppet
[2008/06/15 15:02:58] @ Quit: Ol__:
[2008/06/15 15:06:59] @ Quit: lak: Client Quit
[2008/06/15 15:11:01] @ lak joined channel #puppet
[2008/06/15 15:19:44] @ Ol_ joined channel #puppet
[2008/06/15 15:27:51] @ vadim joined channel #puppet
[2008/06/15 15:28:04] @ vadim is now known as vadimmm
[2008/06/15 15:29:39] @ Quit: andrewcshafer:
[2008/06/15 15:31:03] <vadimmm> Hi. I want to create the directory:
[2008/06/15 15:31:05] <vadimmm> file { "/usr/local/nginx/conf/nodes":
[2008/06/15 15:31:06] <vadimmm> ensure => directory,
[2008/06/15 15:31:08] <vadimmm> owner => "accel",
[2008/06/15 15:31:10] <vadimmm> group => "accel",
[2008/06/15 15:31:12] <vadimmm> mode => 755,
[2008/06/15 15:31:13] <vadimmm> require => Package["nginx"];
[2008/06/15 15:31:15] <vadimmm> }
[2008/06/15 15:31:16] <vadimmm> But in log i see:
[2008/06/15 15:31:18] <vadimmm> (//Node[fqdn]/nginx/File[/usr/local/nginx/conf/nodes]/ensure) No specified sources exist
[2008/06/15 15:31:19] <vadimmm> Why???
[2008/06/15 15:32:00] <lak> vadimmm: you sure you didn't specify a source somewhere?
[2008/06/15 15:34:09] <Volcane> maybe with a File{...} override?
[2008/06/15 15:34:17] @ ricky_ joined channel #puppet
[2008/06/15 15:34:51] @ Quit: ricky: Nick collision from services.
[2008/06/15 15:35:08] @ ricky_ is now known as ricky
[2008/06/15 15:35:32] @ Quit: fbe: Remote closed the connection
[2008/06/15 15:36:40] @ fbe joined channel #puppet
[2008/06/15 15:37:25] @ andrewcshafer joined channel #puppet
[2008/06/15 15:46:06] @ Quit: vadimmm: "Chatzilla 0.9.75.1 [SeaMonkey 1.1.9/2008031300]"
[2008/06/15 16:01:19] <lak> yeah
[2008/06/15 16:01:25] <lak> oh, he's gone :/
[2008/06/15 16:04:55] <Volcane> lak: i wrote a puppet reports parser/displayer in php, boy php's yaml parsing suck!
[2008/06/15 16:05:28] <Volcane> well the library found via yaml's website, will try the zend framework one next :(
[2008/06/15 16:16:34] @ rcoup joined channel #puppet
[2008/06/15 16:19:17] <lak> Volcane: cool
[2008/06/15 16:19:54] <Volcane> fixed it up with some for loops - it garbles arrays - anyway, so happily seeing reports for all my hosts
[2008/06/15 16:20:24] <lak> coolness
[2008/06/15 16:32:01] @ Quit: evil_steve: Remote closed the connection
[2008/06/15 16:53:15] @ fcb joined channel #puppet
[2008/06/15 16:53:55] @ martha left channel #puppet ()
[2008/06/15 16:55:25] @ fcb left channel #puppet ()
[2008/06/15 17:00:46] @ Quit: trombik_: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:00:49] @ Quit: trombik: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:00:50] @ Quit: Kindred: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:00:52] @ Quit: sigmonsays: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:00:54] @ Quit: nwp_: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:00:55] @ Quit: blblack: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:00:56] @ Quit: Superfly_: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:00:57] @ Quit: mellen: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:02:59] @ magnachef_ joined channel #puppet
[2008/06/15 17:03:18] @ Kindred joined channel #puppet
[2008/06/15 17:07:49] @ nwp_ joined channel #puppet
[2008/06/15 17:08:43] @ trombik__ joined channel #puppet
[2008/06/15 17:08:44] @ trombik_ joined channel #puppet
[2008/06/15 17:08:45] @ trombik joined channel #puppet
[2008/06/15 17:08:47] @ sigmonsays joined channel #puppet
[2008/06/15 17:08:48] @ mellen joined channel #puppet
[2008/06/15 17:08:49] @ Superfly_ joined channel #puppet
[2008/06/15 17:11:32] @ Quit: Demosthenes: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:11:33] @ Quit: josb: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:11:35] @ Quit: nwp: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:11:36] @ Quit: euclid: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:11:38] @ Quit: stevenjenkins: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:11:39] @ Quit: msf: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:11:41] @ Quit: llamech: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:11:42] @ Quit: glut: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:11:44] @ Quit: Soahc_: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:11:47] @ Quit: e^ipi: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:11:49] @ Quit: Omahn: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:11:51] @ Quit: lassizci: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:11:52] @ blblack joined channel #puppet
[2008/06/15 17:12:09] @ euclid joined channel #puppet
[2008/06/15 17:12:18] @ msf joined channel #puppet
[2008/06/15 17:12:22] @ e^ipi joined channel #puppet
[2008/06/15 17:12:48] @ glut joined channel #puppet
[2008/06/15 17:13:06] @ lassizci joined channel #puppet
[2008/06/15 17:13:59] @ Demosthenes joined channel #puppet
[2008/06/15 17:14:52] @ Quit: lassizci: Killed by ballard.freenode.net (Nick collision)
[2008/06/15 17:14:58] @ josb joined channel #puppet
[2008/06/15 17:14:59] @ nwp joined channel #puppet
[2008/06/15 17:15:00] @ stevenjenkins joined channel #puppet
[2008/06/15 17:15:04] @ llamech joined channel #puppet
[2008/06/15 17:15:08] @ lassizci joined channel #puppet
[2008/06/15 17:15:11] @ Soahc_ joined channel #puppet
[2008/06/15 17:15:13] @ Omahn joined channel #puppet
[2008/06/15 17:15:18] @ Quit: lassizci: Connection reset by peer
[2008/06/15 17:15:21] @ lassizci_ joined channel #puppet
[2008/06/15 17:17:16] @ lwbailey_ joined channel #puppet
[2008/06/15 17:17:58] @ Quit: trombik_: Connection timed out
[2008/06/15 17:18:10] @ fbe_ joined channel #puppet
[2008/06/15 17:18:12] @ Quit: trombik: Connection timed out
[2008/06/15 17:18:16] @ trombik_ joined channel #puppet
[2008/06/15 17:20:13] @ hiffy_ joined channel #puppet
[2008/06/15 17:20:22] @ jamestur1bull joined channel #puppet
[2008/06/15 17:21:14] @ ralfgro_ joined channel #puppet
[2008/06/15 17:21:21] @ chadh_ joined channel #puppet
[2008/06/15 17:22:35] @ Quit: Kindred: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:22:36] @ Quit: fbe: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:22:38] @ Quit: lak: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:22:40] @ Quit: leitgebj: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:22:41] @ Quit: jshare: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:22:42] @ Quit: dyresen: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:22:44] @ Quit: jamesturnbull: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:22:46] @ Quit: schuhe: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:22:48] @ Quit: hiffy: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:22:50] @ Quit: chadh: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:22:51] @ Quit: riddley: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:22:52] @ Quit: stick: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:22:53] @ Quit: ralfgro: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:23:11] @ Kindred joined channel #puppet
[2008/06/15 17:23:12] @ fbe joined channel #puppet
[2008/06/15 17:23:14] @ lak joined channel #puppet
[2008/06/15 17:23:15] @ leitgebj joined channel #puppet
[2008/06/15 17:23:17] @ jshare joined channel #puppet
[2008/06/15 17:23:18] @ jamesturnbull joined channel #puppet
[2008/06/15 17:23:19] @ schuhe joined channel #puppet
[2008/06/15 17:23:20] @ hiffy joined channel #puppet
[2008/06/15 17:23:21] @ ralfgro joined channel #puppet
[2008/06/15 17:23:22] @ riddley joined channel #puppet
[2008/06/15 17:23:23] @ stick joined channel #puppet
[2008/06/15 17:23:24] @ Kindy joined channel #puppet
[2008/06/15 17:23:26] @ Quit: Kindred: Broken pipe
[2008/06/15 17:23:27] @ Quit: hiffy: Connection reset by peer
[2008/06/15 17:23:29] @ Quit: trombik_: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:23:31] @ Quit: blblack: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:23:32] @ Quit: Superfly_: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:23:34] @ Quit: sigmonsays: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:23:35] @ Quit: trombik__: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:23:37] @ Quit: mellen: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:23:50] @ Quit: jshare: Connection reset by peer
[2008/06/15 17:23:52] @ Quit: fbe: Connection reset by peer
[2008/06/15 17:24:10] @ jshare joined channel #puppet
[2008/06/15 17:28:07] @ trombik joined channel #puppet
[2008/06/15 17:28:18] @ trombik_ joined channel #puppet
[2008/06/15 17:28:35] @ dyresen joined channel #puppet
[2008/06/15 17:29:02] @ trombik__ joined channel #puppet
[2008/06/15 17:29:03] @ sigmonsays joined channel #puppet
[2008/06/15 17:29:04] @ mellen joined channel #puppet
[2008/06/15 17:29:05] @ Superfly_ joined channel #puppet
[2008/06/15 17:30:20] @ Quit: mikearr: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:30:24] @ Quit: hacim: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:30:26] @ Quit: auxesis: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:30:32] @ Quit: silk: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:30:33] @ hacim joined channel #puppet
[2008/06/15 17:30:35] @ auxesis joined channel #puppet
[2008/06/15 17:30:58] @ Quit: LBo: "WeeChat 0.2.6"
[2008/06/15 17:31:24] @ \ask joined channel #puppet
[2008/06/15 17:33:52] @ mikearr joined channel #puppet
[2008/06/15 17:34:22] @ blblack joined channel #puppet
[2008/06/15 17:35:20] @ Quit: ralfgro: Connection timed out
[2008/06/15 17:35:26] @ Quit: jamesturnbull: No route to host
[2008/06/15 17:37:28] @ Quit: schuhe: Connection timed out
[2008/06/15 17:40:55] @ Quit: trombik__: Connection timed out
[2008/06/15 17:42:12] @ Quit: Kindy: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:42:16] @ Quit: riddley: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:42:19] @ Quit: lak: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:42:22] @ Quit: leitgebj: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:42:26] @ Quit: stick: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:42:38] <fujin> shit, tubes are unstable today
[2008/06/15 17:44:57] @ Kindred joined channel #puppet
[2008/06/15 17:48:21] @ Kindy joined channel #puppet
[2008/06/15 17:48:23] @ lak joined channel #puppet
[2008/06/15 17:48:24] @ leitgebj joined channel #puppet
[2008/06/15 17:48:25] @ riddley joined channel #puppet
[2008/06/15 17:48:26] @ stick joined channel #puppet
[2008/06/15 17:48:39] @ Quit: stick: Broken pipe
[2008/06/15 17:48:42] @ stick joined channel #puppet
[2008/06/15 17:49:02] @ duffbeer703 joined channel #puppet
[2008/06/15 17:49:23] @ Quit: Kindy: Connection reset by peer
[2008/06/15 17:50:33] @ Quit: mikearr: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:50:35] @ Quit: Superfly_: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:50:37] @ Quit: sigmonsays: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:50:39] @ Quit: mellen: kubrick.freenode.net irc.freenode.net
[2008/06/15 17:51:23] @ Quit: lak:
[2008/06/15 17:51:28] <fujin> patchrampage!
[2008/06/15 17:52:52] @ dkam joined channel #puppet
[2008/06/15 17:57:13] @ Quit: duffbeer703:
[2008/06/15 17:57:28] @ duffbeer703 joined channel #puppet
[2008/06/15 17:57:30] @ mikearr joined channel #puppet
[2008/06/15 17:57:31] @ sigmonsays joined channel #puppet
[2008/06/15 17:57:32] @ mellen joined channel #puppet
[2008/06/15 17:57:33] @ Superfly_ joined channel #puppet
[2008/06/15 17:57:55] @ Quit: mikearr: SendQ exceeded
[2008/06/15 17:58:53] @ mikearr joined channel #puppet
[2008/06/15 18:12:24] @ Quit: fujin: "Lost terminal"
[2008/06/15 18:13:43] @ fujin joined channel #puppet
[2008/06/15 18:16:25] @ Quit: dkam:
[2008/06/15 18:23:46] @ silk joined channel #puppet
[2008/06/15 18:27:53] @ Quit: roald: Remote closed the connection
[2008/06/15 18:35:06] @ markl_ joined channel #puppet
[2008/06/15 18:35:38] @ Quit: keithlard:
[2008/06/15 18:46:47] @ Quit: trombik: Client Quit
[2008/06/15 18:46:53] @ MrProper_ joined channel #puppet
[2008/06/15 18:50:03] <MrProper_> morning all
[2008/06/15 18:50:28] <fujin> howdy
[2008/06/15 18:50:44] <fujin> I wish gem had a --verbose mode
[2008/06/15 18:51:17] <fujin> oh, it does.
[2008/06/15 18:51:46] <fujin> what a fail
[2008/06/15 18:52:01] @ shake-n-bake joined channel #puppet
[2008/06/15 18:53:53] @ Quit: shake-n-bake: Client Quit
[2008/06/15 18:56:28] @ shake-n-bake joined channel #puppet
[2008/06/15 18:58:22] @ dkam joined channel #puppet
[2008/06/15 19:11:08] @ evil_steve joined channel #puppet
[2008/06/15 19:13:50] @ Quit: a-priori_:
[2008/06/15 19:15:14] @ Quit: magnachef_: Read error: 110 (Connection timed out)
[2008/06/15 19:15:43] @ magnachef_ joined channel #puppet
[2008/06/15 19:28:03] @ marcoecc joined channel #puppet
[2008/06/15 19:51:43] @ Quit: magnachef_: Read error: 110 (Connection timed out)
[2008/06/15 19:53:11] @ Quit: marcoecc: "Quitting"
[2008/06/15 20:00:58] @ Quit: Superfly_: kubrick.freenode.net irc.freenode.net
[2008/06/15 20:01:05] @ Quit: sigmonsays: kubrick.freenode.net irc.freenode.net
[2008/06/15 20:01:10] @ Quit: mellen: kubrick.freenode.net irc.freenode.net
[2008/06/15 20:06:28] @ sigmonsays joined channel #puppet
[2008/06/15 20:06:29] @ mellen joined channel #puppet
[2008/06/15 20:06:30] @ Superfly_ joined channel #puppet
[2008/06/15 20:07:02] @ Quit: Superfly_: kubrick.freenode.net irc.freenode.net
[2008/06/15 20:07:04] @ Quit: sigmonsays: kubrick.freenode.net irc.freenode.net
[2008/06/15 20:07:07] @ Quit: mellen: kubrick.freenode.net irc.freenode.net
[2008/06/15 20:07:21] @ Superfly_ joined channel #puppet
[2008/06/15 20:08:29] <waawaamilk> what the hell
[2008/06/15 20:08:44] <waawaamilk> all my puppet instances have started complaining that something that used to be a file is now a directory
[2008/06/15 20:09:34] <bda> Maybe it evolved, like a Pokemon.
[2008/06/15 20:10:47] <jamestur1bull> lak... no lak
[2008/06/15 20:10:51] <jamestur1bull> gepetto: seen lak
[2008/06/15 20:10:52] <gepetto> jamestur1bull: lak was last seen 2 hours, 19 minutes and 29 seconds ago, quitting IRC ()
[2008/06/15 20:10:56] @ Quit: dkam: kubrick.freenode.net irc.freenode.net
[2008/06/15 20:10:57] @ Quit: mikearr: kubrick.freenode.net irc.freenode.net
[2008/06/15 20:11:04] @ Quit: jamestur1bull: "leaving"
[2008/06/15 20:12:05] @ jamesturnbull joined channel #puppet
[2008/06/15 20:13:43] <fujin> waawaamilk: what version? heh
[2008/06/15 20:14:03] <waawaamilk> dunno, it just started happening
[2008/06/15 20:14:03] <fujin> ye-old 0.24.1 with the file corruption issue?
[2008/06/15 20:14:12] <waawaamilk> nope I'm at least on 0.24.4
[2008/06/15 20:14:27] <waawaamilk> oh wait
[2008/06/15 20:14:32] <waawaamilk> I _am_ on 0.24.1!!
[2008/06/15 20:14:37] <waawaamilk> how the fsck did that happen
[2008/06/15 20:14:48] <waawaamilk> I have a suspicion
[2008/06/15 20:15:00] <waawaamilk> that etch is playing teh games
[2008/06/15 20:15:20] <waawaamilk> http://paste.dollyfish.net.nz/00f60f
[2008/06/15 20:15:22] <waawaamilk> craaaaap
[2008/06/15 20:16:16] <fujin> oh boo!
[2008/06/15 20:16:18] <fujin> quick! roll out 0.24.4
[2008/06/15 20:16:22] <fujin> I hope you're running puppet in noop mode ;)
[2008/06/15 20:16:25] <waawaamilk> fuckponies
[2008/06/15 20:16:32] @ mellen joined channel #puppet
[2008/06/15 20:16:33] @ sigmonsays joined channel #puppet
[2008/06/15 20:16:34] @ dkam joined channel #puppet
[2008/06/15 20:16:35] @ mikearr joined channel #puppet
[2008/06/15 20:16:36] * waawaamilk will shut down puppetmaster
[2008/06/15 20:16:50] <fujin> heh
[2008/06/15 20:17:17] <waawaamilk> I wonder how the hell that happened...
[2008/06/15 20:17:24] <fujin> mysteriously ! lol
[2008/06/15 20:17:40] @ Quit: dkam: kubrick.freenode.net irc.freenode.net
[2008/06/15 20:17:42] @ Quit: sigmonsays: kubrick.freenode.net irc.freenode.net
[2008/06/15 20:17:43] @ Quit: mikearr: kubrick.freenode.net irc.freenode.net
[2008/06/15 20:17:45] @ Quit: mellen: kubrick.freenode.net irc.freenode.net
[2008/06/15 20:19:19] <waawaamilk> fujin: it's like it disappeared out of etch backports
[2008/06/15 20:19:36] <fujin> that's not ideal.
[2008/06/15 20:19:37] <waawaamilk> and so puppet when "oh I need to be latest version? that's now 0.24.1 from etch!"
[2008/06/15 20:19:46] <fujin> heh
[2008/06/15 20:19:47] <waawaamilk> actually
[2008/06/15 20:19:49] <waawaamilk> no, that's not etch
[2008/06/15 20:19:53] <waawaamilk> that's the catalyst stable repo
[2008/06/15 20:19:56] * waawaamilk makes some calls
[2008/06/15 20:20:07] @ mellen joined channel #puppet
[2008/06/15 20:20:09] @ sigmonsays joined channel #puppet
[2008/06/15 20:20:13] @ dkam joined channel #puppet
[2008/06/15 20:20:17] @ mikearr joined channel #puppet
[2008/06/15 20:20:21] <fujin> punch them
[2008/06/15 20:21:33] @ Quit: dkam: kubrick.freenode.net irc.freenode.net
[2008/06/15 20:21:34] @ Quit: sigmonsays: kubrick.freenode.net irc.freenode.net
[2008/06/15 20:21:36] @ Quit: mikearr: kubrick.freenode.net irc.freenode.net
[2008/06/15 20:21:37] @ Quit: mellen: kubrick.freenode.net irc.freenode.net
[2008/06/15 20:22:23] @ mellen joined channel #puppet
[2008/06/15 20:22:24] @ sigmonsays joined channel #puppet
[2008/06/15 20:22:26] @ dkam joined channel #puppet
[2008/06/15 20:22:27] @ mikearr joined channel #puppet
[2008/06/15 20:23:09] @ Quit: dkam: kubrick.freenode.net irc.freenode.net
[2008/06/15 20:23:11] @ Quit: sigmonsays: kubrick.freenode.net irc.freenode.net
[2008/06/15 20:23:13] @ Quit: mikearr: kubrick.freenode.net irc.freenode.net
[2008/06/15 20:23:15] @ Quit: mellen: kubrick.freenode.net irc.freenode.net
[2008/06/15 20:23:38] @ mellen joined channel #puppet
[2008/06/15 20:23:39] @ sigmonsays joined channel #puppet
[2008/06/15 20:23:40] @ dkam joined channel #puppet
[2008/06/15 20:23:42] @ mikearr joined channel #puppet
[2008/06/15 20:24:38] <waawaamilk> heh
[2008/06/15 20:24:46] <waawaamilk> I'm letting our sysadmins know, they're on it now
[2008/06/15 20:28:07] <fujin> what a pita
[2008/06/15 20:28:08] <fujin> how many nodes?
[2008/06/15 20:36:03] @ Quit: fbe_: Connection timed out
[2008/06/15 20:40:53] @ Quit: dkam: kubrick.freenode.net irc.freenode.net
[2008/06/15 20:40:56] @ Quit: sigmonsays: kubrick.freenode.net irc.freenode.net
[2008/06/15 20:40:59] @ Quit: mikearr: kubrick.freenode.net irc.freenode.net
[2008/06/15 20:41:02] @ Quit: mellen: kubrick.freenode.net irc.freenode.net
[2008/06/15 20:41:50] <waawaamilk> um
[2008/06/15 20:41:54] <waawaamilk> about 10 vservers
[2008/06/15 20:42:08] <waawaamilk> and nearly N company servers ;)
[2008/06/15 20:43:21] @ mellen joined channel #puppet
[2008/06/15 20:43:23] @ sigmonsays joined channel #puppet
[2008/06/15 20:43:26] @ dkam joined channel #puppet
[2008/06/15 20:43:29] @ mikearr joined channel #puppet
[2008/06/15 20:45:42] @ Quit: dysinger:
[2008/06/15 20:46:53] @ dysinger joined channel #puppet
[2008/06/15 20:48:38] @ Quit: dysinger: Client Quit
[2008/06/15 20:49:40] @ etw joined channel #puppet
[2008/06/15 20:50:33] <etw> Need some help. Getting Fileserver module 'facts' not mounted and No specified sources exist notices...
[2008/06/15 20:52:46] <etw> it seems to work, though...
[2008/06/15 21:01:26] @ lak joined channel #puppet
[2008/06/15 21:03:34] @ a-priori joined channel #puppet
[2008/06/15 21:04:42] <lak> commit logs :)
[2008/06/15 21:04:49] <lak> or rather, commit emails
[2008/06/15 21:04:50] <lak> they're back
[2008/06/15 21:08:06] <fujin> wee!
[2008/06/15 21:10:18] @ Quit: rcoup:
[2008/06/15 21:14:33] @ Quit: fujin: "leaving"
[2008/06/15 21:19:00] @ fujin joined channel #puppet
[2008/06/15 21:24:03] @ johnf joined channel #puppet
[2008/06/15 21:26:12] @ Quit: lak: kubrick.freenode.net irc.freenode.net
[2008/06/15 21:26:14] @ Quit: silk: kubrick.freenode.net irc.freenode.net
[2008/06/15 21:26:15] @ Quit: trombik_: kubrick.freenode.net irc.freenode.net
[2008/06/15 21:26:16] @ Quit: chadh_: kubrick.freenode.net irc.freenode.net
[2008/06/15 21:26:17] @ Quit: ralfgro_: kubrick.freenode.net irc.freenode.net
[2008/06/15 21:26:18] @ Quit: lassizci_: kubrick.freenode.net irc.freenode.net
[2008/06/15 21:26:19] @ Quit: skr: kubrick.freenode.net irc.freenode.net
[2008/06/15 21:26:20] @ Quit: Hunnur: kubrick.freenode.net irc.freenode.net
[2008/06/15 21:33:52] @ lak joined channel #puppet
[2008/06/15 21:33:53] @ silk joined channel #puppet
[2008/06/15 21:33:54] @ trombik_ joined channel #puppet
[2008/06/15 21:33:56] @ chadh_ joined channel #puppet
[2008/06/15 21:33:57] @ ralfgro_ joined channel #puppet
[2008/06/15 21:34:00] @ lassizci_ joined channel #puppet
[2008/06/15 21:34:01] @ skr joined channel #puppet
[2008/06/15 21:34:03] @ Hunnur joined channel #puppet
[2008/06/15 21:36:06] @ Quit: lak:
[2008/06/15 21:36:13] <etw> has the puppet wiki run out of memory? :)
[2008/06/15 21:38:47] <fujin> no, file handles
[2008/06/15 21:38:49] <fujin> odd though
[2008/06/15 21:38:55] <fujin> gepetto: help remind
[2008/06/15 21:38:56] <gepetto> fujin: no help for topic remind
[2008/06/15 21:39:06] <fujin> jamesturnbull: aroudn?
[2008/06/15 21:39:16] <fujin> stupid PyGIT.
[2008/06/15 22:00:51] <nevyn> is reductivelabs down?
[2008/06/15 22:00:55] <nevyn> ah.
[2008/06/15 22:01:37] <fujin> just the trac instance/wiki
[2008/06/15 22:02:05] @ AimanA joined channel #puppet
[2008/06/15 22:08:07] @ rcoup joined channel #puppet
[2008/06/15 22:16:06] @ Quit: dkam:
[2008/06/15 22:31:07] @ Quit: a-priori:
[2008/06/15 22:33:16] @ lak joined channel #puppet
[2008/06/15 22:38:01] @ Quit: Hunnur: kubrick.freenode.net irc.freenode.net
[2008/06/15 22:38:05] @ Quit: chadh_: kubrick.freenode.net irc.freenode.net
[2008/06/15 22:38:08] @ Quit: trombik_: kubrick.freenode.net irc.freenode.net
[2008/06/15 22:38:12] @ Quit: lassizci_: kubrick.freenode.net irc.freenode.net
[2008/06/15 22:38:16] @ Quit: skr: kubrick.freenode.net irc.freenode.net
[2008/06/15 22:38:18] @ Quit: silk: kubrick.freenode.net irc.freenode.net
[2008/06/15 22:38:20] @ Quit: ralfgro_: kubrick.freenode.net irc.freenode.net
[2008/06/15 22:38:41] @ Hunnur joined channel #puppet
[2008/06/15 22:38:42] @ skr joined channel #puppet
[2008/06/15 22:38:43] @ lassizci_ joined channel #puppet
[2008/06/15 22:38:44] @ ralfgro_ joined channel #puppet
[2008/06/15 22:38:45] @ chadh_ joined channel #puppet
[2008/06/15 22:38:46] @ trombik_ joined channel #puppet
[2008/06/15 22:38:48] @ silk joined channel #puppet
[2008/06/15 22:46:21] @ Quit: lak:
[2008/06/15 22:48:43] @ Gwayne joined channel #puppet
[2008/06/15 22:58:17] <jamesturnbull> fujin: am now
[2008/06/15 22:58:50] <fujin> see the trac instance is borked?
[2008/06/15 22:59:06] <jamesturnbull> fujin: fuck not again
[2008/06/15 22:59:26] <jamesturnbull> fujin: hang on I'll fix
[2008/06/15 23:00:06] <fujin> cool
[2008/06/15 23:01:38] <jamesturnbull> fujin: fixed
[2008/06/15 23:03:16] <fujin> sweet as
[2008/06/15 23:03:35] <fujin> is the wiki really reliant on the git stuff?
[2008/06/15 23:03:44] <fujin> can we just disable the source browser etc now that it's all in redmine?
[2008/06/15 23:04:08] <jamesturnbull> fujin: yeah I'll look to that shortly
[2008/06/15 23:04:23] <fujin> that'd obviously alleviate this issue
[2008/06/15 23:04:24] <jamesturnbull> fujin: hell I should move downloads into Redmine too
[2008/06/15 23:04:33] <fujin> as much as possible, I figure
[2008/06/15 23:04:51] <fujin> jamesturnbull: know of any lightweight rST wiki?
[2008/06/15 23:05:27] <fujin> moinmoin I guess, boo.
[2008/06/15 23:05:30] <fujin> more python shiet
[2008/06/15 23:06:20] <fujin> god damn wiki software
[2008/06/15 23:06:32] <waawaamilk> fujin: did you check out dekiwiki?
[2008/06/15 23:06:43] <waawaamilk> I've had a better look at it now..
[2008/06/15 23:07:03] <waawaamilk> pros: works like it says on the tin - really easy to add/edit pages, searching is great etc.
[2008/06/15 23:07:17] <fujin> that's the $$ one yeah?
[2008/06/15 23:07:22] <waawaamilk> cons: codebase isn't the best, mysql only, admin interface not as usable as it could be
[2008/06/15 23:07:26] <waawaamilk> it's GPL
[2008/06/15 23:07:33] <waawaamilk> if you're no muppet you can set it up in a vserver
[2008/06/15 23:07:36] <waawaamilk> they do debian packages
[2008/06/15 23:07:45] <waawaamilk> you pay for support if you choose
[2008/06/15 23:08:28] <waawaamilk> oh... and their developer centre is shite
[2008/06/15 23:08:29] <waawaamilk> ;)
[2008/06/15 23:08:38] <waawaamilk> pretty much impossible to log in it seems..
[2008/06/15 23:09:33] @ Quit: Demosthenes: "Lost terminal"
[2008/06/15 23:09:59] <fujin> hrmgh
[2008/06/15 23:10:04] <fujin> waawaamilk: lang?
[2008/06/15 23:10:44] <waawaamilk> php for the frontend
[2008/06/15 23:10:48] <waawaamilk> the api is implemented in csharp
[2008/06/15 23:10:50] <fujin> http://wiki.mindtouch.com/Deki_Wiki/Outlook_Connector
[2008/06/15 23:10:52] <fujin> hrm..
[2008/06/15 23:10:57] <fujin> an outlook collector.. that's interesting.
[2008/06/15 23:10:59] <waawaamilk> haven't looked at that
[2008/06/15 23:11:02] <fujin> s/ll/nn/
[2008/06/15 23:11:02] <waawaamilk> never used outlook :)
[2008/06/15 23:11:14] <fujin> we're a 'ms on the desktop' shop here
[2008/06/15 23:12:17] <waawaamilk> as long as it's !ms on the servers ;)
[2008/06/15 23:13:12] <fujin> we have a small win webfarm that no one touches, i certainly don't
[2008/06/15 23:13:18] @ Quit: andrewcshafer:
[2008/06/15 23:13:48] @ dkam joined channel #puppet
[2008/06/15 23:19:12] @ Quit: etw: "Lost terminal"
[2008/06/15 23:33:13] <gepetto> ::puppet:: Changeset [c542dc065fd618ae85bb6e8960d8819f42aefaeb]: Fixing #1168 for REST -- all ssl classes downc... @ http://reductivelabs.com/trac/puppet/changeset/c542dc065fd618ae85bb6e8960d8819f42aefaeb (by Luke Kanies <luke@madstop.com>)
[2008/06/15 23:33:13] <gepetto> ::puppet:: Changeset [6b69a86e48be082a6d03ce69f2700c4c874e222f]: Merge branch '0.24.x' Conflicts: CHANGELOG Fin... @ http://reductivelabs.com/trac/puppet/changeset/6b69a86e48be082a6d03ce69f2700c4c874e222f (by Luke Kanies <luke@madstop.com>)

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