Search found 3 matches
- Mon May 31, 2010 2:48 pm
- Forum: ZoneMinder Previous Versions
- Topic: Resetting Event Number??
- Replies: 14
- Views: 17876
Alternatively, you can also use truncate table as it will reset the auto increment number as well. http://dev.mysql.com/doc/refman/5.0/en/truncate.html Well, that seems to have done it. Thanks. Just to tie everything up nice and neat: # /etc/init.d/zoneminder stop # mysql zm mysql> TRUNCATE TABLE ...
- Sat May 29, 2010 11:31 pm
- Forum: ZoneMinder Previous Versions
- Topic: Reset Event ID
- Replies: 0
- Views: 2097
Reset Event ID
How can i reset Event ID in zoneminder?
So, when zoneminder create new event i would like to event start with number 1 (Event-1), like the first time when i installed them !
Does anyone know how can i do this?
Thanks
So, when zoneminder create new event i would like to event start with number 1 (Event-1), like the first time when i installed them !
Does anyone know how can i do this?
Thanks
- Sat Dec 05, 2009 3:39 am
- Forum: ZoneMinder Previous Versions
- Topic: Problem with bttv driver in Ubuntu?
- Replies: 7
- Views: 9018
Hello
All you have to do is put user who running zm process to group owner of the device file.
If zm is running by www-data and group owner of /dev/video0 is video
use
and zoneminder will always has permissions to use video* device files
All you have to do is put user who running zm process to group owner of the device file.
If zm is running by www-data and group owner of /dev/video0 is video
use
Code: Select all
sudo usermod -aG video www-data