Thanks a ton for the response, mutex!
I created a new config file as per your recommendation. There's nothing happening. No files are getting created.
* I noted there was no "log" group on the system, so I added the group, just in case. Same result after bouncing syslog-ng
* I also noted some odd process called
minilogd which would kick off after I stopped the syslog-ng process. Killed it off, just in case it was causing some unforeseen issue. Same problem.
Ok. I think I see what the issue is.
I ended up running syslog-ng in debug mode to see what it would report back...
/usr/local/sbin/syslog-ng -d -v
and got an error...
/usr/local/sbin/syslog-ng: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by /usr/local/sbin/syslog-ng)
It looks like there's a missing library- so, I'll get that installed and continue forward with your recommendations.
I had another (offtopic) thought. To anyone's knowledge, has anyone made available any statically compiled executables? I attempted last night (on one of my personal Ubuntu systems) and it wouldn't compile at all.
Ok, just curious. Thanks again for all the assist. Will update once I get those libs setup.
Cheers,
tom