RE: Unknown host "localhost" in cyradm

2006-01-17 Thread Rosenbaum, Larry M.
rsday, January 12, 2006 4:42 PM > To: info-cyrus@lists.andrew.cmu.edu > Subject: Re: Unknown host "localhost" in cyradm > > On 1/12/06, Larry Rosenbaum <[EMAIL PROTECTED]> wrote: > > I've done some debugging and come up with some odd information. The problem &

RE: Unknown host "localhost" in cyradm

2006-01-13 Thread Larry Rosenbaum
42 PM > To: info-cyrus@lists.andrew.cmu.edu > Subject: Re: Unknown host "localhost" in cyradm > > On 1/12/06, Larry Rosenbaum <[EMAIL PROTECTED]> wrote: > > I've done some debugging and come up with some odd information. The problem > > occurs in imclient.c in the imcl

Re: Unknown host "localhost" in cyradm

2006-01-12 Thread Michael O'Rourke
On 1/12/06, Larry Rosenbaum <[EMAIL PROTECTED]> wrote: > I've done some debugging and come up with some odd information. The problem > occurs in imclient.c in the imclient_connect function. It is calling > getaddrinfo() and getting a return value of 3, which is > > #define EAI_BADFLAGS3

RE: Unknown host "localhost" in cyradm

2006-01-12 Thread Larry Rosenbaum
I've done some debugging and come up with some odd information. The problem occurs in imclient.c in the imclient_connect function. It is calling getaddrinfo() and getting a return value of 3, which is #define EAI_BADFLAGS3 /* invalid ai_flags */ The odd part is that if I write a test

RE: Unknown host "localhost" in cyradm

2006-01-12 Thread Rosenbaum, Larry M.
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > Quoting "Rosenbaum, Larry M." <[EMAIL PROTECTED]>: > > > Running Cyrus 2.3.1 on Solaris 9. > > > > What would cause the following error? > > > > > > # cyradm localhost > > imclient_connect: unknown host "localho

Re: Unknown host "localhost" in cyradm

2006-01-11 Thread imap
Quoting "Rosenbaum, Larry M." <[EMAIL PROTECTED]>: > Running Cyrus 2.3.1 on Solaris 9. > > What would cause the following error? > > > # cyradm localhost > imclient_connect: unknown host "localhost" at > /usr/local/lib/perl5/site_perl/5.8.5/sun4-solaris/Cyrus/IMAP/Admin.pm > line 72. > > It do