I created an init script for freeb on Gentoo. When I use it or start freeb the FreeB_Server.pl script gets called. The "before server setup" appears and then the console stops responding. If I check processes, there is a FreeB_Server.pl running. Is it locked up in the Frontier::Daemon new function? How can I tell? Does anyone else have this issue?
I log in as Admin, go to billing, select a date, select a couple of items, queue HCFA, start batch processing, respond ok to the dialog box, view log, and I get the following…
Not Found
The requested URL /openemr/library/freeb/process_bills.log was not found on this server.
--------------------------------------------------------------------------------
Apache Server at 10.48.250.2 Port 80
This isn’t directly answering your first question, but to get around it, I just run the process in the background. I had the same problem with the mandriva init script ( http://bradymd.com/freeb ), and got around it by running the process in background( added ‘&’).