# Installation Errors

**URL:** https://meta.discourse.org/t/installation-errors/202614
**Category:** Self-hosting
**Created:** [September 4, 2021, 12:50pm UTC](https://meta.discourse.org/t/installation-errors/202614 "2021-09-04T12:50:27Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![northeastprince](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/northeastprince/32/233124_2.png) [@northeastprince](https://meta.discourse.org/u/northeastprince)
#### Post date: [September 4, 2021, 12:50pm UTC](https://meta.discourse.org/t/installation-errors/202614/1 "2021-09-04T12:50:28Z")

</div>

Everything was fine until this happened…

 ![Screenshot_20210904-084802](https://global.discourse-cdn.com/meta/original/3X/c/4/c461f5a2d06c288b1ad12f4d908379a7ed4185ee.png)

Then it said failed to bootstrap. I’m running Ubuntu 18. Any help would be appreciated!

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [September 4, 2021, 2:18pm UTC](https://meta.discourse.org/t/installation-errors/202614/2 "2021-09-04T14:18:25Z")

</div>

That appears to be a problem connecting to the ruby gems service. It may be a temporary issue, so it’s better to try again.

Also, are you following our [official install](https://meta.discourse.org/t/142537?silent=true) guide ?

---

<div class="post-metadata">

### Author: ![northeastprince](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/northeastprince/32/233124_2.png) [@northeastprince](https://meta.discourse.org/u/northeastprince)
#### Post date: [September 4, 2021, 3:42pm UTC](https://meta.discourse.org/t/installation-errors/202614/3 "2021-09-04T15:42:40Z")

</div>

Yes, I am using the guide. Are you sure the issue is on Ruby’s end and not mine?

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [September 4, 2021, 3:45pm UTC](https://meta.discourse.org/t/installation-errors/202614/4 "2021-09-04T15:45:48Z")

</div>

Is the server behind a strict firewall or is it a standard VPS?

Can you share a larger portion of the errors logs, preferentially as text?

---

<div class="post-metadata">

### Author: ![northeastprince](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/northeastprince/32/233124_2.png) [@northeastprince](https://meta.discourse.org/u/northeastprince)
#### Post date: [September 4, 2021, 3:54pm UTC](https://meta.discourse.org/t/installation-errors/202614/5 "2021-09-04T15:54:03Z")

</div>

It’s a 4gb VPS from Bloom, and I didn’t enable the firewall; Bloom doesn’t have a built-in one. I’ll send the logs shortly.

---

<div class="post-metadata">

### Author: ![northeastprince](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/northeastprince/32/233124_2.png) [@northeastprince](https://meta.discourse.org/u/northeastprince)
#### Post date: [September 7, 2021, 1:35pm UTC](https://meta.discourse.org/t/installation-errors/202614/6 "2021-09-07T13:35:05Z")

</div>

![image](https://global.discourse-cdn.com/meta/original/3X/f/d/fde124bfaa99154ab4b406da8600d9b0188500b3.png)

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [September 7, 2021, 3:57pm UTC](https://meta.discourse.org/t/installation-errors/202614/7 "2021-09-07T15:57:00Z")

</div>

This is a networking problem between your VPS host (Bloom) and RubyGems CDN. There are several reports where this is caused by traffic between Level3 and Fastly and a failure to properly detect the packet size for this route.

A user reported success working around this issue with lowering the host MTU:

> [@Rebuild failing "rubygems.org: too many connection resets"](https://meta.discourse.org/t/rebuild-failing-rubygems-org-too-many-connection-resets/111144/1):
>
> After several reboots of the VM, disabling IPv6 etc, **i reduced the MTU for the system to 1280** (just a shot in the dark): Voila!

---

<div class="post-metadata">

### Author: ![northeastprince](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/northeastprince/32/233124_2.png) [@northeastprince](https://meta.discourse.org/u/northeastprince)
#### Post date: [September 7, 2021, 11:34pm UTC](https://meta.discourse.org/t/installation-errors/202614/8 "2021-09-07T23:34:46Z")

</div>

I disabled IPv6 and reduced all of the network interface MTU values to 1280. It’s still saying OpenTimeout. The weird thing is, bundler is now working, but the other attempts are errors.
