Current-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Cannot map anonymous memory
Martti Kuparinen <martti.kuparinen%iki.fi@localhost> typed:
: I rebuilt all my packages on NetBSD/i386 5.0 (Xen domU) and now my IMAP server
: won't start. Any ideas?
In the autoconf it detects the wrong flag for ulimit. This was due
to the addition of "ulimit -v" to /bin/sh in -current (and a bad autoconf
check).
For a quick fix, go into /usr/pkg/sbin/imap* and change the "ulimit -v" to
"ulimit -d"
Regards,
Geoff
Home |
Main Index |
Thread Index |
Old Index