X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; q=dns; s=default; b=KQ9tTOsyuGA30YznF5m5dKEyyyulQavIsxWVt3UxVlR 8nSgr7okByVLEOgpbuRVjbRiFkspXv/bPBlSK4kuAMCTRMkGUE3qz82Sczvc60cu MpXQ70WDuw7kgzzSUoKANQ9rMKM/JUtvxeaek6170nJmfooeXUDqINZvIpWJPQvA = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; s=default; bh=wv301mspUyqOtLL2MeUTWn4biqA=; b=dvLzjRCwW3mSr2KfD X8opBI3e5cVK+rdjLtU+TTDqx2gyHwO7aiLrBLSZ8kVwrSODJGwciBBmFmcfX0ry SOv9HF0QrLrKjXTpJq57mx7hT2gzmvcjmL7zxboLsBJYB1/pi4kzaEK5IMClJRwA c0rxv6BJ1q/omeXp4OksCY/5ks= 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 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=johnson, Johnson, 755 X-HELO: conssluserg-02.nifty.com DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-02.nifty.com w6JK4o5o014241 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.ne.jp; s=dec2015msa; t=1532030690; bh=zJtSohoeoeK1b+wW8eAVZ84lFF4ihkZwxY4Sr3QV9bw=; h=Date:From:To:Subject:In-Reply-To:References:From; b=098aLhDHPUpzujitk+3qC/IPJsWyo40+iPLUsSqJ3od++HCPQtHw6N2xVAuBh/vaV 2WiFMtkGP8U9NFVW/GpnfkHt/RaSaYGgQto9WVMCCW7wgn6bYv+LIvU1yhecn1J7ss HrkmPHKbVX+uij67cHE2CLlstOAQjbWtK9UR7ypPgHbW6Pg3Cklo98TddaNyPIxPV2 3yy1n6upVwkqeiE0+b8scFtzVGJaMI+og61dpBCjfes8MghMl9qgg3F9Dq8cNOW8kk gRKMPqgnKlYAdsr7uVf1wouSS5ljObCCFphTU9tF5tJnEhkDW4Dbwk5ShQmi7khFUM n9mkNjxAKG9ww== Date: Fri, 20 Jul 2018 05:04:53 +0900 From: Takashi Yano To: cygwin AT cygwin DOT com Subject: Re: [ANNOUNCEMENT] inetutils 1.9.4-1 Message-Id: <20180720050453.0d43d02728c348df16363bcd@nifty.ne.jp> In-Reply-To: <20180719191910.GA26421@phoenix> References: <20180719191910 DOT GA26421 AT phoenix> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On Thu, 19 Jul 2018 12:19:10 -0700 Gary Johnson wrote: > 2018/07/19 11:54:24 running: C:\cygwin\bin\bash.exe --norc --noprofile "/etc/postinstall/inetutils-server.sh" > *** Warning: The permissions on the directory /var are not correct. > *** Warning: They must match the regexp d..x..x..[xt] > *** ERROR: Problem with /var directory. Exiting. > *** Warning: The permissions on the directory /var are not correct. > *** Warning: They must match the regexp d..x..x..[xt] > *** ERROR: Problem with /var directory. Exiting. ... > I've never had problems like this before. I had exited all Cygwin > programs before running setup. I normally run cron, but I stopped > that, and ssh-agent, but I killed that. I checked the permissions > on /var, and while they don't match the regexp d..x..x..[xt], > I didn't create that directory and setup has never reported any > issues with it before. /etc/postinstall/inetutils-server.sh has not been changed. Therefore installing previous version (1.9.1-2) should cause same error. > $ ls -ld /var > drwxrwx---+ 1 Administrators Domain Users 0 Jul 19 03:57 /var Please chmod /var directory to match regexp d..x..x..[xt] for example: chmod 755 /var -- Takashi Yano -- 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