no way to see ZM-Gui ?? - Server is running

Forum for questions and support relating to the 1.34.x releases only.
Post Reply
oefchen
Posts: 3
Joined: Sun Apr 11, 2021 10:29 am

no way to see ZM-Gui ?? - Server is running

Post by oefchen »

Hello from germany to all,
...from a new Zoneminder-user. I hope so to be one....

I install a Debian Stretch with that https://zoneminder.readthedocs.io/en/la ... an-stretch help.
Stretch runs at a proxmox 6.3.6 on a OdroidH2+

After install with no prob´s runs Apache Server but if i try to load the ZM Gui (http://192.168.2.4:81/zm/) at Chrome all what i see is a clean window.
I was changing the Port in both files from 80 to 8080 and in end to 81....dont works.

Shell show me:

Code: Select all

root@Debian9:~# systemctl status zoneminder
* zoneminder.service - ZoneMinder CCTV recording and surveillance system
   Loaded: loaded (/lib/systemd/system/zoneminder.service; enabled; vendor preset: enabled)
   Active: active (running) since Sun 2021-04-11 13:28:06 UTC; 16min ago
  Process: 360 ExecStart=/usr/bin/zmpkg.pl start (code=exited, status=0/SUCCESS)
 Main PID: 422 (zmdc.pl)
    Tasks: 6 (limit: 4915)
   CGroup: /system.slice/zoneminder.service
           |-422 /usr/bin/perl -wT /usr/bin/zmdc.pl startup
           |-451 /usr/bin/perl -wT /usr/bin/zmfilter.pl --filter_id=1 --daemon
           |-457 /usr/bin/perl -wT /usr/bin/zmfilter.pl --filter_id=2 --daemon
           |-464 /usr/bin/perl -wT /usr/bin/zmwatch.pl
           |-470 /usr/bin/perl -wT /usr/bin/zmupdate.pl -c
           `-475 /usr/bin/perl -wT /usr/bin/zmstats.pl

Apr 11 13:28:06 Debian9 zmwatch[464]: INF [Watchdog starting, pausing for 30 seconds]
Apr 11 13:28:06 Debian9 zmdc[422]: INF ['zmupdate.pl -c' starting at 21/04/11 13:28:06, pid = 470]
Apr 11 13:28:06 Debian9 zmdc[470]: INF ['zmupdate.pl -c' started at 21/04/11 13:28:06]
Apr 11 13:28:06 Debian9 sudo[472]:     root : TTY=unknown ; PWD=/usr/share/zoneminder/www ; USER=www-dat
Apr 11 13:28:06 Debian9 sudo[472]: pam_unix(sudo:session): session opened for user www-data by (uid=0)
Apr 11 13:28:06 Debian9 zmdc[422]: INF ['zmstats.pl' starting at 21/04/11 13:28:06, pid = 475]
Apr 11 13:28:06 Debian9 zmdc[475]: INF ['zmstats.pl' started at 21/04/11 13:28:06]
Apr 11 13:28:06 Debian9 sudo[472]: pam_unix(sudo:session): session closed for user www-data
and

Code: Select all

root@Debian9:~# journalctl -xe
-- Unit phpsessionclean.service has finished starting up.
-- 
-- The start-up result is done.
Apr 11 13:43:36 Debian9 systemd[1]: systemd-tmpfiles-clean.service: [b]Failed to reset devices.list: Operat[/b]
Apr 11 13:43:36 Debian9 systemd[1]: systemd-tmpfiles-clean.service: [b]Failed to set invocation ID on contr[/b]
Apr 11 13:43:36 Debian9 systemd[1]: Starting Cleanup of Temporary Directories...
-- Subject: Unit systemd-tmpfiles-clean.service has begun start-up
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- Unit systemd-tmpfiles-clean.service has begun starting up.
Apr 11 13:43:36 Debian9 systemd[1]: Started Cleanup of Temporary Directories.
-- Subject: Unit systemd-tmpfiles-clean.service has finished start-up
-- Defined-By: systemd
-- Support: https://www.debian.org/support
-- 
-- Unit systemd-tmpfiles-clean.service has finished starting up.
-- 
-- The start-up result is done.
Apr 11 13:51:01 Debian9 CRON[590]: pam_unix(cron:session): session opened for user root by (uid=0)
Apr 11 13:51:01 Debian9 CRON[591]: (root) CMD (   cd / && run-parts --report /etc/cron.hourly)
Apr 11 13:51:01 Debian9 CRON[590]: pam_unix(cron:session): session closed for user root
lines 588-609/609 (END)
Somebody a helpful idea what to do ?

Have a nice sunday, Frank
Magic919
Posts: 1381
Joined: Wed Sep 18, 2013 6:56 am

Re: no way to see ZM-Gui ?? - Server is running

Post by Magic919 »

Zoneminder looks ok.

What did you do with Apache? Not sure I understand what you did with ports.
-
oefchen
Posts: 3
Joined: Sun Apr 11, 2021 10:29 am

Re: no way to see ZM-Gui ?? - Server is running

Post by oefchen »

Hi @Magic919 ,
i was thinking maybe it is a problem by port 80. So i was change

/etc/apache2/sites-enabled/000-default.conf
/etc/apache2/ports.conf

to diff ports. But it dont help.

All what i see now is "ERR_CONNECTION_REFUSED"
Magic919
Posts: 1381
Joined: Wed Sep 18, 2013 6:56 am

Re: no way to see ZM-Gui ?? - Server is running

Post by Magic919 »

Stop fiddling. Make sure you enable the zoneminder site. Put the other stuff back.
-
oefchen
Posts: 3
Joined: Sun Apr 11, 2021 10:29 am

Re: no way to see ZM-Gui ?? - Server is running

Post by oefchen »

Oh, i dont need to fiddeling :P I wished to know what to do to come at that zm-gui
And i mean both is running....apache & zm. That is what the output at #1 says...right ?
Magic919
Posts: 1381
Joined: Wed Sep 18, 2013 6:56 am

Re: no way to see ZM-Gui ?? - Server is running

Post by Magic919 »

It just shows ZM is running.

Apache is another matter. Check the service is running. Run a netstat to see the ports it is using. make sure you've anabled the ZM site.
-
Post Reply