Hi there,
I just had the hell of a fight to get open exchange running on a ubuntu 10.04 version. I followed the explanations from the wiki:
So far so good, but the groupware-daemon was never starting up. I didn't even realize it was his fault. Just always got the "503, temporarily not available"-message. From another thread here (sorry I don't have the link) I got the hint that the file permissions must be set to the open-xchange user.
THIS IS CURRENTLY NOT THE CASE FOR THE UBUNTU 10.04 PACKAGES.
After running a
the daemon is now starting up and everything is working. Just wanted to point that out. Maybe someone should put it in the install-docs. It cost me some hours to figure that.
by the way: nice project, open exchange
regards
I just had the hell of a fight to get open exchange running on a ubuntu 10.04 version. I followed the explanations from the wiki:
So far so good, but the groupware-daemon was never starting up. I didn't even realize it was his fault. Just always got the "503, temporarily not available"-message. From another thread here (sorry I don't have the link) I got the hint that the file permissions must be set to the open-xchange user.
THIS IS CURRENTLY NOT THE CASE FOR THE UBUNTU 10.04 PACKAGES.
After running a
Code:
sudo chown -R open-xchange:open-xchange /opt/open-xchange
by the way: nice project, open exchange
regards
Comment