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 Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs