Dave, 
The problem is NOT with stty. The problem is, the apache2 init script was 
calling stty with the 'sane' option, which, according to the manpage, is 
equivalent to:
cread -ignbrk brkint -inlcr -igncr icrnl -iutf8 -ixoff -iuclc  -ixany  imaxbel  
opost  -olcuc
              -ocrnl  onlcr  -onocr  -onlret  -ofill  -ofdel nl0 cr0 tab0 bs0 
vt0 ff0 isig icanon iexten echo echoe
              echok -echonl -noflsh -xcase -tostop -echoprt echoctl echoke

Which is a large number of args. Hence, the right way to fix would be to
get apache to run it with only the required args. Well, due to this bug,
the stty change has been reverted and 'fixed for the meantime'.

** Changed in: coreutils (Ubuntu Maverick)
       Status: New => Invalid

-- 
init script resets isig flag in an incorrect manner
https://bugs.launchpad.net/bugs/626723
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to apache2 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to