[OGo-Users] no subject

Sebastian Reitenbach users@opengroupware.org
Thu, 30 Aug 2007 14:50:55 +0200


Hi adam,

users@opengroupware.org wrote: 
> > stracing ogo-webui-1.1 it shows me that it stat64 a .pgpass file in the 
home 
> > directory of the ogo system user. What is the purpose of that file?
> > [pid 16492] geteuid32()                 = 999
> > [pid 16492] geteuid32()                 = 999
> > [pid 16492] stat64("/var/lib/opengroupware.org//.pgpass", 0xbfe1f3cc) 
= -1 
> > ENOENT (No such file or directory)
> > [pid 16492] socket(PF NETLINK, SOCK RAW, 0) = 7
> > [pid 16492] bind(7, {sa family=AF NETLINK, pid=0, groups=00000000}, 12) 
= 0
> 
> I think this message comes from the PostgreSQL library;  it is looking
> for .pgpass in the home directory of the current user.
> 
> http://www.postgresql.org/docs/8.1/interactive/libpq-pgpass.html
> 
thanks, that was the missing piece I needed.

Sebastian