February 12, 2011  
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28

[00:00:01] <ConstantineXVI> no, does that do it?
[00:00:12] <mindless> yes
[00:00:19] *** ojacobson has quit IRC
[00:00:22] *** ExtraSpice has quit IRC
[00:00:41] <rpetti> Only if you want to store your packages on the hudson server though.
[00:01:01] <ConstantineXVI> yeah, that's the plan
[00:01:20] <rpetti> Yeah, archiving the artifacts will store it, and add a link for you.
[00:03:21] *** Heimidal has joined #jenkins
[00:04:13] *** ConstantineXVI has quit IRC
[00:08:10] *** olamy has quit IRC
[00:09:14] *** hokatichenci has joined #jenkins
[00:09:19] *** hokatichenci has left #jenkins
[00:10:41] *** kutzi has quit IRC
[00:16:33] <rtyler> abayer: wat
[00:16:55] *** luckyduck has joined #jenkins
[00:17:37] *** Tom_ has joined #jenkins
[00:19:03] *** wolfs has quit IRC
[00:21:29] <mindless> oeuftete: ping
[00:22:29] *** jfelchner has quit IRC
[00:26:34] <mindless> oeuftete or anyone who uses promoted-builds-simple plugin.. please comment in JENKINS-7284
[00:26:43] <jenkins-admin> JENKINS-7284:Allow promoted builds to optionally not be kept forever (In Progress) http://jenkins-ci.org/issue/7284
[00:27:18] *** RSchulzB has left #jenkins
[00:28:39] *** recampbell has quit IRC
[00:30:13] *** Haloperidol has joined #jenkins
[00:42:58] <rtyler> abayer: finally got gerrit trigger going nicely with Jenkins
[00:43:24] <rtyler> set the "Project Options" to cherry-pick, and it adds all this nice fancy metadata
[00:43:35] <rtyler> Reviewed-on: http://gerrit/1
[00:43:40] <ccutrer> :)
[00:43:45] <rtyler> Tested-by: Leeroy <jenkins@domain>
[00:43:57] <rtyler> Reviewed-by: R. Tyler Croy <tyler@domain>
[00:44:01] <rtyler> fantastico
[00:44:02] <ccutrer> make sure you have "Automatically resolve conflicts" checked in the project options
[00:44:14] <ccutrer> otherwise gerrit is really dumb about conflicts that aren't conflicts
[00:44:15] <rtyler> why? that feels le dangerous
[00:44:23] <rtyler> for cherry-pick? really?
[00:44:25] <ccutrer> yeah
[00:44:34] <ccutrer> because it doesn't actually use git for the cherry-pick
[00:44:38] <rtyler> wat
[00:45:06] <rtyler> abayer: remote-slave-5 is practically dead over SSH, what did you guys do to it?
[00:45:26] <ccutrer> without it checked, it will complain if there are changes in any of the same files have been submitted, even if they are non-conflicting
[00:45:32] <ccutrer> did that make sense?
[00:46:09] <rtyler> do you know what it does if you check that box?
[00:46:12] <ccutrer> gerrit is pretty cool, and the gerrit trigger is super nice for integrating with jenkins (though I have a cron job to restart jenkins nightly because it loses its connection to gerrit)
[00:46:28] <rtyler> you can't script restarting the tunnel?
[00:46:31] <ccutrer> yeah, it will attempt to merge, just like real git cherry-pick, and only fail if there are "real" conflicts
[00:46:33] <rtyler> and are you on the same network as gerrit?
[00:46:44] <rtyler> ccutrer: and you're 100% it won't create merge conflicts?
[00:46:51] <ccutrer> 100%
[00:47:00] <rtyler> what about 120%
[00:47:02] <ccutrer> yes, the machines are right next to each other in the datacenter
[00:47:03] <ccutrer> lol
[00:47:20] *** myusuf3 has quit IRC
[00:47:36] <ccutrer> though jenkins is in a VM, and gerrit is a real machine
[00:47:44] <rtyler> this is exciting
[00:47:45] <ccutrer> I might could script restarting just the gerrit connection
[00:47:50] *** jonath2002_ has joined #jenkins
[00:47:55] <rtyler> now I can spread the "commit to central repo" privileges around
[00:47:57] <ccutrer> that's a good idea (I get tired of having to re-login to jenkins every morning)
[00:48:02] <rtyler> heh
[00:48:14] <rtyler> abayer: I think remote-slave-5 is out of memory
[00:48:17] <rtyler> I can't do shit with it
[00:48:37] <ccutrer> though I think restarting just the gerrit connection is broken, blocked on the xUnit getId thing
[00:49:14] <ccutrer> JENKINS-8516
[00:49:16] <jenkins-admin> JENKINS-8516:Cannot connect to gerrit with latest versions (Open) http://jenkins-ci.org/issue/8516
[00:50:37] *** Tom_ has quit IRC
[00:50:50] *** tom_huybrechts has quit IRC
[00:51:18] <ccutrer> rtyler: dunno how much you click "Reload Configuration from Disk", but you should also be aware of JENKINS-8562 if you do
[00:51:19] <jenkins-admin> JENKINS-8562:Reloading Hudson Configuration Causes "Duplicate" Gerrit Jobs To Trigger (Open) http://jenkins-ci.org/issue/8562
[00:52:02] <rtyler> I don't ever reload from disk
[00:52:09] <ccutrer> then it won't be a problem :)
[00:52:13] <ccutrer> I don't either - anymore
[00:53:21] *** mando has quit IRC
[00:55:39] *** flurp has joined #jenkins
[00:56:34] *** _marc` has quit IRC
[01:01:33] *** Heimidal has quit IRC
[01:02:12] *** Deesl has quit IRC
[01:02:12] *** Richm_ has quit IRC
[01:07:56] <evilchili> o_O
[01:08:39] <evilchili> just got this http://jenkins.pastebin.com/mV1NURfC on two builds of a job that was succeeding before, and has succeeded since
[01:09:09] <evilchili> the only difference I noticed was that these two builds were queued, while others were not
[01:09:22] *** flurp has quit IRC
[01:09:40] <mindless> jenkins-admin: create matrixtieparent in the issue tracker for kbertelson
[01:09:41] <jenkins-admin> Only people with + or @ can run this command.
[01:09:42] <jenkins-admin> I'll refresh the member list, so if you think this is an error, try again in a few seconds.
[01:10:09] <mindless> jenkins-admin: create matrixtieparent in the issue tracker for kbertelson
[01:10:09] <jenkins-admin> Adding a new subcomponent matrixtieparent to the bug tracker, owned by kbertelson
[01:10:56] <jenkins-admin> New component created
[01:11:49] *** Heimidal has joined #jenkins
[01:12:57] *** dhackner has quit IRC
[01:14:18] *** ConstantineXVI has joined #jenkins
[01:24:27] *** recampbell has joined #jenkins
[01:38:14] *** mindless has quit IRC
[01:38:23] *** larrys has quit IRC
[01:43:45] *** hare_brain has joined #jenkins
[01:46:37] *** jonath2002_ has quit IRC
[01:53:01] *** Haloperidol has quit IRC
[01:53:11] *** recampbell has quit IRC
[01:55:15] *** posulliv has quit IRC
[01:58:22] *** Heimidal has quit IRC
[02:03:44] <jieryn-w> rtyler: AWESOME!@!!
[02:03:49] <jieryn-w> can you doc how to do it?
[02:04:00] <rtyler> doc how to do what?
[02:04:15] <abayer> I think we should make that an easter egg - enable a property and the Jabber/IRC plugin will call itself Leeroy.
[02:04:28] <rtyler> heh
[02:05:32] <jieryn-w> how to enable gerrit
[02:05:40] <abayer>  oh, that.
[02:05:40] <jieryn-w> for our plugins
[02:05:45] <abayer> =)
[02:06:01] *** flurp has joined #jenkins
[02:06:08] <abayer> Pretty sure he was just talking about his internal gerrit setup.
[02:06:20] <abayer> I'm the one to bug about gerrit for Jenkins plugins/core. And I really should do that.
[02:07:00] *** aaron01 has joined #jenkins
[02:08:10] <abayer> I should also ping the Github guys about that - I'm wondering if we can find a way to integrate Github pull requests and Gerrit.
[02:08:20] *** aaron01 has quit IRC
[02:08:50] *** aaron01 has joined #jenkins
[02:10:13] <jieryn-w> if you got that working, i would literally ship you a case of beer
[02:10:18] <jieryn-w> or, at least, have it delivered
[02:10:43] <rtyler> abayer: dsal in the gerrit channel uses a hook to deal with github from gerrtit
[02:10:54] <abayer> Yeah, I kinda assumed we could do something like that.
[02:10:54] <rtyler> abayer: https://gist.github.com/821587
[02:10:57] *** esteele has joined #jenkins
[02:12:08] <aaron01> Will jenkins completely get rid of "hudson" verbage (e.g. in config.xml) ?
[02:12:28] <abayer> Not in the near term. Only user-facing occurences.
[02:12:43] <abayer> So classnames, package names, etc won't be changing any time soon.
[02:15:14] *** hare_brain has left #jenkins
[02:16:28] *** vivek__ has quit IRC
[02:17:49] <aaron01> abayer: thanks
[02:19:59] *** flurp has quit IRC
[02:21:28] *** Heimidal has joined #jenkins
[02:23:00] <rtyler> abayer: yeah, that stupid slave agent exhausted all of this machines RAM and sawp
[02:23:04] <rtyler> thanks a lot jenkins
[02:23:17] *** joewilliams is now known as joewilliams_away
[02:24:28] *** drulli has quit IRC
[02:26:09] * jieryn-w grins
[02:38:59] *** Lewisham has quit IRC
[02:39:41] *** drulli has joined #jenkins
[02:39:42] *** ChanServ sets mode: +v drulli
[02:50:27] *** ConstantineXVI has quit IRC
[02:51:52] *** elliot has quit IRC
[03:02:13] *** jfelchner has joined #jenkins
[03:05:16] *** noahcampbell has quit IRC
[03:05:54] *** esteele has quit IRC
[03:06:04] *** esteele has joined #jenkins
[03:09:21] *** manabou_ has quit IRC
[03:11:16] *** mwhudson has quit IRC
[03:13:25] *** d2m has quit IRC
[03:16:07] *** flurp has joined #jenkins
[03:23:44] *** mwhudson has joined #jenkins
[03:26:18] *** awb has quit IRC
[03:26:50] *** wilmoore has joined #jenkins
[03:28:45] *** d2m has joined #jenkins
[03:30:50] *** flurp has quit IRC
[03:34:52] *** Heimidal has quit IRC
[03:35:04] *** Heimidal has joined #jenkins
[03:40:10] *** Lewisham has joined #jenkins
[03:40:11] *** ChanServ sets mode: +v Lewisham
[03:47:24] *** ojacobson has joined #jenkins
[03:48:22] *** ojacobson has quit IRC
[03:48:35] *** ojacobson has joined #jenkins
[03:52:59] <kohsuke> jenkins-admin: create testng component in the issue tracker for farshidce
[03:53:00] <jenkins-admin> Adding a new subcomponent testng to the bug tracker, owned by farshidce
[03:53:16] <jenkins-admin> New component created
[03:55:58] <jieryn-w> jenkins-admin: maybe you should email jenkins-dev@gg when you take an administrative action?
[03:55:58] <jenkins-admin> I didn't understand the command
[04:02:20] <rtyler> heh
[04:02:23] <rtyler> ROBO JENKINS
[04:03:19] <jieryn-w> rtyler, do you have karma on issues?
[04:04:27] <rtyler> probably not
[04:04:32] <rtyler> I'm worthless
[04:04:37] <rtyler> all I can do is tweet and pick my nose
[04:04:58] <jieryn-w> you're also a trouble maker, don't forget that
[04:05:05] <rtyler> STOP INSULTING MY TEAM
[04:05:08] <jieryn-w> hahha
[04:05:37] <rtyler> also
[04:05:39] <rtyler> community
[04:05:40] <rtyler> synergy
[04:05:50] <rtyler> maven
[04:05:51] *** flurp has joined #jenkins
[04:05:52] <rtyler> collaborative
[04:05:54] <rtyler> etc
[04:06:18] <jieryn-w> well, since you're so language oriented right now, i figured you could install label plugin http://confluence.atlassian.com/display/JIRA/Adding+the+Labels+Gadget
[04:06:21] <abayer> rtyler: you're also a big meanie.
[04:07:08] <abayer> And now I'm outta here.
[04:07:23] <jieryn-w> good wknd
[04:07:31] *** arnaldo has quit IRC
[04:07:55] <rtyler> jieryn-w: I lack all JIRA super cow powers
[04:08:04] <rtyler> I've never even logged into that machine
[04:08:09] <rtyler> even though I asked for it <_<
[04:08:56] <jieryn-w> i see
[04:09:01] <jieryn-w> i wrongly linked you anyway
[04:09:19] <rtyler> let's call the whole thing off
[04:09:50] <jieryn-w> what year are you from man?
[04:09:58] <rtyler> 1492
[04:11:48] <jieryn-w> too bad, 1493 is prime, you're just odd
[04:12:13] <rtyler> EVEN
[04:12:38] <jieryn-w> think you could create some magic that checks hudson vs jenkins jira?
[04:12:56] <jieryn-w> give us a report about jenkins defects which are !resolved && !closed which are either of the two in hudson?
[04:15:13] <jieryn-w> would only have to check those < 8632
[04:15:52] <jieryn-w> maybe i can do this with curl
[04:15:56] <jieryn-w> i'm too drunk to code so..
[04:16:12] <rtyler> fight your way back up that ballmer curve
[04:16:16] <rtyler> we're all counting on you
[04:16:39] <jieryn-w> tell me this, when did our jira instance get backed up?
[04:16:45] <jieryn-w> what date was the backup i mean
[04:17:06] <rtyler> I think a day or two before the announcement went out
[04:18:13] * jieryn-w gesticulates wildly with his arms
[04:18:17] <jieryn-w> what date?
[04:19:46] *** flurp has quit IRC
[04:19:55] *** cowboyd has joined #jenkins
[04:20:05] <rtyler> I don't know
[04:20:29] <jieryn-w> ok
[04:20:32] <jieryn-w> here's a nice little search
[04:20:39] <jieryn-w> status != resolved && status != closed && created <= "2011/02/01"
[04:21:16] <jieryn-w> even though this feels like an eternity, i'm sure we didn't rename before feb 1?
[04:21:24] <jieryn-w> or it was like.. right at the end of jan wasn't it..s hit
[04:23:35] <jieryn-w> http://issues.jenkins-ci.org/secure/IssueNavigator.jspa?mode=hide&requestId=10257
[04:26:12] <jieryn-w> and the corollary
[04:26:13] <jieryn-w> http://issues.hudson-ci.org/secure/IssueNavigator.jspa?mode=hide&requestId=10230
[04:26:17] <rtyler> I admire your misguided belief that I'm capable of accomplishing anything else today
[04:26:21] <jieryn-w> ok
[04:26:24] <jieryn-w> well, with those two queries
[04:26:39] <jieryn-w> we have all the defects created before the split which: are basically "fixed" in hudson but not in jenkins
[04:27:04] <jieryn-w> and therefore worthy of us to cherry pick ;-b
[04:27:19] <jieryn-w> or at least to investigate cherry picking
[04:34:55] <jieryn-w> ok, i think i've got it
[04:46:26] *** ojacobson has quit IRC
[04:49:52] *** wyrdvans has joined #jenkins
[04:50:20] *** wyrdvans has quit IRC
[05:16:07] *** flurp has joined #jenkins
[05:30:03] *** flurp has quit IRC
[05:31:17] *** afex has quit IRC
[05:37:21] <jieryn-w> you tweet quote me? :)
[05:37:35] <jieryn-w> do i get royalties?
[05:40:53] *** mando has joined #jenkins
[05:48:45] *** mando has quit IRC
[05:54:28] *** awb has joined #jenkins
[06:02:16] *** awb has quit IRC
[06:07:10] *** jonath2002_ has joined #jenkins
[06:09:01] *** jonath2002 has quit IRC
[06:09:01] *** jonath2002_ is now known as jonath2002
[06:17:41] *** aaron01 has quit IRC
[06:25:54] *** cowboyd has quit IRC
[06:26:14] *** flurp has joined #jenkins
[06:40:03] *** flurp has quit IRC
[06:44:47] *** awb has joined #jenkins
[06:48:53] *** joewilliams_away is now known as joewilliams
[06:53:21] *** bmahe has quit IRC
[07:08:22] *** joewilliams is now known as joewilliams_away
[07:08:40] *** wilmoore has quit IRC
[07:08:54] *** jieryn-w has quit IRC
[07:09:15] *** wilmoore has joined #jenkins
[07:09:23] *** flurp has joined #jenkins
[07:11:20] *** joewilliams_away is now known as joewilliams
[07:13:07] *** wolfs has joined #jenkins
[07:18:50] *** cristiano has joined #jenkins
[07:22:47] <jenkinsci_builds> Project jenkins_main_trunk build #504: ABORTED in 10 hr: http://ci.jenkins-ci.org/job/jenkins_main_trunk/504/
[07:22:47] <jenkinsci_builds> * Jesse Farinacci: Hudson->Jenkins in web.xml display-name
[07:22:48] <jenkinsci_builds> * Jesse Farinacci: [FIXED JENKINS-7275] lock down maven plugin versions to shut up m3
[07:34:10] *** neil__ has joined #jenkins
[07:34:58] *** flurp has quit IRC
[07:35:26] *** Heimidal has joined #jenkins
[07:40:32] *** Sebastian has joined #jenkins
[07:41:35] *** wolfs has quit IRC
[07:47:41] *** neil__ has quit IRC
[07:55:44] *** wolfs has joined #jenkins
[08:02:32] *** ExtraSpice has joined #jenkins
[08:07:31] *** joewilliams is now known as joewilliams_away
[08:12:55] <stisti> hmm... is there a bug in authorization? I have security turned on with "Logged-in users can do anything" setting. But e.g. jenkins-cli gets error "anonymous is missing the Administer permission" even after I have used the login command
[08:21:23] *** awb has quit IRC
[08:30:49] *** awb has joined #jenkins
[08:44:47] *** awb has quit IRC
[08:45:24] <jenkinsci_builds> Starting build 505 for job jenkins_main_trunk (previous build: ABORTED -- last SUCCESS #458 21 days ago)
[08:52:52] *** d2m has quit IRC
[08:53:06] *** d2m has joined #jenkins
[09:01:26] *** awb has joined #jenkins
[09:03:08] *** Tom_ has joined #jenkins
[09:04:51] *** awb has quit IRC
[09:18:58] *** akostadinov has joined #jenkins
[09:19:03] *** akostadinov has joined #jenkins
[09:28:47] *** Lewisham has quit IRC
[09:29:11] *** Heimidal has quit IRC
[09:40:25] *** awb has joined #jenkins
[09:48:08] *** akostadinov has quit IRC
[10:05:45] *** nd___ has joined #jenkins
[10:08:52] *** nd__ has quit IRC
[10:17:34] *** brianjriddle has joined #jenkins
[10:22:07] *** brianjriddle has left #jenkins
[10:25:37] *** brianjriddle has joined #jenkins
[10:26:44] *** brianjriddle has left #jenkins
[10:29:32] *** brianjriddle has joined #jenkins
[10:31:32] *** brianjriddle has quit IRC
[10:51:32] *** akostadinov has joined #jenkins
[11:07:07] *** _marc` has joined #jenkins
[11:08:07] *** akostadinov has quit IRC
[11:08:45] *** akostadinov has joined #jenkins
[11:10:18] *** d2m has quit IRC
[11:11:29] *** akostadinov has quit IRC
[11:15:54] *** dotsev has joined #jenkins
[11:18:46] *** akostadinov has joined #jenkins
[11:27:21] *** d2m has joined #jenkins
[11:27:32] *** Gazooo has joined #jenkins
[11:29:51] *** Gazoo has quit IRC
[11:38:17] *** kutzi has joined #jenkins
[11:38:17] *** ChanServ sets mode: +v kutzi
[11:48:00] *** awb has quit IRC
[11:50:01] *** awb has joined #jenkins
[11:58:46] *** dotsev has quit IRC
[12:04:06] *** dotsev has joined #jenkins
[12:18:04] *** patryk has quit IRC
[12:31:17] *** Tachyony has joined #jenkins
[12:36:47] *** Sacha has joined #jenkins
[12:44:51] *** akostadinov has quit IRC
[12:46:17] *** kutzi has quit IRC
[12:46:33] *** drulli has quit IRC
[13:09:16] *** Weltraumschaf has joined #jenkins
[13:12:27] *** dotsev has quit IRC
[13:20:02] *** kenneth_reitz has joined #jenkins
[13:22:46] *** bap2000 has quit IRC
[13:22:53] *** Weltraumschaf has quit IRC
[13:28:40] *** dotsev has joined #jenkins
[13:41:17] *** Sacha has quit IRC
[13:43:05] *** Gazoo has joined #jenkins
[13:43:10] *** Weltraumschaf has joined #jenkins
[13:46:21] *** Tom_ has quit IRC
[13:47:51] *** d2m has quit IRC
[13:48:26] *** dotsev has quit IRC
[13:59:53] *** drulli has joined #jenkins
[13:59:53] *** ChanServ sets mode: +v drulli
[14:00:35] *** _marc` has quit IRC
[14:16:31] *** Haloperidol has joined #jenkins
[14:18:32] *** Sebastian has quit IRC
[15:08:55] *** dotsev has joined #jenkins
[15:13:28] *** phycho has quit IRC
[15:19:13] *** cowboyd has joined #jenkins
[15:21:11] *** jieryn-w has joined #jenkins
[15:21:11] *** jieryn-w has joined #jenkins
[15:21:11] *** ChanServ sets mode: +v jieryn-w
[15:21:47] *** akostadinov has joined #jenkins
[15:23:01] *** xiongxiaoping has joined #jenkins
[15:23:37] *** Tachyony has quit IRC
[15:23:43] *** cowboyd has quit IRC
[15:25:09] <xiongxiaoping> Hi all, all the config.xml of my jobs were gone when I installed a plugin, anybody knows why?
[15:25:42] <xiongxiaoping> how to get the config.xml back , very urgent, thank you very much
[15:28:17] *** akostadinov has quit IRC
[15:30:17] *** cowboyd has joined #jenkins
[15:32:05] *** akostadinov has joined #jenkins
[15:32:57] <akostadinov> xiongxiaoping: backup?
[15:33:11] <akostadinov> do you have the configuration back-up plug-in?
[15:33:15] <akostadinov> very handy
[15:33:35] <xiongxiaoping> no
[15:33:35] <akostadinov> but doesn't replace a remote secure backup
[15:34:19] <xiongxiaoping> I will backup from now on. But the problem is how to get the missing config back?
[15:34:56] <xiongxiaoping> Is any trick I can get them back
[15:36:24] <xiongxiaoping> Meanwhile I don't know why installing a plugin causes job configuration missing. Is it common?
[15:38:22] <xiongxiaoping> The plugin is XFPanel. Help...
[15:38:34] *** phycho has joined #jenkins
[15:39:26] <xiongxiaoping> Thank you akostadinov
[15:40:13] <akostadinov> xiongxiaoping: We haven't experienced that but on the other hand we try new plug-ins on a test instance first
[15:40:33] <jieryn-w> xiongxiaoping: if the jobs are still on the jenkins system, but the config.xml are missing, you could go http://jenkins/job/JobName/configure and then click save
[15:40:49] <akostadinov> xiongxiaoping: you may try grep -r <some known string> /home/hudson
[15:40:53] <jieryn-w> if the config.xml is gone, and the job on the user interface of jenkins is also gone, then.. that's it
[15:41:06] <akostadinov> xiongxiaoping: maybe the data is somewhere but name of file has changed
[15:41:33] <jieryn-w> yah, seems really unlikely that jenkins would do that; more likely is that you upgraded hudson->jenkins and it was relocated
[15:42:50] <xiongxiaoping> no upgrade just install a plugin named XFPanel
[15:43:13] <xiongxiaoping> I will try grep sth
[15:44:57] *** cowboyd has quit IRC
[15:45:55] *** phycho has quit IRC
[15:47:16] *** Weltraumschaf has quit IRC
[15:49:44] *** simonvc has quit IRC
[15:53:03] *** phycho has joined #jenkins
[15:57:07] <xiongxiaoping> nothing grepped. It seems I can't get them back....
[15:58:04] <xiongxiaoping> I have configed twenty jobs, all the configs are gone....
[15:58:33] <xiongxiaoping> including most of builds in the jobs
[15:58:44] <xiongxiaoping> I just don't know why
[15:59:51] <xiongxiaoping> Could I recovery all these files from disk? master is a linux
[16:07:35] *** d2m has joined #jenkins
[16:09:43] *** kutzi has joined #jenkins
[16:09:43] *** ChanServ sets mode: +v kutzi
[16:46:38] *** Kiall|AFK is now known as Kiall
[16:52:16] *** rapaul has joined #jenkins
[16:53:54] <rapaul> having trouble installing on ubuntu as per http://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+Ubuntu
[16:53:58] <rapaul> get a pgp error
[16:54:09] <rapaul> gpg: no valid OpenPGP data found.
[17:03:08] *** kutzi has quit IRC
[17:14:32] <wolfs> rapaul: When do you get this error?
[17:14:53] <rapaul> running wget -q -O - http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key add -
[17:15:17] <rapaul> wolfs: step 1 :)
[17:16:29] <wolfs> what happens if you just type wget  http://pkg.jenkins-ci.org/debian/jenkins-ci.org.key
[17:16:30] <wolfs> ?
[17:18:06] <rapaul> ah cripes, had proxy config on from work. thanks for your help wolfs
[17:18:17] <wolfs> your welcome
[17:19:00] <wolfs> I found a problem in core for Mac Os 64bit
[17:20:03] <wolfs> Seems like ProcessTree.java for Mac OS is broken on x86_64
[17:20:38] <wolfs> The fix is to change a few magic numbers in the Darwin implementation.
[17:21:00] <wolfs> But how do I find out if I'm running on a 64bit os?
[17:26:18] <mwalling> uname -a?
[17:26:36] <mwalling> also, in system profilier, software, 64-bit kernel and extensions
[17:28:03] *** mneisen has joined #jenkins
[17:29:41] <mneisen> Hi everyone - I have TCISFKAH (The Continuous Integration Server Formerly Known As Hudson) running on my Ubuntu system, and I want to migrate to the all-new and better Jenkins CI server. Is there any clever way to do so without loosing my build history etc.? Your help is greatly appreciated!
[17:30:26] <kohsuke> Sure, see http://wiki.jenkins-ci.org/display/JENKINS/Upgrading+from+Hudson+to+Jenkins
[17:30:49] *** dotsev has quit IRC
[17:30:54] <mneisen> kohsuke:  Ah, thank you!
[17:33:31] *** d2m has quit IRC
[17:39:16] *** xiongxiaoping has quit IRC
[17:41:14] <wolfs> mwalling: I mean from the Java Application
[17:41:28] <wolfs> I am running on 64 bit.
[17:41:38] <mwalling> oh... is it in System.proerties?
[17:42:23] <wolfs> I read online that you can find out if you are running on a 64bit or 32bit java vm, but this has nothing to do with the underlying operating system
[17:43:28] <wolfs> The consequence of the bug is that Hudson does not get the right pids of the processes, therefore sending kill signals doesn't work
[17:44:01] <wolfs> I can fix the class, but I fear that afterwards it will only work on 64bit systems and not on 32bit systems any more.
[17:45:24] *** kenneth_reitz has quit IRC
[17:46:49] <wolfs> https://gist.github.com/823870
[17:47:00] <wolfs> The gist shows the necessary changes
[17:50:45] *** Weltraumschaf has joined #jenkins
[17:50:48] *** kenneth_reitz has joined #jenkins
[17:51:23] <wolfs> How should I implement this? Having a Darwin32 and a Darwin64 class?
[17:52:30] <wolfs> And then decide via some command line on the implementation?
[17:52:43] *** kenneth_reitz has quit IRC
[17:57:49] *** xiongxiaoping has joined #jenkins
[18:02:26] *** Gazoo has quit IRC
[18:02:31] *** Gazooo has quit IRC
[18:05:46] *** Gazoo has joined #jenkins
[18:15:14] *** dotsev has joined #jenkins
[18:16:29] *** dotsev has quit IRC
[18:20:21] *** Kevins has joined #jenkins
[18:36:36] *** Lewisham has joined #jenkins
[18:36:37] *** ChanServ sets mode: +v Lewisham
[18:37:23] *** Weltraumschaf has quit IRC
[18:38:13] *** rapaul has quit IRC
[18:44:51] *** joewilliams_away is now known as joewilliams
[18:47:17] <wolfs> Anybody has a 32bit mac?
[18:50:20] *** vivek_ has joined #jenkins
[18:55:52] *** xiongxiaoping has quit IRC
[18:59:46] <kohsuke> wolfs: have you checked system properties
[19:00:41] <kohsuke> sun.arch.data.model
[19:04:27] *** olav_ has joined #jenkins
[19:05:04] *** olav_ has quit IRC
[19:06:22] <wolfs> The problem is, I don't even know if kinfo_proc changed because of 64bit or because of Snow Leopard/Leopard.
[19:06:35] <wolfs> I just got one Mac Os version installed.
[19:07:45] <kohsuke> I'd be very surprised if it changes by versions in an incompatible way
[19:07:51] <kohsuke> But 32 vs 64 makes a lot of sense
[19:08:30] <wolfs> sun.arch.data.model gives me 64
[19:08:49] <kohsuke> I believe that's your current process data model
[19:08:59] <kohsuke> So you should use that to change offset values
[19:09:08] <wolfs> And what does that mean?
[19:09:15] <wolfs> What's the process data model?
[19:09:25] <kohsuke> if it's 32, use the current values, if it's 64, use the values you pasted in gist
[19:10:13] <kohsuke> It tells whether your process (JVM) is a 64bit process or 32bit process
[19:10:28] <mwalling> so i have an osx question... i have a <1 year old imac and a 4 month old air, both running snow leopard, and uname on both is i386. am i nuts? i thought snow leopard was 64bit
[19:10:42] <wolfs> Mine too is i386
[19:11:50] <wolfs> http://macperformanceguide.com/SnowLeopard-64bit.html
[19:15:37] <mwalling> a big "huh"
[19:15:39] <mwalling> thanks for that
[19:19:34] *** dotsev has joined #jenkins
[19:21:22] *** Kevins has quit IRC
[19:26:27] <wolfs> As a committer, do I get voice automatically?
[19:26:36] <wolfs> Seems not to be the case :(
[19:26:39] <kohsuke> it doesn't happen automatically but we want you to have one
[19:26:58] <kohsuke> It takes someone more familiar with IRC than I am
[19:27:54] *** mneisen has quit IRC
[19:29:14] <abayer> fyi - http://www.wakaleo.com/resources/polls - John Smart's got a poll up on what CI server people intend to use.
[19:29:51] <abayer> Everyone should go vote. =)
[19:30:33] <kohsuke> hey, andrew, do you know there's any downside in merging pull requests via rebase as opposed to merge?
[19:30:39] <kohsuke> I'm very tempted to try rebase
[19:30:51] <abayer> Not that I know of. I tend to use pull ?rebase myself.
[19:31:10] <kohsuke> OK, let me try it and see if someone complains
[19:32:26] <mwalling> kohsuke: /msg chanserv flags #jenkins wolfs +vV
[19:32:46] <kohsuke> done
[19:32:54] <mwalling> wolfs: /cycle, or /part and /join
[19:37:41] *** Lewisham has quit IRC
[19:37:53] <mwalling> abayer: so is john smart going to sed the hudson chapter of his book? :)
[19:38:03] <abayer> =)
[19:42:06] *** wolfs has left #jenkins
[19:42:18] *** wolfs has joined #jenkins
[19:42:18] *** ChanServ sets mode: +v wolfs
[19:42:33] <wolfs> thanks!
[19:46:04] *** dotsev has quit IRC
[19:49:06] *** dotsev has joined #jenkins
[19:49:57] <abayer> heh. I like that poll result so far.
[19:53:11] <wolfs> abayer: +1 ;)
[19:54:23] *** dotsev has quit IRC
[19:54:46] *** Wyn has joined #jenkins
[20:00:58] *** vivek_ has quit IRC
[20:13:20] *** Wyn has left #jenkins
[20:16:33] *** mando has joined #jenkins
[20:20:33] *** jonath2002_ has joined #jenkins
[20:21:43] *** Gazoo has quit IRC
[20:29:57] *** hugod_ has quit IRC
[20:31:33] *** hugod_ has joined #jenkins
[20:45:58] *** Lewisham has joined #jenkins
[20:45:58] *** ChanServ sets mode: +v Lewisham
[20:48:38] *** Haloperidol has quit IRC
[20:53:05] *** Don has joined #jenkins
[20:53:13] <Don> testing
[20:53:31] *** Don is now known as Guest99076
[20:53:52] *** Guest99076 has quit IRC
[20:53:58] *** esteele is now known as esteele|away
[21:12:57] <wolfs> Open a pull request for the MacOs 64bit issue: https://github.com/jenkinsci/jenkins/pull/50
[21:13:01] <wolfs> please test...
[21:16:48] *** Kiall is now known as Kiall|AFK
[21:20:47] *** esteele|away is now known as esteele
[21:24:07] *** Gazoo has joined #jenkins
[21:24:29] *** esteele is now known as esteele|away
[21:25:56] *** Heimidal has joined #jenkins
[21:26:09] *** kutzi has joined #jenkins
[21:26:09] *** ChanServ sets mode: +v kutzi
[21:30:46] *** awb has joined #jenkins
[21:35:50] *** cristiano has quit IRC
[21:37:25] *** kenneth_reitz has joined #jenkins
[21:44:19] *** camilonova has joined #jenkins
[21:45:03] <camilonova> hi, im installing jenkings using apt but i get this error: chown: invalid group: `jenkins:admin'
[21:45:20] <camilonova> anyone can help me?
[21:48:06] *** Stubbs has joined #jenkins
[21:48:36] *** camilonova has quit IRC
[21:53:48] *** mando has quit IRC
[21:58:07] *** akostadinov has quit IRC
[22:16:36] *** kutzi has quit IRC
[22:18:42] *** blip has joined #jenkins
[22:25:20] *** drulli has quit IRC
[22:32:42] *** joewilliams is now known as joewilliams_away
[22:45:05] *** Heimidal has quit IRC
[22:46:13] *** Lewisham has quit IRC
[22:48:11] <jieryn-w> kohsuke: want a " jenkins-admin: give SoAndSo voice on irc " ?
[22:48:20] <kohsuke> That makes sense
[22:48:24] <jieryn-w> yes? ok
[22:59:44] <jieryn-w> do you have unpushed stuff for github-api?
[23:00:01] <jieryn-w> backend-irc won't compile even after i git pull github-api and install it
[23:00:18] <kohsuke> if it depends on SNAPSHOT version that's my fault
[23:00:23] <kohsuke> I pushed the remaining changes now
[23:01:18] <jenkinsci_builds> Project jenkins_main_trunk build #505: ABORTED in 14 hr: http://ci.jenkins-ci.org/job/jenkins_main_trunk/505/
[23:01:19] <jenkinsci_builds> * aitor alzola: Fixing spanish translation "provando" y "in progreso"
[23:01:19] 
[23:03:04] <jieryn-w> k
[23:03:09] *** wolfs has quit IRC
[23:07:51] *** Gazoo has quit IRC
[23:08:32] <jieryn-w> that worked, thank you :)
[23:12:54] *** bap2000 has joined #jenkins
[23:13:06] <jenkinsci_builds> Starting build 506 for job jenkins_main_trunk (previous build: ABORTED -- last SUCCESS #458 21 days ago)
[23:13:15] <bap2000> anyone have wiki-fu?
[23:13:29] <bap2000> Was editing a page and it apears to have hung
[23:14:09] <bap2000> not responding from a browser on another machine, so looks like it's not jus me
[23:15:08] <bap2000> abayer: are you here?
[23:24:08] *** wolfs has joined #jenkins
[23:24:08] *** ChanServ sets mode: +v wolfs
[23:25:30] *** wolfs has quit IRC
[23:37:23] *** Heimidal has joined #jenkins
[23:40:02] *** kenneth_reitz has quit IRC
[23:41:06] *** kenneth_reitz has joined #jenkins
[23:47:27] <abayer> bap2000: Taking a look.
[23:47:56] <abayer> rtyler, kohsuke - I can't ssh into eggplant at all.
[23:48:15] <kohsuke> let's see
[23:48:33] <kohsuke> Me neither
[23:48:36] <kohsuke> ping doesn't respond
[23:48:45] <kohsuke> I guess the machine is down?
[23:49:58] <abayer> Yeah - rtyler, how do we contact OSUOSL?
[23:50:52] <rtyler> kohsuke sends an email to support@
[23:50:59] <abayer> That'll do.

top