« Windows Snipping Tool for Windows XP/2003 | Home | Disable annoying update manager behaviour in Ubuntu 9.04 »
Fixing “There was an error creating a child process for this terminal”
By admin | May 12, 2009
Update (2009-08-27): If you are missing mountdevsubfs.sh.dpkg-dist, you can download it here.
After a recent upgrade to Ubuntu 9.04 on a computer, GNOME Terminal and xterm stopped working suddenly by displaying an error message that read “There was an error creating a child process for this terminal.” This is caused by a bug resulting from the unauthorized changes to mountdevsubfs.sh. To fix it, take the following steps:
- Switch to a terminal that works by pressing Ctrl+Alt+F1 twice. (press Ctrl+Alt+F7 to restore desktop)
- Login to Ubuntu (type in your username followed by your password).
- Enter “sudo mv /etc/init.d/mountdevsubfs.sh /etc/init.d/mountdevsubfs.sh.old“to move the old mountdevsubfs.sh out. (Type in your password, again).
- Enter “sudo cp /etc/init.d/mountdevsubfs.sh.dpkg-dist /etc/init.d/mountdevsubfs.sh” to restore the dpkg backup.
- Shutdown and restart the computer by typing “sudo shutdown now -r“.
- (OR) Press Ctrl+Alt+F7 and shutdown through the GUI.
If you found this article helpful or useful, please help Compdigitec spread the word. Don’t forget to subscribe to Compdigitec Labs for more useful or interesting articles!
If you found this article helpful or interesting, please help Compdigitec spread the word. Don’t forget to subscribe to Compdigitec Labs for more useful and interesting articles!
Topics: Linux | 51 Comments »

August 6th, 2026 at 22:12
… [Trackback]
[…] Read More here on that Topic: compdigitec.com/labs/2009/05/12/fixing-there-was-an-error-creating-a-child-process-for-this-terminal/ […]