Hello,
I have met the same issue as yours. Could you post your instructions?
I am on Debian 6 (amd64), KVM virtualisation.
I have digged into /etc/init.d/mtab.sh, and now I have done to correct it.
Code:
nano /etc/init.d/mtab.sh
change from
Code:
domtab tmpfs /dev/shm tmpfs -onosuid,nodev$SHM_OPT
into
Code:
domtab tmpfs /dev/shm tmpfs -onosuid,noexec,nodev$SHM_OPT
It works perfectly with Debian 6 amd64 / KVM box. I am not sure if it works on other systems/structures.
(Note that, I have edited $SHM_OPT in /etc/defaults/tmpfs, but it has not had affect after rebooting.)