Foreman don't start How can I debug?

Foreman does not want to start anymore.

How can I check what s wrong ?

I am trying to start like this :

runuser -s /bin/bash foreman -c '/usr/bin/ruby /usr/share/foreman/
script/server -p 5000 -e production -d'
=> Booting WEBrick
=> Rails 2.3.11 application starting on http://0.0.0.0:5000

the process stop immediately and nothing in
/var/log/foreman/production.log

Vincent

I found a problem with the mysql

mysql -uforeman puppet -p

Enter password:
ERROR 1040 (08004): Too many connections

As the foreman stop without saying something , it can be difficult to
find what s wrong

Vincent

ยทยทยท On Jun 24, 10:56 am, Vincent wrote: > Foreman does not want to start anymore. > > How can I check what s wrong ? > > I am trying to start like this : > > runuser -s /bin/bash foreman -c '/usr/bin/ruby /usr/share/foreman/ > script/server -p 5000 -e production -d' > => Booting WEBrick > => Rails 2.3.11 application starting onhttp://0.0.0.0:5000 > > the process stop immediately and nothing in > /var/log/foreman/production.log > > Vincent