Unable to access the Console

Discussions related to the 1.36.x series of ZoneMinder
Post Reply
knowitall
Posts: 4
Joined: Tue Sep 01, 2020 4:12 pm

Unable to access the Console

Post by knowitall »

Everting was running fine for a long while, suddenly I'm unable to access the console or log in into zoneminder, not form zmninja either... something went wrong, and I have no clue where. I'm pretty green on all this :( that is why seek help from the people that knows...

Tried to reinstall zm, upgrade mariadb, apache but nothing seemed to help

When I try localhost/zm I get the Apache 404 message

Running zm 1.37.12 on Ubuntu 20.4 on a Poweredge-R710

I just restarted the service and when I check Systemctl status zoneminder it seems to be running...:

● zoneminder.service - ZoneMinder CCTV recording and surveillance system
Loaded: loaded (/lib/systemd/system/zoneminder.service; enabled; vendor preset: enabled)
Active: active (running) since Mon 2022-03-14 15:43:02 EDT; 16min ago
Process: 13389 ExecStart=/usr/bin/zmpkg.pl start (code=exited, status=0/SUCCESS)
Main PID: 13403 (zmdc.pl)
Tasks: 72 (limit: 48165)
Memory: 2.8G
CGroup: /system.slice/zoneminder.service
├─13403 /usr/bin/perl -wT /usr/bin/zmdc.pl startup
├─13431 /usr/bin/perl -wT /usr/bin/zmfilter.pl --filter_id=1 --daemon
├─13436 /usr/bin/perl -wT /usr/bin/zmfilter.pl --filter_id=2 --daemon
├─13442 /usr/bin/perl -wT /usr/bin/zmwatch.pl
├─13447 /usr/bin/perl -wT /usr/bin/zmupdate.pl -c
├─13451 /usr/bin/perl -wT /usr/bin/zmstats.pl
├─13472 /usr/bin/zmc -m 2
├─13478 /usr/bin/zmc -m 3
├─13484 /usr/bin/zmc -m 4
├─13993 /usr/bin/zmc -m 1
├─13995 /usr/bin/zmc -m 5
└─13997 /usr/bin/zmc -m 6

any ideas? Thanks in advance!!!
knowitall
Posts: 4
Joined: Tue Sep 01, 2020 4:12 pm

Re: Unable to access the Console

Post by knowitall »

So far I made some progress, thanks to homebrewdude viewtopic.php?p=125202#p125202 Thanks!

Now I can log in to ZM but after logging in I get a blank screen, not the console. Any suggestions?

Thanks!
lbm
Posts: 87
Joined: Mon Mar 26, 2018 7:44 pm

Re: Unable to access the Console

Post by lbm »

its zoneminder correctly loaded for apache?
Does this file exist? /etc/apache2/conf-enabled/zoneminder.conf. If not does, /etc/apache2/conf-available/zoneminder.conf exists ?

If the last file exists, load it, and reload apache.
a2enconf zoneminder
systemctl reload apache2

Aah. Ok, just read your other post! apperently this is already done.
Can you post the content of the file and/or apaches logs.. My guess is some rewriting goes wrong, or poin to contents which does not exists.
Post Reply