-----Original Message-----
From: Nerijus Baliunas [mailto:neri...@users.sourceforge.net] 
Sent: Thursday, March 05, 2015 3:41 PM
To: Rkhunter-users@lists.sourceforge.net
Subject: Re: [Rkhunter-users] Warning persists

On Thu, 5 Mar 2015 20:00:11 +0000 Dimitri Yioulos <dyiou...@netatlantic.com> 
wrote:

> Here's the warning:  Checking '/etc/xinetd.d/amanda' for enabled 
> services [ Warning ]  and Warning: Found enabled xinetd service: 
> /etc/xinetd.d/Amanda
> 
> As I mentioned in the op, I've disabled, removed, etc. Amanda. 

What are the contents of the files
/etc/xinetd.d/Amanda
/etc/xinetd.d/amanda
/etc/xinetd.conf ?
Also please provide the output of ls -l /etc/xinetd.d

Regards,
Nerijus


Nerijus,

Here's the some output:

[root@billmax a-scripting]# ls -l /etc/xinetd.d
total 52
-rw------- 1 root root 1157 Oct  7  2013 chargen-dgram
-rw------- 1 root root 1159 Oct  7  2013 chargen-stream
-rw------- 1 root root 1157 Oct  7  2013 daytime-dgram
-rw------- 1 root root 1159 Oct  7  2013 daytime-stream
-rw------- 1 root root 1157 Oct  7  2013 discard-dgram
-rw------- 1 root root 1159 Oct  7  2013 discard-stream
-rw------- 1 root root 1148 Oct  7  2013 echo-dgram
-rw------- 1 root root 1150 Oct  7  2013 echo-stream
-rw-r--r-- 1 root root  475 Mar 20  2013 nrpe
-rw-r--r-- 1 root root  332 Mar 28  2014 rsync
-rw------- 1 root root 1212 Oct  7  2013 tcpmux-server
-rw------- 1 root root 1149 Oct  7  2013 time-dgram
-rw------- 1 root root 1150 Oct  7  2013 time-stream

No Amanda, as I uninstalled it.


[root@billmax a-scripting]#cat /etc/xinetd.d
#
# This is the master xinetd configuration file. Settings in the
# default section will be inherited by all service configurations
# unless explicitly overridden in the service configuration. See
# xinetd.conf in the man pages for a more detailed explanation of
# these attributes.

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  =
}

includedir /etc/xinetd.d


Dimitri

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Rkhunter-users mailing list
Rkhunter-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkhunter-users

Reply via email to