huikau / logstalgia

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

Sync not working in Ubuntu 10.04 #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.ssh xxxxx@xxxxx.xxx -p 2223 tail -f /usr/local/apache/domlogs/logname | 
logstalgia --sync
2.
3.

What is the expected output? What do you see instead?

I expect the Logstalgia window to open and show me the most recent logs instead 
I get

error: couldn't open --sync

What version of the product are you using? On what operating system?

Newest version on Ubuntu 10.04

Please provide any additional information below.

I can get the program to work by adding -g "Ad Clicks,/adclick.php,30" - to the 
end of the string but when the window opens up it shows from 10 minutes in the 
past and is not in real time

Original issue reported on code.google.com by JamesRit...@gmail.com on 17 Feb 2012 at 4:13

GoogleCodeExporter commented 9 years ago
Does 'Newest version on Ubuntu 10.04' mean you installed the version that is 
packaged with 10.04? What version number do you have (logstalgia --help will 
tell you).

That error message implies it doesn't support the --sync command, which would 
be an old version.

Cheers

Andrew

Original comment by acaudw...@gmail.com on 19 Feb 2012 at 5:11

GoogleCodeExporter commented 9 years ago
That is probably the issue, I cant figure out how to install the newest version 
though. any advise?

Original comment by JamesRit...@gmail.com on 20 Feb 2012 at 2:35

GoogleCodeExporter commented 9 years ago
The latest version is in Ubuntu Oneiric. Not 100% sure but it will probably 
install ok on your version of Ubuntu.

http://packages.ubuntu.com/oneiric/logstalgia

You can download the .deb from there and install it with the dpkg command.

Other option is to update your Ubuntu or build it yourself.

Cheers

Andrew

Original comment by acaudw...@gmail.com on 20 Feb 2012 at 10:26