- 论坛徽章:
- 0
|
OS是RHEL5,已经安装了xinetd。在系统中运行service xinetd start/restart/stop没有任何输出信息。 用rpm -qa | grep xinetd,系统输出xinetd-2.3.14-10.el5。在ntsysv的操作界面中xinetd选项已经勾选。找了很多原因都无法解决,请解决过类似问题的大哥指点一下,谢谢。
下面是xinetd.conf中的信息
defaults
{
# The next two items are intended to be a quick access place to
# temporarily enable or disable services.
#
# enabled =
# disabled =
# Define general logging characteristics.
log_type = SYSLOG daemon info
log_on_failure = HOST
log_on_success = PID HOST DURATION EXIT
# Define access restriction defaults
#
# no_access =
# only_from =
# max_load = 0
cps = 50 10
instances = 50
per_source = 10
# Address and networking defaults
#
# bind =
# mdns = yes
v6only = no
# setup environmental attributes
#
# passenv =
groups = yes
umask = 002
# Generally, banners are not used. This sets up their global defaults
#
# banner =
# banner_fail =
# banner_success =
} |
|