1

Я следую инструкции по установке крутящего момента и у меня есть небольшое отклонение: моя установка находится внутри /apps/torque/6.0.1 где /apps - символическая ссылка из /disk2/apps . Я пытаюсь запустить ./torque.setup drjrm3 но получаю следующее:

initializing TORQUE (admin: drjrm3@jarvis)

You have selected to start pbs_server in create mode.
If the server database exists it will be overwritten.
do you wish to continue y/(n)?y
ERROR: pbs_server failed to start, check syslog and server logs for more information

После проверки /apps/torque/6.0.1/serverHome/server_logs я вижу

07/24/2016 14:50:42.802;02;PBS_Server.1120;Svr;Log;Log opened
07/24/2016 14:50:42.802;06;PBS_Server.1120;Svr;PBS_Server;Server jarvis started, initialization type = 4
07/24/2016 14:50:42.803;01;PBS_Server.1120;Svr;PBS_Server;LOG_ERROR::Operation not permitted (1) in chk_file_sec, Security violation with "/apps/torque/6.0.1/serverHome/server_priv/queues/" - /apps/torque/6.0.1/serverHome/server_priv/queues/ is not owned by admin user
07/24/2016 14:50:42.803;01;PBS_Server.1120;Svr;PBS_Server;LOG_ERROR::Operation not permitted (1) in chk_file_sec, Security violation with "/apps/torque/6.0.1/serverHome/spool/" - /apps/torque/6.0.1/serverHome/spool/ is not owned by admin user
07/24/2016 14:50:42.803;01;PBS_Server.1120;Svr;PBS_Server;LOG_ERROR::Operation not permitted (1) in chk_file_sec, Security violation with "/apps/torque/6.0.1/serverHome/server_priv/accounting/" - /apps/torque/6.0.1/serverHome/server_priv/accounting/ is not owned by admin user
07/24/2016 14:50:42.803;01;PBS_Server.1120;Svr;PBS_Server;LOG_ERROR::Operation not permitted (1) in chk_file_sec, Security violation with "/apps/torque/6.0.1/serverHome/server_priv/credentials/" - /apps/torque/6.0.1/serverHome/server_priv/credentials/ is not owned by admin user
07/24/2016 14:50:42.803;01;PBS_Server.1120;Svr;PBS_Server;LOG_ERROR::Operation not permitted (1) in chk_file_sec, Security violation with "/disk2" - /disk2 is not owned by admin user
07/24/2016 14:50:42.803;01;PBS_Server.1120;Svr;PBS_Server;LOG_ERROR::PBS_Server, pbsd_init failed

но это не имеет смысла, так как этот пользователь является владельцем этих каталогов. Я даже попытался chmod 755 некоторые из каталогов и до сих пор не изменил эти ошибки.

Почему моя инициализация pbs_server не удалась и как я могу это исправить?

0