Cant get zoneminder to work at all

Forum for questions and support relating to the 1.25.x releases only.
Locked
PURELIFE70
Posts: 1
Joined: Fri Oct 11, 2013 2:12 am

Cant get zoneminder to work at all

Post by PURELIFE70 »

Hi noob here :roll: , I just installed Zoneminder on a rasp pi "sudo apt-get install zoneminder".
Then I tried "192.168.1.123/zm" in my browser and I get a 404 error, after that I did some research and i tried:


pi@raspberrypi ~ $ sudo ln -s /etc/zm/apache.conf /etc/apache2/conf.d/zoneminder.conf
ln: failed to create symbolic link `/etc/apache2/conf.d/zoneminder.conf': File exists
pi@raspberrypi ~ $ sudo /etc/init.d/apache2 reload
[....] Reloading web server config: apache2apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName

no idea what to do next, I don't know much about the command line the only thing I know how to do is copy from someone else and paste to the terminal.

pls advise
Regards
rangerbob
Posts: 61
Joined: Sat Jun 06, 2009 3:40 am

Re: Cant get zoneminder to work at all

Post by rangerbob »

I dunno if this is what you want but did you try

checking the /var/log/apache and reading the logs? maybe there is something in there that will lead you to see something

possibly maybe you need to give rights to make the files viewable?

let us know
Locked