i hope this help you all!.
this is my troubleshooting my coder brother did with me
So I guess you only have a smartphone and a PC, the storagenode one, if you admin it from your phone. Nothing wrong with that, but itâs harderâŚ
Maybe others have some time to look at your setup, today and tomorow I am very busy.
You must have fix local IP on your PC aswell.
In the router you must put the service name (Storj for ex., dosenât matter), external port, internal port (they should match, itâs easier), internal IP (PCâs local IP 192.168âŚ), nothing at external IP (source), TCP and UDP.
I canât remember if TPlink has BOTH as option, or just TCP, UDP. If it dosenât, define 2 rules with the same parameters, one for TCP, one for UDP.
There it gives you an error about IP 172âŚ, but your PC has IP 192⌠maybe you put something in the config?
No, i have a PC aswell apart from the node and TPlink doesnât ask me for ext ip when port forwarding if thats what you meant to say
Docker command looks mostly good, except for the mounts of /mnt/data and /mnt/data/id may cause an issue, and ownership permissions.
What is output of these commands
ls -lh /mnt/data
findmnt /mnt/data
Hi, again and agian I see error, that port is in use. Could you try (to check who is using this port):
sudo netstat -putna | grep 28967
If you donât have netstat, you can install using:
sudo apt install net-tools
because SSH remotely doesnât work (need to check router settings) i gotta go to my dad where i set the node and check those commands (thx ily yall)
PS. should i get windows where i have a noob friendly GUI and there i can set it working or no?
PS2 I can send the TP link router port forwarding settings so you all can check for me (ill blur sensitive stuff)
PS3 If i would run WINDOWS then i canât run lvm with the OS disks of thr pc i bought to be my nide but it never showed screen and my 4tb toghether.
i know im novice and beginner and i probably shouldnât do this but i wanna learn and get a hang of things.
ngnix was runinng on 28967 so i stopped it and reran stoj but now i got problem why is webinterface not working???
Dude. Itâs impossible to read. Itâs impossible to analyze or search for tokens. Make it easier for people to help you.
Copy the text only and paste it into the message body between triple backticks:
```
Logs go here
```
And why would you keep your keyboard visible in every screenshot?
Yah, would make it much easier, especially with all those attempts with missing sudo
removed
Yah, this was the reason I suggested netstat. So does node run now? And what does it exactly mean webinterface not working
? You mean on the port 14002?
- how URL youâre using looks like?
- what it says?
- How exactly did you create container? (this
docker run...
command. I know that it was on one of screenshots, but I want to be sure we see last version you use.. - what is result of
docker ps
now?
https://www.perplexity.ai/search/i-was-trying-to-fix-storj-on-s-CpdoXaDiRhiBDYnzojy6PQ
this is what i asked ai so you all are up to date.
(ext ip):2001 we changed it before.
it says connection refused.
yes i used sudo docker run storagenode
I did not study AI into detail, but I hope you did not run again setup=true
, I think this would destroy your data most probably.
As to the result of you docker ps
- hmm, no port information? Looks like not calling run with -p parameters. Mine looks like this:
# Remark: my test node running on port 41001, web on 15001
marek@storj:~/storj$ docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
9009be94a122 storjlabs/storagenode:latest "/entrypoint" 24 hours ago Up 24 hours 0.0.0.0:15001->14002/tcp, [::]:15001->14002/tcp, 0.0.0.0:41001->28967/tcp, 0.0.0.0:41001->28967/udp, [::]:41001->28967/tcp, [::]:41001->28967/udp storjtestnode1
So once again - we need latest version of docker run...
you used.
Regarding 1st log in your AI chat - the best solution (IMHO) for this permission problem is to remove --user.....
parameter (so it will run as root and no permission problems). Iâm running it like this, additionally with priviledged=true
(it was not able to increase buffer otherwise)