On Tuesday 02 September 2008 14:42:08 Jussi Hakala wrote: > Ian Burrell wrote: > > No. Fedora 9 is using 2.6.25 (latest is 2.6.25.10-86.fc9). As I > > said, the kernel is compiled without CONFIG_COMPAT_VDSO. It looks > > like this causes the /proc/sys/vm/vdso_enabled file to not exist. My > > impression is that the kernel config is a result of using > > CONFIG_VIRTUALIZATION which is not compatible with compat VDSO. > > Tested this with a fresh install of Fedora 9 in a vmware host. > > Got a kernel version of 2.6.25-14.fc9.i686 and it seems that at least > there the /proc/sys/vm/vdso_enabled is present. > > Have you tried giving the vdso setting as kernel parameter at boot time?
By the way, if you are running a 64-bit kernel then the /proc/sys/vm/vdso_enabled file will not exist and the only option is to specify: vdso32=0 on the kernel boot command line (see http://www.scratchbox.org/wiki/DisablingVdso). Graham _______________________________________________ Scratchbox-users mailing list [email protected] http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users
