Description of problem: rsyncd.conf contains: motd = /var/tmp/welcome.msg Syslog has: rsyncd[23287]: Unknown Parameter encountered: "motd" Version-Release number of selected component (if applicable): 3.1.0 and 3.1.1 How reproducible: Add motd to rsyncd.conf. Run rsync as a daemon. Check syslog. Steps to Reproduce: 1. 2. 3. Reproducible: Steps to Reproduce:
The rsyncd.conf in the package doesn't have that. You must have put that there yourself.
Status: NEW => RESOLVEDResolution: (none) => INVALID
hmmm.... snippet from man rsyncd.conf: motd file This parameter allows you to specify a "message of the day" to display to clients on each connect. This usually contains site information and any legal notices. The default is no motd file. This can be overridden by the --dparam=motdfile=FILE comâ mand-line option when starting the daemon.
Status: RESOLVED => REOPENEDResolution: INVALID => (none)
MY error! The paramater should be: motd file = <filename> Misreading the man page! Found my error reqading the loadparm.c file. Pardon the noise.
Status: REOPENED => RESOLVEDResolution: (none) => FIXED