We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
When I arrive at the section "make" of the oar-server, I tried to change the /usr/local of the documentation to / like this :
make PREFIX=/ server-build make PREFIX=/ server-install make PREFIX=/ server-setup
The almighty executable is at the right place :
root@admin:~/oar3# which almighty /usr/sbin/almighty
But when I launch it :
root@admin:~/oar3# almighty [OARDO] ERROR: Cannot run with oar privileges //lib/oar/oar-almighty (No such file or directory)
Python script oar-almighty seems to be at the wrong place :
root@admin:~/oar3# find / -name oar-almighty /usr/local/bin/oar-almighty
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
When I arrive at the section "make" of the oar-server, I tried to change the /usr/local of the documentation to / like this :
The almighty executable is at the right place :
But when I launch it :
Python script oar-almighty seems to be at the wrong place :
The text was updated successfully, but these errors were encountered: