Hello! Bit of a linux noob here but after a bit of head bashing getting drives formatted, user permissions sorted and fumbling through the basic commands eventually YAMS started to install. Yay! I thought, until it tried to start the YAMS services and fails with gluetun issue where it can't bind a host port as the address is already in use.
I'm using nordvpn, pretty sure credentials are correct and tried twice to be sure but got the same error:
Can any of you kind wizards please help me understand what's going on and how to resolve?
The error is pretty self-explanatory. Read the end:
address already in use
You are running another service that is using port 8080. In YAMS, port 8080 is used for SABnzbd. Change the port for the app that is currently using port 8080 or manually change the port in Gluetun.
I think you're right. I've checked the ports in use and looks like the service 'python3' is using port 8080. I'm not sure what I installed that it's related to, but I'll do some self-learning and figure out how to change it! I appreciate the help and the timely response, if I get stuck again I'll report back!
P.S. I love cats too, mine are absolute little monsters but wouldn't change them for the world haha
The first install failed because of the write permissions on the external HDD I'm using as the media drive. Once I got that sorted it seemed to install fine up until the point of starting YAMS where I got this issue.
I'll fumble around trying to figure out how to change the port one of the services are using, I'll get there eventually!
If you had a failed installation, you might have the old YAMS version still running. If you are 100% sure you are not running anything else in your host machine, remove all the docker containers and try installing YAMS again. That should fix all the issues
The YAMS CLI wasn't working (guess it didn't get far enough to install) soI'm going the nuclear option and just wiping and reinstalling Ubuntu and starting from scratch... Clearly I installed some service that was using that port when I was initially trying to get my head around things, and things I tried just failed to reassign the ports for either service. Fingers crossed
Success! Everything installed ok and YAMS CLI is working now too. However... Where do I find the yams_services.txt file? I tried to find in the expected directories but came up with nothing. I'm definitely being an idiot