View Single Post
Posts: 20 | Thanked: 11 times | Joined on Oct 2007 @ Germany
#27
Originally Posted by dlmiles View Post
Do you have SELinux installed and active ? Does /var/log/message have warning in there ?

If it is active then "cat /selinux/enforce" will return "1"

To de-activate as "root" user outside of scratchbox, run:

echo 0 >> /selinux/enforce
SELinux is not installed.


Originally Posted by dlmiles View Post
This reply assumes you have set VDSO to not randomize (value 2) or disabled completely (0) via sysctl in 32bit Linux. This is also required via kernel command line option "vdso32=" for 64bit Linux.

This reply assumes you have checked the vm.mmap_min_addr=4096 as talked about in previous posts.
I have done the following to start scratchbox on openSUSE 11.2 64 Bit:

sysctl abi.vsyscall32=0
echo 4096 > /proc/sys/vm/mmap_min_addr
/opt/scratchbox/sbin/sbox_ctl start

But this don't solve the problems with the diablo arm target.

If I run

apt-get install maemo-sdk-dev

I got a lot of

mmap: Permission denied

errors