Re: startup: separate /var partition hoses /run, shm (shared memory)?
http://lists.debian.org/debian-user/2012/11/msg00679.html
>>>> On every startup, on the initial {black screen, white text} I get
>>>> errors beginning with
>>>> > Mount point '/run' does not exist. Skipping mount.
>>>> and ending (just before it goes to X) with many (10 > n > 100) lines
>>>> beginning with
>>>> > shm_open() failed
>>>> I suspect this is related to having a separate /var partition, since,
>>>> once the box is booted and I'm logged in, I see that
>>>> * /run is symlinked to /var/run
http://lists.debian.org/debian-user/2012/11/msg00682.html
>>> /var/run [should] be symlinked to /run. So /run should be a tmpfs
>>> and /run/shm and /run/lock part of it. Also /dev/shm should [be]
>>> symlinked to /run/shm as well. Can you post your /etc/fstab and
>>> output from 'df -hl' command?
http://lists.debian.org/debian-user/2012/11/msg00684.html
>> $ cat /etc/fstab
>> proc /proc proc defaults 0 0
>> # /dev/sda3
>> UUID=81371084-8857-4621-8859-733596cf4862 /boot ext4
>> rw,errors=remount-ro 0 0
>> # /dev/sda5
>> UUID=1ac01fa0-3a44-4ff9-9d9c-3634e2d7d741 swap swap sw 0
>> 0
>> # /dev/sda6
>> UUID=43f3e818-1727-4c73-bead-480a413d73df / ext4
>> rw,errors=remount-ro 0 1
>> # /dev/sda7
>> UUID=e19d7759-64d9-4371-b648-fb4a7ba9882c /usr ext4
>> rw,errors=remount-ro 0 0
>> # /dev/sda8
>> UUID=89d00ebd-7c22-4170-8cab-9e1a1273bc70 /opt ext4
>> rw,errors=remount-ro 0 0
>> # /dev/sda9
>> UUID=064fea46-d50f-4e9b-b88b-af430ae667e0 /var ext4
>> rw,errors=remount-ro 0 0
>> # /dev/sda10
>> UUID=0473c32c-5667-4725-8c7b-b9b931e81f54 /tmp ext4
>> rw,errors=remount-ro 0 0
>> # /dev/sda11
>> UUID=575d3851-e472-45b2-be69-db4db84fedba /home ext4
>> rw,errors=remount-ro 0 0
>> $ find / -maxdepth 1 -type d | grep -ve '/$' | sort | xargs du -hls 2>
>> /dev/null
>> 9.1M /bin
>> 62M /boot
>> 684K /dev
>> 30M /etc
>> 17G /home
>> 457M /lib
>> 5.2M /lib32
>> 4.0K /lib64
>> 16K /lost+found
>> 4.0K /mnt
>> 111M /opt
>> 0 /proc
>> 4.0K /.pulse
>> 4.0K /root
>> 13M /sbin
>> 4.0K /selinux
>> 4.0K /srv
>> 0 /sys
>> 72K /tmp
>> 4.9G /usr
>> 470M /var
http://lists.debian.org/debian-user/2012/11/msg00685.html
> Do you have the initscripts package and its dependencies installed?
apparently:
$ sudo aptitude install initscripts
No packages will be installed, upgraded, or removed.
...
http://lists.debian.org/debian-user/2012/11/msg00686.html
> You're quasi running Sid
Not really: I'm running LMDE testing, which is ~all debian testing.
Your assistance is appreciated, Tom Roche <Tom_Roche@pobox.com>
Reply to: