Friday, 2008-07-04

[2008/07/04 00:16:30] <rizwank> Quick question --- I'm creating users in puppet. It's not creating the home dir with the files from skel -any ideas why?
[2008/07/04 00:16:35] @ ski98033 joined channel #puppet
[2008/07/04 00:16:37] <rizwank> It's creating an empty user dir isntead
[2008/07/04 00:17:41] <fujin> odd
[2008/07/04 00:17:43] <fujin> what user provider?
[2008/07/04 00:18:13] <fujin> I know this works with the useradd provider
[2008/07/04 00:18:26] <fujin> but that's becuase it calls -m with createhome=>, so the underlying functionality is taken care of
[2008/07/04 00:18:31] <fujin> rizwank: so, what provider?
[2008/07/04 00:18:42] <rizwank> adduser
[2008/07/04 00:18:46] <rizwank> sorry useradd
[2008/07/04 00:18:55] <fujin> o_0
[2008/07/04 00:19:04] <rizwank> I can kill the user and dir and rerun puppet
[2008/07/04 00:19:08] <rizwank> and look at the debug
[2008/07/04 00:19:13] <fujin> please do, and --trace
[2008/07/04 00:20:52] @ Quit: ski98033: Client Quit
[2008/07/04 00:21:32] <rizwank> odd. Iredid it and it worked.
[2008/07/04 00:21:34] <rizwank> *shurg*
[2008/07/04 00:22:19] <fujin> odd indeed
[2008/07/04 00:23:43] @ Quit: kambiz: "Leaving"
[2008/07/04 00:47:45] <fujin> http://junglist.gen.nz/2008/07/04/feather-update
[2008/07/04 00:50:24] <jamesturnbull> fujin: what's Feather?
[2008/07/04 00:50:47] <fujin> a Merb blog platform
[2008/07/04 00:51:15] <fujin> it's awesomely lightweight
[2008/07/04 00:55:03] <jamesturnbull> fujin: I just got Drupal working - no more changes in blog platform for me. :)
[2008/07/04 00:55:26] <fujin> haha
[2008/07/04 00:55:32] <fujin> I started with Typo
[2008/07/04 00:55:33] <fujin> then Mephisto
[2008/07/04 00:55:42] <fujin> wanted something Merb based, as I prefer it to rails
[2008/07/04 01:00:59] @ meandtheshell joined channel #puppet
[2008/07/04 01:08:30] @ rizwank left channel #puppet ()
[2008/07/04 01:12:13] @ lak joined channel #puppet
[2008/07/04 01:15:15] @ Quit: lak: Client Quit
[2008/07/04 01:52:49] @ ezekiel-v3 joined channel #puppet
[2008/07/04 02:08:03] @ lak joined channel #puppet
[2008/07/04 02:25:43] @ aymerick joined channel #puppet
[2008/07/04 02:27:47] @ Quit: fbe_: Read error: 110 (Connection timed out)
[2008/07/04 02:32:53] @ Quit: lak:
[2008/07/04 02:37:05] @ Quit: shadoi: "Lost terminal"
[2008/07/04 03:39:53] @ fbe_ joined channel #puppet
[2008/07/04 03:41:26] @ tim|macbook joined channel #puppet
[2008/07/04 03:55:06] @ Quit: sigmonsays: Read error: 110 (Connection timed out)
[2008/07/04 03:55:29] @ sigmonsays joined channel #puppet
[2008/07/04 04:19:42] @ Gwayne joined channel #puppet
[2008/07/04 04:24:14] @ Quit: Gwayne: Client Quit
[2008/07/04 04:28:00] <msf> is there any way to use upcase on a variable in a manifest ?
[2008/07/04 04:30:01] <Volcane> no, but u can do it in a template
[2008/07/04 04:36:04] <fujin> mm, no variable operations like that
[2008/07/04 04:37:23] * Volcane would love a string.index equiv
[2008/07/04 04:37:27] <Volcane> prolly easy to write a custom function
[2008/07/04 04:37:51] <Volcane> err, no not index
[2008/07/04 04:39:14] <Volcane> want to just extract subtrings i mean
[2008/07/04 04:39:24] <Volcane> like lsbdistrelease=5.2 i dont care for the .2 sometimes
[2008/07/04 04:40:35] <Volcane> so i guess kind of like .slice but only limited subset of what it can do
[2008/07/04 04:40:43] <fujin> msf: nothing out of the box anyway
[2008/07/04 04:40:47] <fujin> you'd have to write a parser function
[2008/07/04 04:40:52] <fujin> like DavidS' gsub / split etc.
[2008/07/04 04:43:01] <msf> already done ;-)
[2008/07/04 04:43:34] <Volcane> fujin: hmm, where are those?
[2008/07/04 04:43:41] <fujin> http://pastie.org/227651
[2008/07/04 04:43:45] <fujin> oh, shit
[2008/07/04 04:43:46] <fujin> lol
[2008/07/04 04:43:47] <msf> pretty trivial actually
[2008/07/04 04:43:48] <fujin> Volcane: http://git.black.co.at/
[2008/07/04 04:43:54] <fujin> msf: aye
[2008/07/04 04:45:12] <fujin> Volcane: in his common module iirc
[2008/07/04 04:45:20] <fujin> Volcane: can use his 'gsub' module to do what you need on lsbdistrelease
[2008/07/04 04:45:59] <msf> gsub and split should become official puppet functions
[2008/07/04 04:46:00] <Volcane> yeah got it eventually nice one
[2008/07/04 04:46:02] <fujin> aye, agree msf
[2008/07/04 04:46:03] @ cabbiepete joined channel #puppet
[2008/07/04 04:46:10] <fujin> msf: there was talk about that the other day actually
[2008/07/04 04:46:11] <fujin> re: why they aren't
[2008/07/04 04:47:36] <msf> yes I know.. I'm bringing it up again in hopes of propagating the memes
[2008/07/04 04:47:37] <msf> ;-)
[2008/07/04 04:47:38] <fujin> I'll send a mail out
[2008/07/04 04:47:38] <fujin> see what some other dudes think
[2008/07/04 04:48:37] @ strerror_work joined channel #puppet
[2008/07/04 04:57:10] @ pleemans joined channel #puppet
[2008/07/04 05:00:22] @ roald joined channel #puppet
[2008/07/04 05:38:27] @ Quit: saurabhb: "Leaving"
[2008/07/04 05:47:32] @ saurabhb joined channel #puppet
[2008/07/04 06:05:10] @ Quit: meandtheshell: Read error: 110 (Connection timed out)
[2008/07/04 06:16:23] @ keithlard joined channel #puppet
[2008/07/04 06:21:57] @ henry joined channel #puppet
[2008/07/04 06:22:31] @ henry is now known as Guest14327
[2008/07/04 06:31:36] @ keithlard_ joined channel #puppet
[2008/07/04 06:48:58] @ Quit: keithlard: Read error: 110 (Connection timed out)
[2008/07/04 07:00:09] @ Quit: keithlard_: Remote closed the connection
[2008/07/04 07:01:22] @ keithlard joined channel #puppet
[2008/07/04 07:19:35] @ verwilst joined channel #puppet
[2008/07/04 07:51:56] @ Quit: saurabhb: "Leaving"
[2008/07/04 08:27:35] @ Quit: Guest14327:
[2008/07/04 08:28:07] @ henry_ joined channel #puppet
[2008/07/04 08:38:56] @ Quit: jvanzyl:
[2008/07/04 08:43:34] @ Quit: omoon_: "Computer goes to sleep!"
[2008/07/04 08:44:26] @ Quit: dysinger:
[2008/07/04 08:52:13] @ lak joined channel #puppet
[2008/07/04 08:58:27] @ jvanzyl joined channel #puppet
[2008/07/04 08:59:07] @ Quit: jvanzyl: Client Quit
[2008/07/04 09:10:39] @ Quit: verwilst: "Ex-Chat"
[2008/07/04 09:14:40] @ Quit: lak:
[2008/07/04 09:29:41] @ meandtheshell joined channel #puppet
[2008/07/04 09:34:07] @ Quit: patrick: Remote closed the connection
[2008/07/04 09:38:50] <z00dax> has anyone got a fact script to work out DistroVersion as yet ?
[2008/07/04 09:39:02] <z00dax> just wondering before i go write something that does rpm -q job
[2008/07/04 09:39:20] @ jvanzyl joined channel #puppet
[2008/07/04 09:40:21] <andyhold> I'm having trouble with certificates. All looks ok and most configs work, but files do not. If I get the servername wrong then I get
[2008/07/04 09:40:22] <andyhold> err: //Node[nom_default]/sudo/File[/etc/sudoers]/source: Could not describe /files/etc/sudoers: Certificates were not trusted: hostname was not match with the server certificate
[2008/07/04 09:40:22] <andyhold> but when they are correct I get a diff of the original file and it's replacement (twice actually but I see that's a known bug) but I still get
[2008/07/04 09:40:23] <andyhold> err: //Node[nom_default]/sudo/File[/etc/sudoers]/source: change from {md5}98d04cdf78496b1c244d9fef77ea8366 to puppet:///files/etc/sudoers failed: Certificates were not trusted: hostname was not match with the server certificate
[2008/07/04 09:41:03] <z00dax> andyhold: is this with puppet-0.24.x ?
[2008/07/04 09:41:14] <andyhold> It seems that it can get the file to do a diff but then complains about certs
[2008/07/04 09:41:19] <andyhold> yes 24.4
[2008/07/04 09:41:20] <z00dax> if so, just get the certs twice ( we need to do that here, never bothered investigating why )
[2008/07/04 09:41:37] <z00dax> it used to work fine with 0.22 and then 0.23, but in 0.24 we need to get and sign the certs twice. everytime
[2008/07/04 09:41:39] <Volcane> z00dax: if you isntall lsb you get it for free
[2008/07/04 09:41:49] <z00dax> Volcane: how ?
[2008/07/04 09:41:58] <Volcane> z00dax: install lsb, type facter
[2008/07/04 09:42:06] <Volcane> z00dax: what distro?
[2008/07/04 09:42:11] <z00dax> Volcane: centos
[2008/07/04 09:42:22] <Volcane> install redhat-lsb
[2008/07/04 09:42:24] <z00dax> and no, you dont get version
[2008/07/04 09:42:35] <Volcane> lsbdistdescription => CentOS release 5.2 (Final)
[2008/07/04 09:42:35] <Volcane> lsbdistid => CentOS
[2008/07/04 09:42:36] <Volcane> lsbdistrelease => 5.2
[2008/07/04 09:42:53] <Volcane> is that not what u need?
[2008/07/04 09:43:37] <z00dax> [root@jet ~]# rpm -q facter puppet redhat-lsb
[2008/07/04 09:43:38] <z00dax> facter-1.3.6-1.el4
[2008/07/04 09:43:41] <z00dax> puppet-0.24.4-1.el4.wt
[2008/07/04 09:43:45] <z00dax> redhat-lsb-3.0-8.EL
[2008/07/04 09:43:47] <z00dax> [root@jet ~]# facter | grep lsb | wc -l
[2008/07/04 09:43:47] <z00dax> 0
[2008/07/04 09:43:47] <andyhold> z00dax: we need to get and sign the certs twice? Do you mean check the certs twice? They can only get signed once
[2008/07/04 09:43:48] <z00dax> what am i missing ?
[2008/07/04 09:43:56] <z00dax> andyhold: i normally do the run once with puppetd --test --server foo.bar.com
[2008/07/04 09:44:22] <Volcane> z00dax: hmm, that should do it really, what version centos?
[2008/07/04 09:44:25] <z00dax> after the first sign, remove the certs from /var/lib/puppet/ssl/ , clean on server end, rerun puppet, resign new cert, works ok from there
[2008/07/04 09:44:52] <z00dax> [root@jet ~]# rpm --qf "%{version}\n" -q centos-release
[2008/07/04 09:47:49] <z00dax> 4
[2008/07/04 09:47:49] <andyhold> thanks - I'll give it a go
[2008/07/04 09:47:52] <z00dax> andyhold: its not pretty, but its ruby
[2008/07/04 09:47:53] <z00dax> optimal functioning of things is considered optional :D
[2008/07/04 09:47:54] <Volcane> z00dax: your facter is a bit old
[2008/07/04 09:47:55] <Volcane> z00dax: might not have support in that ver
[2008/07/04 09:47:56] <Volcane> facter-1.3.8-1.el4
[2008/07/04 09:47:56] <z00dax> Volcane: that sounds more like a guess than a statement
[2008/07/04 09:47:56] <z00dax> anyhow, time to add an ENV string. me thinks
[2008/07/04 09:47:57] <Volcane> z00dax: that sounds more like you're a moron than someone looking for help
[2008/07/04 09:47:57] <z00dax> Volcane: umm. no
[2008/07/04 09:47:57] <Volcane> all i know is, for a fact on my version of facter on centos 4 with lsb installed, it works
[2008/07/04 09:47:58] <Volcane> and the only diff is you have a older facter
[2008/07/04 09:47:58] <Volcane> anyway, sorry i tried to help you, wont make the mistake again.
[2008/07/04 09:48:32] <z00dax> Volcane: cheers
[2008/07/04 09:50:20] <z00dax> Volcane: you might want to go look at the source for facter btw
[2008/07/04 09:50:27] * z00dax heads off
[2008/07/04 09:56:52] <Volcane> z00dax: so what was the problem then?
[2008/07/04 09:57:37] <z00dax> Volcane: not sure as yet
[2008/07/04 09:57:39] <z00dax> its working on 5
[2008/07/04 09:57:58] <z00dax> # facter | grep 5.2
[2008/07/04 09:58:00] <z00dax> lsbdistdescription => CentOS release 5.2 (Final)
[2008/07/04 09:58:01] <z00dax> lsbdistrelease => 5.2
[2008/07/04 09:58:13] <z00dax> with the same 1.3.6 facter
[2008/07/04 09:58:35] <z00dax> ruby-1.8.5-1.el4.centos V/s ruby-1.8.5-5.el5_1.1
[2008/07/04 09:58:45] <Volcane> does lsb_release -a print useful stuff on your 4?
[2008/07/04 09:58:53] <z00dax> so, *should* not be a ruby issue
[2008/07/04 09:58:55] <z00dax> Volcane: yes
[2008/07/04 09:59:14] <z00dax> for now, I've added a fact that does rpm --qf ~%{version}\n" -q centos-release
[2008/07/04 09:59:29] <z00dax> which is what I really want, just the major release X, not the Y/Z subrelease
[2008/07/04 09:59:46] <Volcane> nods, i also dont care for the .x bits
[2008/07/04 09:59:51] <z00dax> err: rpm --qf "%{version}\n" -q centos-release
[2008/07/04 10:06:57] @ tmz_ joined channel #puppet
[2008/07/04 10:08:15] @ fbe__ joined channel #puppet
[2008/07/04 10:08:30] @ Quit: fbe_: Read error: 104 (Connection reset by peer)
[2008/07/04 10:12:05] @ Quit: henry_:
[2008/07/04 10:13:16] @ henry_ joined channel #puppet
[2008/07/04 10:13:22] @ Quit: tmz: Nick collision from services.
[2008/07/04 10:13:30] @ tmz_ is now known as tmz
[2008/07/04 10:15:43] @ fbe_ joined channel #puppet
[2008/07/04 10:15:51] @ Quit: fbe__: Read error: 104 (Connection reset by peer)
[2008/07/04 10:32:30] @ Quit: fbe_: Read error: 110 (Connection timed out)
[2008/07/04 10:46:09] @ Quit: tim|macbook: "This computer has gone to sleep"
[2008/07/04 11:35:43] <thom> jamesturnbull: do you want a new ticket for each patch?
[2008/07/04 11:48:16] @ benp- joined channel #puppet
[2008/07/04 11:53:56] @ Quit: andrewcshafer:
[2008/07/04 12:00:31] @ penthief joined channel #puppet
[2008/07/04 12:02:10] <penthief> My client isn't dealing well with the recursive ownership of a large directory. Do most people Exec["chown -R ..."] ?
[2008/07/04 12:06:10] <Volcane> yeah recurse isnt that great
[2008/07/04 12:20:49] @ Quit: strerror_work:
[2008/07/04 12:21:04] @ Quit: Jonny: Read error: 113 (No route to host)
[2008/07/04 12:24:16] @ Quit: jvanzyl:
[2008/07/04 12:30:47] @ Quit: pleemans: "Ex-Chat"
[2008/07/04 12:32:47] @ Quit: penthief: Remote closed the connection
[2008/07/04 12:35:15] @ jvanzyl joined channel #puppet
[2008/07/04 12:37:34] <keithlard> w00t
[2008/07/04 12:38:25] @ f--z joined channel #puppet
[2008/07/04 12:43:50] @ shake-n-bake joined channel #puppet
[2008/07/04 12:48:00] @ Quit: tim|imac: "Leaving"
[2008/07/04 12:49:01] @ Quit: gileswork: Read error: 60 (Operation timed out)
[2008/07/04 12:57:13] @ shake-n-bake_ joined channel #puppet
[2008/07/04 12:57:38] @ lassizci_ is now known as lassizci
[2008/07/04 12:57:44] @ Quit: shake-n-bake: Read error: 104 (Connection reset by peer)
[2008/07/04 12:59:46] @ Quit: cabbiepete:
[2008/07/04 13:15:45] @ ski98033 joined channel #puppet
[2008/07/04 13:32:46] @ Quit: henry_:
[2008/07/04 13:38:08] @ pleemans joined channel #puppet
[2008/07/04 13:44:49] @ gileswork joined channel #puppet
[2008/07/04 13:45:09] @ Quit: gileswork: Client Quit
[2008/07/04 13:56:34] @ Quit: ski98033: "Leaving."
[2008/07/04 14:07:36] @ Quit: meandtheshell: Read error: 110 (Connection timed out)
[2008/07/04 14:07:46] @ Quit: mcp_: Read error: 104 (Connection reset by peer)
[2008/07/04 14:09:19] @ Quit: e^ipi: Read error: 110 (Connection timed out)
[2008/07/04 14:29:53] @ e^ipi joined channel #puppet
[2008/07/04 14:30:59] @ e^ipi left channel #puppet ()
[2008/07/04 14:32:36] @ Quit: svend: Read error: 60 (Operation timed out)
[2008/07/04 14:34:59] @ svend joined channel #puppet
[2008/07/04 14:36:23] @ Jonny joined channel #puppet
[2008/07/04 14:36:33] @ meandtheshell joined channel #puppet
[2008/07/04 14:40:05] @ meandtheshell left channel #puppet ("Leaving.")
[2008/07/04 14:41:24] @ meandtheshell joined channel #puppet
[2008/07/04 14:44:13] @ Quit: keithlard:
[2008/07/04 14:47:52] @ keithlard joined channel #puppet
[2008/07/04 14:48:39] @ \ask_ joined channel #puppet
[2008/07/04 14:51:30] @ Quit: \ask_: Client Quit
[2008/07/04 14:54:35] @ Quit: keithlard:
[2008/07/04 14:56:02] @ keithlard joined channel #puppet
[2008/07/04 14:59:15] @ Quit: keithlard: Client Quit
[2008/07/04 15:05:52] @ Quit: jvanzyl:
[2008/07/04 15:07:45] @ hiffy_ is now known as hiffy
[2008/07/04 15:09:11] @ ski98033 joined channel #puppet
[2008/07/04 15:15:04] @ Quit: Jonny: Remote closed the connection
[2008/07/04 15:24:00] @ Jonny joined channel #puppet
[2008/07/04 15:26:41] @ Quit: pleemans: "Ex-Chat"
[2008/07/04 15:31:57] @ aymerick_ joined channel #puppet
[2008/07/04 15:33:05] @ lak joined channel #puppet
[2008/07/04 15:34:08] @ emerose joined channel #puppet
[2008/07/04 15:38:50] @ Quit: Jonny: Remote closed the connection
[2008/07/04 15:43:07] @ Jonny joined channel #puppet
[2008/07/04 15:47:11] @ emerose_ joined channel #puppet
[2008/07/04 15:49:58] @ Quit: aymerick: Read error: 110 (Connection timed out)
[2008/07/04 15:53:33] @ Quit: emerose: Read error: 110 (Connection timed out)
[2008/07/04 16:01:48] @ Quit: Jonny: "Server does not respond."
[2008/07/04 16:02:25] @ Jonny joined channel #puppet
[2008/07/04 16:04:31] @ telexicon joined channel #puppet
[2008/07/04 16:11:37] @ machpo joined channel #puppet
[2008/07/04 16:14:21] @ keithlard joined channel #puppet
[2008/07/04 16:17:02] @ Quit: meandtheshell: "Leaving."
[2008/07/04 16:19:04] @ Quit: keithlard: Client Quit
[2008/07/04 16:26:38] @ Quit: f--z: Read error: 110 (Connection timed out)
[2008/07/04 16:32:06] @ Quit: ski98033: "Leaving."
[2008/07/04 16:35:13] @ matb joined channel #puppet
[2008/07/04 16:41:58] @ keithlard joined channel #puppet
[2008/07/04 16:46:04] @ Quit: Jonny: Remote closed the connection
[2008/07/04 16:48:01] @ Jonny joined channel #puppet
[2008/07/04 16:49:02] @ matb left channel #puppet ()
[2008/07/04 16:57:43] @ fbe_ joined channel #puppet
[2008/07/04 17:06:36] @ Quit: Jonny: Read error: 60 (Operation timed out)
[2008/07/04 17:07:56] @ Quit: keithlard:
[2008/07/04 17:22:09] @ Quit: stevenjenkins: Read error: 110 (Connection timed out)
[2008/07/04 17:22:13] @ Jonny joined channel #puppet
[2008/07/04 17:24:44] @ andrewcshafer joined channel #puppet
[2008/07/04 17:33:15] @ tim|imac joined channel #puppet
[2008/07/04 17:42:09] @ Quit: aymerick_: Read error: 110 (Connection timed out)
[2008/07/04 17:47:09] @ Quit: randybias:
[2008/07/04 17:52:35] @ Quit: roald: Remote closed the connection
[2008/07/04 17:55:29] @ Quit: Jonny: Read error: 60 (Operation timed out)
[2008/07/04 18:06:07] @ jvanzyl joined channel #puppet
[2008/07/04 18:14:12] @ Jonny joined channel #puppet
[2008/07/04 18:21:39] @ dysinger joined channel #puppet
[2008/07/04 18:26:55] @ Joined channel #puppet
[2008/07/04 18:26:55] @ Topic is "Welcome to Puppet on Redmine (http://tinyurl.com/48ek6g) | Please see http://snurl.com/1udr1 for channel guidelines | See http://snurl.com/1udr3 and http://snurl.com/2901u about two SSL issues"
[2008/07/04 18:26:55] @ Topic set by jamesturnbull on Tue Jun 03 01:57:42 -0400 2008
[2008/07/04 18:42:23] @ Quit: oskapt:
[2008/07/04 18:46:12] @ Quit: lak:
[2008/07/04 19:38:04] @ Quit: Jonny: Remote closed the connection
[2008/07/04 19:40:31] @ Jonny joined channel #puppet
[2008/07/04 19:46:00] @ Quit: shake-n-bake_:
[2008/07/04 19:52:32] @ \ask_ joined channel #puppet
[2008/07/04 19:52:43] @ Quit: \ask_: Client Quit
[2008/07/04 19:54:46] @ Quit: fbe_: Read error: 110 (Connection timed out)
[2008/07/04 19:58:38] @ \ask_ joined channel #puppet
[2008/07/04 19:58:52] @ Quit: \ask_: Remote closed the connection
[2008/07/04 19:59:22] @ \ask_ joined channel #puppet
[2008/07/04 20:27:07] @ Quit: andrewcshafer:
[2008/07/04 20:35:30] @ Quit: Jonny: "Server does not respond."
[2008/07/04 20:35:39] <jamesturnbull> thom: yes
[2008/07/04 20:36:15] <jamesturnbull> hi all away for two days - direct any queries to lak, andrewshafer or fujin
[2008/07/04 20:36:25] <jamesturnbull> have fun - don't do anything I wouldn't do
[2008/07/04 20:43:34] @ Jonny joined channel #puppet
[2008/07/04 21:03:40] @ mccune joined channel #puppet
[2008/07/04 21:08:43] <fujin> toodles jamesturnbull !
[2008/07/04 21:09:31] @ trombik joined channel #puppet
[2008/07/04 21:11:52] @ Quit: trombik_: Read error: 110 (Connection timed out)
[2008/07/04 21:16:45] @ Quit: mccune:
[2008/07/04 21:17:29] @ mccune joined channel #puppet
[2008/07/04 21:17:48] @ Quit: mccune: Remote closed the connection
[2008/07/04 21:46:38] @ Quit: Jonny: "Server does not respond."
[2008/07/04 21:46:47] @ Jonny joined channel #puppet
[2008/07/04 21:56:39] @ keithlard joined channel #puppet
[2008/07/04 22:51:27] @ Quit: emerose_:
[2008/07/04 22:55:15] @ Quit: Jonny: "Server does not respond."
[2008/07/04 23:01:45] @ Jonny joined channel #puppet
[2008/07/04 23:02:49] @ lak joined channel #puppet
[2008/07/04 23:09:42] @ Quit: f3ew: Read error: 104 (Connection reset by peer)
[2008/07/04 23:13:37] @ Quit: keithlard:
[2008/07/04 23:17:06] @ Quit: lak:
[2008/07/04 23:24:44] @ Quit: Jonny: Remote closed the connection
[2008/07/04 23:28:56] @ Jonny joined channel #puppet
[2008/07/04 23:45:36] @ fsweetser_ joined channel #puppet
[2008/07/04 23:56:21] @ Quit: Jonny: Remote closed the connection

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