Install failing
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
jenkins-slave (Juju Charms Collection) |
New
|
Undecided
|
Unassigned |
Bug Description
when i add the jenkins-slave to my environment, it fails installing:
<pre>
2015-01-28 18:52:43 INFO install + install_slave
2015-01-28 18:52:43 INFO install + juju-log 'Installing jenkins-slave...'
2015-01-28 18:52:43 INFO juju-log Installing jenkins-slave...
2015-01-28 18:52:43 INFO install + [[ ! -f /etc/init/
2015-01-28 18:52:43 INFO install ++ apt-cache madison jenkins-slave
2015-01-28 18:52:45 INFO install + [[ jenkins-slave | 1.424.6+
2015-01-28 18:52:45 INFO install jenkins-slave | 1.424.6+
2015-01-28 18:52:45 INFO install jenkins-slave | 1.424.6+dfsg-1 | http://
2015-01-28 18:52:45 INFO install jenkins | 1.424.6+dfsg-1 | http://
2015-01-28 18:52:45 INFO install jenkins | 1.424.6+
2015-01-28 18:52:45 INFO install jenkins | 1.424.6+
2015-01-28 18:52:45 INFO install + apt-get -y install -qq jenkins-slave wget
2015-01-28 18:53:04 INFO install Failed to fetch http://
2015-01-28 18:53:04 INFO install Failed to fetch http://
2015-01-28 18:53:04 INFO install Failed to fetch http://
2015-01-28 18:53:04 INFO install E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
2015-01-28 18:53:04 ERROR juju.worker.uniter uniter.go:486 hook failed: exit status 100
</pre>
If i ssh into the host, and run 'apt-get update', then it installs without problem.