[FOSSology] Unable to Connect to database...

2009-11-19 Thread Furosh One
Can anyone point me to areas to check/troubleshoot for agents not being able to connect to the central DB server? My central DB server is host: clear5 All /etc/hosts file for all agents have an entry for clear1-6 and can ping all using things such as: ping clear1 ping clear5 ssh fo...@fossy

Re: [FOSSology] Unable to Connect to database...

2009-11-19 Thread Laser, Mary
Oops, I forgot the most important config file, /etc/postgresql/8version/main/pg_hba.conf. Mary From: Laser, Mary Sent: Thursday, November 19, 2009 11:52 AM To: 'Furosh One'; fossology@fossology.org Subject: RE: [FOSSology] Unable to Connect to database... Hello

Re: [FOSSology] Unable to Connect to database...

2009-11-19 Thread Gobeille, Robert
I would check: /etc/postgresql/8.3/main/pg_hba.conf This is talked about in the INSTALL doc in section 2.2.3. If you don't know where this is, you can access it from our website: http://fossology.svn.sourceforge.net/viewvc/fossology/trunk/fossology/INSTALL Bob Gobeille On Nov 19, 2009,

Re: [FOSSology] Unable to Connect to database...

2009-11-19 Thread Furosh One
Okay I read up on the configuring the pg_hba.conf file for remote access. I added the following to the file: # Enable access for Fossology agents to connect to fossology DB: hostallall10.3.3.0/24trust This should allow all my 5 agents to access it now. However, I tested the login

Re: [FOSSology] Unable to Connect to database...

2009-11-19 Thread Laser, Mary
] Sent: Thursday, November 19, 2009 5:20 PM To: Gobeille, Robert Cc: Laser, Mary; fossology@fossology.org Subject: Re: [FOSSology] Unable to Connect to database... Okay I read up on the configuring the pg_hba.conf file for remote access. I added the following to the file: # Enable access