Page 2 of 2

Re: [problem] Zoneminder several crash

Posted: Wed Nov 15, 2017 4:26 pm
by vox
It does not work on a remotely controlled server. ^^

Re: [problem] Zoneminder several crash

Posted: Wed Nov 15, 2017 6:59 pm
by osk
If you're lucky and your local host is Linux, then you should be able to run X11-applications (like software-properties-gtk) over network connection. You just have to start the remote session with ssh -X host instead of ssh host.

You can also add source support manually by editing file /etc/apt/sources.list directly. Unfortunately I have no detailed instructions for this!

Re: [problem] Zoneminder several crash

Posted: Wed Nov 22, 2017 5:35 pm
by vox
I haved try with -x option but not working. (their is some line about wayland)
I need command line if anybody can help, this bug is really, really, really blocking. (so painful that I check for alternatives)

Re: [problem] Zoneminder several crash

Posted: Wed Nov 22, 2017 7:15 pm
by montagdude
vox wrote: Wed Nov 22, 2017 5:35 pm I haved try with -x option but not working. (their is some line about wayland)
I need command line if anybody can help, this bug is really, really, really blocking. (so painful that I check for alternatives)
See this link for enabling downloading source code with apt:

https://askubuntu.com/questions/496549/ ... urces-list

Re: [problem] Zoneminder several crash

Posted: Fri Nov 24, 2017 9:05 am
by osk
vox wrote: Wed Nov 22, 2017 5:35 pm I haved try with -x option but not working. (their is some line about wayland)
Please note that lower case (small letter) option -x disables X11 forwarding. You have to use upper case (capital letter) option -X to enable X11 forwarding! See "man ssh" for more details.

Cheers
osk

Re: [problem] Zoneminder several crash

Posted: Sat Jan 13, 2018 11:02 am
by vox
I think i have drop the problem's source:
When the mariadb server (cluster) has a so big load, the database server fail.
I haved optimize the machine and, actually, the "bug" has dissipear.

Thanks for helping :)