xinetd not working as a service

Hi,
I'm abusing xinted service hardly, but after fbsd update from 13.1 to 13.2 It stoped working as a service, process is running, but data is not sending at all, while the command from bash with [root@xxxray ~]# xinetd -d runs perfectly.

How can I proceed next with debug, and yes i've reinstalled the service.

Thanks, kindly
 
syslog.conf()
The level describes the severity of the message, and is a keyword from
the following ordered list (higher to lower): emerg, alert, crit, err,
warning, notice, info and debug. These keywords correspond to similar
"LOG_" values specified to the syslog(3) library routine.
xinetd()
-syslog syslog_facility
This option enables syslog logging of xinetd-produced messages
using the specified syslog facility. The following facility
names are supported: daemon, auth, user, local[0-7] (check sys-
log.conf(5) for their meanings). This option is ineffective in
debug mode since all relevant messages are sent to the terminal.
xinetd.conf()
log_type determines where the service log output is sent. There
are two formats:

SYSLOG syslog_facility [syslog_level]
The log output is sent to syslog at the speci-
fied facility. Possible facility names include:
daemon, auth, authpriv, user, mail, lpr, news,
uucp, ftp local0-7. Possible level names in-
clude: emerg, alert, crit, err, warning, no-
tice, info, debug. If a level is not present,
the messages will be recorded at the info
level.
 
Back
Top