hey
1. enable SSH in your DS controle panel
2. launch terminal.app on your Mac (location: Macintosh HD:Applications:Utilities:Terminal.app)
3. do the following
- Code: Select all
ssh admin@*IPofYourDS*
this command will ask for a password which should be your admin password. probably it will ask you about some key it wants to add...just type 'yes'
then as mentioned above
- Code: Select all
mkdir /var/services/homes
mkdir /var/services/homes/admin
chown admin: /var/services/homes/admin
echo 0.0>`/usr/syno/bin/servicetool --get-service-path pgsql`/PG_VERSION
/usr/syno/etc/rc.d/S20pgsql.sh stop
/usr/syno/etc/rc.d/S20pgsql.sh start
4. restart via DS webinterface
I actually cannot confirm yet if this approach works, but I'm testing it right now because I have the same problems!
cheers
urtl