Seen the (Day)lite
In the office, we use a program called Daylite to manage our projects, contacts and jobs.
Yesterday, all heck broke lose and Daylite Server stopped working, claiming that the database could not be started and to try reinstalling or rebooting. So naturally being the expert with computers that I am, I turned it off and turned it back on again – still the same error (and yes, I also checked that it was plugged in).
After a little bit of solution hunting in the forums, trawling through posts of “Yes I have this problem
Tried that and then I get the original error back (for anyone searching, it was: com.marketcircle.MCPostgresDomain, Error 300). Now that I have come full circle, I try a different solution to the problem. This time from the official Market Circle Knowledge Base (which didn’t show up on my original search):
Go to /Library/Application Support/Daylite Server/Logs/Daylite Configd.log and check to see if see the following text pattern:
FATAL: pre-existing shared memory block (key 0, ID 65544) is still in useIf you see that text, then you can try to reboot the server to see if the shared memory block is released. If it is not, do the following in Terminal:
sudo ipcrm -m 65544The ID number (65544 in this case) is important. It will be different for everyone.
Orignal post on the knowledge base can be found here
This seemed to work right away and now I can continue working through the To-Do list of jobs I have been given. Yay?
