-
Notifications
You must be signed in to change notification settings - Fork 173
Installation guide for Debian 10 #869
Comments
-bash: npm: command not found npm is not installed on debian by default |
Hi, you are supposed to install it at step 4: apt install curl build-essential git Any issue there? Thanks |
honestly, im not sure if that did much, as i was doing this on an LXC container on root, hence no sudo. |
so, i followed the instructions... but now all im getting is the default apache page... |
also ExecStop=/usr/bin/killall gives an error if it's in there, as there is no /usr/bin/killall |
You may have a very minimal system If this works, I will update the tutorial. Thanks |
still no flood UI on 80 or 3000. |
possible some progress... I added a proxypass to /node and it give a 503 now instead of 404 |
https://github.com/Flood-UI/flood/wiki/Troubleshooting the steps for being on a non-local got me in, but it won't connect to rtorrent now. |
So you have access to flood UI now? What have you done? |
if i start flood manually, yes. not if it is started as a service.(which is weird because the flood service literally uses the same script, i verified that) and i am using port 5000 for rtorrent, which is the port i set in the UI the one time i could access it. |
fixed the issue with it not running as a service, had file permission errors. i can now access the ui at port 3000, but it still can't talk to rtorrent. edit: looks like rtorrent not listening on any port |
You have this in your .rtorrent.rc? SCGI port, used to communicate with Floodnetwork.scgi.open_port = 127.0.0.1:5000 It will open the communication port on 5000 for Flood to connect to it. |
yep. still nothing listening on 5000 ,and netstat -tulpn shows no rtorrent |
Mar 30 01:41:13 ruskidown systemd[1]: Started rTorrent. this look right? |
so im actually starting over using a VM instead of a ct. has issues with LXC privleges that wld keep it from working edit: is working in a VM. seems LXC has some major security things, such as not allowing SMB shares, etc. |
I'd recommend using nvm instead of nodejs from the debian repositories. Its friendlier for people that are new to node, and might have to change the node version for other projects. |
Thanks Jogai for the comment. |
Well I saw later you tie into the services, I dont know how well an nvm managed node works with that. In my setup I start it manually. |
hey @karibuTW I also added the https functionnality with the apache virtualhost. Thanks for your work! |
Super, you used letsencrypt or different? I should cover it I guess, so I'll be happy to get info from you. Thank you |
Thank for your work @karibuTW 👍 I my case :
|
Hello guys,
I revisited my 2y old tutorial as I had several requests to do so.
I am just sharing how I installed rtorrent and flood on a fresh debian 10
https://freedif.org/how-to-install-flood-rtorrent-on-debian-10
It works well like this, but I guess I can do further tweak.
If you have some amelioration ideas, please share.
Thank you
The text was updated successfully, but these errors were encountered: