[GH-ISSUE #1290] Auto Shutdown/kill #26426

Closed
opened 2026-04-22 02:43:19 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @borisnachtsheim on GitHub (Nov 27, 2023).
Original GitHub issue: https://github.com/ollama/ollama/issues/1290

Hi guys,

i just managed to run a zephyr model with ollama on my small ubuntu server and call the model from my home computer. Everything works fine but after couple of minutes i get this auto kill:

2023/11/27 22:28:29 llama.go:435: signal: killed
2023/11/27 22:28:29 llama.go:509: llama runner stopped successfully

Then I have to manually redo ollama serve.

How can I prevent this auto shutdown?

BJ

Originally created by @borisnachtsheim on GitHub (Nov 27, 2023). Original GitHub issue: https://github.com/ollama/ollama/issues/1290 Hi guys, i just managed to run a zephyr model with ollama on my small ubuntu server and call the model from my home computer. Everything works fine but after couple of minutes i get this auto kill: 2023/11/27 22:28:29 llama.go:435: signal: killed 2023/11/27 22:28:29 llama.go:509: llama runner stopped successfully Then I have to manually redo ollama serve. How can I prevent this auto shutdown? BJ
GiteaMirror added the bug label 2026-04-22 02:43:19 -05:00
Author
Owner

@mchiang0610 commented on GitHub (Nov 28, 2023):

@borisnachtsheim were there other logs? Wanted to track this down so we can fix it

<!-- gh-comment-id:1830826482 --> @mchiang0610 commented on GitHub (Nov 28, 2023): @borisnachtsheim were there other logs? Wanted to track this down so we can fix it
Author
Owner

@mxyng commented on GitHub (Nov 29, 2023):

This looks like normal log output when the runner is reaped after timing out (5m). There shouldn't be a need to rerun ollama serve since the API server is still available. A new generate request will start a new runner

<!-- gh-comment-id:1832755398 --> @mxyng commented on GitHub (Nov 29, 2023): This looks like normal log output when the runner is reaped after timing out (5m). There shouldn't be a need to rerun `ollama serve` since the API server is still available. A new generate request will start a new runner
Author
Owner

@mxyng commented on GitHub (Jan 20, 2024):

Closing this since there hasn't been an update in some time and the original issue looks normal

<!-- gh-comment-id:1901364790 --> @mxyng commented on GitHub (Jan 20, 2024): Closing this since there hasn't been an update in some time and the original issue looks normal
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#26426