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:mime-version:date:message-id:subject:from:to :content-type; q=dns; s=default; b=w8p7ArW9lDoIR2OHhCU+PgUvrMMaw GPiKDCsC3aMFtDA5hTH4C4eAVp5jqUDHJvRnaqOadVs6KpaNvcKXVKLx51HnsCYp EzoSf6kw8bzWtb/pHT5kuy9T50LDm9EsvGrruFvMV40fTjAYLXq845WKE0gQiyfe yOwnx9Ay/XSQJ4= 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:mime-version:date:message-id:subject:from:to :content-type; s=default; bh=ZcwxJxFObArVjQ5fxRMQSTG5y3w=; b=apH gF2YBIM2AgzSFQ/wAkckAYa31gM1VbZ5babsE58HqpjekkdTWVtT6WZROszu3Fgd pKe2F537+l1HomTObjPagwpukcjypMqAvxyh4xzMyWqhbzSwGbLvuUGn4xpsxre8 tGfvKeaQlglE/UhDfB5y0y1eIKtmvDE4caM1qGPk= 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-Virus-Found: No X-Spam-SWARE-Status: No, score=1.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qc0-f180.google.com MIME-Version: 1.0 X-Received: by 10.55.23.78 with SMTP id i75mr23337762qkh.82.1430523161642; Fri, 01 May 2015 16:32:41 -0700 (PDT) Date: Fri, 1 May 2015 17:32:41 -0600 Message-ID: Subject: Problems with screen on Windows 10 Preview system From: Stephen John Smoogen To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes I downloaded and installed a copy of Windows 10 on a spare system to see how Cygwin works. Most of the applications worked similarly to what I was testing on my Windows 7 system. However I have run into a problem with the screen command. The first time I run screen the command gives me a standard help screen and data. If I type exit to get back to mintty and then type screen again.. I get: Directory '/tmp/uscreens' must have mode 777. Which after going through the faq and old mailing list was something that occurred on FAT partitions. So I went to check the install and the file format is NTFS. I then looked at /tmp and got drwx---rwt+ 1 smoog smoog 0 May 1 16:01 uscreens I went to try and change the permissions with chmod and got no change in perms or errors. [Looking at the various posts on this.. I am not to expect any errors.] I then tested screen on my Windows 7 system and it worked properly with the permissions on the directory as: drwxrwxrwt+ 1 smooge None 0 May 1 17:01 uscreens The umask of the user is 0022 on both systems. Any suggestions on how I can further debug this? Thank you -- Stephen J Smoogen. -- 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