[PR #8135] [CLOSED] Solve problems with Linux, at least Ubuntu 22.04 and 24.04 : Update linux.md #23183

Closed
opened 2026-04-19 16:49:10 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/8135
Author: @ejgutierrez74
Created: 12/17/2024
Status: Closed

Base: mainHead: patch-1


📝 Commits (1)

📊 Changes

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

View changed files

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

📄 Description

It gave me some errors in Ubuntu 22.04 and 24.04 LTS, so i solved with these little tweaks.

dic 17 10:06:23 MiPcLinux systemd[1]: ollama.service: Main process exited, code=exited, status=1/FAILURE
dic 17 10:06:23 MiPcLinux systemd[1]: ollama.service: Failed with result 'exit-code'.
dic 17 10:06:26 MiPcLinux systemd[1]: ollama.service: Scheduled restart job, restart counter is at 11.
dic 17 10:06:26 MiPcLinux systemd[1]: Started ollama.service - Ollama Service.
dic 17 10:06:26 MiPcLinux ollama[16491]: Couldn't find '/usr/share/ollama/.ollama/id_ed25519'. Generating new private key.
dic 17 10:06:26 MiPcLinux ollama[16491]: Error: open /usr/share/ollama/.ollama/id_ed25519: permission denied

So nor ollama or sudo or user could access /usr/share/ollama/.ollama/id_ed25519 Permission denied.

I change permissons

Also added user ollama to gruop user ( $whoami) but i think is not needed.


🔄 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/8135 **Author:** [@ejgutierrez74](https://github.com/ejgutierrez74) **Created:** 12/17/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`0853a84`](https://github.com/ollama/ollama/commit/0853a84b50e3e891a202ab348da9ef9881bc5875) Update linux.md ### 📊 Changes **1 file changed** (+19 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `docs/linux.md` (+19 -0) </details> ### 📄 Description It gave me some errors in Ubuntu 22.04 and 24.04 LTS, so i solved with these little tweaks. ``` dic 17 10:06:23 MiPcLinux systemd[1]: ollama.service: Main process exited, code=exited, status=1/FAILURE dic 17 10:06:23 MiPcLinux systemd[1]: ollama.service: Failed with result 'exit-code'. dic 17 10:06:26 MiPcLinux systemd[1]: ollama.service: Scheduled restart job, restart counter is at 11. dic 17 10:06:26 MiPcLinux systemd[1]: Started ollama.service - Ollama Service. dic 17 10:06:26 MiPcLinux ollama[16491]: Couldn't find '/usr/share/ollama/.ollama/id_ed25519'. Generating new private key. dic 17 10:06:26 MiPcLinux ollama[16491]: Error: open /usr/share/ollama/.ollama/id_ed25519: permission denied ``` So nor ollama or sudo or user could access /usr/share/ollama/.ollama/id_ed25519 Permission denied. I change permissons Also added user ollama to gruop user ( $whoami) but i think is not needed. --- <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 2026-04-19 16:49:10 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#23183