Ubuntu 无法启动Terminal

从8.04升级到8.10后,打开Terminal后出现如下错误:

There was an error creating the child process for this terminal

Terminal打不开。

在/etc/fstab里添加如下两句后重启电脑就好了:
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0

Comments

Leave a Reply

You must be logged in to post a comment.