[PR #872] [CLOSED] fix readme for linux : port address already in use #9108

Closed
opened 2025-11-12 14:59:19 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/872
Author: @Yadheedhya06
Created: 10/21/2023
Status: Closed

Base: mainHead: main


📝 Commits (1)

📊 Changes

1 file changed (+10 additions, -0 deletions)

View changed files

📝 docs/linux.md (+10 -0)

📄 Description

If user is installing Ollama for the first time/fresh install then Ollama server is started automatically. So when you try

ollama serve

then it throws error - 127.0.0.1:11434: bind: address already in use
So instead of running this command user can skip to running model

This PR patches the corresponding fixes in documentation for linux
Fixes: https://github.com/jmorganca/ollama/issues/707


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/872 **Author:** [@Yadheedhya06](https://github.com/Yadheedhya06) **Created:** 10/21/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`61c45af`](https://github.com/ollama/ollama/commit/61c45af88fa77f2e6cd45e39d270350917ebce07) fix readme for linux ### 📊 Changes **1 file changed** (+10 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/linux.md` (+10 -0) </details> ### 📄 Description If user is installing Ollama for the first time/fresh install then Ollama server is started automatically. So when you try ``` ollama serve ``` then it throws error - 127.0.0.1:11434: bind: address already in use So instead of running this command user can skip to running model This PR patches the corresponding fixes in documentation for linux Fixes: https://github.com/jmorganca/ollama/issues/707 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the
pull-request
label 2025-11-12 14:59:19 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama-ollama#9108
No description provided.