Search found 11 matches
- Thu Jan 17, 2019 3:09 am
- Forum: ZoneMinder 1.32.x
- Topic: Zoneminder Idle Usage
- Replies: 6
- Views: 3492
Zoneminder Idle Usage
I recently updated to ZoneMinder 1.32.x and it seems like my idle resource consumption is significantly higher than it used to be on 1.30.x. Zoneminder consistantly pulls 13% of my CPU and 1GB of RAM. Previously, I don't think I idled at anything higher than 3% of my CPU. I was debating what could ...
- Wed Jan 09, 2019 6:02 am
- Forum: ZoneMinder 1.30.x
- Topic: ZoneMinder 1.30.4 on Ubuntu 18.04 with LEMP
- Replies: 11
- Views: 28939
Re: ZoneMinder 1.30.4 on Ubuntu 18.04 with LEMP
Not making much progress with LEMP. Can get php to work and am 1.32.3 to start but the display is lousy. Had to take a mental break... I think I have this completely solved now, my updated is posted here if you want to build a tutorial out of it: https://forums.zoneminder.com/viewtopic.php?f=38&t ...
- Wed Jan 09, 2019 6:01 am
- Forum: ZoneMinder 1.32.x
- Topic: TUTORIAL: ZoneMinder 1.32.X on Ubuntu 18.04 with LEMP
- Replies: 2
- Views: 2656
TUTORIAL: ZoneMinder 1.32.X on Ubuntu 18.04 with LEMP
Just in case anyone out there is looking for this, I was able to piece together a working LEMP install for Zoneminder 1.32.X on Ubuntu 18.04 with a Let's Encrypt NGiNX reverse proxy. This uses zmauth and not basic auth, and works fine with zmNinja as well. Special thanks to Nocifer for his help, the ...
- Sun Jan 06, 2019 10:17 pm
- Forum: ZoneMinder 1.30.x
- Topic: ZoneMinder 1.30.4 on Ubuntu 18.04 with LEMP
- Replies: 11
- Views: 28939
Re: ZoneMinder 1.30.4 on Ubuntu 18.04 with LEMP
Not making much progress with LEMP. Can get php to work and am 1.32.3 to start but the display is lousy. Had to take a mental break... I’ve been working with the config and the person from the thread I referenced earlier and have everything working except for zmauth. I will post what I’m using as so ...
- Sat Jan 05, 2019 6:39 pm
- Forum: ZoneMinder 1.30.x
- Topic: ZoneMinder 1.30.4 on Ubuntu 18.04 with LEMP
- Replies: 11
- Views: 28939
Re: ZoneMinder 1.30.4 on Ubuntu 18.04 with LEMP
I tried to get 18.04 LEMP and 1.32.3 working this afternoon without full success. I suspect there is a fix but have not taken the time to look for it. Just curious, but what configuration did you base your attempt off of? The one from that post I referenced, or something of your own design? Right ...
- Fri Jan 04, 2019 2:39 am
- Forum: ZoneMinder 1.30.x
- Topic: ZoneMinder 1.30.4 on Ubuntu 18.04 with LEMP
- Replies: 11
- Views: 28939
Re: ZoneMinder 1.30.4 on Ubuntu 18.04 with LEMP
I tried to get 18.04 LEMP and 1.32.3 working this afternoon without full success. I suspect there is a fix but have not taken the time to look for it. Just curious, but what configuration did you base your attempt off of? The one from that post I referenced, or something of your own design? Right ...
- Thu Jan 03, 2019 8:34 pm
- Forum: ZoneMinder 1.30.x
- Topic: ZoneMinder 1.30.4 on Ubuntu 18.04 with LEMP
- Replies: 11
- Views: 28939
Re: ZoneMinder 1.30.4 on Ubuntu 18.04 with LEMP
Note: the links for the files in Google drive have changed. See: https://forums.zoneminder.com/viewtopic.php?f=36&t=27783 Not gone completely. If you look at the history for that link you can find: Ubuntu 18.04 LEMP (NGNIX, Mariadb, PHP) Thank you so much for pointing me in the right direction ...
- Thu Jan 03, 2019 7:52 pm
- Forum: ZoneMinder 1.32.x
- Topic: Futz'n with LEMP
- Replies: 9
- Views: 9600
Re: Futz'n with LEMP
make sure there is either a symlink /usr/share/zoneminder/www/cache with the target /var/cache/zoneminder/cache or declare an alias in your NGINX config for /zm/cache with the target /var/cache/zoneminder/cache I use Hiawatha and my rewrite for the API to work correctly looks like this: UrlToolkit ...
- Thu Jan 03, 2019 8:17 am
- Forum: ZoneMinder 1.32.x
- Topic: Broke my APIs on Upgrade
- Replies: 35
- Views: 47269
Re: Broke my APIs on Upgrade
RTFM indeed; remember, us debian people think everything revolves around "sudo apt install". No compiling when we have PPAs (I say as I type this on a Win10 box). Growing pains - ZM desperately needed an overhaul (my system also runs yahoo, although I haven't had as much luck getting that set up ...
- Thu Jan 03, 2019 8:10 am
- Forum: ZoneMinder 1.32.x
- Topic: Futz'n with LEMP
- Replies: 9
- Views: 9600
Re: Futz'n with LEMP
Applying the include method from the instructions in the first post, I've matched up all the settings/directives. (and converted to Ubuntu paths) Here's my /etc/nginx/zoneminder.conf location /zm/cgi-bin { gzip off; alias /usr/lib/zoneminder/cgi-bin; include /etc/nginx/fastcgi_params; fastcgi_param ...
- Thu Jan 03, 2019 7:19 am
- Forum: ZoneMinder 1.30.x
- Topic: ZoneMinder 1.30.4 on Ubuntu 18.04 with LEMP
- Replies: 11
- Views: 28939
ZoneMinder 1.30.4 on Ubuntu 18.04 with LEMP
I am currently on Ubuntu 16.04, Zoneminder 1.30.4, installed using the LEMP tutorial, similar to the one found here for 17.10: https://wiki.zoneminder.com/Ubuntu_Server_17.10_64-bit_with_Zoneminder_1.30.4_the_easy_way#Ubuntu_17.10_with_LEMP_.28NGINX.2C_Mariadb_and_PHP.29 My install is working behind ...