# Bootstrap app causes system crash and reboot

**URL:** https://meta.discourse.org/t/bootstrap-app-causes-system-crash-and-reboot/28093
**Category:** Self-hosting
**Created:** [April 29, 2015, 1:36pm UTC](https://meta.discourse.org/t/bootstrap-app-causes-system-crash-and-reboot/28093 "2015-04-29T13:36:04Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![ThinkingQuest](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/thinkingquest/32/116043_2.png) [@ThinkingQuest](https://meta.discourse.org/u/ThinkingQuest)
#### Post date: [April 29, 2015, 1:36pm UTC](https://meta.discourse.org/t/bootstrap-app-causes-system-crash-and-reboot/28093/1 "2015-04-29T13:36:04Z")

</div>

Hi everyone,

I’ve installed discourse on my own pc running ubuntu 14.04, and another virtual machine running centos 6.6, both works fine.  
Now the problem comes that When I try to install discourse on a server running CentOS 6.5, everytme I run /var/discourse/launcher bootstrap app, the system crashes and reboot automatically.

Could someone help ?  
Where should I check for the error log please?

The kernel version is 2.6.32-431.el6.x86\_64, I’ve checked the docker’s document, docker should be ok to run on CentOS 6.5 with kernel version 2.6.32-431.

Thanks in advance.

---

<div class="post-metadata">

### Author: ![elberet](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/elberet/32/122404_2.png) [@elberet](https://meta.discourse.org/u/elberet)
#### Post date: [April 29, 2015, 5:04pm UTC](https://meta.discourse.org/t/bootstrap-app-causes-system-crash-and-reboot/28093/2 "2015-04-29T17:04:44Z")

</div>

Kernel 2.6 does not support aufs3, so you’re most likely running Docker with the devicemapper storage layer. This is known to cause all sorts of problems and is not supported. Upgrade to kernel 3.14 or later.

---

<div class="post-metadata">

### Author: ![ThinkingQuest](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/thinkingquest/32/116043_2.png) [@ThinkingQuest](https://meta.discourse.org/u/ThinkingQuest)
#### Post date: [May 6, 2015, 6:18am UTC](https://meta.discourse.org/t/bootstrap-app-causes-system-crash-and-reboot/28093/3 "2015-05-06T06:18:48Z")

</div>

Thanks for your suggestion.  
I have solved this problem by running “yum update”. The kernel version updated to 2.6.32-504.16.2.el6, and it works now.

I will try to upgrade to kernel 3.14 or later.

---

<div class="post-metadata">

### Author: ![g0st](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/g0st/32/55166_2.png) [@g0st](https://meta.discourse.org/u/g0st)
#### Post date: [April 26, 2016, 2:08am UTC](https://meta.discourse.org/t/bootstrap-app-causes-system-crash-and-reboot/28093/4 "2016-04-26T02:08:52Z")

</div>

yum update didn’t fix it for me. Is there some other option I can try short of upgrading the kernel?

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [April 26, 2016, 2:19am UTC](https://meta.discourse.org/t/bootstrap-app-causes-system-crash-and-reboot/28093/5 "2016-04-26T02:19:50Z")

</div>

You really need a newer kernel.

---

<div class="post-metadata">

### Author: ![g0st](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/g0st/32/55166_2.png) [@g0st](https://meta.discourse.org/u/g0st)
#### Post date: [May 1, 2016, 4:54pm UTC](https://meta.discourse.org/t/bootstrap-app-causes-system-crash-and-reboot/28093/6 "2016-05-01T16:54:37Z")

</div>

DO doesn’t make it easy for CentOS users. Migrated to Ubuntu 14.4 and all is well.
