Mailing-List: contact cygwin-developers-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT cygwin DOT com Delivered-To: mailing list cygwin-developers AT cygwin DOT com Message-ID: <3E566E49.53BE7CBE@ieee.org> Date: Fri, 21 Feb 2003 13:22:01 -0500 From: "Pierre A. Humblet" X-Accept-Language: en,pdf MIME-Version: 1.0 To: Jason Tishler CC: cygwin-developers AT cygwin DOT com Subject: Re: 1.3.21 References: <20030221153741 DOT GA26756 AT redhat DOT com> <20030221180822 DOT GB1408 AT tishler DOT net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Jason Tishler wrote: > I just upgraded exim to 4.12-3 from 4.10-2 and exim started to misbehave > when run under Cygwin CVS (from 2003-02-20). > > First, I noticed the following in exim's log file: > > 2003-02-21 11:06:10 cannot find smtp/tcp service when starting daemon > > Under strace or gdb, the above problem did not occur. Instead, I got > the following: > > 2003-02-21 11:11:06 IPv4 socket creation failed: Operation not permitted > > which is further on during the initialization of the daemon. Has this part of the exim daemon changed between 4.10 and 4.12? This reminds me of something similar, possibly last month. Look for "exim", "services", "gerritt" In the end it was because exim was running as a special user who didn't have permission on the whole tree under c:\winnt. First make sure Everybody has rx access to it. Pierre