However, that made the ZoneMinder also update itself to v1.24.2
Since then I have wasted many hours trying to make ZoneMinder work again. It runs but won't accept the source settings for the cameras (which work find with xawtv and tvtime.
I have read through countless ZM documentations, FAQs and forum postings. I'm guessing the mysql database might need updating using the zmupdate.pl script, however that is also failing:
- # zmupdate.pl --version=1.23.3
ERROR 1142 (42000) at line 8: ALTER command denied to user 'zmuser'@'localhost' for table 'Monitors'
Output:
Command 'mysql -hlocalhost -uzmuser -pzmpass zm < /usr/share/zoneminder/db/zm_update-1.23.3.sql' exited with status: 1
I'm guessing that the mysql database needs updating because at boot the log shows:
- Mar 3 10:31:43 localhost zmfix[27217]: ERR [Can't stat /dev/video: No such file or directory]
Mar 3 10:31:44 localhost zmdc[11462]: INF [Command 'zmc -d /dev/video0' removed from pending list at 10/03/03 10:31:44]
Mar 3 10:31:44 localhost zmdc[27227]: INF ['zmc -d /dev/video0' started at 10/03/03 10:31:44]
Mar 3 10:31:44 localhost zmc_dvideo0[27227]: INF [Debug Level = 0, Debug Log = <none>]
Mar 3 10:31:44 localhost zmdc[11462]: INF ['zmc -d /dev/video0' starting at 10/03/03 10:31:44, pid = 27227]
Mar 3 10:31:44 localhost zmc_dvideo0[27227]: ERR [Can't run query: Unknown column 'Method' in 'field list']
Mar 3 10:31:44 localhost zmdc[11462]: ERR ['zmc -d /dev/video0' exited abnormally, exit status 30]