fresh install on ubuntu 24.04 Version: 1.36.35~20241001.9-noble1

Discussions related to the 1.36.x series of ZoneMinder
Post Reply
jamby
Posts: 14
Joined: Tue Jan 08, 2013 6:30 pm

fresh install on ubuntu 24.04 Version: 1.36.35~20241001.9-noble1

Post by jamby »

The install went well but while configuring I changed the timezone and the date format and now I have web page that is white and says this page isn't working.

the page is from a remote server and I am still trying to set up the local camera.

Thanks
Jim
Last edited by jamby on Thu Oct 03, 2024 10:56 pm, edited 1 time in total.
jamby
Posts: 14
Joined: Tue Jan 08, 2013 6:30 pm

Re: fresh install on ubuntu 24.04 Version: 1.36.35~20241001.9-noble1

Post by jamby »

maybe this will help.
What I am looking for is the actual file the Options>System>Timezone information is stored in.
Hoping I can manually edit the information and regain a working web page.

Thanks
Jim
User avatar
burger
Posts: 472
Joined: Mon May 11, 2020 4:32 pm

Re: fresh install on ubuntu 24.04 Version: 1.36.35~20241001.9-noble1

Post by burger »

Options are stored in the Config table in the ZM database.

Code: Select all

su - root
mysql -u root zm
> select * from Config where Name like '%time%'\G
> update Config set Value = "" where Name = "ZM_TIMEZONE";
That will blank it out. Or you can set it (the example hint given is America/Toronto).
fastest way to test streams:
ffmpeg -i rtsp://<user>:<pass>@<ipaddress>:554/path ./output.mp4 (if terminal only)
ffplay rtsp://<user>:<pass>@<ipaddress>:554/path (gui)
find paths on ispydb or in zm hcl

If you are new to security software, read:
https://wiki.zoneminder.com/Dummies_Guide
User avatar
iconnor
Posts: 3361
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Re: fresh install on ubuntu 24.04 Version: 1.36.35~20241001.9-noble1

Post by iconnor »

Please check your apache logs /var/log/apache2/error.log and report back
jamby
Posts: 14
Joined: Tue Jan 08, 2013 6:30 pm

Re: fresh install on ubuntu 24.04 Version: 1.36.35~20241001.9-noble1

Post by jamby »

Thanks for your help.
I lost my mind and did a reinstall on both the mariadb and zoneminder.

Thanks
Jim
Post Reply