[Bug 827372] Re: package apache2.2-common (not installed) failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
Ben Howard
827372 at bugs.launchpad.net
Wed Sep 7 19:53:27 UTC 2011
------------------------------------------------------------
revno: 372
committer: Ben Howard <ben.howard at canonical.com>
branch nick: automated-ec2-builds
timestamp: Wed 2011-09-07 13:41:55 -0600
message:
Fixed missing build.info
diff:
=== modified file 'build-lb-ec2-image'
--- build-lb-ec2-image 2011-08-29 22:42:44 +0000
+++ build-lb-ec2-image 2011-09-07 19:41:55 +0000
@@ -336,9 +336,9 @@
rsync -a "${lb_config_src_loc}/${arch}/" "${conf_d}" || fail "failed to copy ${live_path}"
# write build.info
- debug "build_name: ${build_type}" >> "${conf_d}/cloud_local-includes/etc/cloud/build.info" &&
- debug "serial: ${serial}" >> "${conf_d}/cloud_local-includes/etc/cloud/build.info" ||
- fail "Unable to write ${conf_d}/etc/cloud/build.info"
+ echo "build_name: ${build_type}" >> "${conf_d}/cloud_local-includes/etc/cloud/build.info" &&
+ echo "serial: ${serial}" >> "${conf_d}/cloud_local-includes/etc/cloud/build.info" ||
+ fail "Unable to write ${conf_d}/etc/cloud/build.info"
# make the live-build dir
rsync -a "${live_path}/" "${work_d}/live-build" ||
Regression for /etc/cloud/build.info was introduced at r355.
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in Ubuntu.
https://bugs.launchpad.net/bugs/827372
Title:
package apache2.2-common (not installed) failed to install/upgrade:
subprocess installed post-installation script returned error exit
status 1
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/827372/+subscriptions
More information about the Ubuntu-server-bugs
mailing list