[Dovecot] glue for HPUX
Hi!
Have anyone successed with hp-ux (how) ?
I've compiled 0.99.14 with gcc-3.4.3 at hpux 11.11. I can telnet to port 143 and connection stays up, but I don't get any response back. It seems like dovecot "doesn't see" what I type in telnet. I tried to debug...
# ps -ef | grep dovecot # gdb -tui -p 17185 /usr/local/sbin/dovecot Attaching to program: /usr/local/sbin/dovecot, process 17185 [ No Source Available ] warning: reading `r3' register: No data 0x77faff30 in _poll_sys+0x10 () from /usr/lib/libc.2 (gdb) up #1 0x77fba9ac in poll+0x6c () from /usr/lib/libc.2 (gdb) up |163 ret = poll(data->fds, data->fds_pos, msecs);
|164 if (ret < 0 && errno != EINTR) |165 i_warning("poll() : %m"); #2 0x14310 in io_loop_handler_run (ioloop=warning: reading `r8' register: No data 0x0) at ioloop-poll.c:163 (gdb)
This works fine... # MAIL=mbox:~/mail /usr/local/libexec/dovecot/imap
- PREAUTH [CAPABILITY IMAP4rev1 SORT...
I tried also 1.0, but it hangs if .conf file is larger than ~400 bytes and the the process never goes into the background.
So - I have same problems than Ajaxster... http://dovecot.org/list/dovecot/2004-December/005612.html
Best Regards /Jim
On 18.4.2005, at 15:15, rja@surfeu.fi wrote:
Have anyone successed with hp-ux (how) ?
I recently spent some time trying to get it to work. Latest 1.0-test should compile, but it fails after logging in because fd passing isn't working correctly. At some point I'm going to work around that by just making login processes proxy the connection just like they do with SSL.
I tried also 1.0, but it hangs if .conf file is larger than ~400 bytes and the the process never goes into the background.
Really? Sounds strange. Do you mean 1.0-stable or 1.0-test?
participants (2)
-
rja@surfeu.fi
-
Timo Sirainen