[Bug 1237200] Re: stunnel4 startup script ignores second configuration file

2016-03-19 Thread Drew Mazurek
I see the same issue with Ubuntu 14.04 LTS: > ls /etc/stunnel/*.conf /etc/stunnel/stunnel-1.conf /etc/stunnel/stunnel-2.conf > sudo service stunnel4 start Starting SSL tunnels: [Started: /etc/stunnel/stunnel-1.conf] [Already running: /etc/stunnel/stunnel-2.conf] stunnel. -- You received this

[Bug 903993] [NEW] Don't hang waiting for input from commands

2011-12-13 Thread Drew Mazurek
Public bug reported: If a command is interactive and opens up stdin, the entire deploy will hang. cloud-init should close stdin if anything tries to open it. Examples of this are: - apt-add-repository ppa:xxx/yyy or - apt-get install foo (Specifically without the -y option. -y on those

[Bug 903993] [NEW] Don't hang waiting for input from commands

2011-12-13 Thread Drew Mazurek
Public bug reported: If a command is interactive and opens up stdin, the entire deploy will hang. cloud-init should close stdin if anything tries to open it. Examples of this are: - apt-add-repository ppa:xxx/yyy or - apt-get install foo (Specifically without the -y option. -y on those

[Bug 903996] [NEW] Recognize if apt isn't on a tty, don't wait for input

2011-12-13 Thread Drew Mazurek
Public bug reported: If apt-get or apt-add-repository don't have a tty and are being run non- interactively (e.g. through cloud-init), they will hang waiting for confirmation if the user doesn't specify -y. Ideally they should either fail and log that the user must specify -y, or succeed without