Closed GoogleCodeExporter closed 8 years ago
Just noticed at the bottom of the homepage:
"tailing remote logs is not currently recommended on the Windows version due to
buffering issues."
I assume this is the issue you're referring to.
Original comment by mikekn...@gmail.com
on 30 Jun 2010 at 9:58
Ah yep.
I recently had a go fixing this. Try this beta link, let me know if it fixes it
for you:
http://logstalgia.googlecode.com/files/logstalgia-1.0.1-beta3.win32.zip
Original comment by acaudw...@gmail.com
on 30 Jun 2010 at 10:01
Thanks for the quick reply! Yes your beta package solved my hanging problem
though it was still a little finicky (to no fault of Logstalgia) to setup.
You have to make sure that the ssh user can run /usr/bin/tail without requiring
a SUDO password (ie, add an exception to sudoers for your user).
Here is an example command line which I can confirm works with your beta
package:
ssh user@domain.com sudo tail -f /var/log/apache2/access.log | logstalgia --sync
and inside my sudoers file:
user ALL = NOPASSWD: /usr/bin/tail
Thanks for your help! Awesome project.
Original comment by mikekn...@gmail.com
on 30 Jun 2010 at 10:33
Thanks.
Original comment by acaudw...@gmail.com
on 30 Jun 2010 at 10:37
Original issue reported on code.google.com by
mikekn...@gmail.com
on 30 Jun 2010 at 9:50