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
ERR: [Can't find events/3/544735/ ...
-
- Posts: 5111
- Joined: Wed Jun 08, 2005 8:07 pm
- Location: Midlands UK
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
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
-
- Posts: 5111
- Joined: Wed Jun 08, 2005 8:07 pm
- Location: Midlands UK
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
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
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
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.
/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.