1846606 Members
1857 Online
110256 Solutions
New Discussion

syslog message

 
linda_9
Occasional Advisor

syslog message

Three messages appear regularly in the syslog.log:
1???Register/tcp connection from host1.
2???Telnet/tcp connection from unkown.
3???/sbin/lvlnboot -v vg00.
Does the host has any trouble?
linda
2 REPLIES 2
Niraj Kumar Verma
Trusted Contributor

Re: syslog message

Hi,

This message is usual ones.
to see more detailed message

use inetd with "-l" option.


-Niraj
Niraj.Verma@philips.com
Michael Tully
Honored Contributor

Re: syslog message

Hi,

The first message indicates that there is an ftp session from host1 (normal message)
The second message could be a problem. Set up 'inetd' to run with logging. Have a look at the man page for 'inetd' If you think it is a problem you can deny the service from that particular IP address using the /var/adm/inetd.sec file.
The third indicates that there is an automatic job that most likely saves your LVM configuration. The easiest way to check is by the time posted in the syslog file and having a look at what scripts are executed from your crontab at that time.

HTH
Michael
Anyone for a Mutiny ?