I can confirm that this issue exists in the final release for 9.04 when upgrading from Ubuntu 8.10. The fix posted in the linuxquestions.org discussion worked for me. devpts isn't being mounted by default. Fix is to add the line:
devpts /dev/pts devpts gid=5,mode=620 0 0 to /etc/fstab, then mount -a or reboot. The gid value may need be be changed on some systems to match the GID of the "tty" user, which appears to be 5 by default on Ubuntu 9.04. -- Missing devpts in /etc/fstab https://bugs.launchpad.net/bugs/362167 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
