Created
September 14, 2012 08:19
-
-
Save celeduc/3720716 to your computer and use it in GitHub Desktop.
chef-jenkins crapout
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. I tried both RightImage_Ubuntu_10.04_x64_v5.7 and RightImage_Ubuntu_10.04_i386_v5.7, and both of them hang while doing post-installation configuration of Jenkins. I'm not sure what it's hung up on, and not sure where to look. | |
3327 ? S 0:00 apt-get -q -y install jenkins=1.481 | |
3520 ? S 0:00 /usr/bin/dpkg --status-fd 76 --configure daemon jenkins | |
3523 ? S 0:00 /bin/sh /var/lib/dpkg/info/jenkins.postinst configure | |
/var/log/install: | |
I, [2012-09-14T07:39:41.760781 #980] INFO -- : 07:39:41: Setting up jenkins (1.481) ... | |
I, [2012-09-14T07:39:41.760840 #980] INFO -- : 07:39:41: * Starting Jenkins Continuous Integration Server jenkins | |
I, [2012-09-14T07:39:41.774541 #980] INFO -- : SEND b1 [push v15] (999 bytes) <70399240001:7be735a0dc52a58d105b2422aac9bbf6> /auditor/update_entry, persistent | |
/var/log/apt/history.log: | |
Start-Date: 2012-09-14 07:39:39 | |
Install: jenkins (1.481), daemon (0.6.3-1) | |
/var/log/jenkins/jenkins.log: | |
INFO: Started SSHD at port 60256 | |
Sep 14, 2012 7:39:54 AM jenkins.InitReactorRunner$1 onAttained | |
INFO: Completed initialization | |
Sep 14, 2012 7:39:54 AM hudson.TcpSlaveAgentListener <init> | |
INFO: JNLP slave agent listener started on TCP port 33826 | |
Sep 14, 2012 7:39:54 AM hudson.WebAppMain$2 run | |
INFO: Jenkins is fully up and running | |
/var/log/dpkg.log: | |
2012-09-14 07:39:41 configure jenkins 1.481 1.481 | |
2012-09-14 07:39:41 status unpacked jenkins 1.481 | |
2012-09-14 07:39:41 status unpacked jenkins 1.481 | |
2012-09-14 07:39:41 status unpacked jenkins 1.481 | |
2012-09-14 07:39:41 status unpacked jenkins 1.481 | |
2012-09-14 07:39:41 status half-configured jenkins 1.481 | |
/var/log/user.log: | |
07:39:41: Setting up jenkins (1.481) ... | |
Sep 14 07:39:41 ip-10-245-74-63 RightLink[980]: 07:39:41: * Starting Jenkins Continuous Integration Server jenkins | |
Sep 14 07:39:41 ip-10-245-74-63 RightLink[980]: SEND b1 [push v15] (999 bytes) <70399240001:7be735a0dc52a58d105b2422aac9bbf6> /auditor/update_entry, persistent |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment