an error of running iox-roudi #877
-
Hello, i am porting iceoryx to one Linux based OS, when i try to run iox-roudi daemon, i got following error, Please help to give me some hints, how i can fix it. 2021-07-10 12:11:40.347 [ Info ]: No config file provided and also not found at '/etc/iceoryx/roudi_config.toml'. Falling back to built-in config. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@qclzdh the problem is that you have |
Beta Was this translation helpful? Give feedback.
-
Thanks, i fixed this by add following config in my kernel, maybe this can be added in some doc~ |
Beta Was this translation helpful? Give feedback.
@qclzdh the problem is that you have
libacl
on your system but they are either just stubs or RouDi is not privileged for the calls. From the errror messages it is more probable that the lib contains just stubs. Do you have access to a workinglibacl
?