Hi, we're having problems starting up zoneminder after the hard drive got 100% full. After manually deleting some events (I can't remember which directory, but we did remove some directories with recorded events), we get the following after trying to start up zoneminder again (httpd and mysqld already started)
[root@localhost bin]# service zoneminder start
Bareword "ZM_PATH_LOGS" not allowed while "strict subs" in use at /usr/share/perl5/ZoneMinder/Debug.pm line 265.
Compilation failed in require at /usr/bin/zmupdate.pl line 51.
BEGIN failed--compilation aborted at /usr/bin/zmupdate.pl line 51.
[root@localhost bin]#
service zoneminder status
httpd (pid 2798 2797 2796 2795 2794 2793 2792 2791 2790 2788) is running...
mysqld (pid 2594) is running...
Bareword "ZM_PATH_LOGS" not allowed while "strict subs" in use at /usr/share/perl5/ZoneMinder/Debug.pm line 265.
Compilation failed in require at /usr/share/perl5/ZoneMinder.pm line 34.
BEGIN failed--compilation aborted at /usr/share/perl5/ZoneMinder.pm line 34.
Compilation failed in require at /usr/bin/zmpkg.pl line 46.
BEGIN failed--compilation aborted at /usr/bin/zmpkg.pl line 46.
zoneminder is stopped
Please, any help is greatly appreciated.
Errors after 100% full disk
-
- Posts: 11
- Joined: Sun Aug 03, 2008 4:03 pm
Re: Errors after 100% full disk
I found out that the Config table in the mysql db was completely wiped, so I had to apply a modified zm_create.sql file with only the "insert into config statements", and removing the commands so that I can preserve the Events table data. Now when I firefox into the http://<ip address>/zm from another host, I get a Forbidden You don't have permission to access/zm/ on this server. What should I do next at this point?
-
- Posts: 11
- Joined: Sun Aug 03, 2008 4:03 pm
Re: Errors after 100% full disk
OK, all looks good now.