[GH-ISSUE #2044] Failed ollama serve #78859

Closed
opened 2026-05-09 02:44:41 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @Putnug1122 on GitHub (Jan 18, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/2044

I have a fresh installed ollama with my Ubuntu 22.04 LTS OS, but when I run ollama serve for the first time it give me this errors :

2024/01/18 13:22:47 images.go:808: total blobs: 0
2024/01/18 13:22:47 images.go:815: total unused blobs removed: 0
2024/01/18 13:22:47 routes.go:930: Listening on 127.0.0.1:11434 (version 0.1.20)
Error: unable to initialize llm library Radeon card detected, but permissions not set up properly.  Either run ollama as root, or add you user account to the render group.

I have nvidia driver and cuda installed, what should I do ?

Originally created by @Putnug1122 on GitHub (Jan 18, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/2044 I have a fresh installed ollama with my Ubuntu 22.04 LTS OS, but when I run ollama serve for the first time it give me this errors : ``` 2024/01/18 13:22:47 images.go:808: total blobs: 0 2024/01/18 13:22:47 images.go:815: total unused blobs removed: 0 2024/01/18 13:22:47 routes.go:930: Listening on 127.0.0.1:11434 (version 0.1.20) Error: unable to initialize llm library Radeon card detected, but permissions not set up properly. Either run ollama as root, or add you user account to the render group. ``` I have nvidia driver and cuda installed, what should I do ?
Author
Owner

@Putnug1122 commented on GitHub (Jan 18, 2024):

Ahh, that's because there's a conflict with the user and group created for Ollama. Just delete all Ollama installation files/folders, and reinstall it again. It should work

<!-- gh-comment-id:1897918181 --> @Putnug1122 commented on GitHub (Jan 18, 2024): Ahh, that's because there's a conflict with the user and group created for Ollama. Just delete all Ollama installation files/folders, and reinstall it again. It should work
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#78859