Re: [Fink-devel] daemonic - not working in Yosemite

2014-12-05 Thread Daniel Johnson
> On Nov 26, 2014, at 8:24 AM, Daniel Johnson > wrote: > > >> On Nov 24, 2014, at 7:07 PM, Charles Lepple wrote: >> >> Hmm, I think the only hard requirement is that the direct descendent of >> launchd (the first copy of the child process) can't exit. You're right that >> running daemon()

Re: [Fink-devel] daemonic - not working in Yosemite

2014-11-26 Thread Daniel Johnson
> On Nov 24, 2014, at 7:07 PM, Charles Lepple wrote: > > Hmm, I think the only hard requirement is that the direct descendent of > launchd (the first copy of the child process) can't exit. You're right that > running daemon() breaks that rule, but I think a simple fork-and-exec is okay > as l

Re: [Fink-devel] daemonic - not working in Yosemite

2014-11-24 Thread Charles Lepple
On Nov 24, 2014, at 6:43 PM, Daniel Johnson wrote: > > On Nov 24, 2014, at 9:21 AM, Charles Lepple wrote: >> >> On Nov 20, 2014, at 10:53 AM, Alexander Hansen >> wrote: >> >>> Yeah, there’s no compelling reason not just to update daemonic >>> appropriately for all supported OS X and avoid

Re: [Fink-devel] daemonic - not working in Yosemite

2014-11-24 Thread Daniel Johnson
> On Nov 24, 2014, at 9:21 AM, Charles Lepple wrote: > > On Nov 20, 2014, at 10:53 AM, Alexander Hansen > wrote: > >> Yeah, there’s no compelling reason not just to update daemonic appropriately >> for all supported OS X and avoid the potential pitfalls of creating the >> plists manually.

Re: [Fink-devel] daemonic - not working in Yosemite

2014-11-24 Thread Charles Lepple
On Nov 20, 2014, at 10:53 AM, Alexander Hansen wrote: > Yeah, there’s no compelling reason not just to update daemonic appropriately > for all supported OS X and avoid the potential pitfalls of creating the > plists manually. I started looking into this. In case I get distracted before I m

Re: [Fink-devel] daemonic - not working in Yosemite

2014-11-20 Thread Alexander Hansen
> On Nov 20, 2014, at 6:15 AM, Charles Lepple wrote: > > On Nov 1, 2014, at 5:04 PM, Kevin Horton > wrote: > >> I noted that “daemonic enable mysql” did not cause mysqld to start when my >> system restarted, on Yosemite. It looks like Apple no longer supports >>

Re: [Fink-devel] daemonic - not working in Yosemite

2014-11-20 Thread Charles Lepple
On Nov 1, 2014, at 5:04 PM, Kevin Horton wrote: > I noted that “daemonic enable mysql” did not cause mysqld to start when my > system restarted, on Yosemite. It looks like Apple no longer supports > StartupItems on Yosemite. I was able to get mysqld to startup using launchd, > using a file i