- certtool is not available on ubuntu distros -- had to figure out how to use CA.pl to generate
- The stock ubuntu distro has a version number of 1.19.12
- The stock ubuntu distro does not include tls support, so I had to remove and compile manually to use that
Now for the strangeness: If I start both client and server up with "-d -c3", they both communicate and the logs get dumped into my phplogcon MySQL db from the remote host. However, if I now start normally (and I'm using a hacked init.d script that just calls rsyslogd with -c3 as the param), I *maybe* get 1 message from the remote host as follows:
[origin software="rsyslogd" swVersion="3.19.12" x-pid="4703" x-info="http://www.rsyslog.com [More Information] "] restart
Otherwise, nothing. If I do a "logger Test", nothing gets to the client syslog (are items echo'd there and remotely?), and nothing goes to the remote client.
If I start the server in -d mode, I get all the debugging when I do the client in -d mode, but nothing when I start rsyslogd normally.
Am I missing something basic here?
TIA
Mike


