mirror of
https://github.com/asapach/peerflix-server.git
synced 2026-04-25 14:45:50 +03:00
[GH-ISSUE #13] Doesn't seem to start #224
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Eightquake on GitHub (Dec 1, 2014).
Original GitHub issue: https://github.com/asapach/peerflix-server/issues/13
I have installed peerflix-server following the readme on my server running Ubuntu Server 14.04. But when I run peerflix-server it does nothing; it displays nothing and netstat doesn't show the 9000 port at all. It does not however tell me peerflix-server: command not found, and /usr/local/bin/peerflix-server exists so it has been installed.
I try to connect through the local network, on the physical server and over Internet with port forwarded but every time I get a connection refused error. I have tried reinstalling peerflix-server and restarting my machine, and nothing changed.
Any help would be much appreciated!
@asapach commented on GitHub (Dec 1, 2014):
Could you please paste the console output in its entirety here? Does
peerflix-serverexit after you run it, or does it keep running?@Eightquake commented on GitHub (Dec 1, 2014):
(sudouser)@Victor-Server:
$ peerflix-server$(sudouser)@Victor-Server:
Is the only output I get. When i run ps -e, peerflix-server is not present on the list - or is there a better way to see if it keeps running?
@asapach commented on GitHub (Dec 1, 2014):
How about node and npm versions?
node --versionnpm --versionnpm ls -g peerflix-server@Eightquake commented on GitHub (Dec 1, 2014):
NPM version is 1.3.10
NPM ls peerflix-server output /usr/local/lib peerflix-server@0.0.14
But when I run node --version it outputs nothing, just like when I run peerflix-server. Could they be related?
EDIT: I installed nodejs-legacy instead, which is able to run peerflix-server without any problem. Thank you for your help!
@asapach commented on GitHub (Dec 1, 2014):
Glad to help.