2024-08-14, 01:40 AM
You probably have a zombie process running. Either reboot your computer or figure out what is tying up port 8096.
That should print out the process using port 8096. In the right side there will be a pid. That that number and run this.
Then start the jellyfin server
Code:
ss -tulpn | grep 8096
That should print out the process using port 8096. In the right side there will be a pid. That that number and run this.
Code:
sudo kill -9 <insert PID>
Then start the jellyfin server
Code:
sudo systemctl start jellyfin