** Description changed:

  Binary package hint: udev
  
  If I upgrade udev to 137-1 (jaunty) and several other packages which
  depend on that version, and I can no longer launch a terminal in GNOME.
  The error reads "Could not create secondary process" or so and the
  problem seems to be with /dev/pts devices which cannot be accessed.
  
- Note (2009-04-25):  Two reasons for this have been found:
-   1.  The order in /etc/rcS.d is messed up.  Fix:
-            a.  $ ls /etc/rcS.d | grep mountdevsubfs.sh
-            Note the number next to the "S" in that filename.
-            b.  $ sudo mv /etc/rcS.d/S_mountdevsubfs.sh 
/etc/rcS.d/S11mountdevsubfs.sh
-            where _ is the number in the old filename
-   2.  Or, you modified /etc/init.d/mountdevsubfs.sh (maybe to get VirtualBox 
to work; that workaround is no longer needed) and dpkg refuses to update it.  
Fix:
-            $ sudo cp /etc/init.d/mountdevsubfs.sh.dpkg-dist 
/etc/init.d/mountdevsubfs.sh
+ Note (2009-04-25): Two reasons for this have been found:
+     1. The order in /etc/rcS.d is messed up (this bug). Fix:
+         a. $ ls /etc/rcS.d | grep mountdevsubfs.sh
+             Note the number next to the "S" in the returned filename (e.g. 
the 05 in S05mountdevsubfs.sh).
+         b. $ sudo mv /etc/rcS.d/S_mountdevsubfs.sh 
/etc/rcS.d/S11mountdevsubfs.sh
+             where _ is the number in the old filename.
+     2. Or, you modified /etc/init.d/mountdevsubfs.sh (maybe to get VirtualBox 
to work; that workaround is no longer needed) and dpkg refuses to update it 
(bug 360160). Fix:
+         $ sudo cp /etc/init.d/mountdevsubfs.sh.dpkg-dist 
/etc/init.d/mountdevsubfs.sh
  If you do one of these fixes, reboot afterwards.
-         --scottywz
+     --scottywz

-- 
/dev/pts and /dev/shm not mounted on boot
https://bugs.launchpad.net/bugs/321927
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

Reply via email to