Bug 56894

Summary: K12LTSP: enable remote logging by default
Product: [Retired] Red Hat Raw Hide Reporter: Jeff Johnson <jbj>
Component: sysklogdAssignee: Bill Nottingham <notting>
Status: CLOSED WONTFIX QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0CC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-11-29 20:07:51 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jeff Johnson 2001-11-29 19:25:53 UTC
Can you express an opinion on the following patch? Right
off the top of my head I can't see a security problem, as
the connection will always be one way, and remote
host (I presume) could be made configurable, i.e.
if remote host is configured, then syslogd starts up with
-r, otherwise not.

--- sysklogd-7.2/sysklogd-1.4.1rh/redhat/syslog	Fri Jan 19 12:10:55 2001
+++ sysklogd/sysklogd-1.4.1rh/redhat/syslog	Thu Nov 29 14:18:05 2001
@@ -3,7 +3,7 @@
 # -r enables logging from remote machines
 # -x disables DNS lookups on messages recieved with -r
 # See syslogd(8) for more details
-SYSLOGD_OPTIONS="-m 0"
+SYSLOGD_OPTIONS="-m 0 -r"
 # Options to klogd
 # -2 prints all kernel oops messages twice; once for klogd to decode, and
 #    once for processing with 'ksymoops'

Comment 1 Bill Nottingham 2001-11-29 19:33:45 UTC
-r is the switch to enable *recieving* remote logs, not sending of them. So this
makes it listen by default.

Comment 2 Jeff Johnson 2001-11-29 19:47:59 UTC
Um, yup, my bad.

Any chance this can be made configurable in order to support
thin clients more effectively? I mean something like adding
a remote logging configuration switch, -r enable if
configuration thingy is turned on?

And please remember that I'm just a messenger here, I
don't mean to be tedious.

Comment 3 Bill Nottingham 2001-11-29 20:07:44 UTC
The remote logging configuration is all done in the config file; that's where
the server is specified, etc.