Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Is there a way in Unixware 7.1.1....

0 views
Skip to first unread message

Bill W

unread,
Oct 27, 2000, 2:57:50 PM10/27/00
to
to suppress the logging to syslog of every telnet session? I can see
the log growing very fast unless I can disable this before we switch
from 5.0.5 to unixware.

Crossfire

unread,
Oct 27, 2000, 6:28:16 PM10/27/00
to
In message <6ujjvskihivucgase...@4ax.com>,
thus spoke Bill W <REMOVEoo...@newsguy.com>:

] to suppress the logging to syslog of every telnet session? I can see


] the log growing very fast unless I can disable this before we switch
] from 5.0.5 to unixware.

UnixWare 7.1.1 comes with the TCP Wrapper installed and used by default.
It's the wrapper that is logging to syslog all telnet sessions, so if you
want to stop it from logging everything you can edit the
/etc/inetd/inetd.conf file and change the line

telnet stream tcp nowait root /usr/sbin/in.tcpd in.telnetd

to

telnet stream tcp nowait root /usr/sbin/in.telnetd in.telnetd

(This line is already in the file, it's just commented out, so you won't
even have to type much.)

Of course, when you do this you loose the benefits of the TCP Wrapper
facility. That may not be a problem for you, though...

Jon Reid -- jon <at> apeiros <dot> com

Orion Poplawski

unread,
Oct 27, 2000, 6:57:05 PM10/27/00
to
These are probably posted under the "daemon" group, probably at the "info"
level, though I'm not sure. Edit /etc/syslog.conf to exclude these
messages. I believe UnixWare sends everything of a debug level or higher to
/var/adm/syslog.

man syslog.conf for the gory details.

- Orion


"Bill W" <REMOVEoo...@newsguy.com> wrote in message
news:6ujjvskihivucgase...@4ax.com...

Jean-Pierre Radley

unread,
Oct 27, 2000, 7:39:29 PM10/27/00
to ScoMisc [c.u.s.m]
Orion Poplawski propounded (on Fri, Oct 27, 2000 at 04:57:05PM -0600):

| These are probably posted under the "daemon" group, probably at the "info"
| level, though I'm not sure. Edit /etc/syslog.conf to exclude these
| messages. I believe UnixWare sends everything of a debug level or higher to
| /var/adm/syslog.
|
| man syslog.conf for the gory details.

Recompile tcp-wrappers. In the Makefile, define something like
FACILITY= LOG_LOCAL3

Define the SEVERITY to what you want too.

Then in the syslog.conf file, you can control where tcp-wrapper logging
goes -- it can then be some log file other than syslog -- or nowhere.

--
JP

0 new messages