我给出了以下命令来安装(在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
你能帮忙吗?
答案 0 :(得分:0)
错误的文件。你想要" trqauthd
"文件。 trqauthd.in
是未经处理的预制文件。