[GH-ISSUE #13] Doesn't seem to start #224

Closed
opened 2026-03-15 02:33:32 +03:00 by kerem · 5 comments
Owner

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!

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!
kerem closed this issue 2026-03-15 02:33:37 +03:00
Author
Owner

@asapach commented on GitHub (Dec 1, 2014):

Could you please paste the console output in its entirety here? Does peerflix-server exit after you run it, or does it keep running?

<!-- gh-comment-id:65138350 --> @asapach commented on GitHub (Dec 1, 2014): Could you please paste the console output in its entirety here? Does `peerflix-server` exit after you run it, or does it keep running?
Author
Owner

@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?

<!-- gh-comment-id:65140889 --> @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?
Author
Owner

@asapach commented on GitHub (Dec 1, 2014):

How about node and npm versions?
node --version
npm --version
npm ls -g peerflix-server

<!-- gh-comment-id:65142823 --> @asapach commented on GitHub (Dec 1, 2014): How about node and npm versions? `node --version` `npm --version` `npm ls -g peerflix-server`
Author
Owner

@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!

<!-- gh-comment-id:65146040 --> @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!
Author
Owner

@asapach commented on GitHub (Dec 1, 2014):

Glad to help.

<!-- gh-comment-id:65148600 --> @asapach commented on GitHub (Dec 1, 2014): Glad to help.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/peerflix-server#224
No description provided.