[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Host name translation error



Kwasi Anim wrote, On 11/23/2006 07:39 PM:
Error!
LedgerSMB/User.pm:179: could not translate host name "port=5432" to address: Temporary failure in name resolution.

What does this mean?

That's because user creation didn't default to use localhost.

It's probably fixed by http://svn.sourceforge.net/viewvc/ledger-smb?view=rev&sortby=date&revision=692 which should be in beta 3.

You can workaround with
   update users_conf set dbhost='localhost' where dbhost='';

/Mads