Wednesday, 2010-01-20

[2010/01/20 00:00:44] @ Log started by gepetto
[2010/01/20 00:00:44] @ teyo joined channel #puppet
[2010/01/20 00:04:30] @ Quit: jcape:
[2010/01/20 00:07:58] @ tessier__ joined channel #puppet
[2010/01/20 00:09:48] @ suchu joined channel #puppet
[2010/01/20 00:11:54] @ Quit: cwebber:
[2010/01/20 00:20:59] @ devdas joined channel #puppet
[2010/01/20 00:21:21] <tessier__> So I've got a basic puppet config going and I've read the intro to puppet and I have the Pulling Strings with Puppet book...but one thing I haven't seen covered: I want to copy my sudoers file to all machines *except* these two. I have a class sudo which is included by node basenode which is inherited by node default
[2010/01/20 00:23:43] <lwhalen> do those two machines have their own special sudoers?
[2010/01/20 00:23:50] <lwhalen> or do you just want them to have defaults?
[2010/01/20 00:24:04] <chadh> tessier__: you can subclass your sudo class and File { '/etc/sudoers': ensure => absent, }
[2010/01/20 00:24:24] <chadh> tessier__: sorry, probably don't want it absent, but you could set a different source/content
[2010/01/20 00:24:28] <lwhalen> chadh: really? how do you subclass it?
[2010/01/20 00:25:07] <chadh> class customsudo inherits sudo { }
[2010/01/20 00:25:38] <lwhalen> but how do you apply it to just those two 'weird' nodes, if baseclass applies to them as well?
[2010/01/20 00:26:03] <tessier__> lwhalen: These two machines have their own special sudoers
[2010/01/20 00:26:17] <tessier__> I already have all of my machines getting pushed a default sudoers.
[2010/01/20 00:26:28] <lwhalen> tessier: what I do is, I define my File => source as an array of three different files
[2010/01/20 00:26:32] <lwhalen> one sec, incoming pastebin
[2010/01/20 00:26:38] <tessier__> lwhalen: Thanks!
[2010/01/20 00:27:15] <lwhalen> not quite as clean as some of my later classes, but it works:
[2010/01/20 00:27:16] <lwhalen> http://pastebin.com/d7db7c558
[2010/01/20 00:27:36] <lwhalen> that file method, with the source:/// paths in an array, are what you want
[2010/01/20 00:27:44] <chadh> tessier__: yeah, you probably want something like lwhalen is describing. to do what I was saying, you wouldn't be able to include sudo in the base class
[2010/01/20 00:27:59] <tessier__> chadh: Right, thanks!
[2010/01/20 00:28:21] <lwhalen> it'll try the first path, if/when it fails it'll try the second. If/when that fails, it'll try the last one, and only THEN (if that last file doesn't exist) will puppetd throw an error
[2010/01/20 00:29:01] <lwhalen> so you would make a subdirectory /etc/puppet/modules/sudo/weirdhost1/ and stick weirdhost1's sudoers file in there
[2010/01/20 00:29:49] @ fsadsdaf joined channel #puppet
[2010/01/20 00:30:15] @ Quit: fsadsdaf: Client Quit
[2010/01/20 00:31:24] @ Quit: BarnacleBob: "This computer has gone to sleep"
[2010/01/20 00:31:40] <lwhalen> aww man chad, you got me all excited about being able to override things on a per-server basis from within my original class :-p
[2010/01/20 00:32:49] <chadh> lwhalen: :) polymorphism would be pretty cool
[2010/01/20 00:36:17] <lwhalen> anyone here familiar with puppet-dashboard?
[2010/01/20 00:36:35] <chadh> not me. just got foreman going
[2010/01/20 00:36:37] @ siezer joined channel #puppet
[2010/01/20 00:36:42] <lwhalen> preferably geting puppet-dashboard up and running on a CentOS box? one that has ruby 1.8.5 and stubbornly doesn't like 1.8.6?
[2010/01/20 00:36:54] <lwhalen> ahh, any reason you chose foreman over puppet-dashboard?
[2010/01/20 00:37:12] <chadh> well, when I decided on foreman, there was no puppet-dashboard for one
[2010/01/20 00:37:30] @ afafafaf joined channel #puppet
[2010/01/20 00:37:39] <chadh> Ohad's plans are in line with my needs, though, and he is further along
[2010/01/20 00:37:56] <lwhalen> ahh, cool
[2010/01/20 00:38:23] <chadh> I don't know a lot about the dashboard, though. I read the original announcement, but I haven't looked at it
[2010/01/20 00:39:33] <lwhalen> ahh ok
[2010/01/20 00:41:21] @ Quit: Bass10: Read error: 110 (Connection timed out)
[2010/01/20 00:46:09] @ FreedomYug joined channel #puppet
[2010/01/20 00:46:40] @ FreedomYug left channel #puppet ()
[2010/01/20 00:47:55] @ BarnacleBob joined channel #puppet
[2010/01/20 00:48:16] @ philip__ joined channel #puppet
[2010/01/20 00:58:36] @ Quit: afafafaf: Client Quit
[2010/01/20 01:04:05] @ Quit: Chiku: "Quitte"
[2010/01/20 01:05:26] @ Quit: lwhalen: "Where'd my controlling terminal go?!?"
[2010/01/20 01:05:59] @ Quit: teyo: Read error: 104 (Connection reset by peer)
[2010/01/20 01:06:55] @ teyo joined channel #puppet
[2010/01/20 01:08:42] @ Quit: GhostOfRickJames: "Leaving."
[2010/01/20 01:12:00] @ Quit: rmiller4pi8: "Leaving."
[2010/01/20 01:14:49] @ Quit: neh: "leaving"
[2010/01/20 01:15:32] <ohadlevy> chadh: are you missing any features? :)
[2010/01/20 01:17:29] @ neh joined channel #puppet
[2010/01/20 01:18:49] <chadh> ohadlevy: I am still figuring out exactly what is there. I'll definitely let you know
[2010/01/20 01:19:10] <ohadlevy> chadh: which parts are you using already?
[2010/01/20 01:19:59] <chadh> I have installed it in a completely clean environment that is about to have >800 hosts, so I am particularly interested in the provisioning and external nodes
[2010/01/20 01:20:09] <ohadlevy> ok, cool
[2010/01/20 01:20:24] <ohadlevy> I guess its best to run it with passenger or something similar
[2010/01/20 01:20:27] <chadh> I have two hosts right now, and I am just starting to see what is there
[2010/01/20 01:20:48] <ohadlevy> ok - have fun :)
[2010/01/20 01:21:17] <chadh> I really like starting over from scratch. I didn't really have a clue when I set up our other environment
[2010/01/20 01:24:20] <chadh> ohadlevy: for foreman to get at puppet reports (I am planning to use foreman reports, but right now am playing with rrds), do I need to make the reports directory available via http, or can I use the same vhost that I am using for passenger?
[2010/01/20 01:24:22] @ m1nish joined channel #puppet
[2010/01/20 01:24:45] <chadh> (I mean, can I just put the directory directive in the ssl vhost, or do I need to make a non-ssl one?
[2010/01/20 01:24:51] <chadh> )
[2010/01/20 01:25:18] <ohadlevy> chadh: i think it would work with https, if not, its just one char to change in the app/views/hosts/_rrdreport.html.erb file ;)
[2010/01/20 01:25:34] <ohadlevy> fyi - the edge version of foreman generates the graph directly
[2010/01/20 01:26:07] <chadh> ohadlevy: oh, right. I'll snag the edge
[2010/01/20 01:26:28] <ohadlevy> there is also support for exlookup kind of support there too
[2010/01/20 01:29:46] @ Quit: ppickfor: Nick collision from services.
[2010/01/20 01:29:47] @ ppickfor1 joined channel #puppet
[2010/01/20 01:29:51] @ ppickfor1 is now known as ppickfor
[2010/01/20 01:32:34] <chadh> ohadlevy: another quick q. I had to run a rake task to import fact and host data. Do I have to do that every time a host checks in (autosign)?
[2010/01/20 01:33:13] <ohadlevy> chadh: do you have more than one puppetmaster?
[2010/01/20 01:33:29] <chadh> no
[2010/01/20 01:33:56] <ohadlevy> did you have a look at the puppet foreman module?
[2010/01/20 01:34:11] <ohadlevy> there is a cronjob definition there which handles the update of facts
[2010/01/20 01:34:37] <chadh> ohadlevy: gotcha. I'll take a look. I did a manual install so far
[2010/01/20 01:42:20] @ magnachef__ joined channel #puppet
[2010/01/20 01:42:30] @ Quit: magnachef_: Read error: 110 (Connection timed out)
[2010/01/20 01:43:04] @ jcape joined channel #puppet
[2010/01/20 01:44:05] @ lak joined channel #puppet
[2010/01/20 01:46:35] @ littleidea joined channel #puppet
[2010/01/20 01:51:47] @ Quit: kolla: Remote closed the connection
[2010/01/20 01:52:15] @ jfreeman joined channel #puppet
[2010/01/20 01:54:52] @ Quit: jfreeman: Remote closed the connection
[2010/01/20 01:58:07] @ magnachef joined channel #puppet
[2010/01/20 02:08:34] @ Quit: magnachef__: Read error: 110 (Connection timed out)
[2010/01/20 02:10:51] @ hy is now known as _hy
[2010/01/20 02:11:13] @ tim|macbook joined channel #puppet
[2010/01/20 02:11:18] @ _hy is now known as hy
[2010/01/20 02:12:28] @ Quit: tim|macbook: Client Quit
[2010/01/20 02:15:48] @ kolla joined channel #puppet
[2010/01/20 02:16:01] @ pacalm joined channel #puppet
[2010/01/20 02:17:45] @ tuf joined channel #puppet
[2010/01/20 02:19:59] @ mbn_18 joined channel #puppet
[2010/01/20 02:20:29] <mbn_18> morning, how can I execute ifconfig on a linux box if a specific interface is down?
[2010/01/20 02:29:30] @ alban2 joined channel #puppet
[2010/01/20 02:30:28] @ Quit: ppickfor: Nick collision from services.
[2010/01/20 02:30:28] @ ppickfor1 joined channel #puppet
[2010/01/20 02:30:37] @ ppickfor1 is now known as ppickfor
[2010/01/20 02:33:03] <ohadlevy> mbn_18: what do you mean?
[2010/01/20 02:33:37] <mbn_18> I need to bring up an interfece ( eth0:1)
[2010/01/20 02:34:08] <mbn_18> The first atep I did is to add the ifconfig command to rc.local file. So it will load on boot
[2010/01/20 02:34:30] <mbn_18> But I need somehow to activate it after a change
[2010/01/20 02:35:04] @ Quit: littleidea: Read error: 104 (Connection reset by peer)
[2010/01/20 02:35:27] @ littleidea joined channel #puppet
[2010/01/20 02:35:35] <ohadlevy> mbn_18:which os are you using?
[2010/01/20 02:35:43] <mbn_18> Linux CentOS
[2010/01/20 02:35:44] <mbn_18> 5.3
[2010/01/20 02:35:53] <ohadlevy> so thats not the best way
[2010/01/20 02:36:02] <ohadlevy> the right way (IMHO) is to edit /etc/sysconfig/networks
[2010/01/20 02:36:09] <ohadlevy> and then trigger service network reload/restart
[2010/01/20 02:37:16] <littleidea> mbn_18: Listen to Ohad, but you could do what you intended using 'exec' to call ifconfig with 'onlyif' or 'unless' to test the interface.
[2010/01/20 02:38:17] <mbn_18> In this case I follow RedHat docs about how to do that. though I can go around and add /etc/sysconfig/network-scripts/ifcfg-eth0:1
[2010/01/20 02:39:02] <henk> mbn_18: redhat docs say, you should put an ifconfig command in rc.local to bring up the interface?
[2010/01/20 02:39:39] <mbn_18> henk: -> http://www.centos.org/docs/5/html/5.2/Virtual_Server_Administration/s2-lvs-direct-arptables-VSA.html
[2010/01/20 02:40:42] <henk> oh...
[2010/01/20 02:41:06] <henk> good to know that the redhat way of configuring network interfaces is so limited...
[2010/01/20 02:41:27] <mbn_18> So is puppet, no Network type :)
[2010/01/20 02:43:55] <henk> mbn_18: ack... but i was rather comparing it to debian, than to puppet ;)
[2010/01/20 02:44:15] @ Quit: pting: "Ex-Chat"
[2010/01/20 02:44:21] <mbn_18> henk: though what ohad suggested is reasonable. I can add a file ifcfg-eth0:1 to the right dir
[2010/01/20 02:44:49] <mbn_18> Debian is cool. no doubt
[2010/01/20 02:45:02] <henk> mbn_18: i thought this sentence means that that is NOT possible: As previously noted, the virtual IP addresses can not be configured to start on boot using the Red Hat system configuration tools. One way to work around this issue is to place these commands in /etc/rc.d/rc.local.
[2010/01/20 02:45:45] <mbn_18> henk: I think its possible but maybe not recommended
[2010/01/20 02:46:27] <henk> mbn_18: ah ok... good luck and have fun. i never had either with centos...
[2010/01/20 02:47:14] <mbn_18> maybe the problem is in the order. maybe aprtables need to be load before the interface
[2010/01/20 02:47:58] <ohadlevy> mbn_18: to eat my own hat, I realize I did something similar in a vmware installation http://pastie.org/786073
[2010/01/20 02:48:37] <mbn_18> ohadlevy: quite a shortcut. thanks
[2010/01/20 02:48:55] <ohadlevy> hmm.. and on a second look that whole test part is not required (refresh );)
[2010/01/20 02:54:36] <mbn_18> Cool, checking
[2010/01/20 02:58:41] @ francois joined channel #puppet
[2010/01/20 03:01:24] @ rlpowell joined channel #puppet
[2010/01/20 03:01:38] <rlpowell> So I was getting deprecation notices. So I "fixed" the /modules thing. Now I'm getting: err: //base/File[/root/bin/validate-rsync]: Failed to retrieve current state of resource: Could not retrieve information from source(s) puppet:///modules/base/validate-rsync at /etc/puppet/modules/base/manifests/init.pp:71
[2010/01/20 03:01:43] <rlpowell> On the clients.
[2010/01/20 03:02:03] <rlpowell> -_-
[2010/01/20 03:02:51] <henk> rlpowell: and that client is which version?
[2010/01/20 03:03:12] <rlpowell> 0.25.1
[2010/01/20 03:03:19] @ Quit: BarnacleBob: "This computer has gone to sleep"
[2010/01/20 03:03:38] <rlpowell> Just restarted the server in case I was somehow running an old version; I don't see how, though.
[2010/01/20 03:04:16] <rlpowell> Nope, still broken.
[2010/01/20 03:04:31] <rlpowell> All clients and server are 0.25.1, from Debian packages (although probably not the same Debian point releases)
[2010/01/20 03:07:27] @ Ramonster joined channel #puppet
[2010/01/20 03:08:25] @ maxagaz joined channel #puppet
[2010/01/20 03:16:01] @ alban21 joined channel #puppet
[2010/01/20 03:18:53] @ Quit: alban2: Read error: 60 (Operation timed out)
[2010/01/20 03:24:35] @ Quit: hexasoft: "Leaving."
[2010/01/20 03:27:38] @ tyll joined channel #puppet
[2010/01/20 03:29:59] @ tim|macbook joined channel #puppet
[2010/01/20 03:32:07] @ Quit: teyo:
[2010/01/20 03:32:46] <mbn_18> thanks, script works great. this whole LVS is quite a delicate mambo jambo
[2010/01/20 03:40:11] @ Quit: mbn_18: "Leaving."
[2010/01/20 03:47:23] @ gebi joined channel #puppet
[2010/01/20 03:47:52] @ Quit: poison: Remote closed the connection
[2010/01/20 03:53:28] @ tim|macbook_ joined channel #puppet
[2010/01/20 03:53:42] @ Quit: tim|macbook: Read error: 54 (Connection reset by peer)
[2010/01/20 03:53:43] @ tim|macbook_ is now known as tim|macbook
[2010/01/20 03:54:38] @ giskard joined channel #puppet
[2010/01/20 03:54:57] @ jhp joined channel #puppet
[2010/01/20 03:57:02] @ mattwynne joined channel #puppet
[2010/01/20 03:58:01] <jhp> Hi everyone. I'm currently doing a quickscan for a configuration management tool, and I know puppet to be a good one, but my colleges want to know if there are other alternatives.
[2010/01/20 03:58:11] <jhp> Is there anyone here that can point me to some?
[2010/01/20 03:58:57] <rlpowell> cfengine and chef are the other two biggies I'm aware of.
[2010/01/20 04:04:37] <henk> jhp: bcfg2
[2010/01/20 04:11:03] @ MattyM joined channel #puppet
[2010/01/20 04:13:48] @ Quit: gebi: Read error: 113 (No route to host)
[2010/01/20 04:16:08] <ssm> jhp: http://en.wikipedia.org/wiki/Comparison_of_open_source_configuration_management_software
[2010/01/20 04:17:31] @ Quit: mattwynne: Remote closed the connection
[2010/01/20 04:20:43] @ mvn071 joined channel #puppet
[2010/01/20 04:24:05] @ Robbie_ joined channel #puppet
[2010/01/20 04:24:07] @ poison joined channel #puppet
[2010/01/20 04:26:07] @ Quit: tim|macbook: Read error: 110 (Connection timed out)
[2010/01/20 04:28:32] @ Quit: littleidea:
[2010/01/20 04:30:03] @ danielbln joined channel #puppet
[2010/01/20 04:33:29] @ jab_doa joined channel #puppet
[2010/01/20 04:34:32] @ mattwynne joined channel #puppet
[2010/01/20 04:35:41] @ Quit: mattwynne: Remote closed the connection
[2010/01/20 04:44:18] @ xerxas1 joined channel #puppet
[2010/01/20 04:47:07] <rlpowell> How do I force puppet to actually do stuff?
[2010/01/20 04:47:27] <rlpowell> That is, to do all the things it would normally only do once every half hour or whatever it is?
[2010/01/20 04:48:33] <henk> rlpowell: i usually just restart puppetd
[2010/01/20 04:48:33] <xerxas1> rlpowell: have a look at puppetrun
[2010/01/20 04:49:14] <rlpowell> In both cases: that does the same thing sa "puppetd -tv", no?
[2010/01/20 04:49:17] <xerxas1> pupppetrun is run on the puppetmaster, you specify on node, the puppetmaster notifies the node it should go and take it's new configuration
[2010/01/20 04:49:33] <xerxas1> the node does it
[2010/01/20 04:49:46] <xerxas1> to do this you need to enable puppetrunner on the client node
[2010/01/20 04:50:05] <rlpowell> Does this cause different behaviour than manually running puppetd? Because that isn't doing what i want.
[2010/01/20 04:50:08] <xerxas1> then puppetd is listening on a port
[2010/01/20 04:50:36] <xerxas1> no, no differences
[2010/01/20 04:50:47] <xerxas1> I think so
[2010/01/20 04:51:07] <rlpowell> Yeah. That's the problem: puppet schedules most things every half hour. I'm running it repeatedly, every few minutes, for testing.
[2010/01/20 04:51:36] <rlpowell> Still can't get puppet:///modules/foo/bar to work. >:(
[2010/01/20 04:52:02] <rlpowell> (that's what I'm trying to test)
[2010/01/20 04:53:24] @ Quit: xerxas: Read error: 113 (No route to host)
[2010/01/20 05:00:10] @ alban21 is now known as alban2
[2010/01/20 05:04:52] @ huggie joined channel #puppet
[2010/01/20 05:05:48] @ Quit: magnachef: Read error: 60 (Operation timed out)
[2010/01/20 05:08:37] <rlpowell> http://reductivelabs.com/static_files/TypeReference.html#id275 -- fwiw, it's the default schedule mentioned there that I'm talking obut.
[2010/01/20 05:09:28] @ adegtyarev joined channel #puppet
[2010/01/20 05:10:45] <rlpowell> I'd very much like to know how to over-ride that; simply creating a schedule named "puppet" doesn't seem to do it, for example.
[2010/01/20 05:12:03] <monachus> puppetmaster certificate question - can i regenerate the puppetmaster certificate? mine is from ages ago when had one server, and it's the wrong CN - i'd like to regenerate it to be puppet.arces.net.
[2010/01/20 05:13:50] @ avkvl joined channel #puppet
[2010/01/20 05:16:04] <Volcane> all clients will need to be redone then
[2010/01/20 05:17:03] <avkvl> Hello, I'm using puppet 0.25.3 and I have some issues like this: debug: Service[puppet](provider=freebsd): Executing '/usr/local/etc/rc.d/puppetd onestart'
[2010/01/20 05:17:03] <avkvl> err: //puppetd/Service[puppet]/ensure: change from stopped to running failed: Could not set running on ensure: No child processes at /home/puppet/configuration/environments/production/puppetd/manifests/init.pp:87
[2010/01/20 05:17:03] <avkvl> What does this this error mean and what can I do to fix this problem?
[2010/01/20 05:22:35] @ Quit: ppickfor: "Leaving."
[2010/01/20 05:29:12] @ skiold joined channel #puppet
[2010/01/20 05:29:28] @ Quit: lak:
[2010/01/20 05:33:57] @ shug joined channel #puppet
[2010/01/20 05:38:35] <rlpowell> Umm. shouldn't a [modules] with no "allow" statements be impossible to get anything from?
[2010/01/20 05:38:50] <rlpowell> puppedmaster seems to be totally ignoring the perms listed in fileserver.conf?
[2010/01/20 05:41:59] <rlpowell> Ah. auth.conf wins, it seems.
[2010/01/20 05:42:02] <rlpowell> Interesting.
[2010/01/20 05:42:54] @ GioGio joined channel #puppet
[2010/01/20 05:42:58] <GioGio> hi all
[2010/01/20 05:43:59] <masterzen> rlpowell: for fileserving if you use the default auth.conf, then fileserver.conf is used.
[2010/01/20 05:44:27] <rlpowell> masterzen: Apparently not used in any useful sense, because I have no "allow" in fileserver.conf at all
[2010/01/20 05:44:30] <masterzen> rlpowell: _but_, if you have a [modules] section with nothing in it (or no [modules] section), it uses a default allow all.
[2010/01/20 05:45:11] <rlpowell> ... But... THe website specifically says deny all isthe default?
[2010/01/20 05:45:12] <masterzen> rlpowell: hmm, now that I think about, it is possible that an empty [modules] means "do not allow"
[2010/01/20 05:45:20] <rlpowell> And "deny *" is rejected as a syntax error?
[2010/01/20 05:45:38] <masterzen> rlpowell: yes deny * doesn't exists, since as you said, it is the default
[2010/01/20 05:45:55] <masterzen> rlpowell: what do you observe?
[2010/01/20 05:46:08] <masterzen> rlpowell: and what do you have in auth.conf (if you have one)?
[2010/01/20 05:46:58] <rlpowell> auth.conf is what came with debian; in particular:
[2010/01/20 05:46:59] <rlpowell> path /file
[2010/01/20 05:46:59] <rlpowell> allow *
[2010/01/20 05:47:17] <masterzen> rlpowell: that means: allow everything, but pass along to fileserver.conf
[2010/01/20 05:47:21] <rlpowell> fileserver.conf is joust [modules] \n [plugins]
[2010/01/20 05:47:25] <rlpowell> Nothing else.
[2010/01/20 05:47:40] <rlpowell> Files can be retrieved with no problems if the client is authenticated.
[2010/01/20 05:48:16] <masterzen> rlpowell: add in filserver.conf something like [modules] allow 0.0.0.0/32 (or anything that match nothing)
[2010/01/20 05:48:55] <GioGio> do you know where i can find an 'official' package (.src.rpm) for fedora12 for the latest version of puppet ?
[2010/01/20 05:49:13] <masterzen> rlpowell: I think that puppet inserts a default rules for [modules]/[plugins] to allow everything if there is no [modules]/[plugins] section. And it might think there is none when it encounters an empty section.
[2010/01/20 05:49:22] <Volcane> GioGio: the tarball you download has a rpm spec file in it so you can just builkd it
[2010/01/20 05:49:25] <masterzen> rlpowell: which is certainly a bug.
[2010/01/20 05:49:57] <rlpowell> Better still, I've got a client that doesn't show up in "puppetca --list --all" that seems to be authenticating. I think; it's hard to tell because the server doesn't seem to actually say anything about auth, even in debug mode. -_-
[2010/01/20 05:50:30] <rlpowell> Yep, just saw it successfully grab a file.
[2010/01/20 05:50:38] <GioGio> the last time i ask a question on this chan about compiling puppet, everybody tells me to directly download the rpm packages, that there is no need to recompile ;)
[2010/01/20 05:51:12] @ alban21 joined channel #puppet
[2010/01/20 05:52:24] <rlpowell> masterzen: Yep, you were right.
[2010/01/20 05:53:08] <rlpowell> I'm *very* disturbed by the way this client seems tobe able to auth, though. -_-
[2010/01/20 05:53:21] <masterzen> rlpowell: can you file a bug about this empty [modules] stuff that means allow all instead of deny all?
[2010/01/20 05:53:57] <rlpowell> It's 02:53 here. Veeeeery tired and brain dead.
[2010/01/20 05:54:14] <rlpowell> I will try to remember in the morning.
[2010/01/20 05:54:19] <masterzen> rlpowell: ok, thanks
[2010/01/20 05:56:20] @ ohad joined channel #puppet
[2010/01/20 05:56:31] @ ohad left channel #puppet ()
[2010/01/20 05:59:47] @ verwilst joined channel #puppet
[2010/01/20 06:00:21] @ cynicismic joined channel #puppet
[2010/01/20 06:01:19] @ MattyM_ joined channel #puppet
[2010/01/20 06:06:01] @ Quit: xerxas1: "Leaving."
[2010/01/20 06:07:10] @ Quit: alban2: Read error: 113 (No route to host)
[2010/01/20 06:14:52] @ Quit: MattyM: Read error: 110 (Connection timed out)
[2010/01/20 06:17:01] @ Quit: crdant: Success
[2010/01/20 06:22:21] @ Quit: alexine_dsouza: Read error: 54 (Connection reset by peer)
[2010/01/20 06:26:46] @ toi joined channel #puppet
[2010/01/20 06:27:27] @ xerxas joined channel #puppet
[2010/01/20 06:30:50] @ sHaggY_caT joined channel #puppet
[2010/01/20 06:37:29] @ Quit: devdas: Read error: 113 (No route to host)
[2010/01/20 06:37:48] @ newboo joined channel #puppet
[2010/01/20 06:37:56] <newboo> hello
[2010/01/20 06:38:10] <newboo> how do i register to the puppet mailinglist?
[2010/01/20 06:38:17] <newboo> users mailing list that is
[2010/01/20 06:39:54] <newboo> do i really need a yahooaccount to use a mailinglist?
[2010/01/20 06:40:04] @ Quit: newboo: Client Quit
[2010/01/20 06:40:32] @ newboo1 joined channel #puppet
[2010/01/20 06:40:44] <newboo1> i ment google id
[2010/01/20 06:41:40] <ssm> newboo1: looks like it, yes
[2010/01/20 06:42:13] <Volcane> no you dont
[2010/01/20 06:42:15] <newboo1> ssm: ok, never stumbled across something like that till now. ok, then ill have to google myself it seems.
[2010/01/20 06:42:15] <ssm> newboo1: you can read it at http://groups.google.com/group/puppet-users, without registering
[2010/01/20 06:42:28] <ssm> Volcane: you can sign up with a normal mail address as well?
[2010/01/20 06:42:45] <Volcane> i copy pasted
[2010/01/20 06:42:48] <Volcane> oops
[2010/01/20 06:43:10] <newboo1> ssm: well, i like using mailinglists the way they are supposed to. i dont like forums and stuff like that. eg. bad webinterfaces for what a emailclient can do really good.
[2010/01/20 06:43:19] <Volcane> email: groupname+subscribe@googlegroups.com
[2010/01/20 06:43:24] <Volcane> from any email and it subs you
[2010/01/20 06:43:26] <Volcane> no account needed
[2010/01/20 06:43:34] <newboo1> volcano: nice, thanks
[2010/01/20 06:43:47] <ssm> so just mail puppet-users+subscribe@googlegroups.com, then
[2010/01/20 06:44:40] <newboo1> Delivery to the following recipient failed permanently: puppet-users+subscribe@googlegroups.com Technical details of permanent failure: Join requires a valid Google account
[2010/01/20 06:44:51] <newboo1> well, ok, google is google, what can one say
[2010/01/20 06:45:03] <Volcane> hmm, thats odd
[2010/01/20 06:45:06] <Volcane> used to work
[2010/01/20 06:45:15] <Volcane> ask jamesturnbull maybe its a setting
[2010/01/20 06:45:22] <newboo1> volcano: well, google is known to like data very mucho
[2010/01/20 06:45:43] <Volcane> i signed up without a google account
[2010/01/20 06:46:08] <newboo1> volcano: i believe you. but as time goes bye, and google gets hungry... ;)
[2010/01/20 06:47:35] <newboo1> jamesturnbull: is it intentional that one needs a google account to use the puppet mailinglists?
[2010/01/20 06:48:06] @ MattyM_ is now known as MattyM
[2010/01/20 06:53:52] @ fluxdude joined channel #puppet
[2010/01/20 06:54:54] <newboo1> well
[2010/01/20 06:55:05] @ Quit: newboo1: "Page closed"
[2010/01/20 06:56:48] @ mattwynne joined channel #puppet
[2010/01/20 06:57:42] @ Quit: mattwynne: Remote closed the connection
[2010/01/20 07:11:58] @ blahdeblah joined channel #puppet
[2010/01/20 07:12:32] @ Quit: toi: Read error: 60 (Operation timed out)
[2010/01/20 07:13:41] <fluxdude> if one had to replace one's puppetmaster with a new one and the ssl cert on the puppetmaster changed, would this require corrective action on all of one's puppet controlled machines to remove the old master certs?
[2010/01/20 07:13:49] <fluxdude> is there a good way of handling this?
[2010/01/20 07:14:55] @ mfladischer joined channel #puppet
[2010/01/20 07:15:00] @ bodepd joined channel #puppet
[2010/01/20 07:15:26] <Volcane> fluxdude: yeah, you could just copy the certs though unless you are also changing hostnames etc?
[2010/01/20 07:15:50] <fluxdude> if I wanted to change hostnames this would be a big problem
[2010/01/20 07:16:02] <fluxdude> or if I wanted to access the existing server via a different hostname
[2010/01/20 07:16:09] <Volcane> do you access your master as 'puppet' or something else?
[2010/01/20 07:16:18] <fluxdude> puppet
[2010/01/20 07:16:33] <fluxdude> I probably wouldn't want to change that
[2010/01/20 07:16:51] <Volcane> k, should be possible then to copy them but will require some trial and error :)
[2010/01/20 07:16:54] <fluxdude> but there may be times when I want to access it via a different ip and an entry in /etc/hosts is the only way I can think to get around that
[2010/01/20 07:19:22] @ Quit: sHaggY_caT: Read error: 110 (Connection timed out)
[2010/01/20 07:23:26] @ Quit: mfladischer: "Ex-Chat"
[2010/01/20 07:25:05] @ sheldonh joined channel #puppet
[2010/01/20 07:25:27] <sheldonh> was the before metaparameter for types available before pupet 0.25?
[2010/01/20 07:25:35] <Volcane> yeah
[2010/01/20 07:25:39] <sheldonh> awesome
[2010/01/20 07:25:56] <sheldonh> now our scaffold classes can be completely invisible from within our ultimate classes
[2010/01/20 07:26:42] @ gilesw_ joined channel #puppet
[2010/01/20 07:27:07] <Volcane> scaffold classes?
[2010/01/20 07:28:39] @ Quit: Robbie_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:28:39] @ Quit: francois: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:28:40] @ Quit: msf: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:28:40] @ Quit: dyresen: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:28:40] @ Quit: ezekiel: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:28:41] @ Quit: vollmer: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:28:41] @ Quit: Shazburg: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:28:42] @ Quit: lilmatt_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:28:42] @ Quit: gilesw: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:28:43] @ Quit: tmz: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:28:44] @ Quit: xmslack_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:28:44] @ Quit: Desdic_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:28:44] @ Quit: huggie: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:28:45] @ Quit: RSpacePope: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:28:45] @ Quit: bgupta_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:28:46] @ Quit: mecca: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:28:46] @ Quit: eshamow: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:28:46] @ Quit: colyte_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:28:47] @ Quit: jrojas: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:28:47] @ Quit: nexx: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:28:48] @ Quit: dixond_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:28:48] @ Quit: glut: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:28:48] @ Quit: xerxas: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:28:49] @ Quit: danielbln: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:28:49] @ Quit: poison: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:28:50] @ Quit: tyll: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:28:50] @ Quit: m1nish: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:28:51] @ Quit: justdave: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:28:51] @ Quit: jaredrhine: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:28:51] @ Quit: vzctl__: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:28:52] @ Quit: Jiko: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:28:53] @ Quit: stephbul: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:28:53] @ Quit: chah: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:28:53] @ Quit: nDuff: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:28:54] @ Quit: aitkp: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:28:54] @ Quit: ohadlevy: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:28:55] @ Quit: realist_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:28:55] @ Quit: ptman: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:28:56] @ Quit: ninjazjb: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:28:56] @ Quit: tessier__: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:28:57] @ Quit: toomanymirrors: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:28:57] @ Quit: DmosEmp: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:28:59] @ Quit: pugnacity: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:28:59] @ Quit: eric0: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:29:00] @ Quit: adegtyarev: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:29:00] @ Quit: nakano: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:29:01] @ Quit: mellen: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:29:01] @ gilesw_ is now known as gilesw
[2010/01/20 07:30:19] @ xerxas joined channel #puppet
[2010/01/20 07:30:19] @ adegtyarev joined channel #puppet
[2010/01/20 07:30:19] @ huggie joined channel #puppet
[2010/01/20 07:30:19] @ danielbln joined channel #puppet
[2010/01/20 07:30:19] @ poison joined channel #puppet
[2010/01/20 07:30:19] @ Robbie_ joined channel #puppet
[2010/01/20 07:30:19] @ tyll joined channel #puppet
[2010/01/20 07:30:19] @ francois joined channel #puppet
[2010/01/20 07:30:19] @ m1nish joined channel #puppet
[2010/01/20 07:30:19] @ tessier__ joined channel #puppet
[2010/01/20 07:30:19] @ justdave joined channel #puppet
[2010/01/20 07:30:19] @ jaredrhine joined channel #puppet
[2010/01/20 07:30:20] @ vzctl__ joined channel #puppet
[2010/01/20 07:30:20] @ msf joined channel #puppet
[2010/01/20 07:30:20] @ dyresen joined channel #puppet
[2010/01/20 07:30:20] @ ezekiel joined channel #puppet
[2010/01/20 07:30:20] @ Jiko joined channel #puppet
[2010/01/20 07:30:20] @ stephbul joined channel #puppet
[2010/01/20 07:30:20] @ vollmer joined channel #puppet
[2010/01/20 07:30:20] @ Shazburg joined channel #puppet
[2010/01/20 07:30:20] @ lilmatt_ joined channel #puppet
[2010/01/20 07:30:20] @ tmz joined channel #puppet
[2010/01/20 07:30:20] @ chah joined channel #puppet
[2010/01/20 07:30:20] @ nDuff joined channel #puppet
[2010/01/20 07:30:20] @ aitkp joined channel #puppet
[2010/01/20 07:30:20] @ xmslack_ joined channel #puppet
[2010/01/20 07:30:21] @ ohadlevy joined channel #puppet
[2010/01/20 07:30:21] @ realist_ joined channel #puppet
[2010/01/20 07:30:21] @ Desdic_ joined channel #puppet
[2010/01/20 07:30:21] @ RSpacePope joined channel #puppet
[2010/01/20 07:30:21] @ bgupta_ joined channel #puppet
[2010/01/20 07:30:21] @ mecca joined channel #puppet
[2010/01/20 07:30:21] @ ptman joined channel #puppet
[2010/01/20 07:30:21] @ eshamow joined channel #puppet
[2010/01/20 07:30:21] @ ninjazjb joined channel #puppet
[2010/01/20 07:30:21] @ colyte_ joined channel #puppet
[2010/01/20 07:30:21] @ jrojas joined channel #puppet
[2010/01/20 07:30:21] @ toomanymirrors joined channel #puppet
[2010/01/20 07:30:21] @ nexx joined channel #puppet
[2010/01/20 07:30:22] @ dixond_ joined channel #puppet
[2010/01/20 07:30:22] @ glut joined channel #puppet
[2010/01/20 07:30:22] @ DmosEmp joined channel #puppet
[2010/01/20 07:30:22] @ nakano joined channel #puppet
[2010/01/20 07:30:22] @ mellen joined channel #puppet
[2010/01/20 07:30:22] @ pugnacity joined channel #puppet
[2010/01/20 07:30:22] @ eric0 joined channel #puppet
[2010/01/20 07:30:25] @ ezekiel_ joined channel #puppet
[2010/01/20 07:30:51] @ Quit: ezekiel: Connection reset by peer
[2010/01/20 07:30:52] @ Quit: RSpacePope: Read error: 104 (Connection reset by peer)
[2010/01/20 07:30:52] @ Quit: colyte_: Connection reset by peer
[2010/01/20 07:31:12] @ Quit: g0nzo: "leaving"
[2010/01/20 07:31:34] @ RSpacePope joined channel #puppet
[2010/01/20 07:34:06] @ colyte joined channel #puppet
[2010/01/20 07:35:46] @ Quit: eshamow: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:35:47] @ Quit: xmslack_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:35:48] @ Quit: Shazburg: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:35:48] @ Quit: francois: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:35:49] @ Quit: msf: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:35:49] @ Quit: dyresen: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:35:50] @ Quit: glut: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:35:50] @ Quit: lilmatt_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:35:51] @ Quit: dixond_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:35:52] @ Quit: huggie: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:35:53] @ Quit: Robbie_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:35:53] @ Quit: vollmer: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:35:54] @ Quit: jrojas: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:35:54] @ Quit: tmz: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:35:55] @ Quit: bgupta_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:35:55] @ Quit: Desdic_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:35:56] @ Quit: nexx: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:35:56] @ Quit: mecca: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:35:58] @ Quit: eric0: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:35:58] @ Quit: pugnacity: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:35:59] @ Quit: nakano: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:35:59] @ Quit: toomanymirrors: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:35:59] @ Quit: aitkp: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:00] @ Quit: vzctl__: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:00] @ Quit: danielbln: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:00] @ Quit: adegtyarev: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:01] @ Quit: xerxas: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:01] @ Quit: poison: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:02] @ Quit: m1nish: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:02] @ Quit: tessier__: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:02] @ Quit: ptman: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:03] @ Quit: realist_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:03] @ Quit: ninjazjb: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:04] @ Quit: nDuff: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:04] @ Quit: justdave: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:04] @ Quit: jaredrhine: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:05] @ Quit: DmosEmp: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:06] @ Quit: Jiko: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:06] @ Quit: mellen: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:08] @ Quit: ohadlevy: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:08] @ Quit: tyll: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:09] @ Quit: stephbul: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:10] @ Quit: chah: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:10] @ Quit: jhp: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:10] @ Quit: madduck|afk: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:11] @ Quit: skiold: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:12] @ Quit: jab_doa: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:12] @ Quit: mvn071: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:13] @ Quit: giskard: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:13] @ Quit: hamish: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:14] @ Quit: halenger: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:14] @ Quit: zipkid: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:15] @ Quit: monrad: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:15] @ Quit: lazzurs: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:16] @ Quit: Disconnect: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:16] @ Quit: nevyn_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:17] @ Quit: z00dax: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:17] @ Quit: zahna: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:18] @ Quit: erm: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:18] @ Quit: fux: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:18] @ Quit: spawnyd: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:19] @ Quit: whack: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:19] @ Quit: ReinH: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:20] @ Quit: sid77: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:20] @ Quit: pquerna: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:20] @ Quit: rocket: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:21] @ Quit: smef: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:21] @ Quit: thijso: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:22] @ Quit: jamesturnbull: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:22] @ Quit: bitmonk: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:22] @ Quit: stick: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:23] @ Quit: robinbowes: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:23] @ Quit: GioGio: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:23] @ Quit: josbal: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:24] @ Quit: ppickfor_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:24] @ Quit: zombied_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:24] @ Quit: colyte: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:25] @ Quit: ricky: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:26] @ Quit: mboyd: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:26] @ Quit: ssm: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:26] @ Quit: OMCK: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:27] @ Quit: _lunix_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:27] @ Quit: ajf-: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:27] @ Quit: sheldonh: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:28] @ Quit: tuf: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:29] @ Quit: neh: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:29] @ Quit: londo_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:29] @ Quit: markl: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:30] @ Quit: sektoid: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:31] @ Quit: agagag: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:31] @ Quit: bagpuss_thecat: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:31] @ Quit: taihen: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:32] @ Quit: charlieS: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:32] @ Quit: bzrk_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:32] @ Quit: jbooth: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:32] @ Quit: `properzel: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:33] @ Quit: hacim: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:33] @ Quit: elementai: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:33] @ Quit: rsquared: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:34] @ Quit: Bevo: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:34] @ Quit: astinus: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:34] @ Quit: QMan: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:34] @ Quit: choc: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:34] @ Quit: odyi: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:35] @ Quit: choffee: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:35] @ Quit: silfreed: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:35] @ Quit: TREllis: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:35] @ Quit: morty__: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:36] @ Quit: himanshu: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:36] @ Quit: chadh: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:36] @ Quit: heydrick2: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:37] @ Quit: kambiz: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:37] @ Quit: shine: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:37] @ Quit: majeru: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:37] @ Quit: jbeez: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:38] @ Quit: CoolCold: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:38] @ Quit: duritong: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:38] @ Quit: monachus: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:39] @ Quit: RSpacePope: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:39] @ Quit: ezekiel_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:40] @ Quit: gilesw: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:40] @ Quit: blahdeblah: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:40] @ Quit: cynicismic: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:41] @ Quit: siezer: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:41] @ Quit: vinci: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:41] @ Quit: ashp: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:42] @ Quit: nasrat: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:42] @ Quit: samppah: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:42] @ Quit: asbruvik: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:42] @ Quit: DarkFlib: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:43] @ Quit: meltemi: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:43] @ Quit: cheako: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:43] @ Quit: bevans5446: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:43] @ Quit: Whoop: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:43] @ Quit: Bosse: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:43] @ Quit: davidX-: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:44] @ Quit: jY: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:44] @ Quit: n0ts__: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:44] @ Quit: markwell: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:44] @ Quit: Cuchulain: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:45] @ Quit: MrHeavy_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:45] @ Quit: blue: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:45] @ Quit: Hollow: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:45] @ Quit: ggillies: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:45] @ Quit: jason^: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:46] @ Quit: kennobaka: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:46] @ Quit: windo: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:46] @ Quit: jmeeuwen: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:46] @ Quit: fsweetser: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:47] @ Quit: proton: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:47] @ Quit: jb: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:47] @ Quit: cm1: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:48] @ Quit: cmoates: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:48] @ Quit: impl: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:48] @ Quit: euclid: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:48] @ Quit: mark: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:48] @ Quit: telmich: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:48] @ Quit: SyTonnerre: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:49] @ Quit: fox2mike: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:49] @ Quit: jbarratt: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:49] @ Quit: auxesis: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:49] @ Quit: zeroXten: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:49] @ Quit: bodepd: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:49] @ Quit: fluxdude: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:50] @ Quit: MattyM: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:50] @ Quit: verwilst: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:50] @ Quit: shug: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:50] @ Quit: avkvl: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:51] @ Quit: kolla: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:51] @ Quit: philip__: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:51] @ Quit: fission61: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:51] @ Quit: tonyskapunk: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:52] @ Quit: NDBrendan: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:52] @ Quit: Risar: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:52] @ Quit: Jag: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:52] @ Quit: Jenza: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:52] @ Quit: Filbert: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:53] @ Quit: ambroff: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:53] @ Quit: dan__t: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:53] @ Quit: RageLink: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:53] @ Quit: wakko666: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:53] @ Quit: TheAvatar: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:54] @ Quit: choffee__: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:54] @ Quit: joe-mac: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:54] @ Quit: DanF: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:54] @ Quit: sebas891: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:54] @ Quit: Cope: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:55] @ Quit: flakrat: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:55] @ Quit: madduck: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:55] @ Quit: Clint: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:55] @ Quit: CompBrain: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:55] @ Quit: whaley: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:55] @ Quit: barn: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:56] @ Quit: abien: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:56] @ Quit: hggh: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:56] @ Quit: hy: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:56] @ Quit: nico: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:56] @ Quit: henk: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:57] @ Quit: fugit_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:57] @ Quit: Volcane: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:57] @ Quit: felipe`: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:57] @ Quit: komitee: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:57] @ Quit: marca: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:36:57] @ Quit: _nono_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:45:03] @ CompBrain joined channel #puppet
[2010/01/20 07:45:03] @ Clint joined channel #puppet
[2010/01/20 07:45:03] @ madduck joined channel #puppet
[2010/01/20 07:45:03] @ flakrat joined channel #puppet
[2010/01/20 07:45:03] @ Cope joined channel #puppet
[2010/01/20 07:45:03] @ sebas891 joined channel #puppet
[2010/01/20 07:45:03] @ DanF joined channel #puppet
[2010/01/20 07:45:03] @ joe-mac joined channel #puppet
[2010/01/20 07:45:03] @ choffee__ joined channel #puppet
[2010/01/20 07:45:03] @ TheAvatar joined channel #puppet
[2010/01/20 07:45:03] @ wakko666 joined channel #puppet
[2010/01/20 07:45:03] @ RageLink joined channel #puppet
[2010/01/20 07:45:03] @ dan__t joined channel #puppet
[2010/01/20 07:45:03] @ ambroff joined channel #puppet
[2010/01/20 07:45:03] @ Filbert joined channel #puppet
[2010/01/20 07:45:03] @ Jenza joined channel #puppet
[2010/01/20 07:45:03] @ Jag joined channel #puppet
[2010/01/20 07:45:03] @ Risar joined channel #puppet
[2010/01/20 07:45:03] @ NDBrendan joined channel #puppet
[2010/01/20 07:45:03] @ tonyskapunk joined channel #puppet
[2010/01/20 07:45:03] @ fission61 joined channel #puppet
[2010/01/20 07:45:03] @ philip__ joined channel #puppet
[2010/01/20 07:45:03] @ shug joined channel #puppet
[2010/01/20 07:45:03] @ verwilst joined channel #puppet
[2010/01/20 07:45:03] @ MattyM joined channel #puppet
[2010/01/20 07:45:03] @ fluxdude joined channel #puppet
[2010/01/20 07:45:04] @ avkvl joined channel #puppet
[2010/01/20 07:45:04] @ fluxdude2 joined channel #puppet
[2010/01/20 07:45:04] @ rsquared joined channel #puppet
[2010/01/20 07:45:04] @ kolla joined channel #puppet
[2010/01/20 07:45:04] @ hy joined channel #puppet
[2010/01/20 07:45:04] @ hggh joined channel #puppet
[2010/01/20 07:45:04] @ abien joined channel #puppet
[2010/01/20 07:45:04] @ barn joined channel #puppet
[2010/01/20 07:45:04] @ whaley joined channel #puppet
[2010/01/20 07:45:04] @ komitee joined channel #puppet
[2010/01/20 07:45:04] @ _nono_ joined channel #puppet
[2010/01/20 07:45:04] @ felipe` joined channel #puppet
[2010/01/20 07:45:04] @ Volcane joined channel #puppet
[2010/01/20 07:45:04] @ fugit_ joined channel #puppet
[2010/01/20 07:45:04] @ henk joined channel #puppet
[2010/01/20 07:45:04] @ nico joined channel #puppet
[2010/01/20 07:45:04] @ marca joined channel #puppet
[2010/01/20 07:45:04] @ zombied_ joined channel #puppet
[2010/01/20 07:45:04] @ ppickfor_ joined channel #puppet
[2010/01/20 07:45:04] @ josbal joined channel #puppet
[2010/01/20 07:45:04] @ GioGio joined channel #puppet
[2010/01/20 07:45:21] @ astinus joined channel #puppet
[2010/01/20 07:45:21] @ silfreed joined channel #puppet
[2010/01/20 07:45:21] @ xerxas joined channel #puppet
[2010/01/20 07:45:21] @ adegtyarev joined channel #puppet
[2010/01/20 07:45:21] @ huggie joined channel #puppet
[2010/01/20 07:45:21] @ danielbln joined channel #puppet
[2010/01/20 07:45:22] @ poison joined channel #puppet
[2010/01/20 07:45:22] @ Robbie_ joined channel #puppet
[2010/01/20 07:45:22] @ tyll joined channel #puppet
[2010/01/20 07:45:22] @ francois joined channel #puppet
[2010/01/20 07:45:22] @ m1nish joined channel #puppet
[2010/01/20 07:45:22] @ tessier__ joined channel #puppet
[2010/01/20 07:45:22] @ justdave joined channel #puppet
[2010/01/20 07:45:22] @ jaredrhine joined channel #puppet
[2010/01/20 07:45:22] @ vzctl__ joined channel #puppet
[2010/01/20 07:45:22] @ msf joined channel #puppet
[2010/01/20 07:45:22] @ dyresen joined channel #puppet
[2010/01/20 07:45:22] @ Jiko joined channel #puppet
[2010/01/20 07:45:22] @ stephbul joined channel #puppet
[2010/01/20 07:45:22] @ vollmer joined channel #puppet
[2010/01/20 07:45:22] @ Shazburg joined channel #puppet
[2010/01/20 07:45:22] @ lilmatt_ joined channel #puppet
[2010/01/20 07:45:22] @ tmz joined channel #puppet
[2010/01/20 07:45:22] @ chah joined channel #puppet
[2010/01/20 07:45:22] @ nDuff joined channel #puppet
[2010/01/20 07:45:22] @ aitkp joined channel #puppet
[2010/01/20 07:45:22] @ xmslack_ joined channel #puppet
[2010/01/20 07:45:22] @ ohadlevy joined channel #puppet
[2010/01/20 07:45:22] @ realist_ joined channel #puppet
[2010/01/20 07:45:22] @ Desdic_ joined channel #puppet
[2010/01/20 07:45:23] @ bgupta_ joined channel #puppet
[2010/01/20 07:45:23] @ mecca joined channel #puppet
[2010/01/20 07:45:23] @ ptman joined channel #puppet
[2010/01/20 07:45:23] @ eshamow joined channel #puppet
[2010/01/20 07:45:23] @ ninjazjb joined channel #puppet
[2010/01/20 07:45:23] @ jrojas joined channel #puppet
[2010/01/20 07:45:23] @ nexx joined channel #puppet
[2010/01/20 07:45:23] @ dixond_ joined channel #puppet
[2010/01/20 07:45:23] @ glut joined channel #puppet
[2010/01/20 07:45:23] @ DmosEmp joined channel #puppet
[2010/01/20 07:45:23] @ nakano joined channel #puppet
[2010/01/20 07:45:23] @ mellen joined channel #puppet
[2010/01/20 07:45:23] @ pugnacity joined channel #puppet
[2010/01/20 07:45:23] @ eric0 joined channel #puppet
[2010/01/20 07:45:41] @ Schiller87 joined channel #puppet
[2010/01/20 07:45:57] @ _choc joined channel #puppet
[2010/01/20 07:45:58] @ thijso joined channel #puppet
[2010/01/20 07:45:58] @ skiold joined channel #puppet
[2010/01/20 07:45:58] @ jab_doa joined channel #puppet
[2010/01/20 07:45:58] @ mvn071 joined channel #puppet
[2010/01/20 07:45:58] @ jhp joined channel #puppet
[2010/01/20 07:45:58] @ giskard joined channel #puppet
[2010/01/20 07:45:58] @ hamish joined channel #puppet
[2010/01/20 07:45:58] @ halenger joined channel #puppet
[2010/01/20 07:45:58] @ madduck|afk joined channel #puppet
[2010/01/20 07:45:58] @ zipkid joined channel #puppet
[2010/01/20 07:45:58] @ monrad joined channel #puppet
[2010/01/20 07:45:58] @ lazzurs joined channel #puppet
[2010/01/20 07:45:58] @ Disconnect joined channel #puppet
[2010/01/20 07:45:58] @ nevyn_ joined channel #puppet
[2010/01/20 07:45:58] @ z00dax joined channel #puppet
[2010/01/20 07:45:58] @ zahna joined channel #puppet
[2010/01/20 07:45:58] @ erm joined channel #puppet
[2010/01/20 07:45:58] @ pquerna joined channel #puppet
[2010/01/20 07:45:59] @ sid77 joined channel #puppet
[2010/01/20 07:45:59] @ fux joined channel #puppet
[2010/01/20 07:45:59] @ spawnyd joined channel #puppet
[2010/01/20 07:45:59] @ whack joined channel #puppet
[2010/01/20 07:45:59] @ ReinH joined channel #puppet
[2010/01/20 07:45:59] @ rocket joined channel #puppet
[2010/01/20 07:45:59] @ smef joined channel #puppet
[2010/01/20 07:45:59] @ jamesturnbull joined channel #puppet
[2010/01/20 07:45:59] @ bitmonk joined channel #puppet
[2010/01/20 07:45:59] @ stick joined channel #puppet
[2010/01/20 07:45:59] @ robinbowes joined channel #puppet
[2010/01/20 07:45:59] @ colyte joined channel #puppet
[2010/01/20 07:45:59] @ RSpacePope joined channel #puppet
[2010/01/20 07:45:59] @ ezekiel_ joined channel #puppet
[2010/01/20 07:45:59] @ gilesw joined channel #puppet
[2010/01/20 07:45:59] @ sheldonh joined channel #puppet
[2010/01/20 07:45:59] @ blahdeblah joined channel #puppet
[2010/01/20 07:45:59] @ cynicismic joined channel #puppet
[2010/01/20 07:46:00] @ tuf joined channel #puppet
[2010/01/20 07:46:00] @ neh joined channel #puppet
[2010/01/20 07:46:00] @ siezer joined channel #puppet
[2010/01/20 07:46:00] @ londo_ joined channel #puppet
[2010/01/20 07:46:00] @ ssm joined channel #puppet
[2010/01/20 07:46:00] @ vinci joined channel #puppet
[2010/01/20 07:46:00] @ OMCK joined channel #puppet
[2010/01/20 07:46:00] @ markl joined channel #puppet
[2010/01/20 07:46:00] @ nasrat joined channel #puppet
[2010/01/20 07:46:00] @ ashp joined channel #puppet
[2010/01/20 07:46:00] @ sektoid joined channel #puppet
[2010/01/20 07:46:00] @ samppah joined channel #puppet
[2010/01/20 07:46:00] @ asbruvik joined channel #puppet
[2010/01/20 07:46:00] @ agagag joined channel #puppet
[2010/01/20 07:46:00] @ jbeez joined channel #puppet
[2010/01/20 07:46:01] @ bagpuss_thecat joined channel #puppet
[2010/01/20 07:46:01] @ ricky joined channel #puppet
[2010/01/20 07:46:01] @ taihen joined channel #puppet
[2010/01/20 07:46:01] @ DarkFlib joined channel #puppet
[2010/01/20 07:46:01] @ meltemi joined channel #puppet
[2010/01/20 07:46:01] @ charlieS joined channel #puppet
[2010/01/20 07:46:01] @ bzrk_ joined channel #puppet
[2010/01/20 07:46:01] @ jbooth joined channel #puppet
[2010/01/20 07:46:01] @ `properzel joined channel #puppet
[2010/01/20 07:46:01] @ cheako joined channel #puppet
[2010/01/20 07:46:01] @ hacim joined channel #puppet
[2010/01/20 07:46:01] @ elementai joined channel #puppet
[2010/01/20 07:46:01] @ bevans5446 joined channel #puppet
[2010/01/20 07:46:02] @ Whoop joined channel #puppet
[2010/01/20 07:46:02] @ jY joined channel #puppet
[2010/01/20 07:46:02] @ Bosse joined channel #puppet
[2010/01/20 07:46:02] @ _lunix_ joined channel #puppet
[2010/01/20 07:46:02] @ davidX- joined channel #puppet
[2010/01/20 07:46:02] @ TREllis joined channel #puppet
[2010/01/20 07:46:02] @ n0ts__ joined channel #puppet
[2010/01/20 07:46:02] @ Bevo joined channel #puppet
[2010/01/20 07:46:02] @ markwell joined channel #puppet
[2010/01/20 07:46:02] @ QMan joined channel #puppet
[2010/01/20 07:46:02] @ mboyd joined channel #puppet
[2010/01/20 07:46:02] @ Cuchulain joined channel #puppet
[2010/01/20 07:46:02] @ MrHeavy_ joined channel #puppet
[2010/01/20 07:46:02] @ blue joined channel #puppet
[2010/01/20 07:46:03] @ odyi joined channel #puppet
[2010/01/20 07:46:03] @ choffee joined channel #puppet
[2010/01/20 07:46:03] @ Hollow joined channel #puppet
[2010/01/20 07:46:03] @ ggillies joined channel #puppet
[2010/01/20 07:46:03] @ jason^ joined channel #puppet
[2010/01/20 07:46:03] @ kennobaka joined channel #puppet
[2010/01/20 07:46:03] @ windo joined channel #puppet
[2010/01/20 07:46:03] @ jmeeuwen joined channel #puppet
[2010/01/20 07:46:03] @ fsweetser joined channel #puppet
[2010/01/20 07:46:03] @ proton joined channel #puppet
[2010/01/20 07:46:03] @ jb joined channel #puppet
[2010/01/20 07:46:03] @ euclid joined channel #puppet
[2010/01/20 07:46:03] @ majeru joined channel #puppet
[2010/01/20 07:46:03] @ ajf- joined channel #puppet
[2010/01/20 07:46:04] @ heydrick2 joined channel #puppet
[2010/01/20 07:46:04] @ monachus joined channel #puppet
[2010/01/20 07:46:04] @ duritong joined channel #puppet
[2010/01/20 07:46:04] @ chadh joined channel #puppet
[2010/01/20 07:46:04] @ jbarratt joined channel #puppet
[2010/01/20 07:46:04] @ himanshu joined channel #puppet
[2010/01/20 07:46:04] @ telmich joined channel #puppet
[2010/01/20 07:46:04] @ shine joined channel #puppet
[2010/01/20 07:46:04] @ cm1 joined channel #puppet
[2010/01/20 07:46:04] @ auxesis joined channel #puppet
[2010/01/20 07:46:04] @ fox2mike joined channel #puppet
[2010/01/20 07:46:04] @ CoolCold joined channel #puppet
[2010/01/20 07:46:04] @ kambiz joined channel #puppet
[2010/01/20 07:46:05] @ morty__ joined channel #puppet
[2010/01/20 07:46:05] @ impl joined channel #puppet
[2010/01/20 07:46:05] @ zeroXten joined channel #puppet
[2010/01/20 07:46:05] @ mark joined channel #puppet
[2010/01/20 07:46:05] @ cmoates joined channel #puppet
[2010/01/20 07:46:05] @ SyTonnerre joined channel #puppet
[2010/01/20 07:46:08] @ Quit: m1nish: SendQ exceeded
[2010/01/20 07:46:22] @ mikepea joined channel #puppet
[2010/01/20 07:46:26] @ astinus is now known as Guest58565
[2010/01/20 07:46:45] @ sHaggY_caT joined channel #puppet
[2010/01/20 07:49:30] @ Quit: eshamow: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:49:30] @ Quit: xmslack_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:49:31] @ Quit: Shazburg: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:49:31] @ Quit: francois: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:49:32] @ Quit: msf: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:49:32] @ Quit: dyresen: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:49:32] @ Quit: glut: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:49:33] @ Quit: lilmatt_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:49:33] @ Quit: dixond_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:49:34] @ Quit: huggie: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:49:35] @ Quit: vollmer: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:49:35] @ Quit: tmz: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:49:36] @ Quit: jrojas: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:49:36] @ Quit: Robbie_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:49:38] @ Quit: mecca: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:49:39] @ Quit: nexx: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:49:39] @ Quit: Desdic_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:49:39] @ Quit: bgupta_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:49:41] @ Quit: eric0: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:49:41] @ Quit: pugnacity: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:49:41] @ Quit: nakano: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:49:42] @ Quit: aitkp: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:49:42] @ Quit: vzctl__: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:49:42] @ Quit: danielbln: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:49:43] @ Quit: adegtyarev: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:49:43] @ Quit: xerxas: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:49:43] @ Quit: poison: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:49:44] @ Quit: tessier__: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:49:44] @ Quit: ptman: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:49:44] @ Quit: realist_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:49:45] @ Quit: silfreed: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:49:45] @ Quit: ninjazjb: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:49:45] @ Quit: nDuff: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:49:46] @ Quit: justdave: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:49:46] @ Quit: jaredrhine: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:49:46] @ Quit: DmosEmp: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:49:47] @ Quit: Jiko: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:49:48] @ Quit: tyll: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:49:48] @ Quit: ohadlevy: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:49:48] @ Quit: mellen: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:49:49] @ Quit: Guest58565: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:49:49] @ Quit: chah: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:49:49] @ Quit: stephbul: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:49:54] @ Guest58565 joined channel #puppet
[2010/01/20 07:49:55] @ silfreed joined channel #puppet
[2010/01/20 07:49:55] @ xerxas joined channel #puppet
[2010/01/20 07:49:55] @ adegtyarev joined channel #puppet
[2010/01/20 07:49:55] @ huggie joined channel #puppet
[2010/01/20 07:49:55] @ danielbln joined channel #puppet
[2010/01/20 07:49:55] @ poison joined channel #puppet
[2010/01/20 07:49:55] @ Robbie_ joined channel #puppet
[2010/01/20 07:49:55] @ tyll joined channel #puppet
[2010/01/20 07:49:55] @ francois joined channel #puppet
[2010/01/20 07:49:55] @ tessier__ joined channel #puppet
[2010/01/20 07:49:55] @ justdave joined channel #puppet
[2010/01/20 07:49:55] @ jaredrhine joined channel #puppet
[2010/01/20 07:49:55] @ vzctl__ joined channel #puppet
[2010/01/20 07:49:55] @ msf joined channel #puppet
[2010/01/20 07:49:55] @ dyresen joined channel #puppet
[2010/01/20 07:49:56] @ Jiko joined channel #puppet
[2010/01/20 07:49:56] @ stephbul joined channel #puppet
[2010/01/20 07:49:56] @ vollmer joined channel #puppet
[2010/01/20 07:49:56] @ Shazburg joined channel #puppet
[2010/01/20 07:49:56] @ lilmatt_ joined channel #puppet
[2010/01/20 07:49:56] @ tmz joined channel #puppet
[2010/01/20 07:49:56] @ chah joined channel #puppet
[2010/01/20 07:49:56] @ nDuff joined channel #puppet
[2010/01/20 07:49:56] @ aitkp joined channel #puppet
[2010/01/20 07:49:56] @ xmslack_ joined channel #puppet
[2010/01/20 07:49:56] @ ohadlevy joined channel #puppet
[2010/01/20 07:49:56] @ realist_ joined channel #puppet
[2010/01/20 07:49:56] @ Desdic_ joined channel #puppet
[2010/01/20 07:49:56] @ bgupta_ joined channel #puppet
[2010/01/20 07:49:56] @ mecca joined channel #puppet
[2010/01/20 07:49:57] @ ptman joined channel #puppet
[2010/01/20 07:49:57] @ eshamow joined channel #puppet
[2010/01/20 07:49:57] @ ninjazjb joined channel #puppet
[2010/01/20 07:49:57] @ jrojas joined channel #puppet
[2010/01/20 07:49:57] @ nexx joined channel #puppet
[2010/01/20 07:49:57] @ dixond_ joined channel #puppet
[2010/01/20 07:49:57] @ glut joined channel #puppet
[2010/01/20 07:49:57] @ DmosEmp joined channel #puppet
[2010/01/20 07:49:57] @ nakano joined channel #puppet
[2010/01/20 07:49:57] @ mellen joined channel #puppet
[2010/01/20 07:49:57] @ pugnacity joined channel #puppet
[2010/01/20 07:49:57] @ eric0 joined channel #puppet
[2010/01/20 07:50:23] @ Quit: silfreed: Connection reset by peer
[2010/01/20 07:52:15] @ _TheAvatar joined channel #puppet
[2010/01/20 07:52:48] @ Quit: avkvl: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:52:49] @ Quit: tonyskapunk: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:52:49] @ Quit: Jenza: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:52:50] @ Quit: sebas891: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:52:50] @ Quit: NDBrendan: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:52:50] @ Quit: choffee__: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:52:51] @ Quit: fission61: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:52:51] @ Quit: philip__: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:52:52] @ Quit: Filbert: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:52:52] @ Quit: CompBrain: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:52:52] @ Quit: Clint: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:52:53] @ Quit: dan__t: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:52:53] @ Quit: fluxdude2: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:52:54] @ Quit: fluxdude: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:52:54] @ Quit: shug: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:52:56] @ Quit: rsquared: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:52:56] @ Quit: verwilst: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:52:57] @ Quit: Cope: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:52:57] @ Quit: RageLink: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:52:58] @ Quit: DanF: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:52:58] @ Quit: Jag: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:52:59] @ Quit: TheAvatar: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:52:59] @ Quit: wakko666: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:53:00] @ Quit: flakrat: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:53:00] @ Quit: kolla: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:53:01] @ Quit: joe-mac: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:53:02] @ Quit: madduck: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:53:02] @ Quit: MattyM: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:53:03] @ Quit: Risar: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:53:04] @ Quit: ambroff: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:53:04] @ silfreed joined channel #puppet
[2010/01/20 07:53:36] @ choffee_ joined channel #puppet
[2010/01/20 07:53:53] @ kolla joined channel #puppet
[2010/01/20 07:53:53] @ rsquared joined channel #puppet
[2010/01/20 07:53:54] @ fluxdude2 joined channel #puppet
[2010/01/20 07:53:54] @ avkvl joined channel #puppet
[2010/01/20 07:53:54] @ fluxdude joined channel #puppet
[2010/01/20 07:53:54] @ MattyM joined channel #puppet
[2010/01/20 07:53:54] @ verwilst joined channel #puppet
[2010/01/20 07:53:54] @ shug joined channel #puppet
[2010/01/20 07:53:54] @ philip__ joined channel #puppet
[2010/01/20 07:53:54] @ fission61 joined channel #puppet
[2010/01/20 07:53:54] @ tonyskapunk joined channel #puppet
[2010/01/20 07:53:54] @ NDBrendan joined channel #puppet
[2010/01/20 07:53:54] @ Risar joined channel #puppet
[2010/01/20 07:53:54] @ Jag joined channel #puppet
[2010/01/20 07:53:54] @ Jenza joined channel #puppet
[2010/01/20 07:53:54] @ Filbert joined channel #puppet
[2010/01/20 07:53:54] @ ambroff joined channel #puppet
[2010/01/20 07:53:55] @ dan__t joined channel #puppet
[2010/01/20 07:53:55] @ RageLink joined channel #puppet
[2010/01/20 07:53:55] @ wakko666 joined channel #puppet
[2010/01/20 07:53:55] @ TheAvatar joined channel #puppet
[2010/01/20 07:53:55] @ choffee__ joined channel #puppet
[2010/01/20 07:53:55] @ joe-mac joined channel #puppet
[2010/01/20 07:53:55] @ DanF joined channel #puppet
[2010/01/20 07:53:55] @ sebas891 joined channel #puppet
[2010/01/20 07:53:55] @ Cope joined channel #puppet
[2010/01/20 07:53:55] @ flakrat joined channel #puppet
[2010/01/20 07:53:55] @ madduck joined channel #puppet
[2010/01/20 07:53:55] @ Clint joined channel #puppet
[2010/01/20 07:53:55] @ CompBrain joined channel #puppet
[2010/01/20 07:53:58] @ fluxdude3 joined channel #puppet
[2010/01/20 07:53:58] @ _dan__t joined channel #puppet
[2010/01/20 07:54:01] @ qwebirc22406 joined channel #puppet
[2010/01/20 07:54:02] @ Quit: kolla: Dead socket
[2010/01/20 07:54:17] @ kolla joined channel #puppet
[2010/01/20 07:54:29] @ Quit: Filbert: Read error: 104 (Connection reset by peer)
[2010/01/20 07:54:33] @ Filbert joined channel #puppet
[2010/01/20 07:54:51] @ Quit: dan__t: Connection reset by peer
[2010/01/20 07:55:01] @ Filbert is now known as Guest94765
[2010/01/20 07:56:00] @ Quit: Clint: Read error: 104 (Connection reset by peer)
[2010/01/20 07:56:20] @ Quit: jhp: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:56:20] @ Quit: madduck|afk: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:56:21] @ Quit: mikepea: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:56:22] @ Quit: bitmonk: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:56:23] @ Quit: smef: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:56:23] @ Quit: rocket: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:56:24] @ Quit: whack: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:56:24] @ Quit: zahna: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:56:25] @ Quit: monrad: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:56:25] @ Quit: halenger: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:56:26] @ Quit: skiold: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:56:27] @ Quit: erm: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:56:27] @ Quit: spawnyd: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:56:28] @ Quit: pquerna: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:56:28] @ Quit: hamish: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:56:29] @ Quit: nevyn_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:56:29] @ Quit: ReinH: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:56:30] @ Quit: lazzurs: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:56:30] @ Quit: stick: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:56:30] @ Quit: giskard: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:56:31] @ Quit: fux: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:56:31] @ Quit: zipkid: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:56:32] @ Quit: Disconnect: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:56:32] @ Quit: jamesturnbull: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:56:32] @ Quit: z00dax: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:56:33] @ Quit: jab_doa: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:56:33] @ Quit: mvn071: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:56:34] @ Quit: robinbowes: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:56:34] @ Quit: sid77: lindbohm.freenode.net irc.freenode.net
[2010/01/20 07:56:35] @ Quit: fluxdude: Connection timed out
[2010/01/20 07:58:04] @ Clint joined channel #puppet
[2010/01/20 07:58:04] @ mikepea joined channel #puppet
[2010/01/20 07:58:04] @ skiold joined channel #puppet
[2010/01/20 07:58:04] @ jab_doa joined channel #puppet
[2010/01/20 07:58:04] @ mvn071 joined channel #puppet
[2010/01/20 07:58:04] @ jhp joined channel #puppet
[2010/01/20 07:58:04] @ giskard joined channel #puppet
[2010/01/20 07:58:04] @ hamish joined channel #puppet
[2010/01/20 07:58:04] @ halenger joined channel #puppet
[2010/01/20 07:58:04] @ madduck|afk joined channel #puppet
[2010/01/20 07:58:04] @ zipkid joined channel #puppet
[2010/01/20 07:58:04] @ monrad joined channel #puppet
[2010/01/20 07:58:05] @ lazzurs joined channel #puppet
[2010/01/20 07:58:05] @ Disconnect joined channel #puppet
[2010/01/20 07:58:05] @ nevyn_ joined channel #puppet
[2010/01/20 07:58:05] @ z00dax joined channel #puppet
[2010/01/20 07:58:05] @ zahna joined channel #puppet
[2010/01/20 07:58:05] @ erm joined channel #puppet
[2010/01/20 07:58:05] @ pquerna joined channel #puppet
[2010/01/20 07:58:05] @ sid77 joined channel #puppet
[2010/01/20 07:58:05] @ fux joined channel #puppet
[2010/01/20 07:58:05] @ spawnyd joined channel #puppet
[2010/01/20 07:58:05] @ whack joined channel #puppet
[2010/01/20 07:58:05] @ ReinH joined channel #puppet
[2010/01/20 07:58:05] @ rocket joined channel #puppet
[2010/01/20 07:58:05] @ smef joined channel #puppet
[2010/01/20 07:58:05] @ jamesturnbull joined channel #puppet
[2010/01/20 07:58:06] @ bitmonk joined channel #puppet
[2010/01/20 07:58:06] @ stick joined channel #puppet
[2010/01/20 07:58:06] @ robinbowes joined channel #puppet
[2010/01/20 08:00:13] @ Quit: blahdeblah: Success
[2010/01/20 08:03:46] @ rmiller4pi8 joined channel #puppet
[2010/01/20 08:03:53] @ Quit: rmiller4pi8: Client Quit
[2010/01/20 08:04:54] @ rmiller4pi8 joined channel #puppet
[2010/01/20 08:05:33] @ Quit: choffee__: Connection timed out
[2010/01/20 08:06:55] @ Guest94765 is now known as Filbert
[2010/01/20 08:07:44] @ Quit: qwebirc22406: "Page closed"
[2010/01/20 08:10:53] @ nakano_ joined channel #puppet
[2010/01/20 08:11:48] @ Quit: Filbert: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:11:49] @ Quit: eshamow: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:11:50] @ Quit: xmslack_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:11:50] @ Quit: Shazburg: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:11:51] @ Quit: francois: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:11:51] @ Quit: msf: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:11:52] @ Quit: dyresen: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:11:52] @ Quit: glut: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:11:53] @ Quit: lilmatt_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:11:53] @ Quit: dixond_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:11:53] @ Quit: huggie: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:11:54] @ Quit: vollmer: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:11:55] @ Quit: jrojas: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:11:55] @ Quit: tmz: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:11:55] @ Quit: bgupta_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:11:56] @ Quit: Desdic_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:11:56] @ Quit: nexx: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:11:57] @ Quit: mecca: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:11:57] @ Quit: Robbie_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:11:59] @ Quit: eric0: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:11:59] @ Quit: pugnacity: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:11:59] @ Quit: nakano: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:12:00] @ Quit: aitkp: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:12:00] @ Quit: vzctl__: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:12:00] @ Quit: danielbln: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:12:01] @ Quit: adegtyarev: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:12:01] @ Quit: xerxas: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:12:01] @ Quit: poison: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:12:02] @ Quit: tessier__: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:12:02] @ Quit: ptman: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:12:02] @ Quit: realist_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:12:03] @ Quit: ninjazjb: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:12:03] @ Quit: nDuff: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:12:04] @ Quit: justdave: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:12:04] @ Quit: jaredrhine: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:12:04] @ Quit: DmosEmp: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:12:05] @ Quit: Jiko: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:12:07] @ Quit: ohadlevy: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:12:07] @ Quit: tyll: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:12:08] @ Quit: stephbul: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:12:08] @ Quit: chah: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:12:09] @ Quit: mellen: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:12:09] @ Quit: Guest58565: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:12:30] @ aitkp joined channel #puppet
[2010/01/20 08:12:30] @ astinus joined channel #puppet
[2010/01/20 08:13:06] <sheldonh> Volcane, yeah. classes that mostly define execs that are helpful from getting from unmanaged to managed state, and which we throw away once the boxes are managed
[2010/01/20 08:13:11] @ tessier__ joined channel #puppet
[2010/01/20 08:13:18] <Volcane> ah nice ok
[2010/01/20 08:13:39] @ tyll joined channel #puppet
[2010/01/20 08:14:01] @ Quit: fluxdude2: Connection timed out
[2010/01/20 08:14:16] @ xmslack joined channel #puppet
[2010/01/20 08:14:16] @ Guest58565 joined channel #puppet
[2010/01/20 08:14:16] @ xerxas joined channel #puppet
[2010/01/20 08:14:17] @ adegtyarev joined channel #puppet
[2010/01/20 08:14:17] @ huggie joined channel #puppet
[2010/01/20 08:14:17] @ danielbln joined channel #puppet
[2010/01/20 08:14:17] @ poison joined channel #puppet
[2010/01/20 08:14:17] @ Robbie_ joined channel #puppet
[2010/01/20 08:14:17] @ francois joined channel #puppet
[2010/01/20 08:14:17] @ justdave joined channel #puppet
[2010/01/20 08:14:17] @ jaredrhine joined channel #puppet
[2010/01/20 08:14:17] @ vzctl__ joined channel #puppet
[2010/01/20 08:14:17] @ msf joined channel #puppet
[2010/01/20 08:14:17] @ dyresen joined channel #puppet
[2010/01/20 08:14:17] @ Jiko joined channel #puppet
[2010/01/20 08:14:17] @ stephbul joined channel #puppet
[2010/01/20 08:14:17] @ vollmer joined channel #puppet
[2010/01/20 08:14:18] @ Shazburg joined channel #puppet
[2010/01/20 08:14:18] @ lilmatt_ joined channel #puppet
[2010/01/20 08:14:18] @ tmz joined channel #puppet
[2010/01/20 08:14:18] @ chah joined channel #puppet
[2010/01/20 08:14:18] @ nDuff joined channel #puppet
[2010/01/20 08:14:18] @ xmslack_ joined channel #puppet
[2010/01/20 08:14:18] @ ohadlevy joined channel #puppet
[2010/01/20 08:14:18] @ realist_ joined channel #puppet
[2010/01/20 08:14:18] @ Desdic_ joined channel #puppet
[2010/01/20 08:14:18] @ bgupta_ joined channel #puppet
[2010/01/20 08:14:18] @ mecca joined channel #puppet
[2010/01/20 08:14:18] @ ptman joined channel #puppet
[2010/01/20 08:14:18] @ eshamow joined channel #puppet
[2010/01/20 08:14:18] @ ninjazjb joined channel #puppet
[2010/01/20 08:14:19] @ jrojas joined channel #puppet
[2010/01/20 08:14:19] @ nexx joined channel #puppet
[2010/01/20 08:14:19] @ dixond_ joined channel #puppet
[2010/01/20 08:14:19] @ glut joined channel #puppet
[2010/01/20 08:14:19] @ DmosEmp joined channel #puppet
[2010/01/20 08:14:19] @ nakano joined channel #puppet
[2010/01/20 08:14:19] @ mellen joined channel #puppet
[2010/01/20 08:14:19] @ pugnacity joined channel #puppet
[2010/01/20 08:14:19] @ eric0 joined channel #puppet
[2010/01/20 08:14:29] @ dixond joined channel #puppet
[2010/01/20 08:14:43] @ Quit: msf: Remote closed the connection
[2010/01/20 08:14:43] @ Quit: Desdic_: Read error: 104 (Connection reset by peer)
[2010/01/20 08:14:44] @ Quit: ptman: Read error: 104 (Connection reset by peer)
[2010/01/20 08:14:44] @ tmz_ joined channel #puppet
[2010/01/20 08:14:44] @ Quit: vollmer: Connection reset by peer
[2010/01/20 08:14:45] @ Quit: nakano: Read error: 104 (Connection reset by peer)
[2010/01/20 08:14:45] @ Quit: xmslack_: Read error: 104 (Connection reset by peer)
[2010/01/20 08:14:46] @ Quit: justdave: Connection reset by peer
[2010/01/20 08:14:46] @ Quit: eric0: Read error: 104 (Connection reset by peer)
[2010/01/20 08:14:46] @ vollmer joined channel #puppet
[2010/01/20 08:14:47] @ Quit: glut: Read error: 104 (Connection reset by peer)
[2010/01/20 08:14:47] @ stephbul_ joined channel #puppet
[2010/01/20 08:14:47] @ Quit: chah: Read error: 104 (Connection reset by peer)
[2010/01/20 08:14:48] @ Quit: huggie: Read error: 104 (Connection reset by peer)
[2010/01/20 08:14:48] @ justdave joined channel #puppet
[2010/01/20 08:14:49] @ Quit: Guest58565: Connection reset by peer
[2010/01/20 08:14:50] @ Quit: dixond_: Success
[2010/01/20 08:14:50] @ Quit: tmz: Connection reset by peer
[2010/01/20 08:14:51] @ Quit: stephbul: Read error: 104 (Connection reset by peer)
[2010/01/20 08:15:30] @ Quit: mecca: Read error: 104 (Connection reset by peer)
[2010/01/20 08:15:43] <sheldonh> before makes them awesome. we've got an exim4 class and an exim4::scaffold class. scaffold does things like a once-off copy of per-server customizations from /etc/exim into /etc/exim4. later, we just throw away exim4::scaffold
[2010/01/20 08:16:24] <sheldonh> so we fulfil the pragmatic requirement to roll out sequences of action, without sacrificing the value of declarative configuration
[2010/01/20 08:16:44] @ Quit: nakano_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:16:45] @ Quit: kolla: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:16:45] @ Quit: fluxdude3: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:16:45] @ Quit: _dan__t: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:16:46] @ Quit: sebas891: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:16:46] @ Quit: Jenza: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:16:46] @ Quit: NDBrendan: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:16:47] @ Quit: tonyskapunk: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:16:47] @ Quit: shug: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:16:47] @ Quit: avkvl: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:16:48] @ Quit: CompBrain: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:16:48] @ Quit: philip__: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:16:48] @ Quit: joe-mac: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:16:49] @ Quit: verwilst: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:16:49] @ Quit: TheAvatar: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:16:49] @ Quit: Jag: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:16:50] @ Quit: Cope: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:16:50] @ Quit: ambroff: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:16:51] @ Quit: wakko666: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:16:51] @ Quit: RageLink: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:16:51] @ Quit: DanF: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:16:52] @ Quit: Risar: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:16:53] @ Quit: fission61: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:16:53] @ Quit: rsquared: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:16:54] @ Quit: flakrat: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:16:54] @ Quit: madduck: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:16:54] @ Quit: MattyM: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:16:55] <Volcane> yeah thats kewl, I've often campaigned for a way to just get puppet to run some class
[2010/01/20 08:16:55] <Volcane> without the need to have it included ont he host
[2010/01/20 08:17:20] <Volcane> so you can just do puppetd --runonly bootstrap
[2010/01/20 08:17:21] @ nakano_ joined channel #puppet
[2010/01/20 08:17:21] @ kolla joined channel #puppet
[2010/01/20 08:17:21] @ _dan__t joined channel #puppet
[2010/01/20 08:17:21] @ fluxdude3 joined channel #puppet
[2010/01/20 08:17:21] @ rsquared joined channel #puppet
[2010/01/20 08:17:21] @ avkvl joined channel #puppet
[2010/01/20 08:17:21] @ MattyM joined channel #puppet
[2010/01/20 08:17:22] @ verwilst joined channel #puppet
[2010/01/20 08:17:22] @ shug joined channel #puppet
[2010/01/20 08:17:22] @ philip__ joined channel #puppet
[2010/01/20 08:17:22] @ fission61 joined channel #puppet
[2010/01/20 08:17:22] @ tonyskapunk joined channel #puppet
[2010/01/20 08:17:22] @ NDBrendan joined channel #puppet
[2010/01/20 08:17:22] @ Risar joined channel #puppet
[2010/01/20 08:17:22] @ Jag joined channel #puppet
[2010/01/20 08:17:22] @ Jenza joined channel #puppet
[2010/01/20 08:17:22] @ ambroff joined channel #puppet
[2010/01/20 08:17:22] @ RageLink joined channel #puppet
[2010/01/20 08:17:22] @ wakko666 joined channel #puppet
[2010/01/20 08:17:22] @ joe-mac joined channel #puppet
[2010/01/20 08:17:23] @ DanF joined channel #puppet
[2010/01/20 08:17:23] @ sebas891 joined channel #puppet
[2010/01/20 08:17:23] @ Cope joined channel #puppet
[2010/01/20 08:17:23] @ flakrat joined channel #puppet
[2010/01/20 08:17:23] @ madduck joined channel #puppet
[2010/01/20 08:17:23] @ CompBrain joined channel #puppet
[2010/01/20 08:17:26] @ Quit: kolla: Remote closed the connection
[2010/01/20 08:17:26] @ rmiller4pi81 joined channel #puppet
[2010/01/20 08:17:26] <Volcane> it will go compile bootstrap class and just run it
[2010/01/20 08:17:26] @ fluxdude joined channel #puppet
[2010/01/20 08:17:29] <Volcane> future runs wouldnt
[2010/01/20 08:17:31] <Volcane> but alas
[2010/01/20 08:17:34] @ kolla joined channel #puppet
[2010/01/20 08:17:52] @ ptman joined channel #puppet
[2010/01/20 08:18:05] @ eric0 joined channel #puppet
[2010/01/20 08:18:11] @ mecca joined channel #puppet
[2010/01/20 08:18:12] @ Desdic joined channel #puppet
[2010/01/20 08:18:22] @ Filbert joined channel #puppet
[2010/01/20 08:18:25] @ huggie joined channel #puppet
[2010/01/20 08:19:10] @ glut joined channel #puppet
[2010/01/20 08:19:11] @ akriventsov joined channel #puppet
[2010/01/20 08:19:17] <akriventsov> does anyone use 0.25.3 with cron jobs?
[2010/01/20 08:19:23] <Volcane> its broken
[2010/01/20 08:19:29] <Volcane> 0.25.4 rcs fix it :(
[2010/01/20 08:19:55] @ Quit: avkvl: Read error: 104 (Connection reset by peer)
[2010/01/20 08:19:56] @ msf joined channel #puppet
[2010/01/20 08:20:41] <akriventsov> Oh... Thanks
[2010/01/20 08:21:05] @ Filbert is now known as Guest87400
[2010/01/20 08:29:14] <zombied_> Is there something in a puppetmaster config or something that can send reset packets when a specific source IP tries to connect to it?
[2010/01/20 08:29:28] @ Quit: akriventsov: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:29] @ Quit: kolla: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:30] @ Quit: fluxdude: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:30] @ Quit: sebas891: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:30] @ Quit: Jenza: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:31] @ Quit: NDBrendan: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:31] @ Quit: tonyskapunk: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:32] @ Quit: shug: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:32] @ Quit: CompBrain: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:32] @ Quit: philip__: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:33] @ Quit: joe-mac: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:33] @ Quit: verwilst: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:34] @ Quit: Jag: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:34] @ Quit: Cope: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:35] @ Quit: ambroff: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:35] @ Quit: wakko666: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:35] @ Quit: RageLink: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:36] @ Quit: DanF: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:37] @ Quit: Risar: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:38] @ Quit: fission61: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:38] @ Quit: fluxdude3: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:39] @ Quit: rsquared: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:39] @ Quit: _dan__t: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:40] @ Quit: flakrat: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:40] @ Quit: madduck: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:41] @ Quit: MattyM: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:42] @ Quit: nakano_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:42] @ Quit: mecca: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:43] @ Quit: eshamow: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:44] @ Quit: Shazburg: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:44] @ Quit: francois: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:44] @ Quit: xmslack: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:45] @ Quit: dyresen: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:45] @ Quit: lilmatt_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:46] @ Quit: jrojas: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:46] @ Quit: bgupta_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:46] @ Quit: nexx: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:47] @ Quit: Robbie_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:48] @ Quit: eric0: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:48] @ Quit: justdave: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:48] @ Quit: stephbul_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:49] @ Quit: vollmer: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:49] @ Quit: tmz_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:50] @ Quit: pugnacity: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:50] @ Quit: vzctl__: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:50] @ Quit: danielbln: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:51] @ Quit: adegtyarev: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:51] @ Quit: xerxas: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:51] @ Quit: poison: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:51] @ Quit: realist_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:52] @ Quit: ninjazjb: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:52] @ Quit: nDuff: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:52] @ Quit: jaredrhine: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:53] @ Quit: DmosEmp: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:53] @ Quit: Jiko: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:54] @ Quit: ohadlevy: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:54] @ Quit: mellen: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:54] @ Quit: barn: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:54] @ Quit: hy: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:55] @ Quit: whaley: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:55] @ Quit: hggh: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:55] @ Quit: abien: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:56] @ Quit: Schiller87: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:56] @ Quit: GioGio: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:57] @ Quit: josbal: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:57] @ Quit: ppickfor_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:57] @ Quit: zombied_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:58] @ Quit: Volcane: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:58] @ Quit: komitee: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:59] @ Quit: fugit_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:59] @ Quit: nico: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:29:59] @ Quit: marca: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:01] @ Quit: henk: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:02] @ Quit: _nono_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:03] @ Quit: felipe`: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:04] @ Quit: jhp: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:04] @ Quit: madduck|afk: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:05] @ Quit: huggie: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:05] @ Quit: Desdic: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:05] @ Quit: rmiller4pi81: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:06] @ Quit: tyll: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:07] @ Quit: rmiller4pi8: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:08] @ Quit: smef: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:08] @ Quit: zahna: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:08] @ Quit: monrad: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:09] @ Quit: halenger: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:09] @ Quit: bitmonk: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:09] @ Quit: rocket: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:10] @ Quit: skiold: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:11] @ Quit: erm: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:11] @ Quit: stick: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:11] @ Quit: spawnyd: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:12] @ Quit: robinbowes: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:12] @ Quit: fux: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:12] @ Quit: hamish: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:12] @ Quit: zipkid: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:13] @ Quit: ReinH: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:14] @ Quit: whack: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:14] @ Quit: mikepea: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:14] @ Quit: z00dax: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:15] @ Quit: lazzurs: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:15] @ Quit: pquerna: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:15] @ Quit: jamesturnbull: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:16] @ Quit: nevyn_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:16] @ Quit: sid77: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:16] @ Quit: Disconnect: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:16] @ Quit: mvn071: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:17] @ Quit: jab_doa: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:17] @ Quit: Clint: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:17] @ Quit: giskard: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:18] @ Quit: colyte: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:19] @ Quit: ricky: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:19] @ Quit: mboyd: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:19] @ Quit: ssm: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:20] @ Quit: ajf-: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:20] @ Quit: OMCK: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:20] @ Quit: _lunix_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:20] @ Quit: Guest87400: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:21] @ Quit: tessier__: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:21] @ Quit: aitkp: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:21] @ Quit: _TheAvatar: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:22] @ Quit: morty__: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:23] @ Quit: himanshu: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:23] @ Quit: chadh: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:23] @ Quit: heydrick2: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:23] @ Quit: QMan: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:23] @ Quit: Bevo: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:24] @ Quit: TREllis: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:24] @ Quit: jbooth: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:24] @ Quit: agagag: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:24] @ Quit: sektoid: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:24] @ Quit: tuf: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:25] @ Quit: sheldonh: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:25] @ Quit: bzrk_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:25] @ Quit: taihen: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:25] @ Quit: neh: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:26] @ Quit: choffee: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:26] @ Quit: charlieS: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:26] @ Quit: bagpuss_thecat: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:26] @ Quit: `properzel: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:26] @ Quit: _choc: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:27] @ Quit: odyi: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:27] @ Quit: elementai: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:27] @ Quit: kambiz: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:27] @ Quit: shine: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:27] @ Quit: majeru: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:27] @ Quit: jbeez: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:28] @ Quit: CoolCold: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:28] @ Quit: duritong: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:28] @ Quit: monachus: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:28] @ Quit: londo_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:28] @ Quit: hacim: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:29] @ Quit: markl: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:29] @ Quit: msf: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:29] @ Quit: glut: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:29] @ Quit: ptman: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:29] @ Quit: astinus: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:30] @ Quit: silfreed: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:30] @ Quit: jb: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:30] @ Quit: fsweetser: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:30] @ Quit: markwell: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:31] @ Quit: davidX-: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:31] @ Quit: Bosse: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:31] @ Quit: jY: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:31] @ Quit: Whoop: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:31] @ Quit: gilesw: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:32] @ Quit: RSpacePope: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:32] @ Quit: cheako: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:32] @ Quit: siezer: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:32] @ Quit: MrHeavy_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:32] @ Quit: cynicismic: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:32] @ Quit: blue: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:32] @ Quit: cm1: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:33] @ Quit: Cuchulain: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:33] @ Quit: asbruvik: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:33] @ Quit: thijso: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:33] @ Quit: cmoates: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:33] @ Quit: ggillies: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:33] @ Quit: impl: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:34] @ Quit: vinci: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:34] @ Quit: euclid: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:34] @ Quit: n0ts__: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:34] @ Quit: jason^: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:34] @ Quit: mark: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:34] @ Quit: telmich: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:34] @ Quit: SyTonnerre: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:34] @ Quit: meltemi: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:35] @ Quit: jmeeuwen: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:35] @ Quit: fox2mike: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:35] @ Quit: jbarratt: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:35] @ Quit: samppah: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:35] @ Quit: nasrat: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:35] @ Quit: auxesis: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:35] @ Quit: zeroXten: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:35] @ Quit: Hollow: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:36] @ Quit: proton: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:36] @ Quit: ashp: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:36] @ Quit: windo: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:36] @ Quit: kennobaka: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:36] @ Quit: bevans5446: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:36] @ Quit: DarkFlib: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:37] @ Quit: ezekiel_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 08:30:43] @ Quit: raphink: "http://quassel-irc.org - Chat comfortably. Anywhere."
[2010/01/20 08:42:03] @ hy joined channel #puppet
[2010/01/20 08:42:03] @ hggh joined channel #puppet
[2010/01/20 08:42:03] @ abien joined channel #puppet
[2010/01/20 08:42:03] @ barn joined channel #puppet
[2010/01/20 08:42:03] @ whaley joined channel #puppet
[2010/01/20 08:42:03] @ ppickfor_ joined channel #puppet
[2010/01/20 08:42:03] @ josbal joined channel #puppet
[2010/01/20 08:42:03] @ GioGio joined channel #puppet
[2010/01/20 08:42:03] @ Schiller87 joined channel #puppet
[2010/01/20 08:42:28] @ Quit: GioGio: Ping timeout: 180 seconds
[2010/01/20 08:42:38] @ CompBrain joined channel #puppet
[2010/01/20 08:42:38] @ madduck joined channel #puppet
[2010/01/20 08:42:38] @ flakrat joined channel #puppet
[2010/01/20 08:42:38] @ Cope joined channel #puppet
[2010/01/20 08:42:38] @ sebas891 joined channel #puppet
[2010/01/20 08:42:38] @ DanF joined channel #puppet
[2010/01/20 08:42:38] @ joe-mac joined channel #puppet
[2010/01/20 08:42:38] @ wakko666 joined channel #puppet
[2010/01/20 08:42:38] @ RageLink joined channel #puppet
[2010/01/20 08:42:39] @ ambroff joined channel #puppet
[2010/01/20 08:42:39] @ Jenza joined channel #puppet
[2010/01/20 08:42:39] @ Jag joined channel #puppet
[2010/01/20 08:42:39] @ Risar joined channel #puppet
[2010/01/20 08:42:39] @ NDBrendan joined channel #puppet
[2010/01/20 08:42:39] @ tonyskapunk joined channel #puppet
[2010/01/20 08:42:39] @ fission61 joined channel #puppet
[2010/01/20 08:42:39] @ philip__ joined channel #puppet
[2010/01/20 08:42:39] @ shug joined channel #puppet
[2010/01/20 08:42:39] @ verwilst joined channel #puppet
[2010/01/20 08:42:39] @ MattyM joined channel #puppet
[2010/01/20 08:42:39] @ rsquared joined channel #puppet
[2010/01/20 08:42:39] @ fluxdude3 joined channel #puppet
[2010/01/20 08:42:39] @ _dan__t joined channel #puppet
[2010/01/20 08:42:39] @ nakano_ joined channel #puppet
[2010/01/20 08:42:39] @ fluxdude joined channel #puppet
[2010/01/20 08:42:39] @ kolla joined channel #puppet
[2010/01/20 08:42:39] @ akriventsov joined channel #puppet
[2010/01/20 08:42:39] @ raphink joined channel #puppet
[2010/01/20 08:42:39] @ fluxdude2 joined channel #puppet
[2010/01/20 08:42:39] @ mellen joined channel #puppet
[2010/01/20 08:42:39] @ DmosEmp joined channel #puppet
[2010/01/20 08:42:39] @ nexx joined channel #puppet
[2010/01/20 08:42:39] @ jrojas joined channel #puppet
[2010/01/20 08:42:39] @ ninjazjb joined channel #puppet
[2010/01/20 08:42:39] @ eshamow joined channel #puppet
[2010/01/20 08:42:39] @ bgupta_ joined channel #puppet
[2010/01/20 08:42:39] @ realist_ joined channel #puppet
[2010/01/20 08:42:39] @ ohadlevy joined channel #puppet
[2010/01/20 08:42:39] @ nDuff joined channel #puppet
[2010/01/20 08:42:40] @ lilmatt_ joined channel #puppet
[2010/01/20 08:42:40] @ Shazburg joined channel #puppet
[2010/01/20 08:42:40] @ Jiko joined channel #puppet
[2010/01/20 08:42:40] @ dyresen joined channel #puppet
[2010/01/20 08:42:40] @ vzctl__ joined channel #puppet
[2010/01/20 08:42:40] @ jaredrhine joined channel #puppet
[2010/01/20 08:42:40] @ francois joined channel #puppet
[2010/01/20 08:42:40] @ Robbie_ joined channel #puppet
[2010/01/20 08:42:40] @ poison joined channel #puppet
[2010/01/20 08:42:40] @ danielbln joined channel #puppet
[2010/01/20 08:42:40] @ adegtyarev joined channel #puppet
[2010/01/20 08:42:40] @ xerxas joined channel #puppet
[2010/01/20 08:42:40] @ xmslack joined channel #puppet
[2010/01/20 08:42:40] @ tmz_ joined channel #puppet
[2010/01/20 08:42:40] @ vollmer joined channel #puppet
[2010/01/20 08:42:40] @ stephbul joined channel #puppet
[2010/01/20 08:42:40] @ justdave joined channel #puppet
[2010/01/20 08:42:40] @ eric0 joined channel #puppet
[2010/01/20 08:42:40] @ mecca joined channel #puppet
[2010/01/20 08:42:40] @ pugnacity joined channel #puppet
[2010/01/20 08:42:40] @ komitee joined channel #puppet
[2010/01/20 08:42:40] @ _nono_ joined channel #puppet
[2010/01/20 08:42:40] @ felipe` joined channel #puppet
[2010/01/20 08:42:41] @ Volcane joined channel #puppet
[2010/01/20 08:42:41] @ fugit_ joined channel #puppet
[2010/01/20 08:42:41] @ henk joined channel #puppet
[2010/01/20 08:42:41] @ nico joined channel #puppet
[2010/01/20 08:42:41] @ marca joined channel #puppet
[2010/01/20 08:42:41] @ robinbowes joined channel #puppet
[2010/01/20 08:42:41] @ stick joined channel #puppet
[2010/01/20 08:42:41] @ bitmonk joined channel #puppet
[2010/01/20 08:42:41] @ jamesturnbull joined channel #puppet
[2010/01/20 08:42:41] @ smef joined channel #puppet
[2010/01/20 08:42:41] @ rocket joined channel #puppet
[2010/01/20 08:42:41] @ ReinH joined channel #puppet
[2010/01/20 08:42:41] @ whack joined channel #puppet
[2010/01/20 08:42:41] @ spawnyd joined channel #puppet
[2010/01/20 08:42:41] @ fux joined channel #puppet
[2010/01/20 08:42:41] @ sid77 joined channel #puppet
[2010/01/20 08:42:41] @ pquerna joined channel #puppet
[2010/01/20 08:42:41] @ erm joined channel #puppet
[2010/01/20 08:42:41] @ zahna joined channel #puppet
[2010/01/20 08:42:41] @ z00dax joined channel #puppet
[2010/01/20 08:42:42] @ nevyn_ joined channel #puppet
[2010/01/20 08:42:42] @ Disconnect joined channel #puppet
[2010/01/20 08:42:42] @ lazzurs joined channel #puppet
[2010/01/20 08:42:42] @ monrad joined channel #puppet
[2010/01/20 08:42:42] @ zipkid joined channel #puppet
[2010/01/20 08:42:42] @ madduck|afk joined channel #puppet
[2010/01/20 08:42:42] @ halenger joined channel #puppet
[2010/01/20 08:42:42] @ hamish joined channel #puppet
[2010/01/20 08:42:42] @ giskard joined channel #puppet
[2010/01/20 08:42:42] @ jhp joined channel #puppet
[2010/01/20 08:42:42] @ mvn071 joined channel #puppet
[2010/01/20 08:42:42] @ jab_doa joined channel #puppet
[2010/01/20 08:42:42] @ skiold joined channel #puppet
[2010/01/20 08:42:42] @ mikepea joined channel #puppet
[2010/01/20 08:42:42] @ Clint joined channel #puppet
[2010/01/20 08:42:42] @ tyll joined channel #puppet
[2010/01/20 08:42:42] @ rmiller4pi81 joined channel #puppet
[2010/01/20 08:42:42] @ Desdic joined channel #puppet
[2010/01/20 08:42:42] @ huggie joined channel #puppet
[2010/01/20 08:42:42] @ rmiller4pi8 joined channel #puppet
[2010/01/20 08:42:43] @ toi joined channel #puppet
[2010/01/20 08:42:43] @ msf joined channel #puppet
[2010/01/20 08:42:43] @ glut joined channel #puppet
[2010/01/20 08:42:43] @ Guest87400 joined channel #puppet
[2010/01/20 08:42:43] @ ptman joined channel #puppet
[2010/01/20 08:42:43] @ tessier__ joined channel #puppet
[2010/01/20 08:42:43] @ astinus joined channel #puppet
[2010/01/20 08:42:43] @ aitkp joined channel #puppet
[2010/01/20 08:42:43] @ silfreed joined channel #puppet
[2010/01/20 08:42:43] @ _TheAvatar joined channel #puppet
[2010/01/20 08:42:43] @ _choc joined channel #puppet
[2010/01/20 08:42:43] @ thijso joined channel #puppet
[2010/01/20 08:42:43] @ colyte joined channel #puppet
[2010/01/20 08:42:43] @ RSpacePope joined channel #puppet
[2010/01/20 08:42:43] @ ezekiel_ joined channel #puppet
[2010/01/20 08:42:43] @ gilesw joined channel #puppet
[2010/01/20 08:42:43] @ sheldonh joined channel #puppet
[2010/01/20 08:42:43] @ cynicismic joined channel #puppet
[2010/01/20 08:42:43] @ tuf joined channel #puppet
[2010/01/20 08:42:44] @ neh joined channel #puppet
[2010/01/20 08:42:44] @ siezer joined channel #puppet
[2010/01/20 08:42:44] @ londo_ joined channel #puppet
[2010/01/20 08:42:44] @ ssm joined channel #puppet
[2010/01/20 08:42:44] @ vinci joined channel #puppet
[2010/01/20 08:42:44] @ OMCK joined channel #puppet
[2010/01/20 08:42:44] @ markl joined channel #puppet
[2010/01/20 08:42:44] @ nasrat joined channel #puppet
[2010/01/20 08:42:44] @ ashp joined channel #puppet
[2010/01/20 08:42:44] @ sektoid joined channel #puppet
[2010/01/20 08:42:44] @ samppah joined channel #puppet
[2010/01/20 08:42:44] @ asbruvik joined channel #puppet
[2010/01/20 08:42:44] @ agagag joined channel #puppet
[2010/01/20 08:42:44] @ jbeez joined channel #puppet
[2010/01/20 08:42:44] @ bagpuss_thecat joined channel #puppet
[2010/01/20 08:42:44] @ ricky joined channel #puppet
[2010/01/20 08:42:44] @ taihen joined channel #puppet
[2010/01/20 08:42:45] @ DarkFlib joined channel #puppet
[2010/01/20 08:42:45] @ meltemi joined channel #puppet
[2010/01/20 08:42:45] @ charlieS joined channel #puppet
[2010/01/20 08:42:45] @ bzrk_ joined channel #puppet
[2010/01/20 08:42:45] @ jbooth joined channel #puppet
[2010/01/20 08:42:45] @ `properzel joined channel #puppet
[2010/01/20 08:42:45] @ cheako joined channel #puppet
[2010/01/20 08:42:45] @ hacim joined channel #puppet
[2010/01/20 08:42:45] @ elementai joined channel #puppet
[2010/01/20 08:42:45] @ bevans5446 joined channel #puppet
[2010/01/20 08:42:45] @ Whoop joined channel #puppet
[2010/01/20 08:42:45] @ jY joined channel #puppet
[2010/01/20 08:42:45] @ Bosse joined channel #puppet
[2010/01/20 08:42:45] @ _lunix_ joined channel #puppet
[2010/01/20 08:42:45] @ davidX- joined channel #puppet
[2010/01/20 08:42:45] @ TREllis joined channel #puppet
[2010/01/20 08:42:46] @ n0ts__ joined channel #puppet
[2010/01/20 08:42:46] @ Bevo joined channel #puppet
[2010/01/20 08:42:46] @ markwell joined channel #puppet
[2010/01/20 08:42:46] @ QMan joined channel #puppet
[2010/01/20 08:42:46] @ mboyd joined channel #puppet
[2010/01/20 08:42:46] @ Cuchulain joined channel #puppet
[2010/01/20 08:42:46] @ MrHeavy_ joined channel #puppet
[2010/01/20 08:42:46] @ blue joined channel #puppet
[2010/01/20 08:42:46] @ odyi joined channel #puppet
[2010/01/20 08:42:46] @ choffee joined channel #puppet
[2010/01/20 08:42:46] @ Hollow joined channel #puppet
[2010/01/20 08:42:46] @ ggillies joined channel #puppet
[2010/01/20 08:42:46] @ jason^ joined channel #puppet
[2010/01/20 08:42:46] @ kennobaka joined channel #puppet
[2010/01/20 08:42:47] @ windo joined channel #puppet
[2010/01/20 08:42:47] @ jmeeuwen joined channel #puppet
[2010/01/20 08:42:47] @ fsweetser joined channel #puppet
[2010/01/20 08:42:47] @ proton joined channel #puppet
[2010/01/20 08:42:47] @ jb joined channel #puppet
[2010/01/20 08:42:47] @ euclid joined channel #puppet
[2010/01/20 08:42:47] @ majeru joined channel #puppet
[2010/01/20 08:42:47] @ ajf- joined channel #puppet
[2010/01/20 08:42:47] @ heydrick2 joined channel #puppet
[2010/01/20 08:42:47] @ monachus joined channel #puppet
[2010/01/20 08:42:47] @ duritong joined channel #puppet
[2010/01/20 08:42:47] @ chadh joined channel #puppet
[2010/01/20 08:42:47] @ jbarratt joined channel #puppet
[2010/01/20 08:42:48] @ himanshu joined channel #puppet
[2010/01/20 08:42:48] @ telmich joined channel #puppet
[2010/01/20 08:42:48] @ shine joined channel #puppet
[2010/01/20 08:42:48] @ cm1 joined channel #puppet
[2010/01/20 08:42:48] @ auxesis joined channel #puppet
[2010/01/20 08:42:48] @ fox2mike joined channel #puppet
[2010/01/20 08:42:48] @ CoolCold joined channel #puppet
[2010/01/20 08:42:48] @ kambiz joined channel #puppet
[2010/01/20 08:42:48] @ morty__ joined channel #puppet
[2010/01/20 08:42:48] @ impl joined channel #puppet
[2010/01/20 08:42:48] @ zeroXten joined channel #puppet
[2010/01/20 08:42:48] @ mark joined channel #puppet
[2010/01/20 08:42:48] @ cmoates joined channel #puppet
[2010/01/20 08:42:48] @ SyTonnerre joined channel #puppet
[2010/01/20 08:44:42] @ brothers joined channel #puppet
[2010/01/20 08:46:02] @ Quit: fluxdude3: Connection timed out
[2010/01/20 08:47:12] @ mattwynne joined channel #puppet
[2010/01/20 08:50:12] @ Quit: Schiller87: "Page closed"
[2010/01/20 08:51:56] @ Quit: rmiller4pi81: Read error: 110 (Connection timed out)
[2010/01/20 08:53:40] @ Quit: fluxdude: Read error: 110 (Connection timed out)
[2010/01/20 08:58:01] <ptman> ok, how can I debug why a module isn't having any effect on a node?
[2010/01/20 08:58:23] @ omry|work joined channel #puppet
[2010/01/20 09:00:48] @ Bass10 joined channel #puppet
[2010/01/20 09:04:50] <zirpu> puppetd --noop -v
[2010/01/20 09:05:34] <zirpu> s/-v/-t/
[2010/01/20 09:06:17] <ptman> unfortunately that doesn't tell me very much
[2010/01/20 09:07:15] <zirpu> add --debug that should tell you what it's doing. if it doesn't show the module being evaluated, then it doesn't think that node needs the module.
[2010/01/20 09:07:27] <zirpu> you are running 'puppetd --noop -t' on the node itself as root right?
[2010/01/20 09:07:59] <ptman> I am
[2010/01/20 09:08:20] <ptman> nothing in the debug seems to stand out either
[2010/01/20 09:10:01] <ptman> it seems to only get the default node config, not the one that I've specified for it
[2010/01/20 09:10:39] <zirpu> how are you specifying it? did you reload the puppetmaster?
[2010/01/20 09:10:55] @ Quit: shug: "Leaving"
[2010/01/20 09:10:59] @ bug joined channel #puppet
[2010/01/20 09:11:02] <zirpu> i.e. are you using a node conf file, or an external node classifier?
[2010/01/20 09:11:07] <ptman> node blah inherits default { include foo }
[2010/01/20 09:11:13] <ptman> node conf file
[2010/01/20 09:11:49] <joe-mac> ok anybody got .25+ on ubuntu using the .deb?
[2010/01/20 09:11:52] <zirpu> restart the puppetmaster, it's probably not seeing the change.
[2010/01/20 09:12:04] <ptman> but here's the thing, previously I had a lot of definitions in the node -block, which I then moved to a class (module)
[2010/01/20 09:12:20] <joe-mac> files like that are noticed without restarting the puppetmaster
[2010/01/20 09:14:12] @ tmz_ is now known as tmz
[2010/01/20 09:14:20] <Volcane> unless they're a file per node and imported with a glob
[2010/01/20 09:14:42] <ptman> no, all nodes in one file
[2010/01/20 09:15:43] @ Quit: RageLink: Remote closed the connection
[2010/01/20 09:16:12] @ Quit: brothers:
[2010/01/20 09:16:23] @ Quit: sheldonh: "Ex-Chat"
[2010/01/20 09:16:26] <zirpu> touch puppet.conf to get puppetmaster to notice, or restart puppetmaster.
[2010/01/20 09:16:28] <Volcane> does the node name in the file correspond with what the master logs when it compiles the manifet?
[2010/01/20 09:18:22] <ptman> where can I see that?
[2010/01/20 09:18:33] <Volcane> on the master, in the syslogs
[2010/01/20 09:18:34] <ptman> masterhttp.log looks like the hostname matches
[2010/01/20 09:18:56] @ themurph joined channel #puppet
[2010/01/20 09:19:07] <ptman> and syslog/daemon.log also
[2010/01/20 09:19:44] <ptman> is it a problem that I'm using the same name for a node and a class?
[2010/01/20 09:21:08] <ptman> yes, that was the problem
[2010/01/20 09:21:36] <ptman> when I put the fqdn in the node specification, it started working
[2010/01/20 09:21:49] @ Guest87400 is now known as Filbery
[2010/01/20 09:21:51] @ Filbery is now known as Filberr
[2010/01/20 09:21:55] <ptman> is that a bug or a known "feature"?
[2010/01/20 09:22:03] <Volcane> not sure
[2010/01/20 09:22:14] @ Filberr is now known as Filbert
[2010/01/20 09:22:38] <ptman> should I report it as a bug or take any other action?
[2010/01/20 09:24:51] <Volcane> well assuming you restarted the master when we asked etc and it didnt help, then sure file a bug
[2010/01/20 09:24:57] <ptman> I did
[2010/01/20 09:25:00] @ Guest7106 joined channel #puppet
[2010/01/20 09:26:54] <Guest7106> Hello - is anyone here to help with a puppet question?
[2010/01/20 09:28:05] <joe-mac> well, this is #puppet
[2010/01/20 09:28:26] <joe-mac> aside from my sock puppet hobby, i sometimes do manage infrastructure :-)
[2010/01/20 09:28:27] <Guest7106> Hello, can you answer a question?
[2010/01/20 09:28:34] <joe-mac> just ask it
[2010/01/20 09:28:39] <joe-mac> if i can't, someone will
[2010/01/20 09:29:04] <Guest7106> Ok, I am getting the following message on a client when running puppetd -t
[2010/01/20 09:30:18] <Guest7106> info: Retrieving plugin
[2010/01/20 09:30:18] <Guest7106> err: Could not run Puppet configuration client: 404 Not Found
[2010/01/20 09:30:21] <ptman> Volcane, http://projects.reductivelabs.com/issues/3091 that good?
[2010/01/20 09:30:30] @ Quit: jcape: Read error: 60 (Operation timed out)
[2010/01/20 09:32:33] <ptman> Volcane, joe-mac, zirpu, thank you all for your help with my problem!
[2010/01/20 09:35:46] <joe-mac> np
[2010/01/20 09:35:59] <joe-mac> Guest7106: no clue, what proxy are you using in front of puppet?
[2010/01/20 09:36:00] @ Quit: omry|work: Remote closed the connection
[2010/01/20 09:37:43] <Guest7106> No proxy; all was well until I added a custom facter file. I watched puppetd download it and it's in /var/lib/puppet/... as it should be, then this 404 started coming up.
[2010/01/20 09:40:05] @ omry|work joined channel #puppet
[2010/01/20 09:41:52] @ brothers joined channel #puppet
[2010/01/20 09:46:16] <Guest7106> So is there a command I can run on the client to force a fresh reload of all resources?
[2010/01/20 09:47:31] @ cwebber joined channel #puppet
[2010/01/20 09:48:16] @ littleidea joined channel #puppet
[2010/01/20 09:48:35] @ ezekiel_ is now known as ezekiel
[2010/01/20 09:51:12] @ marcoecc joined channel #puppet
[2010/01/20 09:52:50] <Guest7106> cls
[2010/01/20 09:53:09] <joe-mac> Guest7106: try to remove the cache like /var/lib/puppet/state/*, then run puppetd -t and use pastie.org to show us the output
[2010/01/20 09:53:43] <joe-mac> wow, .25.3 compiles catalogs, *really* fast
[2010/01/20 09:53:52] <joe-mac> my simople nodes take .3 seconds
[2010/01/20 09:54:12] <joe-mac> jesus christ, i am like amazed right now
[2010/01/20 09:54:31] <Volcane> not seen an improvement in compile time
[2010/01/20 09:54:33] <Volcane> run time yes
[2010/01/20 09:55:46] <joe-mac> do you use stored configs Volcane?
[2010/01/20 09:56:03] <joe-mac> compiling i assume does some diff against the stored resources
[2010/01/20 09:56:28] @ jcape joined channel #puppet
[2010/01/20 09:56:31] <joe-mac> i remember you were always against stored configs due to your clients being so geographically diverse, not really feasible for you
[2010/01/20 09:57:53] @ Quit: thijso: Read error: 110 (Connection timed out)
[2010/01/20 10:01:05] @ jcape left channel #puppet ()
[2010/01/20 10:01:49] <henk> is it just over here or are the "styles" missing on that page: http://docs.reductivelabs.com/references/stable/configuration.html ?
[2010/01/20 10:02:01] @ swygue joined channel #puppet
[2010/01/20 10:02:48] <joe-mac> hey guys i know i've seen someone ask about this in here warning: Value of 'preferred_serialization_format' (pson) is invalid for report, using default (b64_zlib_yaml), do i need to do something about that?
[2010/01/20 10:02:51] @ fission61 left channel #puppet ()
[2010/01/20 10:02:58] @ Quit: bug:
[2010/01/20 10:03:06] @ Quit: cwebber:
[2010/01/20 10:03:15] @ bug joined channel #puppet
[2010/01/20 10:03:34] <joe-mac> i also got notice: //nsca::client/File[/usr/lib/nagios/plugins/check_psv]/content: content changed '{md5}62cee82460d484aac53b0ba4fa84c829' to 'unknown checksum'
[2010/01/20 10:03:42] <joe-mac> unknown checksum is somehwat worrying
[2010/01/20 10:04:23] @ bobbyz joined channel #puppet
[2010/01/20 10:04:24] @ rmiller4pi81 joined channel #puppet
[2010/01/20 10:08:08] @ Quit: themurph: Read error: 110 (Connection timed out)
[2010/01/20 10:08:25] <joe-mac> omfg /etc/default/puppet now controls whether puppet starts or not on debian?
[2010/01/20 10:08:29] <joe-mac> what a braindead idea
[2010/01/20 10:08:39] <joe-mac> i hope nigel didn't think of this, he's too smart to pull this
[2010/01/20 10:09:27] @ Quit: littleidea:
[2010/01/20 10:09:52] <henk> joe-mac: hate those files...
[2010/01/20 10:10:04] <joe-mac> henk: i hate the whole debian service model
[2010/01/20 10:10:08] @ pheezy joined channel #puppet
[2010/01/20 10:10:16] <joe-mac> the init scripts, /etc/default, the init scripts functionality
[2010/01/20 10:10:25] <joe-mac> it all just sukcs shit, and i don't know why it hasn't been overhauled yet
[2010/01/20 10:10:49] <joe-mac> i'm doing ensure absent on that file
[2010/01/20 10:10:50] <henk> joe-mac: they are in the process of replacing it with upstart und insserv and stuff...
[2010/01/20 10:11:01] <henk> s/und/and/
[2010/01/20 10:11:24] <joe-mac> henk: i think this is already using 'upstart', it's ubuntu 8.04
[2010/01/20 10:11:45] <henk> yes, it is. upstart comes from canonical (ubuntu) afaik
[2010/01/20 10:11:47] <joe-mac> admittedly, i vaguely understand it. i know it's 'an event based start up system"
[2010/01/20 10:11:50] <Volcane> ubuntu has, like with so much, just make debian suck a lot more
[2010/01/20 10:12:18] <joe-mac> Volcane: i know. i weep softly because of this OS. I'm hoping eventually by RHEL6 to convince them here to migrate.
[2010/01/20 10:12:36] <henk> joe-mac: event and dependency based iirc... which init system is better in your opinion?
[2010/01/20 10:13:00] <joe-mac> the one i';ve been using since i was 12, that has status options for each service
[2010/01/20 10:13:15] <joe-mac> ie, anything but debian
[2010/01/20 10:13:27] <Volcane> new debian mostly have status now, ubuntu still rubbish
[2010/01/20 10:13:52] <henk> joe-mac: it's still init...
[2010/01/20 10:14:02] <joe-mac> yea, that's my problem. i'm at work i have to stick with the 'stable' lts stuff, which still has all these init scripts with different options, almost none have 'status'
[2010/01/20 10:15:17] <henk> i can live without status most of the time... couldn't live with RH or centos :)
[2010/01/20 10:16:33] @ Quit: toi: Read error: 110 (Connection timed out)
[2010/01/20 10:17:34] @ Quit: rmiller4pi81: "Leaving."
[2010/01/20 10:17:57] @ rmiller4pi81 joined channel #puppet
[2010/01/20 10:19:07] <joe-mac> hey Volcane what should i do about that pson error?
[2010/01/20 10:19:16] <Volcane> the "debug" one?
[2010/01/20 10:19:57] <joe-mac> Value of 'preferred_serialization_format' (pson) is invalid for report, using default (b64_zlib_yaml)
[2010/01/20 10:19:58] <jb> ignore it
[2010/01/20 10:19:58] <jb> :/
[2010/01/20 10:20:12] <Volcane> oh that,yeah its just spam
[2010/01/20 10:20:21] <joe-mac> ok, good, how about this one content changed '{md5}62cee82460d484aac53b0ba4fa84c829' to 'unknown checksum'
[2010/01/20 10:20:23] <Volcane> sucky sucky spam
[2010/01/20 10:20:30] <Volcane> also ok
[2010/01/20 10:20:40] <joe-mac> it's not going to fi ll up my filebucket?
[2010/01/20 10:20:48] <Volcane> nah u shouldnt get it every run
[2010/01/20 10:21:58] @ Quit: rmiller4pi8: Read error: 110 (Connection timed out)
[2010/01/20 10:21:59] <joe-mac> whoaaaa
[2010/01/20 10:22:23] <joe-mac> http://www.pastie.org/786561
[2010/01/20 10:22:39] <Volcane> stored confs?
[2010/01/20 10:23:13] <joe-mac> yes
[2010/01/20 10:23:28] <Volcane> recall some chatter here about that
[2010/01/20 10:23:37] <Volcane> but dont know what hte details were
[2010/01/20 10:23:44] <Volcane> masterzen prolly does
[2010/01/20 10:24:46] <masterzen> joe-mac: sorry, never got this error.
[2010/01/20 10:27:21] <joe-mac> dam, that sucks
[2010/01/20 10:28:11] <joe-mac> http://www.pastie.org/786568
[2010/01/20 10:28:20] <joe-mac> now i am getting that from the client, thinking it might be an apche config
[2010/01/20 10:28:56] @ qwebirc57171 joined channel #puppet
[2010/01/20 10:28:59] @ qwebirc57171 left channel #puppet ()
[2010/01/20 10:29:21] @ nono joined channel #puppet
[2010/01/20 10:29:45] <nono> hello
[2010/01/20 10:29:56] <joe-mac> hello nono
[2010/01/20 10:30:23] <nono> I could not find the information in the doc wether nodes are exported autmatically ? Does anbody has an answer to this ?
[2010/01/20 10:30:33] <nono> I mean to be able to collect them
[2010/01/20 10:32:17] <bug> going from 25.1 to 25.3, do i need to upgrade clients and server simultaneously?
[2010/01/20 10:32:32] <bug> or should a 25.3 client be able to connect to a 25.1 server with no problems?
[2010/01/20 10:32:32] <Volcane> dont use .3
[2010/01/20 10:32:37] <Volcane> cron is broken
[2010/01/20 10:32:39] <bug> ah
[2010/01/20 10:32:43] <nono> you shuld update server first
[2010/01/20 10:32:56] <bug> so should a 25.4rc2 client ...
[2010/01/20 10:33:07] <Volcane> server first generally
[2010/01/20 10:33:08] <bug> and, that's an even better answer
[2010/01/20 10:33:10] <nono> I only had an issue with host_aliases
[2010/01/20 10:33:11] <bug> thx volcane, nono
[2010/01/20 10:34:17] @ RageLink joined channel #puppet
[2010/01/20 10:34:48] <nono> so is there a way to create a variable that is an array of hostnames, those hostnames being a collection with a filter on a role variable ?
[2010/01/20 10:34:48] <joe-mac> Volcane: how is cron broken?
[2010/01/20 10:34:57] <Volcane> joe-mac: cant add new ones
[2010/01/20 10:35:59] <joe-mac> well let's hope i don't provision a new box for a few datys
[2010/01/20 10:36:12] @ Quit: rmiller4pi81: Read error: 110 (Connection timed out)
[2010/01/20 10:39:30] <joe-mac> upgrading puppet gives me an adrenaline rush
[2010/01/20 10:40:47] @ ShiNboi joined channel #puppet
[2010/01/20 10:40:57] @ Quit: RageLink: "up up and away"
[2010/01/20 10:42:51] @ lwhalen joined channel #puppet
[2010/01/20 10:43:14] @ Quit: whaley: Remote closed the connection
[2010/01/20 10:43:52] <lwhalen> hey, is there a need for CentOS/HeadRat RPMs for puppet-0.25.3 and facter-1.5.7?
[2010/01/20 10:44:13] @ whaley joined channel #puppet
[2010/01/20 10:44:17] <lwhalen> because I rolled some last night, pushed them to production, and "they haven't broken yet" :-)
[2010/01/20 10:44:36] <Volcane> .3 is a bit broken wrt cron
[2010/01/20 10:44:51] <Volcane> assume you just used the spec files that come in the tarballs right?
[2010/01/20 10:44:57] <lwhalen> yes
[2010/01/20 10:45:07] <lwhalen> how broken is broken?
[2010/01/20 10:45:16] <Volcane> cant make cronjobs
[2010/01/20 10:45:20] @ Quit: euclid: Read error: 110 (Connection timed out)
[2010/01/20 10:45:21] <lwhalen> grfo
[2010/01/20 10:45:24] <lwhalen> *gtfo
[2010/01/20 10:45:29] <lwhalen> what about existing cronjobs?
[2010/01/20 10:45:38] <Volcane> they're ok - but probably cant be changed
[2010/01/20 10:45:38] @ swygue_ joined channel #puppet
[2010/01/20 10:45:46] <lwhalen> alright, good to know
[2010/01/20 10:45:56] <lwhalen> is there a patch for 25.3, or are we just waiting for .4?
[2010/01/20 10:46:10] <swygue_> what's the best way to go about deploying a file once with puppet?
[2010/01/20 10:46:28] <lwhalen> swygue_: probably File =>
[2010/01/20 10:46:48] <jb> or exec maybe with onlyif
[2010/01/20 10:46:55] <jb> depending on what you want to do
[2010/01/20 10:47:03] <swygue_> basically, I want to have puppet deploy a config, but allow for local medication
[2010/01/20 10:47:05] <jb> or creates rather
[2010/01/20 10:47:12] @ Quit: sHaggY_caT: Read error: 60 (Operation timed out)
[2010/01/20 10:47:17] <jb> does the config file support include's?
[2010/01/20 10:47:20] <Volcane> the docs for file show you how
[2010/01/20 10:48:01] <swygue_> Volcane: I'm looking at the TypeReference, is that the doc your are referring to?
[2010/01/20 10:48:24] <Volcane> yup
[2010/01/20 10:48:29] <Volcane> i think the option is replace
[2010/01/20 10:48:44] <jb> uhm
[2010/01/20 10:48:44] <jb> replace?
[2010/01/20 10:48:45] <Volcane> on file resource
[2010/01/20 10:48:50] <jb> hmm
[2010/01/20 10:48:59] <jb> ah yeah
[2010/01/20 10:49:05] <swygue_> yeah, I read that but I didn't understand it
[2010/01/20 10:49:07] <jb> didn't know about that one
[2010/01/20 10:49:14] @ francois left channel #puppet ()
[2010/01/20 10:49:30] <jb> i'm guessing that if replace => false, it won't be updated
[2010/01/20 10:49:31] @ Al-P joined channel #puppet
[2010/01/20 10:50:06] <swygue_> Volcane: So it will replace a existing file with my file, but never update the file again
[2010/01/20 10:50:23] <Volcane> it will probably only put it there if not there already
[2010/01/20 10:50:26] <Volcane> why dont you try it?
[2010/01/20 10:50:31] @ sjefen6 joined channel #puppet
[2010/01/20 10:50:40] <swygue_> I will
[2010/01/20 10:50:45] <Al-P> Hi everyone,
[2010/01/20 10:51:29] @ magnachef joined channel #puppet
[2010/01/20 10:52:04] @ rmiller4pi8 joined channel #puppet
[2010/01/20 10:52:58] <Al-P> has anyone ever used extended regex with regsubst? I'm trying to convert lower case letters to upper case. So far I have $environment_upper = regsubst($environment, '([a-z ]+)', '\U&', 'EG') but this just replaces the text with \U& - any ideas/alternative way?
[2010/01/20 10:54:12] @ crdant joined channel #puppet
[2010/01/20 10:55:05] @ Quit: bug: Read error: 104 (Connection reset by peer)
[2010/01/20 10:55:23] @ Quit: rmiller4pi8: Client Quit
[2010/01/20 10:55:42] <swygue> Okay, replace => true, will always replace the file, and replace => flase, will deploy the file if it does not exist, but won't modify the file again
[2010/01/20 10:55:45] @ rmiller4pi8 joined channel #puppet
[2010/01/20 10:55:55] <jb> which is what we said :)
[2010/01/20 10:56:40] @ Quit: brothers:
[2010/01/20 10:56:41] <swygue> yeah, I was hoping I didn't have to use exec to grab the file
[2010/01/20 10:56:58] @ brothers joined channel #puppet
[2010/01/20 10:57:47] @ devdas joined channel #puppet
[2010/01/20 10:57:51] @ bug_ joined channel #puppet
[2010/01/20 10:59:28] @ littleidea joined channel #puppet
[2010/01/20 11:01:06] @ adegtyarev left channel #puppet ()
[2010/01/20 11:01:40] * joe-mac barfs as he looks at how many source => lines have to be changed to have modules in them
[2010/01/20 11:01:51] <jb> script it :)
[2010/01/20 11:02:03] <joe-mac> yea going to have to
[2010/01/20 11:02:08] <joe-mac> this is what they make computers for i think
[2010/01/20 11:02:10] <joe-mac> ;-)
[2010/01/20 11:02:26] @ DrHouseMD joined channel #puppet
[2010/01/20 11:03:03] @ cedric_b joined channel #puppet
[2010/01/20 11:08:45] @ Quit: mvn071: "Leaving"
[2010/01/20 11:10:34] @ dhaza joined channel #puppet
[2010/01/20 11:10:54] <dhaza> is there an option for listing the changes which would be applied to a node, but not actually executing them?
[2010/01/20 11:11:16] <barn> --noop ?
[2010/01/20 11:11:52] <dhaza> great, thats exactly what i was looking for
[2010/01/20 11:11:58] <dhaza> i just didnt know what to call it
[2010/01/20 11:14:59] @ alfism joined channel #puppet
[2010/01/20 11:17:39] <Al-P> anyone got any experience with regsubst?
[2010/01/20 11:19:48] @ Quit: skiold:
[2010/01/20 11:24:19] @ Quit: verwilst: "Ex-Chat"
[2010/01/20 11:24:36] @ Quit: xerxas: "Leaving."
[2010/01/20 11:25:17] @ Quit: dhaza: "Leaving"
[2010/01/20 11:30:08] @ _dan__t is now known as dan__t
[2010/01/20 11:30:29] @ Quit: brothers: Read error: 104 (Connection reset by peer)
[2010/01/20 11:30:53] @ brothers joined channel #puppet
[2010/01/20 11:31:07] @ toi joined channel #puppet
[2010/01/20 11:32:21] @ Quit: suchu: Client Quit
[2010/01/20 11:38:45] @ Quit: pheezy: Remote closed the connection
[2010/01/20 11:38:52] @ Quit: Robbie_: Remote closed the connection
[2010/01/20 11:41:43] @ Quit: lilmatt_: Client Quit
[2010/01/20 11:43:54] @ sHaggY_caT joined channel #puppet
[2010/01/20 11:46:41] @ Quit: bug_:
[2010/01/20 11:49:23] @ themurph joined channel #puppet
[2010/01/20 11:52:26] @ cwebber joined channel #puppet
[2010/01/20 11:56:16] @ teyo joined channel #puppet
[2010/01/20 11:58:21] @ pheezy joined channel #puppet
[2010/01/20 12:03:17] @ Quit: danielbln: "Leaving."
[2010/01/20 12:04:45] @ Quit: Ramonster: Client Quit
[2010/01/20 12:05:23] @ lak joined channel #puppet
[2010/01/20 12:05:56] @ Quit: cedric_b: "Ex-Chat"
[2010/01/20 12:08:44] @ labrown joined channel #puppet
[2010/01/20 12:08:59] <Al-P> has anyone ever used extended regex with regsubst? I'm trying to convert lower case letters to upper case. So far I have $environment_upper = regsubst($environment, '([a-z ]+)', '\U&', 'EG') but this just replaces the text with \U& - any ideas/alternative way?
[2010/01/20 12:12:46] <robinbowes> ohadlevy: ?
[2010/01/20 12:13:19] @ Quit: toi: Read error: 113 (No route to host)
[2010/01/20 12:15:29] @ toi joined channel #puppet
[2010/01/20 12:18:24] @ lilmatt joined channel #puppet
[2010/01/20 12:18:29] <tmz> Al-P: I have no idea if \U or & are supported by regsubst or not. One possible alternate might be to use inline_template('<%= variable.upcase %>')
[2010/01/20 12:19:59] @ phantez joined channel #puppet
[2010/01/20 12:23:48] @ Quit: pacalm:
[2010/01/20 12:24:26] <Al-P> Thanks for the reply tmz. I thought about that but I need to make the variable available for a mount type
[2010/01/20 12:31:38] @ Quit: sHaggY_caT: Remote closed the connection
[2010/01/20 12:35:46] @ Quit: raphink: Remote closed the connection
[2010/01/20 12:36:50] @ raphink joined channel #puppet
[2010/01/20 12:38:32] @ Quit: Al-P: "BYE!!!"
[2010/01/20 12:39:19] @ BarnacleBob joined channel #puppet
[2010/01/20 12:39:35] @ Quit: tonyskapunk: Connection reset by peer
[2010/01/20 12:40:05] @ benlovell joined channel #puppet
[2010/01/20 12:41:22] @ bsund joined channel #puppet
[2010/01/20 12:43:48] @ Quit: himanshu: Client Quit
[2010/01/20 12:44:01] @ himanshu joined channel #puppet
[2010/01/20 12:45:41] @ skiold joined channel #puppet
[2010/01/20 12:46:28] @ Quit: ninjazjb: "Lost terminal"
[2010/01/20 12:46:44] @ Quit: poison: Remote closed the connection
[2010/01/20 12:47:57] @ Quit: ShiNboi: Client Quit
[2010/01/20 12:49:03] @ Quit: himanshu: Client Quit
[2010/01/20 12:52:25] @ gebi joined channel #puppet
[2010/01/20 12:53:13] <silfreed> question about using memorysize from facter in a template; what's the best way to do comparisons?
[2010/01/20 12:53:27] <silfreed> can I do stuff like 'if memorysize > '8 GB' then..' ?
[2010/01/20 12:56:22] @ ezmobius joined channel #puppet
[2010/01/20 12:57:41] @ Quit: lilmatt: Read error: 54 (Connection reset by peer)
[2010/01/20 12:58:11] @ lilmatt joined channel #puppet
[2010/01/20 12:58:20] <tmz> silfreed: Yeah, I believe the comparison code does the right thing in that case.
[2010/01/20 12:58:51] <tmz> A quick test with 0.25.2 says so anyway.
[2010/01/20 12:59:48] <silfreed> tmz: unfortunately, I'm not seeing that on 0.24.8; I wouldn't think a puppet version would make a difference in this case
[2010/01/20 13:00:11] <barn> yeah, the DSLR gets updated quite a lot
[2010/01/20 13:00:18] <barn> DSL, not the camera
[2010/01/20 13:00:55] <silfreed> :P
[2010/01/20 13:01:33] <barn> I wondered how it would deal with "128megs vs. 8gigs" though
[2010/01/20 13:01:43] <barn> so I wrote my own fact, to print it in megs regardless
[2010/01/20 13:01:49] <silfreed> barn: right, that's what I'm concerned with
[2010/01/20 13:02:20] <silfreed> looking at util/memory.rb, it returns a string, not an object
[2010/01/20 13:02:44] <barn> silfreed: http://pastie.org/786801 is what I do
[2010/01/20 13:04:23] <silfreed> barn: thanks; looks very similar to the facter version just w/ raw numbers ;)
[2010/01/20 13:04:24] @ tonyskapunk joined channel #puppet
[2010/01/20 13:04:32] <silfreed> I don't know why facter would not return something you could compare against
[2010/01/20 13:04:41] <barn> yup! but it makes it really easy to compare against (:
[2010/01/20 13:04:47] <silfreed> it's not a very useful "fact"
[2010/01/20 13:06:07] <tmz> silfreed: It does work for me on 0.24.8 as well. Comparing 1 MB against 1 GB doesn't do the right thing, as barn noted. :/
[2010/01/20 13:06:23] <silfreed> tmz: yeah, that's what I'd be afraid of
[2010/01/20 13:06:26] <silfreed> it's doing a string comparison
[2010/01/20 13:07:28] <tmz> I believe it does do some numberic comparison, else it would botch versions. It just doesn't magically treat MB and GB special.
[2010/01/20 13:08:21] <silfreed> versions could be ruby objects that implement >, <, etc
[2010/01/20 13:10:14] @ crashdummyMCH joined channel #puppet
[2010/01/20 13:11:46] <silfreed> I got it working w/ barn's fact, thanks!
[2010/01/20 13:12:03] @ jab_doa_ joined channel #puppet
[2010/01/20 13:12:18] @ Quit: lak:
[2010/01/20 13:12:33] @ Quit: jab_doa_: Read error: 104 (Connection reset by peer)
[2010/01/20 13:16:33] <joe-mac> is this supposed to be expected Mysql::Error: MySQL server has gone away: DELETE FROM `param_values` WHERE (`id` IN ('81400','81401'))
[2010/01/20 13:18:22] @ bug joined channel #puppet
[2010/01/20 13:19:20] @ Quit: alfism: "http://opensolaris.com/"
[2010/01/20 13:20:11] @ Quit: giskard: "Leaving..."
[2010/01/20 13:24:13] @ alfism joined channel #puppet
[2010/01/20 13:24:24] <jb> argh, so annoying that EL5's sudo doesn't support includedir
[2010/01/20 13:24:40] <jb> i'm either going to have to roll out new sudo packages or figure another way out to manage sudoers..
[2010/01/20 13:24:42] @ thijso joined channel #puppet
[2010/01/20 13:24:53] <jrojas> jb: they didnt start adding the include until sudo 7. something
[2010/01/20 13:24:57] <jb> 1.7.2
[2010/01/20 13:25:02] <jrojas> there ya go
[2010/01/20 13:25:10] <jrojas> ldap based sudoers works for me
[2010/01/20 13:25:28] <jb> however
[2010/01/20 13:25:28] <jb> The ) is used to indicate a comment (unless it is part of a #include directive or unless itpound #sign (
[2010/01/20 13:25:29] <jb> occurs in the contex
[2010/01/20 13:25:34] <jb> thats in the manpage for 1.6.9
[2010/01/20 13:25:35] <jb> which is odd
[2010/01/20 13:25:43] <jrojas> yeah
[2010/01/20 13:28:03] @ GhostOfRickJames joined channel #puppet
[2010/01/20 13:28:32] @ Quit: crashdummyMCH: Read error: 110 (Connection timed out)
[2010/01/20 13:30:48] <tonyskapunk> +1 to ldap sudoers
[2010/01/20 13:30:51] <brothers> How can I be sure class foo is evaluated before class bar? foo sets a variable that's used by a template in bar.
[2010/01/20 13:31:44] @ lak joined channel #puppet
[2010/01/20 13:31:56] <silfreed> brothers: unless bar inherits foo, you're not going to see that var, afaik
[2010/01/20 13:32:40] <tmz> There is <%= scope.lookupvar('apache::user') %>.
[2010/01/20 13:33:28] <tmz> And you can use require => Class[foo] in the resource that needs the variable.
[2010/01/20 13:33:56] <silfreed> see, tmz knows better :)
[2010/01/20 13:34:32] <tmz> Haha, don't believe it.
[2010/01/20 13:35:13] @ Quit: Guest7106:
[2010/01/20 13:36:28] <joe-mac> i am getting this Failed to retrieve current state of resource: Mounts without paths are not usable Could not describe /modules/puppet/namespaceauth.conf
[2010/01/20 13:36:40] <joe-mac> do i need to add files as well as 'modules'
[2010/01/20 13:36:46] <joe-mac> (fopr the switch to .25)
[2010/01/20 13:36:49] @ Quit: magnachef: Read error: 60 (Operation timed out)
[2010/01/20 13:36:57] @ magnachef joined channel #puppet
[2010/01/20 13:36:59] <fsweetser> joe-mac: 0.25 server and 0.24 client?
[2010/01/20 13:37:18] <joe-mac> nah, shuold all be .25
[2010/01/20 13:37:36] <joe-mac> also getting a lot of Mysql::Error: MySQL server has gone away: SELECT * FROM `hosts` WHERE (`hosts`.`name` = 'hostedconsole-demo02.osdc.bos.rapid7.com') LIMIT 1
[2010/01/20 13:38:03] <fsweetser> what version of puppetmaster and activerecord?
[2010/01/20 13:38:46] <joe-mac> activerecord 2.1 and puppetmaster .25.3
[2010/01/20 13:39:17] <fsweetser> try upgrading activerecord to 2.3
[2010/01/20 13:39:38] <fsweetser> it supports the reconnect parameter, which puppet 0.25.3 uses, which should make those errors go away
[2010/01/20 13:39:44] <joe-mac> something is fucked, the client says .24.8 starting
[2010/01/20 13:39:58] <fsweetser> that would explain the first error
[2010/01/20 13:40:33] @ Quit: marcoecc: Remote closed the connection
[2010/01/20 13:42:14] @ Quit: MattyM: "ta ta"
[2010/01/20 13:43:01] @ Quit: mattwynne: Remote closed the connection
[2010/01/20 13:45:53] <joe-mac> o ffs
[2010/01/20 13:46:01] <joe-mac> i frogot some of these machines are still on dapper
[2010/01/20 13:46:26] <fsweetser> well, on the plus side, that means you're not crazy =)
[2010/01/20 13:47:00] <joe-mac> lol
[2010/01/20 13:47:11] <joe-mac> brb my ssh agent also shit itself
[2010/01/20 13:47:37] <joe-mac> idk why when it shits itself it does it so epically, another problem for another day i guess
[2010/01/20 13:47:51] @ joe-mac left channel #puppet ()
[2010/01/20 13:49:01] @ Quit: phantez: "Quitte"
[2010/01/20 14:04:34] @ pting joined channel #puppet
[2010/01/20 14:07:46] @ cmdln joined channel #puppet
[2010/01/20 14:08:44] <cmdln> Its been a while since I have messed with my puppet nodes, Just was updating some things today and I am now getting an error while trying to serve files from modules
[2010/01/20 14:09:06] <cmdln> fileserver.conf has [modules] allow *
[2010/01/20 14:11:21] @ mattwynne joined channel #puppet
[2010/01/20 14:15:55] @ joe-mac joined channel #puppet
[2010/01/20 14:16:42] @ Quit: bug:
[2010/01/20 14:17:40] @ himanshu joined channel #puppet
[2010/01/20 14:18:35] @ Quit: benlovell:
[2010/01/20 14:19:16] @ cmdln left channel #puppet ()
[2010/01/20 14:19:25] @ Quit: himanshu: Client Quit
[2010/01/20 14:20:15] @ himanshu joined channel #puppet
[2010/01/20 14:20:23] @ Quit: themurph: Read error: 110 (Connection timed out)
[2010/01/20 14:21:12] @ WALoeIII joined channel #puppet
[2010/01/20 14:22:59] @ lilmatt_ joined channel #puppet
[2010/01/20 14:23:09] @ Quit: lilmatt: Read error: 104 (Connection reset by peer)
[2010/01/20 14:24:00] @ Quit: mattwynne: Remote closed the connection
[2010/01/20 14:27:10] <joe-mac> Volcane: do you plan on getting mcollective into debian?
[2010/01/20 14:29:28] @ jfreeman joined channel #puppet
[2010/01/20 14:33:02] @ Quit: nono: Ping timeout: 180 seconds
[2010/01/20 14:38:52] @ jusfreeman joined channel #puppet
[2010/01/20 14:40:23] @ Quit: littleidea:
[2010/01/20 14:42:16] @ Quit: cynicismic: "leaving"
[2010/01/20 14:43:55] @ themurph joined channel #puppet
[2010/01/20 14:45:49] <joe-mac> hey fsweetser when you suggested updating rails was there a reason behind it specifically or just a gut feeling?
[2010/01/20 14:46:51] <fsweetser> I had those same mysql disconnects, and fixed them by telling puppet to send a reconnect parameter to activerecord
[2010/01/20 14:47:08] <fsweetser> however, the reconnect parameter is a few feature in AR 2.3
[2010/01/20 14:48:40] @ alban2 joined channel #puppet
[2010/01/20 14:48:59] @ Quit: lak:
[2010/01/20 14:49:01] @ Quit: alban21: Read error: 60 (Operation timed out)
[2010/01/20 14:54:00] @ Djelibeybi joined channel #puppet
[2010/01/20 14:54:02] @ Quit: jfreeman: Read error: 110 (Connection timed out)
[2010/01/20 14:55:10] <joe-mac> fsweetser: yea, problem is i went to build rails 2.3 and i got bitched out
[2010/01/20 14:56:22] <fsweetser> doh
[2010/01/20 14:56:43] <fsweetser> though looking, I don't even actually have rails installed - just activesupport and activerecord
[2010/01/20 14:57:33] <joe-mac> yea
[2010/01/20 14:57:39] <joe-mac> this problem has got to be known
[2010/01/20 14:57:45] <joe-mac> maybe a mysql tweaking problem
[2010/01/20 14:57:54] <fsweetser> there are a couple of redmine tickets open on it
[2010/01/20 14:58:08] <fsweetser> I don't think anyone found the real root cause, just fixed the glitch with the reconnect option
[2010/01/20 15:03:28] @ HeyYall joined channel #puppet
[2010/01/20 15:03:47] @ Cyis joined channel #puppet
[2010/01/20 15:03:54] @ Quit: Djelibeybi: "Leaving"
[2010/01/20 15:04:16] @ jubei__ joined channel #puppet
[2010/01/20 15:04:26] <Cyis> when using the Nagios types in puppet config... is it possible to change the base path of all the configs short of changing the target on each one?
[2010/01/20 15:04:43] @ Quit: swygue: "Ex-Chat"
[2010/01/20 15:04:43] @ Quit: swygue_: "Ex-Chat"
[2010/01/20 15:05:26] <joe-mac> Cyis: you make a define, with a variable in each one
[2010/01/20 15:05:28] <joe-mac> it is teh suck
[2010/01/20 15:05:57] <Cyis> ok... that's what I figured... was trying to dig around in the code before asking and that was the conclusion I was coming to
[2010/01/20 15:06:06] @ mqr joined channel #puppet
[2010/01/20 15:11:27] @ blahdeblah joined channel #puppet
[2010/01/20 15:11:36] @ Quit: blahdeblah: Remote closed the connection
[2010/01/20 15:12:28] @ Ben joined channel #puppet
[2010/01/20 15:12:52] @ Ben is now known as Guest67215
[2010/01/20 15:13:17] <Guest67215> Can someone offer advice on using the file type with recursion?
[2010/01/20 15:13:29] <jrojas> Guest67215: dont? :P
[2010/01/20 15:13:52] <Guest67215> Better to call rsync then?
[2010/01/20 15:14:01] <jrojas> depends on the amount of files
[2010/01/20 15:14:19] <Guest67215> Say 500.
[2010/01/20 15:14:31] <Guest67215> With lots of subdirectories and symlinks
[2010/01/20 15:14:38] <jrojas> ew.
[2010/01/20 15:14:49] <Guest67215> It's a web-site
[2010/01/20 15:14:52] <jrojas> yeah rsync may work but im not sure if puppet has ane xecute timeout
[2010/01/20 15:16:02] <Guest67215> So the problem I'm having with file with recursion is that I'm getting error 400 - not authorized to call search on ...
[2010/01/20 15:16:23] <jrojas> sounds like an auth.conf issue
[2010/01/20 15:16:34] <Guest67215> the client. Is it a fileserver.conf or auth.conf issue (error 400?)
[2010/01/20 15:17:04] <Guest67215> So auth.conf takes precedence over fileserver.conf in puppet 0.25.1 ?
[2010/01/20 15:20:44] @ Quit: ambroff: Read error: 104 (Connection reset by peer)
[2010/01/20 15:20:56] @ Quit: teyo:
[2010/01/20 15:25:43] @ Quit: jusfreeman: Read error: 110 (Connection timed out)
[2010/01/20 15:25:56] @ teyo joined channel #puppet
[2010/01/20 15:30:33] @ Quit: whaley: Remote closed the connection
[2010/01/20 15:30:50] @ Quit: devdas: Read error: 113 (No route to host)
[2010/01/20 15:31:50] @ |shad0w| joined channel #puppet
[2010/01/20 15:33:02] <rlpowell> Now that more people are here: http://reductivelabs.com/static_files/TypeReference.html#id275 implies that by default, most puppet stuff is only done once every half hour. How do I override thatfor testing purpsose?
[2010/01/20 15:34:51] <whack> rlpowell: it runs as often as your run interval
[2010/01/20 15:35:06] <whack> but you can 'do it now' with 'puppetd --test'
[2010/01/20 15:35:21] <whack> in fact, many folks run puppetd that way from cron
[2010/01/20 15:35:24] @ crdant1 joined channel #puppet
[2010/01/20 15:36:33] @ mmitchell joined channel #puppet
[2010/01/20 15:37:44] @ p3rror joined channel #puppet
[2010/01/20 15:37:45] <mmitchell> is there a way to use the file resource, and provide the content within your manifest?
[2010/01/20 15:37:48] <mmitchell> as in a string?
[2010/01/20 15:38:30] <BarnacleBob> file{"/tmp/foo": content=>"asdf"}
[2010/01/20 15:38:54] <BarnacleBob> http://reductivelabs.com/static_files/TypeReference.html#file
[2010/01/20 15:39:15] @ Quit: skiold:
[2010/01/20 15:40:51] @ Quit: crdant: Read error: 110 (Connection timed out)
[2010/01/20 15:43:48] @ qwebirc38592 joined channel #puppet
[2010/01/20 15:44:03] <mmitchell> got it thanks! :)
[2010/01/20 15:48:49] @ Quit: omry|work: Read error: 60 (Operation timed out)
[2010/01/20 15:49:13] @ fsweetser_ joined channel #puppet
[2010/01/20 15:49:16] @ Quit: fsweetser: Read error: 104 (Connection reset by peer)
[2010/01/20 15:49:25] @ omry|work joined channel #puppet
[2010/01/20 15:52:32] @ poison joined channel #puppet
[2010/01/20 15:55:15] @ Quit: Guest67215:
[2010/01/20 15:55:28] <rlpowell> whack: OK. I was doing puppetd -tv, but it didn't seem to be doing everything. That is probably just my system being hosed in other ways, it turns out. Thanks!
[2010/01/20 15:56:18] @ Quit: omry|work: Read error: 60 (Operation timed out)
[2010/01/20 15:56:29] @ Quit: toi: Read error: 113 (No route to host)
[2010/01/20 15:57:27] @ omry|work joined channel #puppet
[2010/01/20 15:57:39] @ Quit: ppickfor_: Ping timeout: 180 seconds
[2010/01/20 15:59:12] @ rlpowell left channel #puppet ()
[2010/01/20 16:00:55] @ Quit: teyo:
[2010/01/20 16:03:50] @ mattwynne joined channel #puppet
[2010/01/20 16:04:58] <jrojas> eric0: which doc did you follow the other day for the puppetmaster chained CA cert?
[2010/01/20 16:05:55] <eric0> sorta wiki:PuppetScalability and wrote my own, but it's not working so dont follow me into the quicksand :P
[2010/01/20 16:05:56] <gepetto> eric0: wiki:PuppetScalability is http://reductivelabs.com/trac/puppet/wiki/PuppetScalability
[2010/01/20 16:06:06] <jrojas> ha
[2010/01/20 16:06:09] <jrojas> damn.
[2010/01/20 16:06:10] @ kim0 joined channel #puppet
[2010/01/20 16:06:40] <kim0> Hi folks, I'm setting up a new server, and I would love to use puppet to track its config changes
[2010/01/20 16:06:58] <kim0> however, my problem, is that I'm new to puppet and thus will be slow (and the boss is waiting)
[2010/01/20 16:07:33] <kim0> is there anyway, to do the configuration work manually at first, however, have someway to track those changes and export them as puppet manifests afterwards ?
[2010/01/20 16:08:55] @ ppickfor joined channel #puppet
[2010/01/20 16:12:27] <eric0> jrojas: i can send you what i've got, tis more detail than the wiki..whats yr email?
[2010/01/20 16:13:45] <jrojas> jason.r.rojas@gmail.com will work
[2010/01/20 16:14:12] <jrojas> ive finally hit my invisible wall with my puppetmaster, need to load balance them
[2010/01/20 16:14:41] <jrojas> eric0: what isnt working for you in your setup?
[2010/01/20 16:16:28] @ teyo joined channel #puppet
[2010/01/20 16:20:27] @ ambroff joined channel #puppet
[2010/01/20 16:20:29] @ Quit: lilmatt_: Read error: 104 (Connection reset by peer)
[2010/01/20 16:20:40] @ lilmatt joined channel #puppet
[2010/01/20 16:21:08] @ danielbln joined channel #puppet
[2010/01/20 16:26:02] @ lak joined channel #puppet
[2010/01/20 16:26:28] @ Quit: teyo:
[2010/01/20 16:27:23] @ Quit: tyll: Read error: 110 (Connection timed out)
[2010/01/20 16:28:09] <mmitchell> how can i ensure a directory exists, create it if needed, before i do something else?
[2010/01/20 16:28:31] @ Quit: lak: Client Quit
[2010/01/20 16:29:27] <jrojas> whateverelse { thing: require => File["/path/of/dir"]
[2010/01/20 16:29:47] <mmitchell> jrojas: thank you
[2010/01/20 16:30:08] @ aliver joined channel #puppet
[2010/01/20 16:30:51] <mmitchell> jrojas: so what is "thing" for? Just a label?
[2010/01/20 16:31:03] <aliver> If I want to trigger a "package" type within a class only if a file does not exist, how can I do that? Do I subscribe the package type to a file type within a class?
[2010/01/20 16:31:58] <jrojas> mmitchell: more relevant: package { "subversion-client": ensure => installed, require => File["/opt"]; }
[2010/01/20 16:32:34] <mmitchell> jrojas: oh i see, go it.
[2010/01/20 16:32:43] <mmitchell> i meant got it :)
[2010/01/20 16:33:15] @ Quit: qwebirc38592: "Page closed"
[2010/01/20 16:34:56] @ skiold joined channel #puppet
[2010/01/20 16:35:25] <aliver> ahhh
[2010/01/20 16:35:28] <aliver> ensure => installed
[2010/01/20 16:35:30] <aliver> perfect
[2010/01/20 16:36:21] @ jfreeman joined channel #puppet
[2010/01/20 16:36:23] <aliver> The only issue for me is that on some of my hosts the package was installed with EPM (it's Netbackup) rather than with RPM. Puppet has no knowledge of EPM's packages. So, I only want to install the RPM version of the Netbackup client if there is no /usr/openv/netbackup/bp.conf file.
[2010/01/20 16:36:28] <aliver> Is that kind of thing possible?
[2010/01/20 16:37:57] @ Quit: kolla: Remote closed the connection
[2010/01/20 16:38:09] @ Djelibeybi joined channel #puppet
[2010/01/20 16:38:49] @ Quit: tonyskapunk: Read error: 113 (No route to host)
[2010/01/20 16:41:28] <joe-mac> hmm the init script for .25.3 on ubuntu doesn't actually stop puppet
[2010/01/20 16:46:08] @ explody joined channel #puppet
[2010/01/20 16:52:04] @ Quit: Cyis: "Ex-Chat"
[2010/01/20 16:53:49] @ Quit: mattwynne: Remote closed the connection
[2010/01/20 16:55:17] @ FiXion joined channel #puppet
[2010/01/20 16:55:19] @ Quit: skiold:
[2010/01/20 16:57:25] @ Quit: WALoeIII:
[2010/01/20 16:59:05] @ teyo joined channel #puppet
[2010/01/20 16:59:55] @ Quit: teyo: Client Quit
[2010/01/20 17:01:48] @ teyo joined channel #puppet
[2010/01/20 17:04:38] @ Quit: gebi: Read error: 113 (No route to host)
[2010/01/20 17:05:00] @ bug joined channel #puppet
[2010/01/20 17:05:38] <Djelibeybi> tmz: ping?
[2010/01/20 17:08:10] @ Quit: labrown: "Leaving"
[2010/01/20 17:10:01] <tmz> Djelibeybi: Yes?
[2010/01/20 17:10:20] <Djelibeybi> tmz: are the 0.25.3 RPMs in fedora-testing? Or do I have to download them from somewhere?
[2010/01/20 17:10:34] * Djelibeybi is prepping for a Puppet tutorial with jamesturnbull tomorrow.
[2010/01/20 17:11:02] <jb> its in epel-testing
[2010/01/20 17:11:11] <jb> http://download.fedora.redhat.com/pub/epel/testing/5Server/i386/puppet-0.25.3-1.el5.noarch.rpm
[2010/01/20 17:11:25] <Djelibeybi> jb: I'm running Fedora 12, not EL5.
[2010/01/20 17:11:29] <tmz> Djelibeybi: They're in updates-testing. A 0.25.3-2 package with the upstream revert to fix the cron jobs is on its way.
[2010/01/20 17:11:39] <Djelibeybi> tmz: lovely, ta.
[2010/01/20 17:12:06] <tmz> Djelibeybi: Sure thing, have fun with the tutorial.
[2010/01/20 17:15:49] @ Quit: Djelibeybi: "Leaving"
[2010/01/20 17:19:15] @ Quit: eshamow:
[2010/01/20 17:19:40] @ Quit: lilmatt: Read error: 54 (Connection reset by peer)
[2010/01/20 17:19:59] @ lilmatt joined channel #puppet
[2010/01/20 17:21:26] @ Quit: mmitchell:
[2010/01/20 17:28:50] @ jcape joined channel #puppet
[2010/01/20 17:29:49] @ Quit: bug:
[2010/01/20 17:29:55] @ Quit: aliver: Remote closed the connection
[2010/01/20 17:30:58] @ aliver joined channel #puppet
[2010/01/20 17:31:41] @ Quit: jaredrhine: Read error: 110 (Connection timed out)
[2010/01/20 17:31:52] @ Djelibeybi joined channel #puppet
[2010/01/20 17:34:19] @ Quit: gilesw: "ChatZilla 0.9.86 [Firefox 3.5.7/20091221164558]"
[2010/01/20 17:36:01] @ Quit: Djelibeybi: Client Quit
[2010/01/20 17:36:42] @ Quit: jfreeman: Remote closed the connection
[2010/01/20 17:36:47] @ Djelibeybi joined channel #puppet
[2010/01/20 17:38:49] @ jfreeman joined channel #puppet
[2010/01/20 17:39:09] @ eshamow joined channel #puppet
[2010/01/20 17:39:30] @ Quit: magnachef: Read error: 110 (Connection timed out)
[2010/01/20 17:39:35] @ mattwynne joined channel #puppet
[2010/01/20 17:43:01] @ tim|imac joined channel #puppet
[2010/01/20 17:44:47] @ Quit: mattwynne: Remote closed the connection
[2010/01/20 17:51:19] <zahna> can a whole Class[] be required?
[2010/01/20 17:51:19] @ Quit: lilmatt: Read error: 104 (Connection reset by peer)
[2010/01/20 17:51:21] @ lilmatt_ joined channel #puppet
[2010/01/20 17:51:34] <jrojas> zahna: have you tried it?
[2010/01/20 17:51:55] <zahna> yes, and it doesn't throw errors, but the resulting system indicates that it doesn't work.
[2010/01/20 17:52:11] <jrojas> it may not be requiring like you are expecting it to.
[2010/01/20 17:52:21] <jrojas> is the class also included for the node?
[2010/01/20 17:52:44] <zahna> it must be or it would complain
[2010/01/20 17:52:46] <zahna> let me check
[2010/01/20 17:52:57] <jrojas> grep classname localconfig.yaml
[2010/01/20 17:52:59] <jrojas> on the node
[2010/01/20 17:53:11] <zahna> yes, it is
[2010/01/20 17:53:30] <zahna> oh, i checked /etc/puppet/manifests/nodes.pp
[2010/01/20 17:53:33] <jrojas> hm. are you trying to set the order in which the classes run?
[2010/01/20 17:53:36] @ Quit: jfreeman: Remote closed the connection
[2010/01/20 17:53:55] <zahna> i'm trying to have the resources in a class run before a certain resource is run
[2010/01/20 17:54:15] <zahna> my exact situation is that i want my gems sources to be set before the gem is installed
[2010/01/20 17:54:24] @ tecto joined channel #puppet
[2010/01/20 17:54:25] <zahna> because i want the gem to be fetched from my local repo
[2010/01/20 17:54:27] <jrojas> require => [ File["blah"], Package["bla2"] ]
[2010/01/20 17:54:29] @ Quit: bitmonk: Read error: 104 (Connection reset by peer)
[2010/01/20 17:55:20] <himynameisthor> is it possible to have an argument to define set as optional?
[2010/01/20 17:55:44] @ jfreeman joined channel #puppet
[2010/01/20 17:55:52] <himynameisthor> for example, define my_user($password), where $password is optional?
[2010/01/20 17:56:20] @ bitmonk joined channel #puppet
[2010/01/20 17:56:39] <proton> himynameisthor: give it a default value: define my_user($password = "foo")
[2010/01/20 17:56:40] <BarnacleBob> define my_user($password=""){
[2010/01/20 17:56:46] <himynameisthor> thanks =]
[2010/01/20 17:56:50] <BarnacleBob> it wont unset it
[2010/01/20 17:56:53] @ Quit: cwebber:
[2010/01/20 17:56:58] <BarnacleBob> but you can set the default and not use it for a certain value
[2010/01/20 17:57:27] @ Quit: ezmobius: Remote closed the connection
[2010/01/20 17:57:28] @ Quit: lilmatt_: Read error: 104 (Connection reset by peer)
[2010/01/20 17:57:52] @ lilmatt joined channel #puppet
[2010/01/20 17:57:55] <zahna> i could do that, but was curious whether requiring a Class[] should work
[2010/01/20 17:57:57] @ ezmobius joined channel #puppet
[2010/01/20 17:58:48] <jrojas> zahna: my understanding is that it wont work, it requires the class, but puppet still organizes its own dependency tree of the items in the class
[2010/01/20 17:58:49] @ Quit: lilmatt: Read error: 104 (Connection reset by peer)
[2010/01/20 17:58:55] @ lilmatt joined channel #puppet
[2010/01/20 17:58:55] <zahna> oh wait, i'm not sure i can do that. i just looked at my class and it only contains defines
[2010/01/20 17:59:11] <jrojas> try it :)
[2010/01/20 17:59:18] <zahna> to include defines?
[2010/01/20 17:59:36] <jrojas> to require the defines, yes
[2010/01/20 17:59:42] <zahna> like require => Define["define-name"]?
[2010/01/20 17:59:48] <jrojas> no
[2010/01/20 18:00:03] <jrojas> hm
[2010/01/20 18:00:28] <zahna> or like in my case require => gem_source["http://gemcutter.org/"]?
[2010/01/20 18:00:35] <jrojas> no
[2010/01/20 18:00:38] <jrojas> for example
[2010/01/20 18:00:44] <jrojas> i have a custom luseradd define
[2010/01/20 18:00:57] <jrojas> it is define luseradd { blahlbha
[2010/01/20 18:01:11] <jrojas> inside it uses the variable $title
[2010/01/20 18:01:21] <jrojas> so i can do luseradd { "blah":
[2010/01/20 18:01:43] <jrojas> in another place i can do require => luseradd["blah"];
[2010/01/20 18:02:21] <zahna> ok, i use $title too
[2010/01/20 18:02:35] <jrojas> is gem_source your define?
[2010/01/20 18:02:51] <zahna> yeah
[2010/01/20 18:03:02] <zahna> i didn't know puppet would treat the name of the define as a resource type
[2010/01/20 18:03:05] <jrojas> then yes in your case you got it.
[2010/01/20 18:03:29] <zahna> i thought defines were sort of standalone objects
[2010/01/20 18:03:38] @ RageLink joined channel #puppet
[2010/01/20 18:03:47] <Djelibeybi> remember to capitalise: require => Luseradd["blah"],
[2010/01/20 18:03:48] <jrojas> you are defining a custom type for the most part.
[2010/01/20 18:03:53] <jrojas> Djelibeybi: thanks
[2010/01/20 18:04:27] <Djelibeybi> So, in zahna's case, it could/would probably be require => Gem_source["http://gemcutter.org"]
[2010/01/20 18:05:26] <zahna> this is very interesting
[2010/01/20 18:05:31] @ Robbie joined channel #puppet
[2010/01/20 18:05:32] <zahna> i'm off to try it
[2010/01/20 18:06:07] @ cipher_ joined channel #puppet
[2010/01/20 18:06:26] <cipher_> hey all.
[2010/01/20 18:06:48] <himynameisthor> yo
[2010/01/20 18:07:57] <himynameisthor> does puppet have any array-handling language that I'm not finding in the documentation? i want to pass an array as an argument to a define and foreach element in the array, add a resource. (ssh_authorized_keys, in this case)
[2010/01/20 18:08:27] <cipher_> n00b question of the day: I've read the FAQ and it lists this issue, however a remedy is not listed.
[2010/01/20 18:08:30] <cipher_> 'Could not retrieve catalog: Exported resource Host[localbox] cannot override local resource on node anotherbox
[2010/01/20 18:08:49] <cipher_> I've checked for duplicate definement
[2010/01/20 18:08:50] @ Quit: lilmatt: Read error: 104 (Connection reset by peer)
[2010/01/20 18:09:17] @ lilmatt joined channel #puppet
[2010/01/20 18:09:31] <cipher_> ideas from the wise puppet masters?
[2010/01/20 18:09:49] @ lak joined channel #puppet
[2010/01/20 18:10:58] <eric0> jrojas: mail sent
[2010/01/20 18:11:23] <jrojas> awesome thanks
[2010/01/20 18:12:25] <monachus> @cipher - if you have a host that creates that resource, and another host that both creates that resource and collects it, you'll get that error
[2010/01/20 18:12:56] <zahna> hmm... so is there a way, in a define, to use $name and fallback to $title if $name doesn't exist?
[2010/01/20 18:13:12] <monachus> @zahna - they both exist, by default, with the same value
[2010/01/20 18:13:26] <monachus> you can set an alternative name => something to make it different from title
[2010/01/20 18:13:55] <zahna> oh, so i'd be safe always referencing $name inside my define then?
[2010/01/20 18:14:01] @ Quit: crdant1: Read error: 110 (Connection timed out)
[2010/01/20 18:14:02] <monachus> yeah
[2010/01/20 18:14:09] <zahna> oh, cool
[2010/01/20 18:14:12] <zahna> thanks!
[2010/01/20 18:14:18] <monachus> :)
[2010/01/20 18:14:18] <cipher_> monachus: and let's assume i've done that and there are two hosts which have gobbled that information up. best way to remedy?
[2010/01/20 18:16:42] <monachus> @cipher - the exported resources only care about the name, so you can use a different namevar, like prepend $hostname or $fqdn to it - not sure if your resource is an actual Host - if so, you'll have to use a different name that's unique everywhere
[2010/01/20 18:16:55] @ jaredrhine joined channel #puppet
[2010/01/20 18:16:59] <monachus> say you're using "localbox" to refer to itself. you shouldn't need that anywhere else
[2010/01/20 18:17:02] @ Quit: Djelibeybi: "Leaving"
[2010/01/20 18:17:14] <monachus> so you can have another Host entry for the actual machine, and then tag that one as "exported_hosts" or something
[2010/01/20 18:17:23] <monachus> and when you do your collection, only collect things tagged "exported_hosts"
[2010/01/20 18:17:34] <monachus> so all your "localbox" host entries stay local to their own boxes
[2010/01/20 18:18:10] @ Quit: Robbie: Remote closed the connection
[2010/01/20 18:18:38] <monachus> Host { "my.real.box.com": ip => x.x.x.x, tag => "exported_hosts" }
[2010/01/20 18:19:34] @ crashdummyMCH joined channel #puppet
[2010/01/20 18:20:20] <monachus> and then Host<<| tag == 'exported_hosts' |>> when you collect
[2010/01/20 18:20:29] <monachus> (space between Host and <<)
[2010/01/20 18:21:35] <jbeez> realize through a spaceship :)
[2010/01/20 18:23:02] <monachus> i'm having another altogether freakish problem with exported resources - they've been working fine until now - when i try to collect them i get an error about duplicate resources, like Duplicate definition: File[foo] is already defined...except it's not
[2010/01/20 18:23:14] <monachus> and every time i run puppetd again, it picks a different thing to pretend is already defined
[2010/01/20 18:23:21] <monachus> i've checked the db and my config, and they're all unique
[2010/01/20 18:23:35] <jbeez> not defined in the top scope anywhere?
[2010/01/20 18:23:37] <monachus> nope
[2010/01/20 18:23:40] @ xmslack_ joined channel #puppet
[2010/01/20 18:23:42] @ kolla joined channel #puppet
[2010/01/20 18:24:13] <jbeez> I'm new to puppet, I'm just getting trained on it, went over spaceships and tags today as a matter of fact
[2010/01/20 18:24:17] @ whaley joined channel #puppet
[2010/01/20 18:24:17] <monachus> they're all unique nagios objects. the only thing that's different between working and not working is another 5 or 6 hosts connected to the db and stored their configs
[2010/01/20 18:24:24] @ Quit: xmslack: Read error: 104 (Connection reset by peer)
[2010/01/20 18:25:01] @ Quit: danielbln: "Leaving."
[2010/01/20 18:26:25] @ cynicismic joined channel #puppet
[2010/01/20 18:26:42] @ erm_ joined channel #puppet
[2010/01/20 18:28:17] @ Djelibeybi joined channel #puppet
[2010/01/20 18:29:03] <jbeez> can you use a diff name besides foo?
[2010/01/20 18:29:08] <jbeez> or whatever your using
[2010/01/20 18:29:16] <jbeez> or is there a way to display what foo currently is
[2010/01/20 18:29:20] <jbeez> if it says its already defined
[2010/01/20 18:29:29] <monachus> Duplicate definition: File[nagios_command_check_unix_load] is already defined
[2010/01/20 18:29:42] <monachus> but there's only one of those. guaranteed. only one in the database resources table too.
[2010/01/20 18:31:18] <monachus> fek. it's a tomorrow problem.
[2010/01/20 18:31:21] <monachus> going to bed. ttyl.
[2010/01/20 18:33:23] @ Quit: lak:
[2010/01/20 18:33:52] @ Quit: cipher_: "leaving"
[2010/01/20 18:34:33] @ Quit: NDBrendan:
[2010/01/20 18:35:08] @ Quit: p3rror: "أستودعكم الله"
[2010/01/20 18:35:41] @ tonyskapunk joined channel #puppet
[2010/01/20 18:36:26] @ Quit: Djelibeybi: "Leaving"
[2010/01/20 18:45:19] @ Quit: crashdummyMCH: Remote closed the connection
[2010/01/20 18:46:10] @ cwebber joined channel #puppet
[2010/01/20 18:47:40] @ littleidea joined channel #puppet
[2010/01/20 18:48:51] @ vzctl_ joined channel #puppet
[2010/01/20 18:50:51] @ Quit: themurph:
[2010/01/20 18:50:53] @ themurph joined channel #puppet
[2010/01/20 18:50:56] <monachus> ha! figured it out. i'm retarded.
[2010/01/20 18:50:58] <monachus> :)
[2010/01/20 18:51:09] <jrojas> ?
[2010/01/20 18:51:16] @ Quit: vzctl__: Read error: 110 (Connection timed out)
[2010/01/20 18:52:48] @ hMz joined channel #puppet
[2010/01/20 18:53:27] <hMz> hrm, seems like filebucket host changes require a restart on some clients. Has anyone else seen this behavoir?
[2010/01/20 18:54:15] <jrojas> hMz: more detail?
[2010/01/20 18:54:41] <hMz> i'm switching servernames of my filebucket, i made the appropriate changes and sporadically i see requests to the old hostname, even though the right files are on the box in question
[2010/01/20 18:55:03] <hMz> the only way to "free" this up, is to restart puppetd, it then sees the right filebucket and stores the file there
[2010/01/20 18:55:43] <jrojas> if its ahost the puppet client is connecting to and you are changing a "dns" entry in the hosts file then yes, i would assume that you would need to restart puppet. how else is it supposed to know that the dns name changed after it established a connection?
[2010/01/20 18:58:15] @ Quit: littleidea:
[2010/01/20 19:03:41] @ Quit: kim0: Remote closed the connection
[2010/01/20 19:07:26] @ Djelibeybi joined channel #puppet
[2010/01/20 19:07:57] @ Quit: tonyskapunk: Remote closed the connection
[2010/01/20 19:08:44] @ tonyskapunk joined channel #puppet
[2010/01/20 19:10:13] @ Quit: themurph: Read error: 110 (Connection timed out)
[2010/01/20 19:10:21] @ Quit: bobbyz: Read error: 110 (Connection timed out)
[2010/01/20 19:10:42] @ Quit: cwebber:
[2010/01/20 19:17:08] @ Quit: cynicismic: Remote closed the connection
[2010/01/20 19:17:34] @ bug joined channel #puppet
[2010/01/20 19:18:50] @ WALoeIII joined channel #puppet
[2010/01/20 19:20:16] @ whaley left channel #puppet ()
[2010/01/20 19:21:38] <Djelibeybi> Hmm.. there does not appear to be a rubygem-mysql package for Fedora 12. Curious.
[2010/01/20 19:23:19] @ Quit: pheezy: Remote closed the connection
[2010/01/20 19:23:56] <hMz> jrojas: its http. you're not establishing a open connection between the server. You're talk to it as needed by opening connections as needed
[2010/01/20 19:24:10] <hMz> and its only for filebucket
[2010/01/20 19:24:13] <hMz> not the actual puppetmaster
[2010/01/20 19:24:39] @ martin2929195 joined channel #puppet
[2010/01/20 19:25:05] <jrojas> hMz: are you sure?
[2010/01/20 19:25:26] <jrojas> hMz: about the coonection? it may cache the info at the beginning of the run
[2010/01/20 19:25:33] <jrojas> or something crazy
[2010/01/20 19:25:37] <hMz> well, my load balancer is ignoring keep alive
[2010/01/20 19:25:43] <hMz> so at least my setup isnt ;P
[2010/01/20 19:25:49] <hMz> but yea
[2010/01/20 19:25:52] <hMz> i suspect its cached somewhere
[2010/01/20 19:25:54] <hMz> and restarting it fixes it
[2010/01/20 19:25:59] <hMz> but if it reparses puppet.conf, it should update said caches
[2010/01/20 19:26:02] <hMz> which i suspect is a bug
[2010/01/20 19:26:03] <jrojas> nscd?
[2010/01/20 19:26:08] <hMz> but didnt want to file duplicate tickets
[2010/01/20 19:26:16] <hMz> restarting puppet fixes the problem
[2010/01/20 19:26:18] <hMz> so it cant be in nscd
[2010/01/20 19:26:21] <jrojas> hMz: well are you modifying /etc/hosts, or puppet.conf?
[2010/01/20 19:26:29] <hMz> puppet.conf
[2010/01/20 19:26:31] <jrojas> hm
[2010/01/20 19:26:37] <hMz> well, technically site.pp
[2010/01/20 19:26:40] <hMz> sorry
[2010/01/20 19:26:42] <jrojas> hm
[2010/01/20 19:26:51] <hMz> so all that should be generated on each getconfig
[2010/01/20 19:27:05] <hMz> and the local state files show the right hostnames
[2010/01/20 19:27:17] <hMz> so its not like its cached on the client, at least in the files (might be in ram)
[2010/01/20 19:28:13] <jrojas> hMz: honestly, how often do you switch servernames of your filebucket?
[2010/01/20 19:28:29] <jrojas> it may be a bug, but it doesnt seem like that big of a problem
[2010/01/20 19:33:01] @ lak joined channel #puppet
[2010/01/20 19:33:45] <hMz> i dont
[2010/01/20 19:33:52] <hMz> i just want to make sure no one else wastes the 3 hours it took m
[2010/01/20 19:33:53] <hMz> e
[2010/01/20 19:33:55] <hMz> to get to this point
[2010/01/20 19:33:59] <jrojas> hehe
[2010/01/20 19:34:08] <hMz> if it can be avoided
[2010/01/20 19:34:34] <hMz> and i figure if i file a ticket, i'll probably get a apple-style response
[2010/01/20 19:34:45] <hMz> "please upgrade to supermegaultrasnowcheetah and try again"
[2010/01/20 19:34:51] <jrojas> maybe
[2010/01/20 19:35:26] @ Quit: foobar__1: Read error: 60 (Operation timed out)
[2010/01/20 19:35:27] @ Quit: Ju: Read error: 60 (Operation timed out)
[2010/01/20 19:36:05] @ littleidea joined channel #puppet
[2010/01/20 19:37:04] @ Ju joined channel #puppet
[2010/01/20 19:37:16] @ foobar___ joined channel #puppet
[2010/01/20 19:39:30] @ crdant joined channel #puppet
[2010/01/20 19:39:46] @ Quit: eshamow:
[2010/01/20 19:42:21] @ blkwolf joined channel #puppet
[2010/01/20 19:42:40] @ mmitchell joined channel #puppet
[2010/01/20 19:43:02] @ Quit: mmitchell: Client Quit
[2010/01/20 19:48:50] @ foofie85 joined channel #puppet
[2010/01/20 19:50:33] @ Quit: alfism: "http://opensolaris.com/"
[2010/01/20 19:50:47] @ alfism joined channel #puppet
[2010/01/20 19:51:36] <foofie85> I'm having trouble with certs on my system. Both server and client are ArchLinux with puppet 0.25.3 and Ruby 1.8.7. It seems as if the client will contact the server, but won't request a certificate. Whenever I do a puppetca --list on the server, instead of getting the "no waiting certificates", it just gives me a blank line and a new prompt.
[2010/01/20 19:52:51] @ Quit: bitmonk: Read error: 54 (Connection reset by peer)
[2010/01/20 19:54:54] @ bitmonk joined channel #puppet
[2010/01/20 19:55:43] <lak> foofie85: are you doing anything weird with vardir or confdir?
[2010/01/20 19:56:26] <foofie85> lak, I'm not sure what you mean... It's a pretty vanilla install of Arch (on both accounts).
[2010/01/20 19:56:30] @ mpdehaan_ joined channel #puppet
[2010/01/20 19:56:41] <eric0> also try 'puppetca --list -a'
[2010/01/20 19:56:53] <lak> foofie85: i've just seen people set vardir for, say, puppetmasterd but not puppetca
[2010/01/20 19:57:08] @ Quit: alban2: Read error: 113 (No route to host)
[2010/01/20 19:57:12] <foofie85> eric0, Ahh, i can see the cert waiting now.
[2010/01/20 19:57:15] @ alban21 joined channel #puppet
[2010/01/20 19:57:28] <foofie85> eric0, I suppose that should be added to the documentation on the wiki...?
[2010/01/20 19:57:36] <Volcane> also using sudo and not proper su can also cause puppetca weirdness
[2010/01/20 19:57:47] <foofie85> Well, i'm logged in as root
[2010/01/20 19:58:20] <foofie85> These are two VM's i'm trying to get set up before I deploy it on any real hardware ;)
[2010/01/20 19:59:27] <foofie85> Thanks for the help, I suppose I just needed the -a in there as well.
[2010/01/20 20:00:05] @ Quit: blkwolf: "-a-"
[2010/01/20 20:02:01] <jrojas> hm..weird
[2010/01/20 20:02:14] <Volcane> yeah, glossy bit suggests they have that, but i guess only one way to really see
[2010/01/20 20:02:14] <Djelibeybi> Hmmm. I can't get puppet_dashboard reports to work.
[2010/01/20 20:02:16] <Volcane> bah
[2010/01/20 20:02:26] <Djelibeybi> How do I specify multiple libdir values?
[2010/01/20 20:02:36] <lak> Djelibeybi: colon-separated
[2010/01/20 20:02:37] <jrojas> libdir=blah:blah?
[2010/01/20 20:02:45] <Djelibeybi> lak: yeah, that's what I thought. Doesn't work though
[2010/01/20 20:02:49] <lak> eh?
[2010/01/20 20:02:55] <lak> *should*
[2010/01/20 20:03:20] <Djelibeybi> I shall pastie the error for you
[2010/01/20 20:03:36] <Djelibeybi> http://pastie.org/787526
[2010/01/20 20:04:48] <Djelibeybi> Both directories exist, btw. But it looks (to me) like it's looking for one long directory
[2010/01/20 20:05:24] @ Quit: jmeeuwen: Remote closed the connection
[2010/01/20 20:05:56] @ jmeeuwen joined channel #puppet
[2010/01/20 20:06:35] <lak> Djelibeybi: weird, you're right - it doesn't work
[2010/01/20 20:06:36] <Djelibeybi> Though, even if I copy puppet_dashboard.rb into /var/lib/puppet/lib/puppet, it still complains that it can't find a report puppet_dashboard
[2010/01/20 20:06:38] <lak> i so thought it did
[2010/01/20 20:06:46] <lak> can you file that as a bug for me?
[2010/01/20 20:06:47] * Djelibeybi needs a bit more --debug, I think
[2010/01/20 20:07:03] <Volcane> someone else also tried this the other day, we couldnt get it goig
[2010/01/20 20:07:09] <jrojas> i got it going fine
[2010/01/20 20:07:20] <ohlolohlol> Djelibeybi, it's actually lib/puppet/reports/puppet_dashboard.rb
[2010/01/20 20:07:33] <Djelibeybi> http://pastie.org/787526 full debug output
[2010/01/20 20:07:33] <Djelibeybi> lak: sure.
[2010/01/20 20:07:34] <ohlolohlol> try that
[2010/01/20 20:08:01] <Djelibeybi> ohlolohlol: ah, cool. One sec.
[2010/01/20 20:09:15] <Djelibeybi> ohlolohlol: win!
[2010/01/20 20:09:18] <ohlolohlol> :)
[2010/01/20 20:09:32] <Djelibeybi> Though, I do get a puppetd warning: warning: Value of 'preferred_serialization_format' (pson) is invalid for report, using default (marshal)
[2010/01/20 20:09:55] @ Quit: lak:
[2010/01/20 20:10:04] <ohlolohlol> Djelibeybi, how many resources are you managing?
[2010/01/20 20:10:09] <ohlolohlol> (btw, i think you can ignore that warning)
[2010/01/20 20:10:21] <Djelibeybi> ohlolohlol: 1! I'm setting up for a puppet tutorial with jamesturnbull tomorrow.
[2010/01/20 20:10:22] @ Quit: ezmobius: Remote closed the connection
[2010/01/20 20:10:26] <ohlolohlol> ahh i see
[2010/01/20 20:10:36] <ohlolohlol> anyone managing >500?
[2010/01/20 20:10:45] <ohlolohlol> and using reports?
[2010/01/20 20:10:48] <Djelibeybi> ohlolohlol: Oh, in production we have 700+ machines with reports
[2010/01/20 20:10:54] <Djelibeybi> But not dashboard reports
[2010/01/20 20:11:09] <ohlolohlol> Djelibeybi, ahh..how many resources there?
[2010/01/20 20:11:20] <Djelibeybi> A few hundred, I reckon
[2010/01/20 20:11:32] * Djelibeybi is far away from the puppet install which is behind firewalls atm
[2010/01/20 20:11:34] <jrojas> I average about 200-350 per VM
[2010/01/20 20:11:34] <ohlolohlol> are you saving them to local file?
[2010/01/20 20:11:56] <ohlolohlol> can either of you tell me how big your report is in bytes?
[2010/01/20 20:12:24] <Volcane> -rw-r----- 1 puppet puppet 1447 Jan 21 01:08 201001210108.yaml
[2010/01/20 20:12:28] <Volcane> 500 resources
[2010/01/20 20:12:32] <ohlolohlol> Volcane, cool thanks
[2010/01/20 20:12:36] <Volcane> ie. reports dont have something in it for every resource
[2010/01/20 20:12:45] <Volcane> at present anyway
[2010/01/20 20:13:01] <ohlolohlol> i see a close ratio but have just started doing reporting
[2010/01/20 20:13:25] <ohlolohlol> not many resources here, in my last puppet install i didn't do it
[2010/01/20 20:13:46] <ohlolohlol> i have a few k hosts so trying to gauge the size of my db, thanks
[2010/01/20 20:13:47] <Djelibeybi> lak: #3094
[2010/01/20 20:13:47] <gepetto> Djelibeybi: lak: #3094 is http://projects.reductivelabs.com/issues/show/3094 "Puppet - Bug #3094: Trying to specify multiple libdir values fails - ReductiveLabs.com"
[2010/01/20 20:13:56] <Volcane> bed time for me
[2010/01/20 20:14:55] <Djelibeybi> Hmm.. is there any doco on the Puppet Dashboard Node Classes/Groups?
[2010/01/20 20:15:02] <ohlolohlol> Djelibeybi, what do you need?
[2010/01/20 20:15:03] @ gebi joined channel #puppet
[2010/01/20 20:15:07] <Djelibeybi> it doesn't seem to pull classes from the report, for example
[2010/01/20 20:15:16] <Djelibeybi> Do I have to manually add all the classes being applied to the node?
[2010/01/20 20:15:20] <ohlolohlol> yeah
[2010/01/20 20:15:27] <ohlolohlol> the reports are not connected
[2010/01/20 20:15:36] <Djelibeybi> ohlolohlol: is there no way to import from the puppet manifests?
[2010/01/20 20:15:42] <ohlolohlol> eventually you'd want to use it as external node lookup
[2010/01/20 20:16:04] <ohlolohlol> Djelibeybi, I wrote a rake task to add nodes, you could do the same for groups and classes
[2010/01/20 20:16:17] <ohlolohlol> hold on let me add that
[2010/01/20 20:21:56] <Djelibeybi> ohlolohlol: I'm heading off for an #lca2010 talk. I'll be back in an hour or so.
[2010/01/20 20:21:56] @ Quit: Djelibeybi: "This computer has gone to sleep"
[2010/01/20 20:23:46] @ Quit: mpdehaan_: Read error: 113 (No route to host)
[2010/01/20 20:26:40] @ Djelibeybi joined channel #puppet
[2010/01/20 20:28:30] @ Quit: lwhalen: "Where'd my controlling terminal go?!?"
[2010/01/20 20:32:40] @ magnachef joined channel #puppet
[2010/01/20 20:33:05] @ Quit: sebas891: Read error: 110 (Connection timed out)
[2010/01/20 20:33:29] @ Quit: alfism: "http://opensolaris.com/"
[2010/01/20 20:34:55] @ Quit: WALoeIII: lindbohm.freenode.net irc.freenode.net
[2010/01/20 20:34:55] @ Quit: RageLink: lindbohm.freenode.net irc.freenode.net
[2010/01/20 20:34:55] @ Quit: aliver: lindbohm.freenode.net irc.freenode.net
[2010/01/20 20:34:56] @ Quit: himanshu: lindbohm.freenode.net irc.freenode.net
[2010/01/20 20:34:56] @ Quit: joe-mac: lindbohm.freenode.net irc.freenode.net
[2010/01/20 20:34:57] @ Quit: BarnacleBob: lindbohm.freenode.net irc.freenode.net
[2010/01/20 20:34:57] @ Quit: raphink: lindbohm.freenode.net irc.freenode.net
[2010/01/20 20:34:57] @ Quit: brothers: lindbohm.freenode.net irc.freenode.net
[2010/01/20 20:34:58] @ Quit: sjefen6: lindbohm.freenode.net irc.freenode.net
[2010/01/20 20:34:58] @ Quit: akriventsov: lindbohm.freenode.net irc.freenode.net
[2010/01/20 20:34:58] @ Quit: nakano_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 20:34:59] @ Quit: philip__: lindbohm.freenode.net irc.freenode.net
[2010/01/20 20:34:59] @ Quit: Jenza: lindbohm.freenode.net irc.freenode.net
[2010/01/20 20:34:59] @ Quit: CompBrain: lindbohm.freenode.net irc.freenode.net
[2010/01/20 20:35:00] @ Quit: Jag: lindbohm.freenode.net irc.freenode.net
[2010/01/20 20:35:00] @ Quit: fluxdude2: lindbohm.freenode.net irc.freenode.net
[2010/01/20 20:35:01] @ Quit: wakko666: lindbohm.freenode.net irc.freenode.net
[2010/01/20 20:35:02] @ Quit: Risar: lindbohm.freenode.net irc.freenode.net
[2010/01/20 20:35:03] @ Quit: Cope: lindbohm.freenode.net irc.freenode.net
[2010/01/20 20:35:04] @ Quit: rsquared: lindbohm.freenode.net irc.freenode.net
[2010/01/20 20:35:04] @ Quit: dan__t: lindbohm.freenode.net irc.freenode.net
[2010/01/20 20:35:05] @ Quit: DanF: lindbohm.freenode.net irc.freenode.net
[2010/01/20 20:35:06] @ Quit: madduck: lindbohm.freenode.net irc.freenode.net
[2010/01/20 20:35:06] @ Quit: flakrat: lindbohm.freenode.net irc.freenode.net
[2010/01/20 20:35:07] @ Quit: fugit_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 20:35:08] @ Quit: komitee: lindbohm.freenode.net irc.freenode.net
[2010/01/20 20:35:09] @ Quit: nico: lindbohm.freenode.net irc.freenode.net
[2010/01/20 20:35:09] @ Quit: henk: lindbohm.freenode.net irc.freenode.net
[2010/01/20 20:35:10] @ Quit: marca: lindbohm.freenode.net irc.freenode.net
[2010/01/20 20:35:10] @ Quit: felipe`: lindbohm.freenode.net irc.freenode.net
[2010/01/20 20:35:11] @ Quit: _nono_: lindbohm.freenode.net irc.freenode.net
[2010/01/20 20:35:12] @ Quit: Volcane: lindbohm.freenode.net irc.freenode.net
[2010/01/20 20:35:12] @ Quit: martin2929195: Remote closed the connection
[2010/01/20 20:36:57] @ WALoeIII joined channel #puppet
[2010/01/20 20:36:58] @ RageLink joined channel #puppet
[2010/01/20 20:36:58] @ aliver joined channel #puppet
[2010/01/20 20:36:58] @ himanshu joined channel #puppet
[2010/01/20 20:36:58] @ joe-mac joined channel #puppet
[2010/01/20 20:36:58] @ BarnacleBob joined channel #puppet
[2010/01/20 20:36:58] @ raphink joined channel #puppet
[2010/01/20 20:36:58] @ brothers joined channel #puppet
[2010/01/20 20:36:58] @ sjefen6 joined channel #puppet
[2010/01/20 20:36:58] @ CompBrain joined channel #puppet
[2010/01/20 20:36:58] @ madduck joined channel #puppet
[2010/01/20 20:36:58] @ flakrat joined channel #puppet
[2010/01/20 20:36:58] @ Cope joined channel #puppet
[2010/01/20 20:36:58] @ DanF joined channel #puppet
[2010/01/20 20:36:58] @ wakko666 joined channel #puppet
[2010/01/20 20:36:58] @ Jenza joined channel #puppet
[2010/01/20 20:36:58] @ Jag joined channel #puppet
[2010/01/20 20:36:59] @ Risar joined channel #puppet
[2010/01/20 20:36:59] @ philip__ joined channel #puppet
[2010/01/20 20:36:59] @ rsquared joined channel #puppet
[2010/01/20 20:36:59] @ dan__t joined channel #puppet
[2010/01/20 20:36:59] @ nakano_ joined channel #puppet
[2010/01/20 20:36:59] @ akriventsov joined channel #puppet
[2010/01/20 20:36:59] @ fluxdude2 joined channel #puppet
[2010/01/20 20:36:59] @ marca joined channel #puppet
[2010/01/20 20:36:59] @ nico joined channel #puppet
[2010/01/20 20:36:59] @ henk joined channel #puppet
[2010/01/20 20:36:59] @ fugit_ joined channel #puppet
[2010/01/20 20:36:59] @ Volcane joined channel #puppet
[2010/01/20 20:36:59] @ felipe` joined channel #puppet
[2010/01/20 20:36:59] @ _nono_ joined channel #puppet
[2010/01/20 20:36:59] @ komitee joined channel #puppet
[2010/01/20 20:43:33] @ cwebber joined channel #puppet
[2010/01/20 20:46:08] <foofie85> Perhaps I spoke too quickly... apparently that isn't the cert waiting even with the -a :/
[2010/01/20 20:50:10] <lilmatt> Given class foo { include bar; include baz; } class frob { include foo; include: blah; }, how can I "uninclude" bar from frob?
[2010/01/20 20:55:47] @ Quit: Djelibeybi: "This computer has gone to sleep"
[2010/01/20 20:56:26] @ magnachef_ joined channel #puppet
[2010/01/20 20:56:31] @ qwebirc23335 joined channel #puppet
[2010/01/20 20:57:25] @ Quit: qwebirc23335: Client Quit
[2010/01/20 21:02:24] @ Quit: BarnacleBob: Read error: 110 (Connection timed out)
[2010/01/20 21:03:04] <eric0> lilmatt: you can't, natively..there was just a thread on the ML about this earlier today
[2010/01/20 21:03:10] <eric0> this is a pretty clean option:
[2010/01/20 21:03:17] @ Quit: crdant: Client Quit
[2010/01/20 21:03:24] <eric0> http://groups.google.com/group/puppet-users/msg/810eb8671a5b3cdd
[2010/01/20 21:04:31] <lilmatt> eric0: thanks!
[2010/01/20 21:06:54] @ Quit: magnachef: Read error: 110 (Connection timed out)
[2010/01/20 21:15:43] @ alexine_dsouza joined channel #puppet
[2010/01/20 21:15:57] @ tonyskapunk left channel #puppet ()
[2010/01/20 21:17:05] @ Quit: GhostOfRickJames: Read error: 60 (Operation timed out)
[2010/01/20 21:20:55] @ Quit: magnachef_: Read error: 110 (Connection timed out)
[2010/01/20 21:28:05] <foofie85> I don't think my client is requesting the cert from the puppetmaster. Here's the output on the client side with verbose, trace, and debug: http://pastebin.com/m1ed281cf
[2010/01/20 21:28:20] <foofie85> Puppetmaster still has no waiting certificates
[2010/01/20 21:38:25] @ GhostOfRickJames joined channel #puppet
[2010/01/20 21:39:56] @ Quit: ppickfor: Nick collision from services.
[2010/01/20 21:39:57] @ ppickfor1 joined channel #puppet
[2010/01/20 21:40:01] @ ppickfor1 is now known as ppickfor
[2010/01/20 21:44:08] @ Quit: erm_: "Lost terminal"
[2010/01/20 21:45:02] @ Quit: cwebber:
[2010/01/20 21:45:53] @ Quit: jab_doa: "Verlassend"
[2010/01/20 21:52:09] @ Quit: GhostOfRickJames: "Leaving."
[2010/01/20 21:55:14] @ Djelibeybi joined channel #puppet
[2010/01/20 21:56:03] @ Quit: WALoeIII: Read error: 113 (No route to host)
[2010/01/20 22:11:41] @ cwebber joined channel #puppet
[2010/01/20 22:15:13] @ WALoeIII joined channel #puppet
[2010/01/20 22:21:54] @ Quit: gebi: Read error: 60 (Operation timed out)
[2010/01/20 22:23:44] @ Quit: littleidea:
[2010/01/20 22:28:36] @ Quit: lilmatt: Client Quit
[2010/01/20 22:38:10] @ littleidea joined channel #puppet
[2010/01/20 22:38:16] @ Quit: cwebber:
[2010/01/20 22:40:00] @ cwebber joined channel #puppet
[2010/01/20 22:41:50] @ Quit: brothers: Read error: 104 (Connection reset by peer)
[2010/01/20 22:42:08] @ brothers joined channel #puppet
[2010/01/20 22:45:39] <Djelibeybi> ohadlevy: just loaded the latest version of Foreman. The new graphs are kick-ass.
[2010/01/20 22:45:54] @ Quit: teyo:
[2010/01/20 22:47:56] @ bodepd joined channel #puppet
[2010/01/20 22:49:08] @ Quit: rmiller4pi8: Read error: 110 (Connection timed out)
[2010/01/20 22:51:11] @ Quit: bug:
[2010/01/20 22:52:04] @ Quit: Djelibeybi: No route to host
[2010/01/20 22:52:04] @ lilmatt joined channel #puppet
[2010/01/20 22:52:17] @ Djelibeybi joined channel #puppet
[2010/01/20 22:52:45] <Djelibeybi> ohadlevy: ping?
[2010/01/20 22:53:12] @ rmiller4pi8 joined channel #puppet
[2010/01/20 22:55:03] <Djelibeybi> Does anyone know where the apache2::passenger module that ohadlevy uses for Foreman comes from?
[2010/01/20 22:56:10] @ Quit: cwebber:
[2010/01/20 22:56:45] <littleidea> Djelibeybi: it's on his github, or are you asking something else?
[2010/01/20 22:57:02] <Djelibeybi> littleidea: That's what I'm asking. It's been a long day. :)
[2010/01/20 22:57:08] <littleidea> http://github.com/ohadlevy/puppet-apache2
[2010/01/20 22:57:17] @ brothers_ joined channel #puppet
[2010/01/20 22:57:48] <Djelibeybi> Ta muchly
[2010/01/20 22:59:07] <Djelibeybi> Let's give this a whirl.
[2010/01/20 23:01:02] <Djelibeybi> *sigh*
[2010/01/20 23:01:30] <Djelibeybi> Ah, no rubygem-passenger in Fedora 12
[2010/01/20 23:01:41] <Djelibeybi> I really should've tried this on EL5 with EPEL. I'll do that instead.
[2010/01/20 23:05:03] @ Quit: tecto:
[2010/01/20 23:08:23] @ Quit: brothers: Read error: 113 (No route to host)
[2010/01/20 23:08:23] @ brothers_ is now known as brothers
[2010/01/20 23:09:41] @ mattwynne joined channel #puppet
[2010/01/20 23:19:23] @ Quit: bodepd:
[2010/01/20 23:22:46] @ Quit: littleidea:
[2010/01/20 23:25:34] @ bug joined channel #puppet
[2010/01/20 23:25:49] <Djelibeybi> Narf. rubygem-passenger doesn't appear to be in EPEL either. I wonder where ohadlevy gets it from.
[2010/01/20 23:36:38] @ Quit: jaredrhine: Read error: 113 (No route to host)
[2010/01/20 23:39:39] <justdave> can I "push" a value onto an array in a puppet manifest?
[2010/01/20 23:39:51] <tmz> Djelibeybi: passenger is held up in the Fedora/EPEL review queue because it bundles boost. https://bugzilla.redhat.com/show_bug.cgi?id=470696
[2010/01/20 23:40:05] <Djelibeybi> tmz: yes, I remembered that as I posted. I've had this problem before.
[2010/01/20 23:40:23] <Djelibeybi> But ohadlevy references a rubygem-passenger RPM, so I wonder where the .src.rpm is. Or .spec file at worst
[2010/01/20 23:41:48] @ Quit: mattwynne: Remote closed the connection
[2010/01/20 23:42:42] <tmz> Djelibeybi: The .spec or srpm in the review are perhaps a good start. I believe Jeroen has updated packages as well.
[2010/01/20 23:42:47] <tmz> Yeah, looks like http://www.kanarip.com/node/871
[2010/01/20 23:43:02] <Djelibeybi> tmz: lovely, bookmark'd.
[2010/01/20 23:43:45] @ littleidea joined channel #puppet
[2010/01/20 23:43:45] <Djelibeybi> Have the issues with the newer versions of Passenger + Puppet been fixed?
[2010/01/20 23:43:56] <Djelibeybi> i.e. can I run puppermasterd 0.25.3 on Passenger 2.2.5?
[2010/01/20 23:44:26] <tmz> That I don't know. But I'd guess others here do.
[2010/01/20 23:44:53] <Djelibeybi> I'll check back in later. Time to head to hotel
[2010/01/20 23:44:57] @ Quit: Djelibeybi: "Leaving"
[2010/01/20 23:55:29] <odyi> Djelibeybi: do bad you left...Could have told you I am running 0.25.3 on 2.2.5 and actually had it on 2.2.9 too.
[2010/01/20 23:56:25] @ Quit: TREllis: Read error: 60 (Operation timed out)
[2010/01/20 23:57:55] @ suchu joined channel #puppet

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