6 messages in net.sourceforge.lists.courier-users[courier-users] Courier and NPTL?
FromSent OnAttachments
Michael V. ReztsovSep 22, 2004 11:26 pm 
Sam VarshavchikSep 23, 2004 4:13 am 
Michael V. ReztsovSep 23, 2004 10:55 pm 
Sam VarshavchikSep 24, 2004 4:04 am 
Gordon MessmerSep 24, 2004 11:20 am 
Michael V. ReztsovSep 24, 2004 11:57 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] Courier and NPTL?Actions...
From:Michael V. Reztsov (xime@mail.ru)
Date:Sep 22, 2004 11:26:42 pm
List:net.sourceforge.lists.courier-users

RedHat Linux 9, Courier 0.45.6 or 0.47

I can't send mail from ordinary user, from root sending works. Used command:

-------------------------------------------------------------- $ echo "sometext" | sendmail someuser@localhost

--------------------------------------------------------------

But for all that:

-------------------------------------------------------------- $ ps ax|grep sendmail 8701 pts/0 S 0:00 sendmail someuser@localhost

-------------------------------------------------------------- $ strace -p 8701 Process 8701 attached - interrupt to quit futex(0x4213405c, FUTEX_WAIT, 2, NULL <unfinished ...>

-------------------------------------------------------------- Sendmail process freezes...

Search in Internet shows these pages: http://www.mail-archive.com/lprng@lprng.co@ http://www.mail-archive.com/lprng@lprng.co@ These pages says: possible problems in incorrect work with NPTL.

I try to do the same way as:

-------------------------------------------------------------- $ export LD_ASSUME_KERNEL=2.4.1 $ echo "sometext" | sendmail someuser@localhost

And this works! Is this a bug in courier's sendmail?