eve-seat / seat

SeAT 0x. [UNSUPPORTED]
https://github.com/eveseat/seat
MIT License
69 stars 38 forks source link

supervisor error #410

Closed MaxRink closed 8 years ago

MaxRink commented 8 years ago

im getting the error seat1:seat1-8001 BACKOFF Exited too quickly (process log may have details)

eve-seat commented 8 years ago

What does the process log say (as per the error)?

MaxRink commented 8 years ago

2015-08-20 19:30:28,992 INFO spawned: 'seat1-8007' with pid 20288 2015-08-20 19:30:28,993 INFO spawned: 'seat1-8006' with pid 20289 2015-08-20 19:30:28,995 INFO spawned: 'seat1-8005' with pid 20290 2015-08-20 19:30:28,996 INFO spawned: 'seat1-8004' with pid 20291 2015-08-20 19:30:28,998 INFO spawned: 'seat1-8003' with pid 20292 2015-08-20 19:30:28,999 INFO spawned: 'seat1-8002' with pid 20293 2015-08-20 19:30:29,000 INFO spawned: 'seat1-8001' with pid 20294 2015-08-20 19:30:29,002 INFO spawned: 'seat1-8000' with pid 20295 2015-08-20 19:30:29,103 INFO exited: seat1-8007 (exit status 1; not expected) 2015-08-20 19:30:29,109 INFO exited: seat1-8006 (exit status 1; not expected) 2015-08-20 19:30:29,113 INFO exited: seat1-8003 (exit status 1; not expected) 2015-08-20 19:30:29,113 INFO exited: seat1-8005 (exit status 1; not expected) 2015-08-20 19:30:29,113 INFO exited: seat1-8001 (exit status 1; not expected) 2015-08-20 19:30:29,114 INFO exited: seat1-8002 (exit status 1; not expected) 2015-08-20 19:30:29,115 INFO exited: seat1-8000 (exit status 1; not expected) 2015-08-20 19:30:29,117 INFO exited: seat1-8004 (exit status 1; not expected)

eve-seat commented 8 years ago

Have you run the "command=" portion manually? Anything you didn't follow in the install guides?

MaxRink commented 8 years ago

it runs as root but i dont want run it as roos (for obvious reasons) im also running nginx+hhvm instead of apache+php. ive already checked the rights for the /seat-folder

eve-seat commented 8 years ago

If it works as root and not as another user, then obviously there are permissions issues. Double check everything and don't forget stuff like SELinux / AppArmor.

MaxRink commented 8 years ago

/thread :D