Dear Ola, dear Sebastian,
thank you a lot for your support.
I've read your recommended pages and i've found an other blog here:
http://blog.cynthiakiser.com/blog/2014/ ... -yosemite/How did it work?
I've checked for missing empty directories pg_tblspc, pg_twophase, and pg_stat_tmp in /usr/local/var/postgres
1) brew doctor -> it tells you to update ect..
2) brew update -> the Formula has to be updated in the /usr/local/Library/Formula
3) brew doctor -> i did it a second time, at this point it told me to update xQuartz
4) create the missing directories
mkdir /usr/local/var/postgres/pg_tblspc
mkdir /usr/local/var/postgres/pg_twophase
mkdir /usr/local/var/postgres/pg_stat_tmp
when i started the psql service with: postgres -D/usr/local/var/postgres
I got a error message that, lock file "postmaster.pid" already exists and the hint: is another postmaster PID 17679 running in data directory /usr/local/var/postgres?
I just started the omero server
5) omero admin start
and omero (5.1.4) is running.
Thanks Julia