stackvana / hook.io

Open-Source Microservice Hosting Platform
https://hook.io
Other
1.27k stars 119 forks source link

hook.io website down? #182

Closed VerstandInvictus closed 8 years ago

VerstandInvictus commented 8 years ago

The website has been timing out on everything I do for the last ~6 hours. Multiple connections and locations. What's up?

Marak commented 8 years ago

Ugh. It's a billing problem with DigitalOcean. I've been trying to get in touch with them all week.

Getting on the phone now.

Marak commented 8 years ago

@VerstandInvictus -

Services should be back online now.

Working with DigitalOcean now to see if we can get a proper sponsorship.

Marak commented 8 years ago

Getting timeouts now as well.

Looking into it.

Marak commented 8 years ago

Okay. After server restarts we have to run this command in order to get the chroot jail working again.

mount -o bind /proc /var/chroot/proc
mount -o bind /dev /var/chroot/dev
mount -o bind /dev/pts /var/chroot/dev/pts
mount -o bind /sys /var/chroot/sys

Everything seems to be working now.

VerstandInvictus commented 8 years ago

Confirmed, working for me as well now.

On Tue, Dec 22, 2015 at 1:05 AM, Marak notifications@github.com wrote:

Okay. After server restarts we have to run this command in order to get the chroot jail working again.

mount -o bind /proc /var/chroot/proc mount -o bind /dev /var/chroot/dev mount -o bind /dev/pts /var/chroot/dev/pts mount -o bind /sys /var/chroot/sys

Everything seems to be working now.

— Reply to this email directly or view it on GitHub https://github.com/bigcompany/hook.io/issues/182#issuecomment-166559930.