oar-team / oar3

OAR: versatile resource and job manager for cluster (third generation)
Other
8 stars 11 forks source link

Path issue with make PREFIX=/ server-... #17

Open Nyk0 opened 2 years ago

Nyk0 commented 2 years ago

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