[GH-ISSUE #4919] Fresh install. #49619

Closed
opened 2026-04-28 12:25:48 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @paralyser on GitHub (Jun 7, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/4919

          Fresh install.

System synology .
Installed with both docker and portainer.
Wiped/restarted/updated/reinstalled several times. Tried around 10 (8888,8778,11434,11535,11636,11433 etc.. )different ports, but every port gives the same error( with different ports).
Specified ports, ( OLLAMA_HOST=0.0.0.0:11434 ) to every port, changed 0.0.0.0 to 127.0.0.1 also. Same errors
Error: listen tcp 0.0.0.0:11434: bind: address already in use.
Have no idea how to fix it.

Originally posted by @paralyser in https://github.com/ollama/ollama/issues/707#issuecomment-2155631712

Originally created by @paralyser on GitHub (Jun 7, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/4919 Fresh install. System synology . Installed with both docker and portainer. Wiped/restarted/updated/reinstalled several times. Tried around 10 (8888,8778,11434,11535,11636,11433 etc.. )different ports, but every port gives the same error( with different ports). Specified ports, ( OLLAMA_HOST=0.0.0.0:11434 ) to every port, changed 0.0.0.0 to 127.0.0.1 also. Same errors Error: listen tcp 0.0.0.0:11434: bind: address already in use. Have no idea how to fix it. _Originally posted by @paralyser in https://github.com/ollama/ollama/issues/707#issuecomment-2155631712_
Author
Owner

@paralyser commented on GitHub (Jun 7, 2024):

Is a docker / install issue? found out, If i select host , and NOT BRIDGE at the installation, it will begin to work.

<!-- gh-comment-id:2155660181 --> @paralyser commented on GitHub (Jun 7, 2024): Is a docker / install issue? found out, If i select host , and NOT BRIDGE at the installation, it will begin to work.
Author
Owner

@jmorganca commented on GitHub (Jun 9, 2024):

It seems that you might have a port conflict on port 11434 (this is the port Ollama uses). Did you install Ollama via the Linux install script? In which case you may want to turn that off so Docker can be exposed on port 11434:

sudo systemctl stop ollama
<!-- gh-comment-id:2156707211 --> @jmorganca commented on GitHub (Jun 9, 2024): It seems that you might have a port conflict on port `11434` (this is the port Ollama uses). Did you install Ollama via the Linux install script? In which case you may want to turn that off so Docker can be exposed on port `11434`: ``` sudo systemctl stop ollama ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#49619