ERR: [Can't find events/3/544735/ ...

Support and queries relating to all previous versions of ZoneMinder
Locked
ynn
Posts: 152
Joined: Fri Mar 17, 2006 2:30 am

ERR: [Can't find events/3/544735/ ...

Post by ynn »

I suddenly got these kind of error message after so long with no error what so ever in one of my camera only.
does anyone know what is wrong with this? why did I suddenly get those?
thanks
jameswilson
Posts: 5111
Joined: Wed Jun 08, 2005 8:07 pm
Location: Midlands UK

Post by jameswilson »

is your db ok?
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
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

Also how many total events do you have on that one camera?
ynn
Posts: 152
Joined: Fri Mar 17, 2006 2:30 am

Post by ynn »

the db is fine because I just run mysqlcheck and myisamchk and it turned out no error.

the total events on that camera alone is 31997

thanks.
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post by cordel »

ynn wrote:the total events on that camera alone is 31997
My guess is that you are using ext3 fs and hit the 32k file/folder limit.
ynn
Posts: 152
Joined: Fri Mar 17, 2006 2:30 am

Post by ynn »

I don't know if i am using ext3 fs, because I just installed it by default using Centos 4.3. If so, what is the solutions?

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

Post by jameswilson »

keep your events per cam below 32k
extend the post alarm time to make 7 events be 1

use a fs that doesnt have this limit
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
coke
Posts: 518
Joined: Wed Jan 30, 2008 5:53 pm
Location: St. Louis, MO, USA

Post by coke »

As for figuring out what FS is running, try the command "mount" in a terminal. It will look like this;

/dev/md2 on / type ext3 (rw)
none on /proc type proc (rw)
usbdevfs on /proc/bus/usb type usbdevfs (rw)
/dev/md0 on /boot type ext3 (rw)
/dev/md1 on /var type ext3 (rw)
/dev/md3 on /tmp type ext3 (rw)
/dev/md4 on /home type ext3 (rw)
/dev/hdb1 on /data/1 type ext3 (rw,noatime)
none on /dev/pts type devpts (rw,gid=5,mode=620)
none on /dev/shm type tmpfs (rw)

After "on " is where it's mounted, after "type " is the FS type.
Locked