Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14593 - qmail-pop3d problem
Summary: qmail-pop3d problem
Status: RESOLVED DUPLICATE of bug 5228
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High major (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-26 16:39 UTC by Doug Miller
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Doug Miller 2003-01-26 16:39:51 UTC
it may be due to qmail-pop3d or it may be due to ucspi-tcp-0.88-r4 .. when
qmail-pop3d is merged and the link is added to /service/
('ln -s /var/qmail/supervise/qmail-pop3d /service/qmail-pop3d') qmail-pop3d will
still fail to run.. the resulting messages from the log files are as follows:

...
@400000003e3460d22e50fcac /usr/bin/tcpserver: error while loading shared
libraries: libc.so.6: failed to map segment from shared object: Cannot allocate
memory
@400000003e3460d330154da4 /usr/bin/tcpserver: error while loading shared
libraries: libc.so.6: failed to map segment from shared object: Cannot allocate
memory
@400000003e3460d431e1c874 /usr/bin/tcpserver: error while loading shared
libraries: libc.so.6: failed to map segment from shared object: Cannot allocate
memory
...

could this be a libc problem? tcpserver executable problem? or even qmail-pop3d
problem?  i'm stuck, so here's the bug report.. :)

-orkim
Comment 1 SpanKY gentoo-dev 2003-01-26 16:46:23 UTC
edit /service/qmail-pop3d/run ... 
change the 2000000 to a larger #, or remove the call to softlimit all together ... 
 
i had the same problem with qmail-smtp and ive seen reports of ppl with the same issue. 
the only thing i could think to maybe do would be to re-emerge daemontools and tweak your 
CFLAGS or something 
 
ill leave this bug open in the hopes that someone someday will be able to explain why this 
happens :) my searches on google have been fruitless 
Comment 2 Nick Hadaway 2003-02-01 03:09:31 UTC
This is a side-effect of adding ssl support into ucspi-tcp.  Raise the limit in order to allocate enough memory to tcpserver can load... 
See the second to last comment on bug #5228

*** This bug has been marked as a duplicate of 5228 ***