[Pkg-sysvinit-devel] /dev/shm and /dev/pts with newer kernels than etch

Lior Kaplan kaplan at debian.org
Tue Jul 31 20:21:59 UTC 2007


Hi,

I'm using unstable, and when I'm trying kernels 2.6.21 and 2.6.22 I
encountering two problems during the boot:

1. /dev/shm doesn't get mounted due to /dev/shm not available.
2. /dev/pts doesn't get mounted.

for /dev/shm I would suggest something like:
        if [ ! -d /dev/shm ]
        then
                mkdir /dev/shm
        fi
Before the mount itself in mountdevsubfs.sh

For /dev/pts, I saw the comments inside the scripts about devfs, but
etch release notes says "etch kernels no longer provide support for devfs."

Can we remove the devfs checks for /dev/pts and get that automatically
mounted ? I'm referring to "grep -qs '/dev devfs' /proc/mounts;"

thanks.

-- 
Lior Kaplan
kaplan at debian.org

GPG fingerprint:
C644 D0B3 92F4 8FE4 4662  B541 1558 9445 99E8 1DA0



More information about the Pkg-sysvinit-devel mailing list