Hi, I encountered same error running opensafd as non-privledged user on Fedora 22 virtual machine. My setup is described in "OpenSAF as an Application" WIKI and 00-README.conf (for non-privledged, non-rpm setup) and configure as follows:
# ./configure --prefix=/home/local --with-initscriptdir=/home/local/bin # make -j && make install # opensafd start The following error is logged: >> Creation of real-time thread 'OSAF_TMR' FAILED - 'Operation not permitted' The workaround is as follows: # echo $$ >/sys/fs/cgroup/cpu/tasks Now, "opensafd start" is generating a different error (below) and I am not sure how to resolve this following some basic troubleshooting and review of setup. >> ER Error while loading configuration, file=/home/local/etc/opensaf/nodeinit.conf, serv=PLMD, error 'No such file or directory' regards, Noel ------------------------------------------------------------------------------ _______________________________________________ Opensaf-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensaf-users
