33 | | A: Please login as the user owning the postgresql processes, and run the same command. Use '''only''' that user for further work with rasdaman. If you use Ubuntu and installed postgres with apt-get, then you should probably login as user '''postgres'''. ( The problem is that the database does not allow the rasdaman tools full access, under they run under the administrative user that launched the server process. ) |
| 33 | A: Please login as the user owning the postgresql processes, and run the same command. Use '''only''' that user for further work with rasdaman. If you use Ubuntu and installed postgres with apt-get, then you should probably login as user '''postgres'''. ( The problem is that the postgres db does not allow full access to rasdaman tools, because they do not run under the administrative user that launched the db server process. ) |
| 34 | |
| 35 | A: Another cause of the problem might be that postgres does not allow incoming connections. If you have Postgres v8 or more recent, please modify file "postgresl.conf", and set (uncomment) the option |
| 36 | {{{ listen_addresses = 'localhost' }}} |
| 37 | If you have Postgres v7, please set (uncomment) the following option: |
| 38 | {{{ tcpip_socket = true }}} |