NOTICE: This version of the NSF Unidata web site (archive.unidata.ucar.edu) is no longer being updated.
Current content can be found at unidata.ucar.edu.

To learn about what's going on, see About the Archive Site.

[awips2-users] can't connect to postgres

I was trying to start my edex server for the first time and the only
process pid that didn't start is postgres.

I am currently running my network over a router (DHCP), so my inet address
is 192.168.1.3. I tried changing my pg_hba.conf file to include the local
network as follows (below), but postgres still will not run. Is there
something I am missing?

- Justin B.

# "local" is for Unix domain socket connections only
local   fxatext     all                               trust
local   hd_ob92oax  all                               trust
local   dc_ob7oax   all                               trust
local   metadata    all                               trust
local   maps        all                               trust
local   hmdb        all                               trust
local   postgres    all                               trust
local   ncep        all                               trust
local   ebxml       all                               trust
# IPv4 local connections:
host     all        all        192.168.1.1/32          trust
host    fxatext     all         127.0.0.1/32          trust
host    fxatext     all         192.168.1.1/32         trust
host    fxatext     all         162.0.0.0/8           trust
host    hd_ob92oax  all         127.0.0.1/32          trust
host    hd_ob92oax  all         192.168.1.1/32         trust
host    hd_ob92oax  all         162.0.0.0/8           trust
host    dc_ob7oax   all         127.0.0.1/32          trust
host    dc_ob7oax   all         192.168.1.1/32         trust
host    dc_ob7oax   all         162.0.0.0/8           trust
host    hmdb        all         127.0.0.1/32          trust
host    hmdb        all         192.168.1.1/32          trust
host    hmdb        all         162.0.0.0/8           trust
host    metadata    all         127.0.0.1/32          md5
host    metadata    all         192.168.1.1/32         md5
host    metadata    all         162.0.0.0/8           md5
host    maps        all         127.0.0.1/32          md5
host    maps        all         192.168.1.1/32          md5
host    maps        all         162.0.0.0/8           md5
host    postgres    all         127.0.0.1/32          md5
host    postgres    all         192.168.1.1/32          md5
host    postgres    all         162.0.0.0/8           md5
host    ncep        all         127.0.0.1/32          md5
host    ncep        all         192.168.1.1/32          md5
host    ncep        all         162.0.0.0/8           md5
host    ebxml       all         127.0.0.1/32          trust
host    ebxml       all         192.168.1.1/32          trust
host    ebxml       all         162.0.0.0/8           trust
# IPv6 local connections:
host    all         all         ::1/128               md5
  • 2014 messages navigation, sorted by:
    1. Thread
    2. Subject
    3. Author
    4. Date
    5. ↑ Table Of Contents
  • Search the awips2-users archives: