> $ ./linux ./nagafix_try/Debian-3.1-x86-root_fs > Checking that ptrace can change system call numbers...OK > Checking syscall emulation patch for ptrace...OK > Checking advanced syscall emulation patch for ptrace...OK > Checking for tmpfs mount on /dev/shm...OK > Checking PROT_EXEC mmap in /dev/shm/...failed: Operation not permitted > /dev/shm/ must be not mounted noexec > }}} > > I dont think is error is because of file-system of the contents of > /etc/fstab file inside the file system, > because it gives the same error even if wrong file system (ie wrong > path) is given. > I feel that this error is because of kernel itself. It is because of the host setup, probably not the host's kernel.
Are you sure that /dev/shm is mounted noexec? cat /proc/mount Any SELinux, grsec, etc? ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ User-mode-linux-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user
