| [2010/08/14 00:00:23] @ Log started by gepetto | ||
| [2010/08/14 00:00:23] @ mikey_p joined channel #puppet | ||
| [2010/08/14 00:00:31] @ Quit: rcrowley: Quit: rcrowley | ||
| [2010/08/14 00:04:42] @ Quit: nlew: Quit: Page closed | ||
| [2010/08/14 00:22:54] @ Quit: gutseb: Quit: gutseb | ||
| [2010/08/14 00:30:10] @ verwilst joined channel #puppet | ||
| [2010/08/14 00:43:19] @ Quit: ceren: Quit: ceren | ||
| [2010/08/14 00:47:50] @ Quit: gniks: Quit: Leaving. | ||
| [2010/08/14 00:50:28] @ ceren joined channel #puppet | ||
| [2010/08/14 00:50:32] @ Quit: ceren: Client Quit | ||
| [2010/08/14 00:50:52] @ Quit: n3kl_: Ping timeout: 276 seconds | ||
| [2010/08/14 00:51:00] @ Quit: verwilst: Quit: Ex-Chat | ||
| [2010/08/14 00:51:43] @ ceren joined channel #puppet | ||
| [2010/08/14 00:52:42] @ Quit: mikey_p: Quit: mikey_p | ||
| [2010/08/14 00:57:18] @ n3kl joined channel #puppet | ||
| [2010/08/14 01:06:10] @ Quit: \ask: Ping timeout: 246 seconds | ||
| [2010/08/14 01:06:35] @ \ask joined channel #puppet | ||
| [2010/08/14 01:13:06] <madduck> am i expected not to be able to set the default for e.g. nagios_command's target parameter using "Nagios_command { target => "foo" }" in a module? Do defaults only work in site.pp? | ||
| [2010/08/14 01:14:12] @ ohadlevy joined channel #puppet | ||
| [2010/08/14 01:23:18] <alcy> madduck, or maybe make a define for it, since they are global. I think. | ||
| [2010/08/14 01:25:00] @ Quit: spacex: Quit: Leaving. | ||
| [2010/08/14 01:26:04] <kc7zzv> madduck: Are you sure? I think that defaults set in a class apply to everything in that class and only things in that class. | ||
| [2010/08/14 01:30:08] @ spacex joined channel #puppet | ||
| [2010/08/14 01:31:59] @ Quit: rodjek: Quit: leaving | ||
| [2010/08/14 01:32:38] @ Quit: ohadlevy: Ping timeout: 255 seconds | ||
| [2010/08/14 01:33:22] @ ohadlevy joined channel #puppet | ||
| [2010/08/14 01:41:53] @ bodepd joined channel #puppet | ||
| [2010/08/14 01:48:34] @ Quit: bodepd: Quit: bodepd | ||
| [2010/08/14 01:57:31] @ Quit: ceren: Quit: ceren | ||
| [2010/08/14 01:58:30] @ Quit: ohadlevy: Ping timeout: 252 seconds | ||
| [2010/08/14 02:00:05] @ ewdafa joined channel #puppet | ||
| [2010/08/14 02:00:25] @ ceren joined channel #puppet | ||
| [2010/08/14 02:03:58] @ Quit: alcy: Quit: ChatZilla 0.9.86 [Iceweasel 3.5.10/20100623112841] | ||
| [2010/08/14 02:08:58] @ alban2 joined channel #puppet | ||
| [2010/08/14 02:09:07] @ Quit: alban2: Client Quit | ||
| [2010/08/14 02:12:21] @ Ramonster joined channel #puppet | ||
| [2010/08/14 02:20:01] @ Quit: filler: Ping timeout: 276 seconds | ||
| [2010/08/14 02:21:56] @ Quit: Ramonster: Quit: Computer has gone to sleep | ||
| [2010/08/14 02:22:01] @ Quit: spacex: Read error: Connection reset by peer | ||
| [2010/08/14 02:22:11] @ Ramonster joined channel #puppet | ||
| [2010/08/14 02:23:14] @ Quit: Ramonster: Client Quit | ||
| [2010/08/14 02:23:58] @ spacex1 joined channel #puppet | ||
| [2010/08/14 02:27:52] @ Quit: spacex1: Quit: Leaving. | ||
| [2010/08/14 02:28:15] @ Quit: brothers: Remote host closed the connection | ||
| [2010/08/14 02:28:46] @ brothers joined channel #puppet | ||
| [2010/08/14 02:33:31] @ Quit: brothers: Read error: Connection reset by peer | ||
| [2010/08/14 02:34:02] @ brothers joined channel #puppet | ||
| [2010/08/14 02:44:52] @ mattock joined channel #puppet | ||
| [2010/08/14 02:53:32] @ Quit: carlasouza: Ping timeout: 240 seconds | ||
| [2010/08/14 02:53:38] @ Demosthenes joined channel #puppet | ||
| [2010/08/14 02:57:04] @ Quit: takamichi: Read error: Connection reset by peer | ||
| [2010/08/14 02:57:25] @ takamichi joined channel #puppet | ||
| [2010/08/14 03:04:24] @ gebi joined channel #puppet | ||
| [2010/08/14 03:28:15] <madduck> kc7zzv: apparently not… but then again, I didn't set them inside the class, but the module | ||
| [2010/08/14 03:28:18] <madduck> will try | ||
| [2010/08/14 03:29:09] <kc7zzv> I think it's per class, and modules don't affect namespaces. | ||
| [2010/08/14 03:36:22] <kc7zzv> madduck: Yep, setting defaults in a class, will make everything in that class get those defaults. Those defaults will not be globally applied. I'm using 0.25.4. I'm not sure how inheretence or includes in classes affect this. | ||
| [2010/08/14 03:37:12] <kc7zzv> madduck: Here's a simple example http://pastie.org/1091896 | ||
| [2010/08/14 03:38:48] @ ]oestewart joined channel #puppet | ||
| [2010/08/14 03:41:00] <madduck> kc7zzv: yeah, that worked | ||
| [2010/08/14 03:41:01] <madduck> thanks | ||
| [2010/08/14 03:41:09] <madduck> (0.25.5) | ||
| [2010/08/14 03:41:20] <madduck> that's *nice* | ||
| [2010/08/14 03:41:50] <Volcane> does apply though to included classes :( | ||
| [2010/08/14 03:42:00] <Volcane> and perhaps - not sure - resources in defines | ||
| [2010/08/14 03:42:10] <Volcane> there's talk of changing that behavior since its wrong | ||
| [2010/08/14 03:43:00] <kc7zzv> Change which, included classes, or in defines? | ||
| [2010/08/14 03:43:25] <Volcane> setting defaults will apply only to the class they are set in or to the global scope | ||
| [2010/08/14 03:43:41] <kc7zzv> Volcane: You ever made a pure ruby custom type? | ||
| [2010/08/14 03:43:46] <Volcane> nope | ||
| [2010/08/14 03:44:34] <kc7zzv> Ok. Thanks. | ||
| [2010/08/14 04:11:35] @ Quit: kc7zzv: Quit: kc7zzv | ||
| [2010/08/14 04:18:34] @ Quit: mattock: Ping timeout: 248 seconds | ||
| [2010/08/14 04:19:42] @ nexx joined channel #puppet | ||
| [2010/08/14 04:19:42] @ adrian_broher joined channel #puppet | ||
| [2010/08/14 04:48:06] @ ghaskins_mobile joined channel #puppet | ||
| [2010/08/14 04:49:24] @ Quit: ghaskins_mobile: Client Quit | ||
| [2010/08/14 05:05:50] @ mattock joined channel #puppet | ||
| [2010/08/14 05:07:17] @ Quit: nexx: Remote host closed the connection | ||
| [2010/08/14 05:10:11] @ nexx joined channel #puppet | ||
| [2010/08/14 05:19:32] @ Quit: takamichi: Ping timeout: 240 seconds | ||
| [2010/08/14 05:24:18] @ takamichi joined channel #puppet | ||
| [2010/08/14 05:27:12] @ Quit: mattock: Ping timeout: 240 seconds | ||
| [2010/08/14 05:31:32] <duritong_> has anybody 2.6.1rc1 debian packages? | ||
| [2010/08/14 05:31:36] @ duritong_ is now known as duritong | ||
| [2010/08/14 05:56:08] @ ghaskins_mobile joined channel #puppet | ||
| [2010/08/14 05:58:14] @ alcy joined channel #puppet | ||
| [2010/08/14 06:06:00] @ Quit: ghaskins_mobile: Quit: This computer has gone to sleep | ||
| [2010/08/14 06:16:22] @ Bass10 joined channel #puppet | ||
| [2010/08/14 06:34:35] @ Quit: fenris02: Quit: Leaving | ||
| [2010/08/14 06:47:14] @ Ayakashi joined channel #puppet | ||
| [2010/08/14 06:51:04] @ Quit: rmiller4pi81: Quit: Leaving. | ||
| [2010/08/14 07:09:16] @ Quit: ceren: Ping timeout: 276 seconds | ||
| [2010/08/14 07:24:03] @ tecto__ joined channel #puppet | ||
| [2010/08/14 07:24:07] @ Quit: tecto__: Changing host | ||
| [2010/08/14 07:24:07] @ tecto__ joined channel #puppet | ||
| [2010/08/14 07:27:11] @ Quit: tecto_: Ping timeout: 240 seconds | ||
| [2010/08/14 07:27:54] @ themroc_pala is now known as themroc_stawork | ||
| [2010/08/14 07:28:19] @ themroc_stawork is now known as themroc_biiip | ||
| [2010/08/14 07:35:35] @ rmiller4pi8 joined channel #puppet | ||
| [2010/08/14 07:39:40] @ Quit: alcy: Ping timeout: 240 seconds | ||
| [2010/08/14 07:46:13] @ p3rror joined channel #puppet | ||
| [2010/08/14 07:48:40] @ StyleWarz joined channel #puppet | ||
| [2010/08/14 07:48:45] <StyleWarz> morning | ||
| [2010/08/14 07:49:27] <StyleWarz> i am just upgrading my 0.24.8/0.25 setup to 0.26. i finally want to "upgrade" the facts so it goes with the plugins. | ||
| [2010/08/14 07:49:49] <StyleWarz> the problem is that puppet tells me err: /File[/var/lib/puppet/lib]: Could not evaluate: Could not retrieve information from source(s) puppet://puppetserver/plugins | ||
| [2010/08/14 07:50:29] <StyleWarz> on the server i have the plugins directory filled with puppet/type/(few of my types) and facter/(my facts) | ||
| [2010/08/14 07:50:52] <StyleWarz> i already had the plugins directive in fileserver.conf, also tried removing it, nothing works | ||
| [2010/08/14 08:06:39] @ Quit: rmiller4pi8: Quit: Leaving. | ||
| [2010/08/14 08:08:21] @ alcy joined channel #puppet | ||
| [2010/08/14 08:08:41] @ Quit: alcy: Client Quit | ||
| [2010/08/14 08:09:22] @ alcy joined channel #puppet | ||
| [2010/08/14 08:20:40] @ Quit: swa_work: Ping timeout: 240 seconds | ||
| [2010/08/14 08:21:58] @ Quit: robinbowes: Quit: Leaving | ||
| [2010/08/14 08:23:23] <agaffney> when I define a subclass inside another class, does it automatically inherit from the parent class that it's in, or does it only "inherit" the namespace? | ||
| [2010/08/14 08:24:00] <Volcane> namespace | ||
| [2010/08/14 08:25:59] <agaffney> http://dpaste.com/228947/ | ||
| [2010/08/14 08:26:02] <agaffney> I've got this | ||
| [2010/08/14 08:26:16] <agaffney> which passes the 'puppet --parseonly' test and doesn't throw errors | ||
| [2010/08/14 08:26:27] <agaffney> but then I get | ||
| [2010/08/14 08:26:29] <agaffney> err: Could not retrieve catalog: Could not find class nodetype::hadoop::qa::slave at | ||
| [2010/08/14 08:27:08] <agaffney> and the file should be imported, because other files in the same directory are, and it's a 'import "*.pp"' | ||
| [2010/08/14 08:28:32] <agaffney> am I doing something wrong here? | ||
| [2010/08/14 08:30:31] <Volcane> should be fine, but you'd probably be best off putting classes in seperate files correctly named | ||
| [2010/08/14 08:31:22] <agaffney> I did that before, and I had it in a qa/ subdirectory, but for the first couple puppet runs after updating files, I'd get 'Cannot find files "hadoop/qa/*.pp" to import' or something along those lines | ||
| [2010/08/14 08:31:27] <agaffney> hmm, so nodetype::hadoop::qa works fine | ||
| [2010/08/14 08:31:35] <agaffney> why doesn't the subclass | ||
| [2010/08/14 08:31:37] <agaffney> ? | ||
| [2010/08/14 08:32:27] <Volcane> is that class in qa.pp? | ||
| [2010/08/14 08:32:38] <agaffney> yes | ||
| [2010/08/14 08:32:44] <agaffney> it's the "parent" class in my paste | ||
| [2010/08/14 08:32:52] <Volcane> and so it works, cos its correctly named | ||
| [2010/08/14 08:32:54] <agaffney> the file I pasted was qa.pp | ||
| [2010/08/14 08:33:10] <agaffney> puppet cares about the name of the file that a class is defined in? | ||
| [2010/08/14 08:33:12] <Volcane> the subclasses like i said owuld probably just work if you put them in files on their own | ||
| [2010/08/14 08:33:15] <Volcane> ofcourse | ||
| [2010/08/14 08:33:26] <Volcane> how else does it know what file to load and autoimport? | ||
| [2010/08/14 08:33:45] <agaffney> even if you explicitly 'import "*.pp"' ? | ||
| [2010/08/14 08:34:14] <Volcane> import should work, but your not really showing enough information | ||
| [2010/08/14 08:35:09] @ swa_work joined channel #puppet | ||
| [2010/08/14 08:35:32] <agaffney> the only reason I moved these into one file is to get rid of the message about not finding the files hadoop/qa/*.pp to import | ||
| [2010/08/14 08:35:44] <agaffney> the error never made sense and went away after a couple of runs | ||
| [2010/08/14 08:35:58] <Volcane> just stop using import and name the files correctly as per the module organisation standard | ||
| [2010/08/14 08:36:05] @ themroc_biiip is now known as themroc_away | ||
| [2010/08/14 08:36:14] <Volcane> then puppet will auto import on demand and you never have to worry | ||
| [2010/08/14 08:36:36] <agaffney> hmm, so if I include nodetype::hadoop::qa and then nodetype::hadoop::qa::slave, it works | ||
| [2010/08/14 08:36:52] <Volcane> yup | ||
| [2010/08/14 08:36:52] <agaffney> I suppose that makes sense with what you're saying | ||
| [2010/08/14 08:37:11] <agaffney> ok, so I'll move the structure back and just get rid of the import that was causing problems | ||
| [2010/08/14 08:37:29] @ Quit: alcy: Quit: KVIrc Insomnia 4.0.0, revision: 3900, sources date: 20100125, built on: 2010-02-15 08:27:55 UTC http://www.kvirc.net/ | ||
| [2010/08/14 08:40:34] @ alcy joined channel #puppet | ||
| [2010/08/14 08:40:52] <agaffney> Volcane: I typically use a directory structure matching the namespace, but I've done the import from the beginning, and I never realized it wasn't necessary | ||
| [2010/08/14 08:42:21] <agaffney> and now it seems to work fine | ||
| [2010/08/14 08:42:24] <agaffney> I learned something :P | ||
| [2010/08/14 08:42:45] <agaffney> I'm really considering doing the 0.24.8 -> 0.25.5 upgrade this weekend | ||
| [2010/08/14 08:43:21] @ Quit: themroc_away: Remote host closed the connection | ||
| [2010/08/14 08:43:34] <Volcane> agaffney: its well worth the effort to do that yeah :) | ||
| [2010/08/14 08:45:16] <agaffney> it really shouldn't even be any effort | ||
| [2010/08/14 08:45:30] <agaffney> I've got it in a custom repo configured by puppet on all boxes | ||
| [2010/08/14 08:45:41] <agaffney> and I can change ensure => installed to ensure => latest | ||
| [2010/08/14 08:45:50] <agaffney> or even ensure => '0.25.5' | ||
| [2010/08/14 08:45:57] <agaffney> let puppet upgrade itself ;) | ||
| [2010/08/14 08:47:01] <Volcane> some code changes might be needed | ||
| [2010/08/14 08:47:06] <Volcane> and be sure to do the master first | ||
| [2010/08/14 08:48:02] @ t0mm joined channel #puppet | ||
| [2010/08/14 08:48:18] <agaffney> from the previous conversations we've had, I don't think I need any immediate code changes | ||
| [2010/08/14 08:48:37] <agaffney> just a couple of deprecated (but not removed until 2.6) things | ||
| [2010/08/14 08:48:49] <Volcane> yeah | ||
| [2010/08/14 08:52:00] <agaffney> meh, what's all this libselinux stuff? | ||
| [2010/08/14 08:52:15] * agaffney shrugs and upgrades | ||
| [2010/08/14 08:52:19] @ reyjrar joined channel #puppet | ||
| [2010/08/14 08:52:24] @ Quit: nexx: Quit: quit | ||
| [2010/08/14 08:52:34] @ kuttan_ joined channel #puppet | ||
| [2010/08/14 08:52:53] <agaffney> ooh, and upgrading the puppetmaster means I won't have to be as "picky" about my rails version | ||
| [2010/08/14 08:54:48] <agaffney> 0.25.5 is a bit more...chatty | ||
| [2010/08/14 08:55:14] <agaffney> especially on errors | ||
| [2010/08/14 08:55:52] @ kuttan_ left channel #puppet () | ||
| [2010/08/14 08:55:55] <agaffney> why does it load my facter plugins 4 times? | ||
| [2010/08/14 08:56:20] <Volcane> 4? weird, had seen 3 and 2 but not 4, i think there is a fixed bug about this | ||
| [2010/08/14 08:57:25] <agaffney> http://dpaste.com/228953/ | ||
| [2010/08/14 09:00:20] @ mclarke joined channel #puppet | ||
| [2010/08/14 09:01:39] @ Quit: lhuffman: Quit: lhuffman | ||
| [2010/08/14 09:01:49] @ timdau joined channel #puppet | ||
| [2010/08/14 09:03:04] @ Quit: mclarke: Remote host closed the connection | ||
| [2010/08/14 09:03:35] @ mclarke joined channel #puppet | ||
| [2010/08/14 09:04:16] @ Quit: mclarke: Remote host closed the connection | ||
| [2010/08/14 09:05:59] <agaffney> heh, my script to automatically sync my git checkout to /etc/puppet/ just clobbered the new auth.conf | ||
| [2010/08/14 09:06:05] <agaffney> was that important? :P | ||
| [2010/08/14 09:06:31] @ gniks joined channel #puppet | ||
| [2010/08/14 09:09:26] * agaffney tosses in the example auth.conf from the tarball | ||
| [2010/08/14 09:10:26] <agaffney> and a 0.24.8 client works fine against the 0.25.5 puppetmaster | ||
| [2010/08/14 09:10:28] <agaffney> good enough for me | ||
| [2010/08/14 09:10:33] * agaffney starts the full upgrade | ||
| [2010/08/14 09:13:39] @ Quit: p3rror: Remote host closed the connection | ||
| [2010/08/14 09:19:21] <agaffney> err: Could not retrieve catalog from remote server: Error 400 on SERVER: Mysql::Error: MySQL server has gone away: DELETE FROM `param_values` WHERE (`id` IN ('35516')) | ||
| [2010/08/14 09:19:25] <agaffney> that's a new one | ||
| [2010/08/14 09:19:31] <agaffney> I assume it has something to do with storeconfigs | ||
| [2010/08/14 09:26:00] <agaffney> will 0.24.8 clients work with plugins/ renamed to lib/ as long as the puppetmaster is 0.25.5? | ||
| [2010/08/14 09:26:10] <agaffney> or do I need to wait to rename that until all clients are updated? | ||
| [2010/08/14 09:26:39] @ ohadlevy joined channel #puppet | ||
| [2010/08/14 09:32:20] @ Quit: lbt: Remote host closed the connection | ||
| [2010/08/14 09:36:48] @ Quit: ohadlevy: Quit: Leaving | ||
| [2010/08/14 09:37:06] @ ohadlevy joined channel #puppet | ||
| [2010/08/14 09:38:46] @ rcrowley joined channel #puppet | ||
| [2010/08/14 09:55:52] @ themurph joined channel #puppet | ||
| [2010/08/14 10:01:31] @ Quit: alcy: Quit: ChatZilla 0.9.86 [Firefox 3.6.6/20100625231939] | ||
| [2010/08/14 10:08:24] @ Quit: themurph: Quit: themurph | ||
| [2010/08/14 10:11:54] @ alcy joined channel #puppet | ||
| [2010/08/14 10:13:02] @ carla_ joined channel #puppet | ||
| [2010/08/14 10:14:43] @ Quit: ewdafa: Read error: Operation timed out | ||
| [2010/08/14 10:15:46] @ Quit: gebi: Ping timeout: 252 seconds | ||
| [2010/08/14 10:20:18] @ Quit: bug: Quit: bug | ||
| [2010/08/14 10:30:28] @ carla_ is now known as carlasouza | ||
| [2010/08/14 10:38:21] @ jameswhite joined channel #puppet | ||
| [2010/08/14 10:38:47] <jameswhite> does a notify in an exec block only notify a service if the exit is 0? | ||
| [2010/08/14 10:39:20] @ themurph joined channel #puppet | ||
| [2010/08/14 10:40:34] <Volcane> yes | ||
| [2010/08/14 10:41:05] <jameswhite> thx | ||
| [2010/08/14 10:44:26] @ Quit: ]oestewart: Ping timeout: 264 seconds | ||
| [2010/08/14 10:45:28] @ ]oestewart joined channel #puppet | ||
| [2010/08/14 10:51:28] @ Quit: rmt: Ping timeout: 276 seconds | ||
| [2010/08/14 10:52:10] @ rmt joined channel #puppet | ||
| [2010/08/14 10:59:38] @ themurph left channel #puppet () | ||
| [2010/08/14 11:03:11] @ Quit: nahamu: Ping timeout: 240 seconds | ||
| [2010/08/14 11:09:10] @ Quit: ]oestewart: Ping timeout: 240 seconds | ||
| [2010/08/14 11:11:06] @ ]oestewart joined channel #puppet | ||
| [2010/08/14 11:14:42] @ Quit: rmt: Quit: Leaving | ||
| [2010/08/14 11:15:11] @ Quit: carlasouza: Quit: busy | ||
| [2010/08/14 11:16:42] @ Quit: ]oestewart: Ping timeout: 248 seconds | ||
| [2010/08/14 11:19:43] @ ]oestewart joined channel #puppet | ||
| [2010/08/14 11:42:15] @ nahamu joined channel #puppet | ||
| [2010/08/14 11:46:30] @ Quit: jense: Quit: Verlassend | ||
| [2010/08/14 11:58:41] @ bug joined channel #puppet | ||
| [2010/08/14 11:58:49] @ mikey_p joined channel #puppet | ||
| [2010/08/14 11:59:33] @ Quit: alcy: Quit: ChatZilla 0.9.86 [Firefox 3.6.6/20100625231939] | ||
| [2010/08/14 12:00:10] @ Quit: nahamu: Ping timeout: 240 seconds | ||
| [2010/08/14 12:06:54] @ mclarke joined channel #puppet | ||
| [2010/08/14 12:09:12] @ Quit: mclarke: Remote host closed the connection | ||
| [2010/08/14 12:09:43] @ mclarke joined channel #puppet | ||
| [2010/08/14 12:09:52] @ Quit: mclarke: Client Quit | ||
| [2010/08/14 12:09:57] @ mclarke joined channel #puppet | ||
| [2010/08/14 12:10:25] @ Quit: mclarke: Remote host closed the connection | ||
| [2010/08/14 12:12:11] @ HouseAway is now known as AimanA | ||
| [2010/08/14 12:12:15] @ blurrr joined channel #puppet | ||
| [2010/08/14 12:12:35] <blurrr> wow! Is that really jamesturnbull? | ||
| [2010/08/14 12:12:51] @ ewdafa joined channel #puppet | ||
| [2010/08/14 12:14:04] <|Mike|> doh. | ||
| [2010/08/14 12:20:37] @ Quit: redpepper: Ping timeout: 276 seconds | ||
| [2010/08/14 12:21:36] @ redpepper joined channel #puppet | ||
| [2010/08/14 12:29:40] @ mclarke joined channel #puppet | ||
| [2010/08/14 12:29:54] @ mclarke left channel #puppet () | ||
| [2010/08/14 12:30:59] @ mclarke joined channel #puppet | ||
| [2010/08/14 12:31:11] @ lak joined channel #puppet | ||
| [2010/08/14 12:32:09] @ Quit: mikey_p: Quit: mikey_p | ||
| [2010/08/14 12:35:38] @ Quit: mclarke: Ping timeout: 248 seconds | ||
| [2010/08/14 12:37:38] @ Quit: adrian_broher: Ping timeout: 252 seconds | ||
| [2010/08/14 12:44:09] @ Quit: bug: Quit: bug | ||
| [2010/08/14 12:49:44] @ andrewh joined channel #puppet | ||
| [2010/08/14 12:50:12] @ rob0t7 joined channel #puppet | ||
| [2010/08/14 12:51:59] <rob0t7> does anyone have experiences installing puppet on ubuntu (specifically lucid ie 10.04). i've been trying all day and i just hit one problem after another. | ||
| [2010/08/14 12:52:44] @ Quit: lak: Quit: lak | ||
| [2010/08/14 12:54:21] @ adrian_broher joined channel #puppet | ||
| [2010/08/14 12:55:03] @ robinbowes joined channel #puppet | ||
| [2010/08/14 12:58:34] <blurrr> sudo apt-get -y update && sudo apt-get -y install puppetmaster puppet | ||
| [2010/08/14 12:59:07] <blurrr> @rob0t7 - did you try the above? | ||
| [2010/08/14 13:00:00] <rob0t7> yes i did. getting an error with not being able to request the certificate | ||
| [2010/08/14 13:00:18] <rob0t7> SSL_connect SYSCALL return=5 | ||
| [2010/08/14 13:00:21] <|Mike|> huh | ||
| [2010/08/14 13:00:39] <rob0t7> i see a similar error in the issue trackers, but that is for return=1 | ||
| [2010/08/14 13:00:57] <|Mike|> you did sign the cert? | ||
| [2010/08/14 13:01:05] <rob0t7> now the puppet daemon goes into an endless cycle of printing error messages | ||
| [2010/08/14 13:01:14] <rob0t7> yes i did sign the cert | ||
| [2010/08/14 13:04:35] <rob0t7> could it be something involving ruby 1.8.7? | ||
| [2010/08/14 13:06:32] <blurrr> Chances are | ||
| [2010/08/14 13:07:15] <blurrr> 2 mins | ||
| [2010/08/14 13:08:39] @ heddar joined channel #puppet | ||
| [2010/08/14 13:11:55] <blurrr> http://groups.google.com/group/puppet-users/browse_thread/thread/9566551a60e08a9d/735ce27f612ceb16 | ||
| [2010/08/14 13:13:15] @ Quit: heddar: Client Quit | ||
| [2010/08/14 13:15:22] <blurrr> rob0t7, could you try with different ruby and ruby-openssl version | ||
| [2010/08/14 13:16:20] @ Quit: andrewh: Ping timeout: 245 seconds | ||
| [2010/08/14 13:18:15] <rob0t7> blurr: will try using ruby 1.9.x series | ||
| [2010/08/14 13:18:49] <blurrr> sure, please do and let me know if it helps. If it doesn't will try to get you something else. | ||
| [2010/08/14 13:19:01] <rob0t7> blurr: thanks | ||
| [2010/08/14 13:19:42] <blurrr> @rob0t7: you're welcome :) | ||
| [2010/08/14 13:30:04] @ Quit: t0mm: Ping timeout: 276 seconds | ||
| [2010/08/14 13:33:37] @ Rs4 joined channel #puppet | ||
| [2010/08/14 13:33:55] @ t0mm joined channel #puppet | ||
| [2010/08/14 13:36:35] <Rs4> yep | ||
| [2010/08/14 13:43:22] @ Quit: Rs4: Quit: ircII EPIC4-2.10.1 -- Are we there yet? | ||
| [2010/08/14 13:45:12] @ Quit: e1mer: Quit: captured by martians | ||
| [2010/08/14 13:47:02] <jamesturnbull> rob0t7: def. won't workj with Ruby 1.9 | ||
| [2010/08/14 13:47:20] <jamesturnbull> rob0t7: I know of no issues with - we use it internally at PL - can you pastie your error output? | ||
| [2010/08/14 13:48:39] <jamesturnbull> rob0t7: also how did you install? have you tried uninstall - removing your /etc/puppet and /var/lib/puppet directories and startign again? | ||
| [2010/08/14 13:50:41] <jamesturnbull> blurrr: I am me last time I looked | ||
| [2010/08/14 13:53:40] @ Quit: takamichi: Ping timeout: 240 seconds | ||
| [2010/08/14 13:54:18] <blurrr> james: wow! Glad to know that you're here :) | ||
| [2010/08/14 13:55:06] <blurrr> james: read a few snippets of "Linux System Administration" and "Pulling strings with Puppet" - marvellous work! | ||
| [2010/08/14 13:58:23] <darkfade1> oh, thats by jamesturnbull? i got the second one too :) | ||
| [2010/08/14 13:58:27] <rob0t7> jamesturnbull: the message I get is...err: Could not request certificate: SSL_connect SYSCALL... | ||
| [2010/08/14 13:58:33] <rob0t7> full message at http://pastie.org/1092525 | ||
| [2010/08/14 13:59:47] <rob0t7> jamesturnbull: what version of ubuntu do you use at PL? | ||
| [2010/08/14 13:59:48] <blurrr> @darkfade1: Sorry, the first one is "Pro Linux System Administration" and this guy is amazing. | ||
| [2010/08/14 14:03:31] @ takamichi joined channel #puppet | ||
| [2010/08/14 14:07:33] <jamesturnbull> blurrr: thanks | ||
| [2010/08/14 14:07:46] <jamesturnbull> rob0t7: lucid | ||
| [2010/08/14 14:09:21] <jamesturnbull> rob0t7: okay I've seen that before on Solaris | ||
| [2010/08/14 14:11:11] @ bobbyz_ joined channel #puppet | ||
| [2010/08/14 14:12:33] <jamesturnbull> rob0t7: hmmm okay I can't find any notes I have from that except one scrap that mentions OpenSSL versions | ||
| [2010/08/14 14:15:43] <jamesturnbull> rob0t7: you're using stock Puppet from lucid packages and ditto on Ruby and OpenSSL? | ||
| [2010/08/14 14:15:58] <rob0t7> jamesturnbull: yes | ||
| [2010/08/14 14:18:35] <jamesturnbull> rob0t7: and this is the local client connecting to a local master? | ||
| [2010/08/14 14:19:00] <jamesturnbull> rob0t7: and using webrick I presume? | ||
| [2010/08/14 14:19:32] <rob0t7> jamesturnbull: server and client are on different machines | ||
| [2010/08/14 14:20:07] <rob0t7> as for the webrick question. i don't really know. just starting the process using the puppetd --test --waitforcert command | ||
| [2010/08/14 14:20:27] <rob0t7> it seems to work for the 1st request but then breaks | ||
| [2010/08/14 14:21:03] @ Quit: bobbyz_: Ping timeout: 240 seconds | ||
| [2010/08/14 14:22:57] <jamesturnbull> rob0t7: I'm a bit stuck then - I can only recommend a complete removal of puppet and it's directories and try again - you're not mixing lucid and later packages or anything? what puppet version? | ||
| [2010/08/14 14:23:58] <rob0t7> jamesturnbull: puppet 0.25.4 only using lucid for both machines | ||
| [2010/08/14 14:25:26] @ ghaskins_mobile joined channel #puppet | ||
| [2010/08/14 14:29:00] <blurrr> rob0t7: as per james suggestion, try apt-get -y purge puppet puppetmaster and remove any existing directories manually. And yes, as per the default installation, you're using Webrick | ||
| [2010/08/14 14:29:28] <blurrr> rob0t7: sorry $sudo aptitude -y purge puppet puppetmaster | ||
| [2010/08/14 14:36:45] @ Quit: t0mm: Ping timeout: 245 seconds | ||
| [2010/08/14 14:44:14] @ Quit: \ask: Remote host closed the connection | ||
| [2010/08/14 14:53:56] @ carla joined channel #puppet | ||
| [2010/08/14 14:58:28] @ \ask joined channel #puppet | ||
| [2010/08/14 15:17:03] @ t0mm joined channel #puppet | ||
| [2010/08/14 15:18:30] @ Quit: tecto__: Quit: tecto__ | ||
| [2010/08/14 15:19:39] @ Quit: adrian_broher: Quit: Verlassend | ||
| [2010/08/14 15:20:49] @ bug joined channel #puppet | ||
| [2010/08/14 15:37:16] <rob0t7> jamesturnbull: blurrr: is there anyway to re-issue a puppet client cert? | ||
| [2010/08/14 15:37:33] <jamesturnbull> rob0t7: ppupetca --clean | ||
| [2010/08/14 15:37:48] <rob0t7> what about the client side | ||
| [2010/08/14 15:37:55] <rob0t7> ran that already on the server | ||
| [2010/08/14 15:38:06] <jamesturnbull> rob0t7: delete the /var/lib/puppet/ssl directory | ||
| [2010/08/14 15:43:32] @ Quit: carla: Quit: dinner | ||
| [2010/08/14 15:43:48] @ Quit: \ask: Remote host closed the connection | ||
| [2010/08/14 15:44:40] @ Quit: artis: Ping timeout: 240 seconds | ||
| [2010/08/14 15:56:39] <rob0t7> jamesturnbull: it seems that evertime i connect to the puppetmasterd the client disconnects before a connection is made | ||
| [2010/08/14 16:02:46] @ Quit: rcrowley: Quit: rcrowley | ||
| [2010/08/14 16:04:10] @ Quit: ]oestewart: Ping timeout: 248 seconds | ||
| [2010/08/14 16:06:42] @ ]oestewart joined channel #puppet | ||
| [2010/08/14 16:06:57] @ shadoi joined channel #puppet | ||
| [2010/08/14 16:07:11] @ shadoi left channel #puppet () | ||
| [2010/08/14 16:09:14] @ anakha_ is now known as anakha | ||
| [2010/08/14 16:09:23] @ Quit: anakha: Changing host | ||
| [2010/08/14 16:09:23] @ anakha joined channel #puppet | ||
| [2010/08/14 16:20:07] @ gutseb joined channel #puppet | ||
| [2010/08/14 16:22:16] <blurrr> rob0t7: double check the time on both client and server and stop puppetdmaster and run it manually from shell with --no-daemonize switch | ||
| [2010/08/14 16:23:08] <rob0t7> blurrr: i'm running the install from scratch on two new machines | ||
| [2010/08/14 16:23:17] <rob0t7> hopefully it will work | ||
| [2010/08/14 16:24:11] <rob0t7> blurrr: jamesturnbull: thanks for all the help, hopefully i get it work at some point this weekend since I am dueing a tech eval of it for the gov. | ||
| [2010/08/14 16:29:23] <jamesturnbull> rob0t7: you cna also try the puppet-user list if you are having issues | ||
| [2010/08/14 16:30:22] @ Quit: ewdafa: Ping timeout: 265 seconds | ||
| [2010/08/14 16:41:28] @ \ask joined channel #puppet | ||
| [2010/08/14 17:04:50] <agaffney> ok, that's odd | ||
| [2010/08/14 17:05:18] <agaffney> when realizing exported nagios_host objects, puppet creates the target files as root:root 600, which nagios can't read | ||
| [2010/08/14 17:06:17] <agaffney> and I can't add a 'mode' attribute with Nagios_host <<||>> | ||
| [2010/08/14 17:06:22] <agaffney> not valid | ||
| [2010/08/14 17:08:14] <agaffney> I can create an Exec that runs after the Nagios_host that does the chmod, but that's clunky | ||
| [2010/08/14 17:09:59] <bdha> Write a define that takes whatever Nagios_host spits out and runs a File[] block? | ||
| [2010/08/14 17:10:52] <bdha> Or if the files are Known, just write static File[] blocks that require the Nagios_host bits to run first? | ||
| [2010/08/14 17:11:04] <bdha> (or stage it so will) | ||
| [2010/08/14 17:11:18] <agaffney> they aren't known...that's the point of realizing exported nagios_host resources ;) | ||
| [2010/08/14 17:11:21] @ TomHome joined channel #puppet | ||
| [2010/08/14 17:11:41] <TomHome> hey guys, I'm trying to find the best way to add/remove entries in /etc/sudoers ? | ||
| [2010/08/14 17:12:01] <agaffney> I just manage the entire file | ||
| [2010/08/14 17:12:04] <agaffney> use the concat module | ||
| [2010/08/14 17:12:11] <agaffney> start with a "header" and add snippets | ||
| [2010/08/14 17:12:21] <TomHome> ok | ||
| [2010/08/14 17:12:55] <TomHome> can you give me an url talking about concat ? | ||
| [2010/08/14 17:13:20] <tmz> Yep, managing the whole file gets my vote too. The sudoers syntax allows for deploying a single file to many hosts. | ||
| [2010/08/14 17:13:25] * TomHome is still a beginner and he's studying puppet to find a way to migrate from cfengine to puppet | ||
| [2010/08/14 17:13:46] <tmz> Though it's worth nothing that augeas can manage pieces of it, if that's your thing. | ||
| [2010/08/14 17:14:21] <TomHome> the thing we have many servers and they have often different users, differents kind of access and etc... | ||
| [2010/08/14 17:14:32] <TomHome> so I really need to do some flexible per host | ||
| [2010/08/14 17:14:56] <agaffney> TomHome: I have that same thing. I use LDAP auth then control login and sudo access by group | ||
| [2010/08/14 17:15:51] <TomHome> it's an idea but FTM we don't do that so I must stick to a flexible sudoers file | ||
| [2010/08/14 17:16:07] <tmz> TomHome: sudoers can do that in a single file. Many folks don't use it, but it is entirely possible and IMO easier in the end. | ||
| [2010/08/14 17:16:30] <tmz> But the concat bits, with some short examples can be found at http://github.com/ripienaar/puppet-concat | ||
| [2010/08/14 17:16:35] <TomHome> anyway what is the best way with puppet to modify a file with cfengine we add a bunch of functions to add/remove content from a file | ||
| [2010/08/14 17:16:43] <TomHome> tmz: thanks | ||
| [2010/08/14 17:16:49] <TomHome> concat many files with a header will do | ||
| [2010/08/14 17:20:59] @ e1mer joined channel #puppet | ||
| [2010/08/14 17:24:21] <TomHome> an another questions, what's the "best" modules repository ? | ||
| [2010/08/14 17:25:04] <TomHome> -s | ||
| [2010/08/14 17:27:38] <eric0> forge.puppetlabs.com | ||
| [2010/08/14 17:28:35] <TomHome> okay | ||
| [2010/08/14 17:28:59] <TomHome> because I found that there are too many git repository with the same module but not exactly it's a bit confusing and annoying | ||
| [2010/08/14 17:29:35] <TomHome> I think the community must decide for one repository containing common module without any company specifics nor distro specifics | ||
| [2010/08/14 17:30:18] <TomHome> but I think everybody knows that, but nobody has the time or is a known figure in the puppet community to decide for that | ||
| [2010/08/14 17:30:58] <eric0> yes thats the exact point of forge | ||
| [2010/08/14 17:37:46] @ p3rror joined channel #puppet | ||
| [2010/08/14 17:50:10] @ Quit: swa_work: Quit: Leaving | ||
| [2010/08/14 17:50:30] @ swa_work joined channel #puppet | ||
| [2010/08/14 17:53:26] <tmz> One problem is that writing modules that are completely company/distro agnostic is tricky and often makes the modules a bit more confusing to use and deploy. | ||
| [2010/08/14 17:53:55] <TomHome> so maybe lets do module per distro | ||
| [2010/08/14 17:54:29] <TomHome> so far, after reading the code of different modules with a the same name - let's say ntp | ||
| [2010/08/14 17:54:40] <TomHome> it's either partially agnostic and complicated | ||
| [2010/08/14 17:54:45] <TomHome> or dedicated to a distro | ||
| [2010/08/14 17:55:10] <TomHome> each time the package is called ntp and doesn't have any documentation about how to use it | ||
| [2010/08/14 17:55:55] <TomHome> all is said from a beginner point of view who tries to find the best path to use to start to use puppet on a big amount of servers | ||
| [2010/08/14 17:57:45] <TomHome> and as I've already said on the channel, when I see that the temptation is strong to start everything again from scratch, publish the modules and add even more confusion for the beginners | ||
| [2010/08/14 18:11:47] <eric0> it may be that there's enough variation / specialization that the idea of module re-use in a broad sense is doomed, and effort would be better spent collecting and publishing patterns that people could write towards | ||
| [2010/08/14 18:15:06] @ Quit: swa_work: Read error: Connection reset by peer | ||
| [2010/08/14 18:22:06] <jamesturnbull> eric0: I actually think you can cover a lot of platforms with a single module with the right data sources | ||
| [2010/08/14 18:22:29] <jamesturnbull> eric0: per-module data loading would mean the resources could be abstract enough | ||
| [2010/08/14 18:22:56] @ nexx joined channel #puppet | ||
| [2010/08/14 18:23:13] @ Quit: jhunter: Ping timeout: 276 seconds | ||
| [2010/08/14 18:24:37] @ jhunter joined channel #puppet | ||
| [2010/08/14 18:29:14] @ Quit: p3rror: Ping timeout: 248 seconds | ||
| [2010/08/14 18:31:02] @ Quit: nexx: Quit: quit | ||
| [2010/08/14 18:32:23] @ p3rror joined channel #puppet | ||
| [2010/08/14 19:07:30] @ quit (seeya) | ||
| [2010/08/14 19:08:16] @ Joined channel #puppet | ||
| [2010/08/14 19:08:16] @ Topic is "Puppet Camp SFO 10/7-8 http://bit.ly/ctMDFE | http://docs.puppetlabs.com | Bugs & Feature Requests: http://bit.ly/ddjhPk" | ||
| [2010/08/14 19:08:16] @ Topic set by jamesturnbull!~jamesturn@pelin.lovedthanlost.net on Fri Aug 13 14:19:02 -0700 2010 | ||
| [2010/08/14 19:08:19] @ Mode +cnt by pratchett.freenode.net | ||
| [2010/08/14 19:09:08] @ Quit: blurrr: Quit: Leaving | ||
| [2010/08/14 19:14:10] @ swa_work joined channel #puppet | ||
| [2010/08/14 19:41:25] @ nahamu joined channel #puppet | ||
| [2010/08/14 19:41:27] @ Quit: nahamu: Client Quit | ||
| [2010/08/14 19:41:45] @ nahamu joined channel #puppet | ||
| [2010/08/14 19:42:59] @ Quit: yeled: Ping timeout: 260 seconds | ||
| [2010/08/14 19:43:52] @ yeled joined channel #puppet | ||
| [2010/08/14 19:44:35] <agaffney> argh | ||
| [2010/08/14 19:44:39] <agaffney> DEPRECATION WARNING: metaclass is deprecated and will be removed from Rails 2.3 (use singleton_class instead). (called from meta_eval at /usr/lib/ruby/site_ruby/1.8/puppet/util/metaid.rb:4) | ||
| [2010/08/14 19:45:01] <agaffney> I'm getting spammed with that when I start my puppetmaster or run the puppet client on the puppetmaster | ||
| [2010/08/14 19:45:09] <agaffney> after upgrading rails and all its dependencies | ||
| [2010/08/14 19:45:40] <agaffney> I upgraded from 2.2.2 to try to get around the "MySQL server has gone away" error message | ||
| [2010/08/14 19:45:47] <agaffney> is there an "ideal" rails version? | ||
| [2010/08/14 19:45:55] @ incommon_ike joined channel #puppet | ||
| [2010/08/14 19:46:04] @ incommon_ike left channel #puppet () | ||
| [2010/08/14 19:51:47] <agaffney> ah, I see it's a known issue | ||
| [2010/08/14 19:52:40] @ MarkN1 joined channel #puppet | ||
| [2010/08/14 19:57:40] @ Quit: t0mm: Ping timeout: 240 seconds | ||
| [2010/08/14 20:02:16] <agaffney> meh, this is getting annoying | ||
| [2010/08/14 20:02:21] <agaffney> I fix one piece and another breaks | ||
| [2010/08/14 20:18:00] @ Quit: cola: Ping timeout: 265 seconds | ||
| [2010/08/14 20:18:32] @ cola joined channel #puppet | ||
| [2010/08/14 20:29:36] @ Quit: rob0t7: Ping timeout: 265 seconds | ||
| [2010/08/14 20:34:09] @ tecto_ joined channel #puppet | ||
| [2010/08/14 20:34:10] @ Quit: tecto_: Changing host | ||
| [2010/08/14 20:34:10] @ tecto_ joined channel #puppet | ||
| [2010/08/14 20:35:20] @ ezmobius joined channel #puppet | ||
| [2010/08/14 20:37:01] @ Quit: gniks: Quit: Leaving. | ||
| [2010/08/14 20:37:37] @ Quit: Bass10: Ping timeout: 240 seconds | ||
| [2010/08/14 20:45:52] @ Quit: gutseb: Quit: gutseb | ||
| [2010/08/14 20:46:24] @ gutseb joined channel #puppet | ||
| [2010/08/14 20:50:25] @ Quit: gutseb: Client Quit | ||
| [2010/08/14 20:57:20] @ Quit: agagag: Read error: Operation timed out | ||
| [2010/08/14 21:00:06] @ agagag joined channel #puppet | ||
| [2010/08/14 21:00:43] @ AimanA is now known as HouseAway | ||
| [2010/08/14 21:07:00] @ Quit: nahamu: Quit: User disconnected | ||
| [2010/08/14 21:58:19] @ Quit: yeled: Ping timeout: 260 seconds | ||
| [2010/08/14 21:59:03] @ yeled joined channel #puppet | ||
| [2010/08/14 22:00:38] @ Quit: TomHome: Quit: Dodo... | ||
| [2010/08/14 22:02:16] <jetole> Does anyone know what this means?: err: /File[/var/lib/puppet/lib]: Failed to retrieve current state of resource: undefined method `closed?' for nil:NilClass Could not retrieve file metadata for puppet://puppet/plugins: undefined method `closed?' for nil:NilClass | ||
| [2010/08/14 22:12:27] @ mikey_p joined channel #puppet | ||
| [2010/08/14 22:13:57] @ emiddd joined channel #puppet | ||
| [2010/08/14 22:17:15] <agaffney> I've seen that before, but I don't recall the solution | ||
| [2010/08/14 22:17:34] <agaffney> I think it happened when I updated the puppet client from 0.22.x to 0.24.x | ||
| [2010/08/14 22:18:02] <agaffney> I ended up just removing puppet, cleaning out /etc/puppet and /var/lib/puppet, and installing the new version | ||
| [2010/08/14 22:19:08] <jetole> agaffney: thanks but that isn't the case here. It's 0.25.x and was just installed earlier this week on that client but it seems to be affect several and probably all clients except puppetmaster | ||
| [2010/08/14 22:19:17] <jetole> and yeah, trying to figure out why | ||
| [2010/08/14 22:23:22] @ Quit: p3rror: Ping timeout: 248 seconds | ||
| [2010/08/14 22:23:44] @ Quit: mikey_p: Quit: mikey_p | ||
| [2010/08/14 22:24:04] @ p3rror joined channel #puppet | ||
| [2010/08/14 22:41:29] <jetole> almost all google results for this fall under bad error message or unhelpful message | ||
| [2010/08/14 22:53:46] @ Quit: p3rror: Ping timeout: 248 seconds | ||
| [2010/08/14 22:54:49] @ p3rror joined channel #puppet | ||
| [2010/08/14 22:56:11] @ rcrowley joined channel #puppet | ||
| [2010/08/14 22:59:13] @ Quit: rcrowley: Client Quit | ||
| [2010/08/14 23:04:58] @ Quit: p3rror: Ping timeout: 248 seconds | ||
| [2010/08/14 23:10:30] @ gniks joined channel #puppet | ||
| [2010/08/14 23:11:32] @ MattyM joined channel #puppet | ||
| [2010/08/14 23:14:18] @ rcrowley joined channel #puppet | ||
| [2010/08/14 23:15:23] @ p3rror joined channel #puppet | ||
| [2010/08/14 23:17:07] @ Quit: Determinist: Remote host closed the connection | ||
| [2010/08/14 23:22:10] @ Quit: MattyM: Ping timeout: 245 seconds | ||
| [2010/08/14 23:22:35] @ Quit: rcrowley: Quit: rcrowley | ||
| [2010/08/14 23:32:31] @ ewdafa joined channel #puppet | ||
| [2010/08/14 23:32:32] @ Quit: ewdafa: Changing host | ||
| [2010/08/14 23:32:32] @ ewdafa joined channel #puppet | ||
| [2010/08/14 23:36:03] @ gutseb joined channel #puppet | ||
| [2010/08/14 23:36:44] @ Quit: gutseb: Client Quit | ||
| [2010/08/14 23:48:12] @ Quit: swa_work: Quit: Leaving | ||
| [2010/08/14 23:48:14] @ ckauhaus joined channel #puppet |
Generated by irclog2html.py 2.9.2 by Marius Gedminas - find it at mg.pov.lt!