hc
2024-11-01 2f529f9b558ca1c1bd74be7437a84e4711743404
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Troubleshooting a single kernel configuration
=============================================
 
This page is a troubleshooting guide enumerating known issues with
single kernel Xenomai configurations.
 
[TIP]
If running Xenomai 3 over the *Mercury* core, then you are using a
single kernel configuration, and this document was meant for
you. Otherwise, if you are running any release from the Xenomai 2
series, or a Xenomai 3 release using the *Cobalt* real-time core, then
you are using a running kernel configuration, for which you can find
specific
link:troubleshooting-a-dual-kernel-configuration/[troubleshooting information here].
 
*No entry yet.*
 
== Application-level issues
 
=== WARNING: [main] failed to lock memory
 
Your application needs the CAP_SYS_NICE and CAP_IPC_LOCK capabilities
to be granted access to Xenomai services (see
capabilities(7)). Running the application with root privileges is a
way to gain those capabilities.