[GH-ISSUE #9082] NewLlamaServer failed #5909

Closed
opened 2026-04-12 17:14:44 -05:00 by GiteaMirror · 5 comments
Owner

Originally created by @sobujbd on GitHub (Feb 14, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/9082

What is the issue?

I was using Ollama version 0.5.7.0, which was working fine. However, after I was prompted to update and upgraded to version 0.5.9.0, the Ollama server stopped working. As a result, I reverted back to version 0.5.7.0.

Relevant log output

time=2025-02-14T05:44:19.210+06:00 level=INFO source=sched.go:428 msg="NewLlamaServer failed" model=\.ollama\models\blobs\sha256-b5374915da534cb93df39f03bd4f2cd5a0c533df0d5e21957dc9556c260be9eb error="unable to evaluate symlinks for executable path: The system cannot find the path specified."

OS

Windows

GPU

Intel

CPU

Intel

Ollama version

0.5.9.0

Originally created by @sobujbd on GitHub (Feb 14, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/9082 ### What is the issue? I was using Ollama version 0.5.7.0, which was working fine. However, after I was prompted to update and upgraded to version 0.5.9.0, the Ollama server stopped working. As a result, I reverted back to version 0.5.7.0. ### Relevant log output ```shell time=2025-02-14T05:44:19.210+06:00 level=INFO source=sched.go:428 msg="NewLlamaServer failed" model=\.ollama\models\blobs\sha256-b5374915da534cb93df39f03bd4f2cd5a0c533df0d5e21957dc9556c260be9eb error="unable to evaluate symlinks for executable path: The system cannot find the path specified." ``` ### OS Windows ### GPU Intel ### CPU Intel ### Ollama version 0.5.9.0
GiteaMirror added the bug label 2026-04-12 17:14:44 -05:00
Author
Owner

@mumblerit commented on GitHub (Feb 14, 2025):

they changed how the path is found/managed on linux it seems, just spent a while banging my head against it.

<!-- gh-comment-id:2658098362 --> @mumblerit commented on GitHub (Feb 14, 2025): they changed how the path is found/managed on linux it seems, just spent a while banging my head against it.
Author
Owner

@jmorganca commented on GitHub (Feb 14, 2025):

Hi @sobujbd a pre-release is now available that should have this fixed https://github.com/ollama/ollama/releases/tag/v0.5.11

<!-- gh-comment-id:2658619066 --> @jmorganca commented on GitHub (Feb 14, 2025): Hi @sobujbd a pre-release is now available that should have this fixed https://github.com/ollama/ollama/releases/tag/v0.5.11
Author
Owner

@jmorganca commented on GitHub (Feb 14, 2025):

@mumblerit sorry about that :(. Are you building from source or using the installer?

<!-- gh-comment-id:2658619891 --> @jmorganca commented on GitHub (Feb 14, 2025): @mumblerit sorry about that :(. Are you building from source or using the installer?
Author
Owner

@sobujbd commented on GitHub (Feb 14, 2025):

@mumblerit sorry about that :(. Are you building from source or using the installer?

I used the installer.

<!-- gh-comment-id:2658706112 --> @sobujbd commented on GitHub (Feb 14, 2025): > @mumblerit sorry about that :(. Are you building from source or using the installer? I used the installer.
Author
Owner

@mumblerit commented on GitHub (Feb 14, 2025):

@mumblerit sorry about that :(. Are you building from source or using the installer?

Its fine, its to be expected when running new software. I used the installer, was using some complicated volume mounts/folders to move my model folder around.

<!-- gh-comment-id:2659418551 --> @mumblerit commented on GitHub (Feb 14, 2025): > [@mumblerit](https://github.com/mumblerit) sorry about that :(. Are you building from source or using the installer? Its fine, its to be expected when running new software. I used the installer, was using some complicated volume mounts/folders to move my model folder around.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#5909