X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=0.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU X-Spam-Check-By: sourceware.org Message-ID: <4D0B4DA5.8060800@rosshemail.com> Date: Fri, 17 Dec 2010 06:46:45 -0500 From: Ross Hemingway User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Errors in Exim, rebaseall, inetd. References: <1292583706 DOT 6437 DOT ezmlm AT cygwin DOT com> In-Reply-To: <1292583706.6437.ezmlm@cygwin.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Hi, I have installed cygwin and Exim into 3 different Server 2008R2 (64bit). I'd like to report the following errors that are consistent through out. This applies to all version of 1.7.x so far. 1/ Exim install script does not complete through the regular setup.exe system. The script never gets its .done file extension, so it pops up an error "did not complete", but it does seem to have completed its install task regardless. 2/ Exim will not run error free, until you do a "rebaseall" on the installed cygwin. The errors are seen when it tries to do a mailing, and it creates a lot of "permissions access errors". Rebasing the system fixes it. 3/ rebaseall script has a fault on line 91, where if [ ! -w "$TmpDir" ]. This always returns an error, despite the file location being OK and writable. It's probably a permission issue again. If we comment out this code part, the script does its job OK. 4/ inetd.exe: This is not an error, but a big inconvenience. When this inetd is installed as a service (cygrunsrv -I), and then started as a service (net start inetd), it does not keep a Services.msc presence. Hence you cannot stop it (net stop inetd). The only way to stop it is with a force kill process on the inetd.exe. Thanks. -- Regards -- Ross Hemingway -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple