From a3373fb60aac7f3fee9ec28afebc0e55d28d5438 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Mon, 22 Aug 2011 23:21:35 -0400 Subject: util.subp: do not attach stdin cloud-init's stdin to subprocesses (LP: 831505) Fix issue where 'isatty' would return true for apt-add-repository. It would get stdin which was attached to a terminal (/dev/console) and would thus hang when running during boot. This was done by changing all users of util.subp to have None input unless input was given. In that case, the input will be the string passed in. LP: #831505 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d494221c..75a19aba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -38,6 +38,11 @@ * boothooks will now run more than once as they were intended (and as bootcmd commands do) * cloud-config and user-scripts will be updated from user data every boot + - Fix issue where 'isatty' would return true for apt-add-repository. + apt-add-repository would get stdin which was attached to a terminal + (/dev/console) and would thus hang when running during boot. (LP: 831505) + This was done by changing all users of util.subp to have None input unless specified + 0.6.1: - fix bug in fixing permission on /var/log/cloud-init.log (LP: #704509) - improve comment strings in rsyslog file tools/21-cloudinit.conf -- cgit v1.2.3