Ok, so the raspberrypi configuration is up and running upto a loginscreen.
This means I have to add a context to add users
However, the command createcontext shows errors
$ sudo /opt/open-xchange/sbin/createcontext -A oxadminmaster -P mysecret -c 1 -u oxadmin -d "Context Admin" -g Admin -s User -p oxsecret -L defaultcontext -e oxadmin@example.com -q 1024 --access-combination-name=all
context 1 could not be created:
Server response:
DBP-0019 Categories=CONFIGURATION Message='Cannot resolve server id for server raspberrypi.'
or after some tweaking in database
context 1 could not be created:
Server response:
DBP-0004 Categories=CONNECTIVITY Message='Schema can not be set on database connection'
- searched the forum
- checked HOST file
127.0.0.1 localhost
192.168.0.xxx raspberrypi.lan raspberrypi
- checked the system.properties (shows Servername raspberrypi), [edit i=y)
- gave user openexchange full permisson (via Webmin interface)
but no results.
Any ideas ?
Cheers, John
This means I have to add a context to add users
However, the command createcontext shows errors
$ sudo /opt/open-xchange/sbin/createcontext -A oxadminmaster -P mysecret -c 1 -u oxadmin -d "Context Admin" -g Admin -s User -p oxsecret -L defaultcontext -e oxadmin@example.com -q 1024 --access-combination-name=all
context 1 could not be created:
Server response:
DBP-0019 Categories=CONFIGURATION Message='Cannot resolve server id for server raspberrypi.'
or after some tweaking in database
context 1 could not be created:
Server response:
DBP-0004 Categories=CONNECTIVITY Message='Schema can not be set on database connection'
- searched the forum
- checked HOST file
127.0.0.1 localhost
192.168.0.xxx raspberrypi.lan raspberrypi
- checked the system.properties (shows Servername raspberrypi), [edit i=y)
- gave user openexchange full permisson (via Webmin interface)
but no results.
Any ideas ?
Cheers, John
Comment