Changes between Version 26 and Version 27 of FAQ


Ignore:
Timestamp:
Aug 28, 2009, 2:12:51 PM (15 years ago)
Author:
Andrei Aiordachioaie
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v26 v27  
    3131      {{{ SQLSTATE: 08001 SQLCODE: -402}}}
    3232
    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' }}}
     37If you have Postgres v7, please set (uncomment) the following option:
     38     {{{ tcpip_socket = true }}}