在SUSE上安装build Forge出错, 解决方法:xinetd的启动问题 start restart failed

来源:互联网 发布:万能刻录机软件下载 编辑:程序博客网 时间:2024/06/13 12:37

When I installed bfagent, I met the following problem.
rfidic05:/home/tsadmin/hxlin/buildforge/bfagent-7.0.2.0-4-0004/src # ./install.sh

Welcome to the IBM Rational Build Forge Agent installation script. This script
will install the IBM Rational Build Forge Agent Service.

Press return to continue ...



ERROR: No internet super-server seems to be installed!

This script understands the inetd, xinetd, and launchd internet
super-servers, but it was not able to find any of them on this
system.

Installation aborted.

I checked that xinetd was installed,

restart xinetd
rfidic05:/etc/xinetd.d # /etc/init.d/xinetd restart
Shutting down xinetd:                                                done
Starting INET services. (xinetd)                                     failed

Checked the status of xinetd,
rfidic05:/etc/xinetd.d # rcxinetd status
Checking for service xinetd:                                         unused
rfidic05:/etc/xinetd.d # id

ok, the problem was found, we should start the xinetd service on suse system.

open the GUI of yast by comand : /sbin/yast
-> Network Services -> Network Services(xinetd)
Choose the "Enable" option in the " Network Services Configration(xinetd) " panel
press "Alt+r" to "Activate All Services"(use "Tab" of keyboard to locate at " [Status for All Servicesv]" )

or “Alt+S” (status for all Services)
and "save" -- - Finish

Now, the xinetd start, everything go well!

 

 

installation:

 

1. Ensure that the xinet or inet.d is working
2. Compile the src code of build forge agent (with root)
cd src
./configure --without-pam
3.: make
4. install
rfidic03:/data/software/buildforge/bfagent-7.1.1.2-0-0003/src # ./install.sh

原创粉丝点击