Confirmed Fix: The link in /etc/rcS.d/S11... as outlined in bug 338071 fixes the issue after reboot. Explicitly:
* Ensure /etc/init.d/mountdevsubfs.sh exists (it should) * Symlink in /etc/rcS.d as below: # cd /etc/rcS.d # sudo \ ln -s ../init.d/mountdevsubfs.sh S11mountdevsubfs.sh This will fix the problem on reboot. You may also run the script by hand in the virtual terminal to fix: # /etc/init.d/mountdevsubfs.sh start * There is no need for any other fix; explicity, no need to add a /dev/pts entry in /etc/fstab; and no need to add users to groups. This single fix solves all problems I have found with Konsole startup. -- Konsole Shell Refused to Start after 8.10 -> 9.04 upgrade https://bugs.launchpad.net/bugs/367608 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
