Re: [Resin-interest] Linux startup issue

2010-01-07 Thread Scott Ferguson
Matt Pangaro wrote: I'm trying to set up a server with multiple instances of Resin to start those instances on system boot. I've configured the runlevels with chkboot, but I'm running into a problem... When the two instances try to start up at runlevel 3, they're both trying to start the

Re: [Resin-interest] Linux startup issue

2010-01-07 Thread Matt Pangaro
On 1/7/2010 11:39 AM, Scott Ferguson wrote: The second instance should attach to the first watchdog (assuming you're working from the same configuration file.) The start flow looks like: 1. try to contact and existing watchdog at the watchdog port a. if that succeeds, send a BAM/HMTP

Re: [Resin-interest] Linux startup issue

2010-01-07 Thread Scott Ferguson
Matt Pangaro wrote: On 1/7/2010 11:39 AM, Scott Ferguson wrote: The second instance should attach to the first watchdog (assuming you're working from the same configuration file.) The start flow looks like: 1. try to contact and existing watchdog at the watchdog port a. if that

Re: [Resin-interest] Linux startup issue

2010-01-07 Thread Matt Pangaro
On 1/7/2010 12:04 PM, Scott Ferguson wrote: Hmm. So basically the start command is returning too early, i.e. forking the new watchdog but not delaying until it starts. We should probably change that behavior. Yeah, that's how I'm interpreting what I'm seeing. A change to that would probably