Ignore:
Timestamp:
03/26/09 21:14:46 (4 years ago)
Author:
bruno
Message:

attempt to fix postgresql connections issue with help of Channing Benson chanthing_at_gmail.com

File:
1 edited

Legend:

Unmodified
Added
Removed
  • projects/fossology/pbconf/trunk/fossology/rpm/fossology.spec

    r700 r744  
    186186# IPv4 local connections: 
    187187host    all         all         127.0.0.1/32          md5 
     188host    all         all         127.0.0.1/32          md5 
     189# IPv6 local connections: 
     190host    all         all         ::1/128               ident sameuser 
     191 
    188192EOF 
     193perl -pi -e 's|(host\s+all\s+all\s+127.0.0.1/32\s+ident\s+sameuser)|#$1|' /var/lib/pgsql/data/pg_hba.conf 
     194 
    189195# reload doesn't seem to work here :-( 
    190196/etc/init.d/postgresql restart 
     197# To avaoid fossology setup to fail, leave it time to start 
     198sleep 2  
    191199 
    192200# Adjust PHP config (described in detail in section 2.1.5) 
Note: See TracChangeset for help on using the changeset viewer.