Bonjour,
Je ne suis pas certain à 100% (car ça pourrait venir d'un fausse manip lointaine )
mais il me semble qu'il y a un soucis sur le montage de /dev/shm...
Quelqu'un pourrait-il SVP vérifier qu'il obtient la même chose ?
Code:
# cd /dev/shm
-bash: cd: /dev/shm: Too many levels of symbolic links
Code:
# ll /dev/shm
lrwxrwxrwx 1 root root 8 Aug 10 10:08 /dev/shm -> /run/shm
# ll /run/shm
lrwxrwxrwx 1 root root 8 Aug 25 05:03 /run/shm -> /dev/shm
Code:
# cat /etc/fstab
proc /proc proc defaults 0 0
none /dev/pts devpts rw 0 0
none /dev/shm tmpfs rw 0 0
Code:
# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/simfs 10G 6.4G 3.7G 64% /
tmpfs 103M 64K 103M 1% /run
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 512M 0 512M 0% /tmp
Code:
# cat /etc/debian_version; lsb_release -d; uname -a
7.6
Description: Debian GNU/Linux 7.6 (wheezy)
Linux sd1.kyop.fr 2.6.32-042stab092.3 #1 SMP Sun Jul 20 13:27:24 MSK 2014 x86_64 GNU/Linux