Report this

What is the reason for this report?

setuidgid: usage: setuidgid account child

Posted on May 17, 2015

I try to deploy my node.js application on server. When I use command : ‘git push dokku master’ , I have error : remote: App container failed to start!! =====> myapp container output: setuidgid: usage: setuidgid account child =====> end myapp container output remote: /usr/local/bin/dokku: line 49: 13309 Killed dokku deploy “$APP”



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

This question was answered by @amesteves:

Hello, I had this problem today. I’m working with a sinatra ruby based application with puma. It was because i scale my app doing :

dokku ps:scale ango web=1 worker=1

but i didn’t configure worker on the Procfile So i get the same error than you :

App container failed to start!!
=====> myapp container output:
setuidgid: usage: setuidgid account child
=====> end myapp container output

What i did to fix this issue is the setup the worker to 0 :

dokku ps:scale ango web=1 worker=0

Hope, it could help you.

View the original comment

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.