Am 14.11.14 um 15:13 schrieb Sven Van Caekenberghe:
Hi Andreas,
I tried a precompiled VM, where are those instructions ?
I was referring the readme you had in your original post. Eliot already
sent you the answer. Being able to raise the thread priority above
normal needs to be allowed. In Solaris you need to do it on a per-user
basis (with usermod -K defaultpriv=basic,proc_priocntl <username>).
Linux has another way of doing this which is explained in the readme for
the cog vm. Alternatively you could try to run the vm as root. Of course
this is not recommended for production.
Regards
Andreas
Are they relevant for ARM ?
BTW, the problem on the Raspberry Pi was the glibc version (2.5 required).
Sven
On 14 Nov 2014, at 14:52, Andreas Wacknitz <[email protected]> wrote:
Am 14.11.14 um 12:00 schrieb Sven Van Caekenberghe:
pthread_setschedparam failed: Operation not permitted
Did you follow the instructions from the readme file to allow for increased
thread priorities?
The heartbeat thread needs to run at a higher priority than the working thread.
In Solaris I have to add priocntl privileges to users for this, where Linux
seem to have another way
described in the readme...
Regards,
Andreas