【问题标题】:Torque installation error: @sbindir@/trqauthd: No such file or Directory扭矩安装错误:@sbindir@/trqauthd: No such file or Directory
【发布时间】:2017-08-10 11:25:55
【问题描述】:

我给出了以下命令来安装(以 root 登录)Torque:

./configure
make
make install

之后,我尝试使用以下命令运行 Torque 守护程序:

cp contrib/init.d/trqauthd.in /etc/init.d/trqauthd
chkconfig --add trqauthd
echo /usr/local/lib > /etc/ld.so.conf.d/torque.conf
ldconfig
service trqauthd start

我收到以下错误:

Starting TORQUE Authorization Daemon: /bin/bash: @sbindir@/trqauthd: No such file or directory

你能帮忙吗?

【问题讨论】:

    标签: batch-processing job-scheduling pbs rhel6 torque


    【解决方案1】:

    错误的文件。您想要“trqauthd”文件。 trqauthd.in 是未处理的预制文件。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2016-11-01
      • 2020-03-19
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-12-24
      • 1970-01-01
      • 2023-04-03
      相关资源
      最近更新 更多