Page 1 of 1

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

Posted: Sat Mar 15, 2008 4:11 pm
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

Posted: Sat Mar 15, 2008 5:07 pm
by jameswilson
is your db ok?

Posted: Sat Mar 15, 2008 7:47 pm
by cordel
Also how many total events do you have on that one camera?

Posted: Sun Mar 16, 2008 3:19 am
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.

Posted: Sun Mar 16, 2008 5:02 am
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.

Posted: Sun Mar 16, 2008 5:02 pm
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.

Posted: Mon Mar 17, 2008 9:28 pm
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

Posted: Tue Mar 18, 2008 1:09 am
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.