Closed Dalibor-P closed 1 month ago
no space left on device
You appear to have run out of storage space in /tmp/
If you can't clean up sufficient space in /tmp for Ollama to start up cleanly, you can use OLLAMA_TMPDIR
to specify an alternate location for extraction of temporary files.
I ran into this issue as well, and resolved it with a quick:
mount -o remount,size=3G /tmp
no space left on device
You appear to have run out of storage space in /tmp/
If you can't clean up sufficient space in /tmp for Ollama to start up cleanly, you can use
OLLAMA_TMPDIR
to specify an alternate location for extraction of temporary files.
Can you please help how to do that if ollama runs as service using the provided install script? I managed to use "export OLLAMA_TMPDIR=new_path" and run manually "ollama serve" but for the service that's probably not useful. How to setup that?
@hast0011 docs on how to configure the linux server with systemd are here - https://github.com/ollama/ollama/blob/main/docs/faq.md#setting-environment-variables-on-linux
What is the issue?
Running
ollama run smollm:135m
, or any other model, results in: Error: no suitable llama servers found.I'm running Fedora Linux, previously Ollama 0.3.4, which worked. I updated to 0.3.12 using
curl -fsSL https://ollama.com/install.sh | sh
, after which the error started showing up. I tried:This is the log obtained by running
journalctl -e -u ollama
while on version 0.3.12. I can't read it, but I did notice the no space left on the device error, which is certainly incorrect, as I still have over a 100 GB on my drive.OS
Linux
GPU
Intel
CPU
Intel
Ollama version
0.3.12