First, sorry for my delay responding...another project required my attention.
Unfortunately, the tail command stops logging for me after roughly 50-100 lines. If I hit Ctrl+C, the command prompt returns and I can re-enter my tail command. The new tail command will also stop in 50-100 lines. Repeat forever. While I understand that tail would stop following the system log when syslog switches to a new file, I cannot believe this is happening every couple hundred lines. Also, there is only /var/log/messages, no files named /var/log/messages.0 or any other suffix.
Thinking about it, what I'd really like would be to configure the syslog to also send everything to another system using UDP (e.g. by adding the line "*.* @192.168.1.1" to the config file). I need to look into that as soon as I can get back to work on this project. While the suggestions haven't solved my issue with tail -f, they have inspired a new idea, so thanks for that! (smile)