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.
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.