tianmax / logstalgia

Automatically exported from code.google.com/p/logstalgia
0 stars 0 forks source link

--sync on windows #23

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hello, trying to use "--sync" key under the Windows version, but it works like 
a simple visualization (comes to the end and closes the window). What could be 
wrong?

using:
"logstalgia.exe --sync A:\access.log"

Original issue reported on code.google.com by HermanSh...@gmail.com on 28 Nov 2010 at 8:42

GoogleCodeExporter commented 9 years ago
Sorry

You must use:
"logstalgia.exe -800x600 --sync < A:\access.log"

You should ad it to readme file.

Original comment by HermanSh...@gmail.com on 28 Nov 2010 at 8:48

GoogleCodeExporter commented 9 years ago
Interesting. I haven't tried using it that way (with < ).

Original comment by acaudw...@gmail.com on 28 Nov 2010 at 10:18

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I just confirmed that it's working great with a pipe on windows as well (win 7).
I tail my logs through putty (plink) like this:
 plink.exe -pw mypassword user@myserver.com tail -f /var/log/nginx/access.log | logstalgia.exe --sync

Original comment by onne...@gmail.com on 20 Mar 2011 at 11:45

GoogleCodeExporter commented 9 years ago
Cool. I spent quite a bit of time with the last version trying to get this 
right :)

Original comment by acaudw...@gmail.com on 21 Mar 2011 at 8:00

GoogleCodeExporter commented 9 years ago
Great work done! I like this alot :)

Original comment by onne...@gmail.com on 21 Mar 2011 at 10:50

GoogleCodeExporter commented 9 years ago
Hi,
Sorry, but I am having trouble viewing remote logs from Win 7..

I have logstalgia in C:\logstalgia, plink in C:\plink and putty in C:\putty.exe

Can anyone give clear step by step instructions on what to do with them?
Getting fed up of running Virtual Box with Ubuntu just for one function :)

Original comment by p...@steptoes.co.uk on 1 Sep 2011 at 10:25

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Its ok, sussed it. Cygwin for the win!  :D

Original comment by p...@steptoes.co.uk on 1 Sep 2011 at 10:47

GoogleCodeExporter commented 9 years ago
did the synthax in windows change? on linux this works

logstalgia --sync /mnt/hgfs/shared-folder/access.log

but on Windows i got an error

"logstalgia.exe -800x600 --sync 
C:\Users\laubersv\Downloads\VMWare\shared-folder\access.log"

then i get the error: The filename, directory name, or volume label syntax is 
incorrect.

Original comment by laube...@gmail.com on 27 Jun 2013 at 11:05

GoogleCodeExporter commented 9 years ago
Hi,

I tried on a Wine machine logstalgia.exe --sync < A:\access.log

I got a black screen, no animation. 

If I use logstalgia.exe example.log, it works great. 

How can I solve "sync" on Windows?

Original comment by soog...@gmail.com on 19 Jan 2015 at 10:25