# 基础下载错误

**URL:** https://meta.discourse.org/t/base-download-error/120236
**Category:** Self-hosting
**Created:** [2019年六月13日 13:04 UTC](https://meta.discourse.org/t/base-download-error/120236 "2019-06-13T13:04:47Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![simongs](https://avatars.discourse-cdn.com/v4/letter/s/9dc877/32.png) [@simongs](https://meta.discourse.org/u/simongs)
#### Post date: [2019年六月13日 13:04 UTC](https://meta.discourse.org/t/base-download-error/120236/1 "2019-06-13T13:04:48Z")

</div>

Hi.  
I have been trying to install Discourse today and after initiating download of the Discourse base image (./discourse-setup) the system gets to the following point and then just hangs, eventually closing the connection.

```plaintext
Unable to find image 'discourse/base:2.0.20190505-2322' locally
2.0.20190505-2322: Pulling from discourse/base
7e6591854262: Pulling fs layer
089d60cb4e0a: Pulling fs layer
9c461696bc09: Pulling fs layer
45085432511a: Pulling fs layer
f164bafe611d: Pulling fs layer
45085432511a: Waiting
f164bafe611d: Waiting
089d60cb4e0a: Verifying Checksum
089d60cb4e0a: Download complete
9c461696bc09: Verifying Checksum
9c461696bc09: Download complete
45085432511a: Verifying Checksum
45085432511a: Download complete

```

I have tested my internet connection and it appears stable.

How might I go about finding out what is causing this process to be interrupted.

Thanks  
Simon

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [2019年六月13日 15:28 UTC](https://meta.discourse.org/t/base-download-error/120236/2 "2019-06-13T15:28:10Z")

</div>

Welcome, Simon!

When you say it “closes the connection”, what closes why connection? Are you losing your ssh connection to your server?

What is the server? How much ram does it have?

---

<div class="post-metadata">

### Author: ![simongs](https://avatars.discourse-cdn.com/v4/letter/s/9dc877/32.png) [@simongs](https://meta.discourse.org/u/simongs)
#### Post date: [2019年六月13日 21:25 UTC](https://meta.discourse.org/t/base-download-error/120236/3 "2019-06-13T21:25:51Z")

</div>

Hi Jay  
Thanks for responding to this. The setup has now run successfully. I’m not certain what fixed it, but I suspect it was a problem with PuTTY connecting to the server.

Thanks again  
Simon

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [2019年六月13日 21:47 UTC](https://meta.discourse.org/t/base-download-error/120236/4 "2019-06-13T21:47:22Z")

</div>

Sounds right. A cool solution is `mosh`. I don’t know if it’s available for windows.

---

<div class="post-metadata">

### Author: ![Stephen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stephen/32/95011_2.png) [@Stephen](https://meta.discourse.org/u/Stephen)
#### Post date: [2019年六月13日 21:55 UTC](https://meta.discourse.org/t/base-download-error/120236/5 "2019-06-13T21:55:53Z")

</div>

There is a mosh executable, but it depends on whether it was the server or client which was having connectivity issues as to whether it would help.

One simpler native solution is just to set Discourse up from inside a `screen` session.

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [2019年六月13日 22:08 UTC](https://meta.discourse.org/t/base-download-error/120236/6 "2019-06-13T22:08:41Z")

</div>

Right `screen` or `tmux` (my favorite) requires installation just on the server. Not sure why that wasn’t my first recommendation. It took me five years to start using `mosh`.

---

<div class="post-metadata">

### Author: ![simongs](https://avatars.discourse-cdn.com/v4/letter/s/9dc877/32.png) [@simongs](https://meta.discourse.org/u/simongs)
#### Post date: [2019年六月14日 02:10 UTC](https://meta.discourse.org/t/base-download-error/120236/7 "2019-06-14T02:10:22Z")

</div>

Thanks, guys! I’m all set up now. I will check out screen and mosh for future uses though.

Simon
