Giter VIP home page Giter VIP logo

Comments (9)

pliablepixels avatar pliablepixels commented on June 19, 2024

Your error seems to indicate what the problem is:

Apr 30 16:19:39 debian zmeventnotification[1771]: FAT [Net::WebSocket::Server missing]

This means that package is missing. You'll need to install it

Did you miss this step in the instructions?

perl -MCPAN -e "install Net::WebSocket::Server"

from zmeventnotification.

schott1984 avatar schott1984 commented on June 19, 2024

I did that step and tried again to make sure.

Any other ideas? I'm running in a Debian 8.4 vm.
On Apr 30, 2016 7:36 PM, "Pliable Pixels" [email protected] wrote:

Your error seems to indicate what the problem is:

Apr 30 16:19:39 debian zmeventnotification[1771]: FAT [Net::WebSocket::Server missing]

This means that package is missing. You'll need to install it

Did you miss this step in the instructions?

perl -MCPAN -e "install Net::WebSocket::Server"


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#7 (comment)

from zmeventnotification.

pliablepixels avatar pliablepixels commented on June 19, 2024

What was the output of that step ? Did it install?

from zmeventnotification.

schott1984 avatar schott1984 commented on June 19, 2024

Thank you for getting me looking in the right place. Below is the output. Hanging at the end there. Is it a memory issue with the cache? I'm reading that it takes a lot of memory, but the VM has 4GB each RAM and storage. I can up it if I have to.

root@debian:~# perl -MCPAN -e "install Net::WebSocket::Server"
Reading '/root/.cpan/Metadata'
Reading '/root/.cpan/sources/authors/01mailrc.txt.gz'
............................................................................DONE
Reading '/root/.cpan/sources/modules/02packages.details.txt.gz'
Database was generated on Sat, 30 Apr 2016 18:41:02 GMT
..............
New CPAN.pm version (v2.10) available.
[Currently running version is v2.05]
You might want to try
install CPAN
reload cpan
to both upgrade CPAN.pm and run the new version without leaving
the current session.

..............................................................DONE
Reading '/root/.cpan/sources/modules/03modlist.data.gz'
DONE
Writing /root/.cpan/Metadata
Killed
root@debian:~#

from zmeventnotification.

pliablepixels avatar pliablepixels commented on June 19, 2024

Hmm not quire sure what is going on.
Try this 2 step process:

Step 1:

sudo perl -MCPAN -e shell

Step 2:
Once this puts you in the shell, type in this

install Net::WebSocket::Server

Does that make any difference?

from zmeventnotification.

pliablepixels avatar pliablepixels commented on June 19, 2024

BTW just found this https://www.organicdesign.co.nz/Extension:WebSocket#Installation_and_configuration

sudo apt-get install cpanminus

And then

sudo cpanm Net::WebSocket::Server 

from zmeventnotification.

schott1984 avatar schott1984 commented on June 19, 2024

Apparently I was out of memory. Does it seem weird to you that 4GB wasn't enough? installed fine with 8GB.

Now I have the same issue with "Crypt::MySQL missing" so I'm going back through your install steps again.

Thanks for the help!

from zmeventnotification.

schott1984 avatar schott1984 commented on June 19, 2024

Yep, just installed Crypt and I am now getting notifications!

Thank you so much.

The next step is gettting all this to work through my reverse proxy from outside the home network.

Still wondering why the VM needs so much memory...

from zmeventnotification.

pliablepixels avatar pliablepixels commented on June 19, 2024

I think it depends on what you are running in it:

  1. I had a VM of 4GB with ZM in it. After I got one camera running, I ran out of memory to do much else.
  2. It may be possible that the install process involving perl modules needs more memory but once installed it doesn't - I don't know

In general, I found a 4GB VM just only sufficient to run 1 HD camera in ZM before it ran out of memory

from zmeventnotification.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.