[GH-ISSUE #13271] Pull of DeepSeek Coder fails with timeout on Arch Linux #8772

Closed
opened 2026-04-12 21:32:19 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @PablCendrero8310 on GitHub (Nov 29, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/13271

What is the issue?

Description

When trying to download the deepseek-coder model with Ollama on Arch Linux, the command ollama pull deepseek-coder gets stuck in a "pulling manifest" loop and eventually fails with a timeout error.

System

  • OS: Arch Linux (kernel 6.x)
  • Network: home connection, no local firewall, router without blocking rules

Steps to Reproduce

  1. Install Ollama using the official install script.
  2. Run:
ollama pull deepseek-coder

Wait a few minutes; the process loops and then times out.

Relevant log output

pulling manifest 
Error: max retries exceeded: Get "https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/d0/d040cc18521592f70c199396aeaa44cdc40224079156dc09d4283d745d9dc5fd/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20251129%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20251129T152405Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=3b96e12f557c2889f3ebbb7cf8c032e881cbcc11b587c08ae29e0ea8e2f9b732": dial tcp 172.64.66.1:443: i/o timeout

OS

Linux

GPU

Intel

CPU

Intel

Ollama version

0.13.0

Originally created by @PablCendrero8310 on GitHub (Nov 29, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/13271 ### What is the issue? ### Description When trying to download the `deepseek-coder` model with Ollama on Arch Linux, the command `ollama pull deepseek-coder` gets stuck in a "pulling manifest" loop and eventually fails with a timeout error. ### System - OS: Arch Linux (kernel 6.x) - Network: home connection, no local firewall, router without blocking rules ### Steps to Reproduce 1. Install Ollama using the official install script. 2. Run: ```bash ollama pull deepseek-coder ``` Wait a few minutes; the process loops and then times out. ### Relevant log output ```shell pulling manifest Error: max retries exceeded: Get "https://dd20bb891979d25aebc8bec07b2b3bbc.r2.cloudflarestorage.com/ollama/docker/registry/v2/blobs/sha256/d0/d040cc18521592f70c199396aeaa44cdc40224079156dc09d4283d745d9dc5fd/data?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=66040c77ac1b787c3af820529859349a%2F20251129%2Fauto%2Fs3%2Faws4_request&X-Amz-Date=20251129T152405Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&X-Amz-Signature=3b96e12f557c2889f3ebbb7cf8c032e881cbcc11b587c08ae29e0ea8e2f9b732": dial tcp 172.64.66.1:443: i/o timeout ``` ### OS Linux ### GPU Intel ### CPU Intel ### Ollama version 0.13.0
GiteaMirror added the needs more infobug labels 2026-04-12 21:32:19 -05:00
Author
Owner

@rick-github commented on GitHub (Nov 29, 2025):

Might be a network issue. What does the following return:

curl -#L -C - -o dsc.gguf https://registry.ollama.ai/v2/library/deepseek-coder/blobs/sha256:d040cc18521592f70c199396aeaa44cdc40224079156dc09d4283d745d9dc5fd
<!-- gh-comment-id:3591768476 --> @rick-github commented on GitHub (Nov 29, 2025): Might be a network issue. What does the following return: ``` curl -#L -C - -o dsc.gguf https://registry.ollama.ai/v2/library/deepseek-coder/blobs/sha256:d040cc18521592f70c199396aeaa44cdc40224079156dc09d4283d745d9dc5fd ```
Author
Owner

@damonChenzf07 commented on GitHub (Dec 3, 2025):

curl: (35) OpenSSL SSL_connect: Connection reset by peer in connection to registry.ollama.ai:443

<!-- gh-comment-id:3605313194 --> @damonChenzf07 commented on GitHub (Dec 3, 2025): curl: (35) OpenSSL SSL_connect: Connection reset by peer in connection to registry.ollama.ai:443
Author
Owner

@rick-github commented on GitHub (Jan 1, 2026):

Closing as a transient issue, feel free to add comments if the issue persists.

<!-- gh-comment-id:3703288648 --> @rick-github commented on GitHub (Jan 1, 2026): Closing as a transient issue, feel free to add comments if the issue persists.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#8772