Tuesday, 2010-08-24

[2010/08/24 00:30:20] @ Log started by gepetto
[2010/08/24 00:30:20] <masterzen> jamesturnbull: do you have an idea where the puppet camp will take place?
[2010/08/24 00:30:28] * masterzen trying to book an hotel
[2010/08/24 00:46:45] @ Quit: duritong_: Ping timeout: 272 seconds
[2010/08/24 00:46:48] @ duritong joined channel #puppet-dev
[2010/08/24 01:38:20] @ duritong_ joined channel #puppet-dev
[2010/08/24 01:39:18] @ Quit: duritong: Ping timeout: 245 seconds
[2010/08/24 01:44:18] @ Quit: duritong_: Ping timeout: 240 seconds
[2010/08/24 01:45:10] @ duritong joined channel #puppet-dev
[2010/08/24 02:39:11] @ Quit: sigkate: *.net *.split
[2010/08/24 02:39:12] @ Quit: jbooth: *.net *.split
[2010/08/24 02:40:37] @ sigkate joined channel #puppet-dev
[2010/08/24 02:40:37] @ jbooth joined channel #puppet-dev
[2010/08/24 05:09:35] @ quit (seeya)
[2010/08/24 05:30:53] @ Joined channel #puppet-dev
[2010/08/24 05:30:53] @ Topic is "http://projects.reductivelabs.com"
[2010/08/24 05:30:53] @ Topic set by ReinH!~reinh@li14-106.members.linode.com on Wed Mar 17 16:29:56 -0700 2010
[2010/08/24 05:30:56] @ Mode +cnt by hubbard.freenode.net
[2010/08/24 05:36:03] @ jamesturnbull joined channel #puppet-dev
[2010/08/24 05:39:09] <ohookins> jamesturnbull: did you end up forwarding my email to the dev list? i didn't see it appear...
[2010/08/24 06:49:45] @ Quit: fsweetser_: Remote host closed the connection
[2010/08/24 06:51:59] @ fsweetser joined channel #puppet-dev
[2010/08/24 07:00:45] @ notbrien joined channel #puppet-dev
[2010/08/24 07:22:12] @ rcrowley joined channel #puppet-dev
[2010/08/24 07:40:53] @ lak joined channel #puppet-dev
[2010/08/24 08:14:36] @ Quit: lak: Quit: lak
[2010/08/24 08:32:40] @ Quit: notbrien: Read error: Connection reset by peer
[2010/08/24 08:32:50] @ notbrien joined channel #puppet-dev
[2010/08/24 08:46:50] @ ohookins left channel #puppet-dev ("Leaving.")
[2010/08/24 09:32:28] @ plathrop is now known as plathrop-away
[2010/08/24 10:02:21] @ lak joined channel #puppet-dev
[2010/08/24 10:50:36] @ Quit: lak: Quit: lak
[2010/08/24 11:28:33] @ Quit: rcrowley: Quit: rcrowley
[2010/08/24 11:38:33] @ lak joined channel #puppet-dev
[2010/08/24 11:42:49] <ReinH> nasrat: is the sysctl error specifically a solaris thing? Does 2> /dev/null somehow not do what I think it does?
[2010/08/24 11:43:06] <ReinH> I understand that I can just use Resolution.exec but I'd like to know what's going on too
[2010/08/24 11:55:36] @ Quit: lak: Quit: lak
[2010/08/24 12:10:19] @ ohadlevy joined channel #puppet-dev
[2010/08/24 12:15:10] <ohadlevy> ReinH: it should be
[2010/08/24 12:15:12] <ohadlevy> one sec
[2010/08/24 12:15:30] <ohadlevy> yes - thast the one #1291
[2010/08/24 12:15:30] <gepetto> ohadlevy: #1291 is http://projects.puppetlabs.com/issues/show/1291 "Facter - Bug #1291: Facter is using the NIS domain name instead of DNS domain name in some cases - Puppet Labs"
[2010/08/24 12:15:42] <ReinH> ok
[2010/08/24 12:16:00] <ReinH> ohadlevy: I'm going to publish a branch for this so you and nasrat can review it
[2010/08/24 12:16:03] <ReinH> one sec
[2010/08/24 12:17:49] <ohadlevy> ReinH: its funny, as #2573 and #3898 conflict with each other
[2010/08/24 12:17:50] <gepetto> ohadlevy: ReinH: #2573 is http://projects.puppetlabs.com/issues/show/2573 "Facter - Bug #2573: fqdn is wrong if nodename is not the first part of fqdn - Puppet Labs"
[2010/08/24 12:17:51] <gepetto> ohadlevy: ReinH: #3898 is http://projects.puppetlabs.com/issues/show/3898 "Facter - Bug #3898: fqdn fact requires reverse PTR matches the forward - Puppet Labs"
[2010/08/24 12:18:17] <ReinH> ohadlevy: yes, which is why I'm trying to introduce the least change possible mid-release-candidate cycle
[2010/08/24 12:18:40] <ReinH> then we can fight it out on the 3898 front for 1.6.0: this just makes it work like it did before.
[2010/08/24 12:19:01] <ohadlevy> ReinH: so just change it back to hostname instead of gethostbyname
[2010/08/24 12:19:58] <ReinH> ohadlevy: the other changes to domain appear isomorphic (doing the same regexp match in one file vs another)
[2010/08/24 12:20:20] <ohadlevy> ReinH: yeah, its just about two points:
[2010/08/24 12:20:38] <ohadlevy> 1. the nis / ldap domain name which is simply wrong (mostly important on solaris boxes)
[2010/08/24 12:20:51] <ohadlevy> 2. the construction of the fqdn fact from the hostname and domain facts
[2010/08/24 12:21:08] <ReinH> 1) that's 1291 and was reintroduced by re-adding the 'domainname' lookup
[2010/08/24 12:22:10] <ReinH> 2) the 1.5.7 behavior was (iiac) [Facter.value(:hostname), Facter.value(:domain)].join('.'), which I am preserving
[2010/08/24 12:22:22] <ReinH> so I think 2 is currently correct
[2010/08/24 12:22:48] <ReinH> for 1 I'm reverting the part of the reversion concerned
[2010/08/24 12:23:04] <ReinH> I've published a branch called "integration/1.5.8rc3" with the sum of these changes
[2010/08/24 12:23:29] <ReinH> ohadlevy, nasrat: I'd like you both to check it out before I merge into master (which can't be undone) in case we need to make any more changes.
[2010/08/24 12:23:51] <ReinH> meanwhile, I'm going to lunch but I'll be lurking and will catch up when I get back
[2010/08/24 12:24:43] <ohadlevy> ReinH: I'm off soon
[2010/08/24 12:24:54] <ReinH> ohadlevy: ok, take a look at that breanch please when you have a moment
[2010/08/24 12:25:02] <ReinH> also branch
[2010/08/24 12:25:11] <ReinH> ohadlevy: could be tomorrow, tonight, whatever's convenient
[2010/08/24 12:38:06] @ Quit: notbrien: Quit: notbrien
[2010/08/24 13:15:28] @ lak joined channel #puppet-dev
[2010/08/24 13:21:50] @ notbrien joined channel #puppet-dev
[2010/08/24 13:23:51] @ rcrowley joined channel #puppet-dev
[2010/08/24 15:12:53] @ londo__ is now known as londo_
[2010/08/24 15:42:42] @ Quit: notbrien: Quit: notbrien
[2010/08/24 16:13:17] @ plathrop-away is now known as plathrop
[2010/08/24 16:24:13] @ notbrien joined channel #puppet-dev
[2010/08/24 16:34:44] @ Quit: lak: Quit: lak
[2010/08/24 17:22:53] @ lak joined channel #puppet-dev
[2010/08/24 18:14:48] @ Quit: lak: Quit: lak
[2010/08/24 18:17:48] @ plathrop is now known as plathrop-away
[2010/08/24 18:24:34] @ Quit: rcrowley: Quit: rcrowley
[2010/08/24 19:00:01] @ rcrowley joined channel #puppet-dev
[2010/08/24 19:46:57] @ github joined channel #puppet-dev
[2010/08/24 19:46:57] <github> puppet: 2.6.x James Turnbull * 1b3d782 (1 files in 1 dirs): Updated config.ru example for 2.6.1
[2010/08/24 19:46:57] <github> puppet: 2.6.x James Turnbull * 5d4f222 (1 files in 1 dirs): Fixed #4527 correctly for 2.6.1
[2010/08/24 19:46:57] <gepetto> github: puppet: #4527 is http://projects.puppetlabs.com/issues/show/4527 "Puppet - Bug #4527: Example config.ru does not work with 2.6.1rc2 - Puppet Labs"
[2010/08/24 19:46:57] <github> puppet: 2.6.x Matt Robinson * 3df0490 (2 files in 2 dirs): [#4298] Puppet apply prints an error if the file to apply doesn't exist ...
[2010/08/24 19:46:58] <github> puppet: 2.6.x Markus Roberts * 0c30754 (1 files in 1 dirs): Maint. Removing code at the request of the original author ...
[2010/08/24 19:46:58] <github> puppet: 2.6.x Markus Roberts * 82b4f04 (2 files in 2 dirs): Maint. -- Fix test failures broken by previous commit ...
[2010/08/24 19:46:58] <github> puppet: 2.6.x Jesse Wolfe * 57bb06b (1 files in 1 dirs): [#4545] Remove obsolete 'trac' specs ...
[2010/08/24 19:46:58] <github> puppet: 2.6.x Markus Roberts * 20f4b90 (2 files in 2 dirs): Fix for #4518 -- classes not getting added to compiler.classes ...
[2010/08/24 19:46:59] <gepetto> github: puppet: #4518 is http://projects.puppetlabs.com/issues/show/4518 "Puppet - Bug #4518: Empty classes.txt - Puppet Labs"
[2010/08/24 19:46:59] <github> puppet: 2.6.x Peter Meier * d1150e0 (1 files in 1 dirs): fix #4528 - treat * as absent ...
[2010/08/24 19:46:59] <gepetto> github: puppet: #4528 is http://projects.puppetlabs.com/issues/show/4528 "Puppet - Bug #4528: cron gets updates everytime if wildcard is set - Puppet Labs"
[2010/08/24 19:46:59] <github> puppet: 2.6.x Jesse Wolfe * 4c28079 (1 files in 1 dirs): [#4555] puppet queue tries to call code it hasn't required ...
[2010/08/24 19:47:03] @ github left channel #puppet-dev ()
[2010/08/24 21:00:15] @ Quit: rcrowley: Quit: rcrowley
[2010/08/24 21:19:00] @ lak joined channel #puppet-dev

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