Thanks Steve, I've updated the description with the note I'd like to see
in Natty's release notes.

On Mon, 2011-03-28 at 18:21 +0000, Steve Langasek wrote:
> ** Changed in: ubuntu-release-notes
>        Status: Fix Released => Triaged
> 



** Description changed:

  Binary package hint: apache2
  
  When you configure apache to use a password-protected SSL key, you are
  prompted to provide that password when apache starts. The PID file has
  not been written at this point, so the init script won't work properly
  until the password is provided or apache is killed manually. In ubuntu
  10.04, when apache is started by upstart, it cannot read input from the
  the console. You must login, kill it manually, then start apache. I was
  able to workaround the problem using by adding "stty sane" to
  /etc/init.d/apache2.
  
  sed -e '/^ENV=/i stty sane' /etc/init.d/apache2|sudo tee
  /etc/init.d/apache2
  
  cdenley@vmware:~$ lsb_release -rd
  Description:  Ubuntu 10.04 LTS
  Release:      10.04
  cdenley@vmware:~$ apt-cache policy apache2 upstart
  apache2:
-   Installed: 2.2.14-5ubuntu8
-   Candidate: 2.2.14-5ubuntu8
-   Version table:
-  *** 2.2.14-5ubuntu8 0
-         500 http://mirror.anl.gov/pub/ubuntu/ lucid/main Packages
-         100 /var/lib/dpkg/status
+   Installed: 2.2.14-5ubuntu8
+   Candidate: 2.2.14-5ubuntu8
+   Version table:
+  *** 2.2.14-5ubuntu8 0
+         500 http://mirror.anl.gov/pub/ubuntu/ lucid/main Packages
+         100 /var/lib/dpkg/status
  upstart:
-   Installed: 0.6.5-6
-   Candidate: 0.6.5-6
-   Version table:
-  *** 0.6.5-6 0
-         500 http://mirror.anl.gov/pub/ubuntu/ lucid/main Packages
-         100 /var/lib/dpkg/status
+   Installed: 0.6.5-6
+   Candidate: 0.6.5-6
+   Version table:
+  *** 0.6.5-6 0
+         500 http://mirror.anl.gov/pub/ubuntu/ lucid/main Packages
+         100 /var/lib/dpkg/status
+ 
+ 
+ ==== Natty Release Notes ====
+ 
+ If you have setup Apache with an encrypted SSL key, the system will now
+ prompt for the pass-phrase on the console during boot. This is different
+ from the behavior of previous versions which would simply fail to start
+ apache.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/582963

Title:
  SSL pass phrase dialog can't read input

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to