Lets do the timewarp.

Support and queries relating to all previous versions of ZoneMinder
Locked
Jiberjaber
Posts: 42
Joined: Fri Dec 30, 2005 7:08 pm
Location: UK

Lets do the timewarp.

Post by Jiberjaber »

Whilst working on some stuff for work, the server has been happily recording the view outside my house.... somehow it has timewarped back to the 70's. Nothing has happened to the system clock from what I can see.!

I also noticed that when I click on view all in the events window, I get the following:

Code: Select all

function newWindow(Url,Name,Width,Height) { var Win = window.open(Url,Name,"resizable,scrollbars,width="+Width+",height="+Height); } function eventWindow(Url,Name,Width,Height) { var Win = window.open(Url,Name,"resizable,width="+Width+",height="+Height ); } function filterWindow(Url,Name) { var Win = window.open(Url,Name,"resizable,scrollbars,width=620,height=250"); } function timelineWindow(Url,Name) { var Win = window.open(Url,Name,"resizable,scrollbars,width=760,height=500"); } function closeWindow() { window.close(); // This is a hack. The only way to close an existing window is to try and open it! var filterWindow = window.open( "/zm/index.php?view=none", 'zmFilter', 'width=1,height=1' ); filterWindow.close(); } window.focus();
I have also noticed that the system has started making events of around 14 seconds or so long instead of the 600 seconds it was doing before what ever has happened!.

Going to reboot and see if it is anything silly going on.
------
Regards,

Jason
Jiberjaber
Posts: 42
Joined: Fri Dec 30, 2005 7:08 pm
Location: UK

Post by Jiberjaber »

OK, reboot seems to have brought everything back to normal... 600 second events instead of 0.4 second!

Image
Image

Log files are located here:
http://www.jiberjaber.org.uk/zm/zmlogs.zip

Is there a quick way to delete the unwanted files (all with time greater than 16:30 and less than 19:10 ) ?
------
Regards,

Jason
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post by zoneminder »

Just use a filter to display the appropriate events, click on 'view all' (if you have more than one page worth) and then click on the top check box to select all. Then just press 'delete'.
Phil
Jiberjaber
Posts: 42
Joined: Fri Dec 30, 2005 7:08 pm
Location: UK

Post by Jiberjaber »

I tried the view all and still get the code listed in the original post above in the window instead of all the listings. This is with Opera Win32. I will try IE and see what happens.
------
Regards,

Jason
Jiberjaber
Posts: 42
Joined: Fri Dec 30, 2005 7:08 pm
Location: UK

Post by Jiberjaber »

Blank screen in the view all with IE... it would be handy if it worked as there are about 1200 pages to delete :lol:
------
Regards,

Jason
Jiberjaber
Posts: 42
Joined: Fri Dec 30, 2005 7:08 pm
Location: UK

Post by Jiberjaber »

Done it.....

Created a filter with a "delete all matches" set, ran it for the time period, then restarted ZM.

View all now works as well :)
------
Regards,

Jason
jameswilson
Posts: 5111
Joined: Wed Jun 08, 2005 8:07 pm
Location: Midlands UK

Post by jameswilson »

i doubt either your server or your client are caperble of displaying 1200 pages as one. I usually create my filter, ensure im happy with, check again im happy with it then save it and select delete. Go and have a coffee and a ciggy, come back and then delete said filter
James Wilson

Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
Locked