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:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; q=dns; s=default; b=h2R 3n//WkjiEJ7Sv0hfieMHu24PD2jEBdWjSjAiFrcAEXK8w/CcqM6Qujf0x7ssxQMb 9DxStwgigjarYCpr+gZTkwh1eIdwjJX3HdRWphhckKCofsM1+uks5j6Hsn5swgax pbTU4fIoeiK3rfmg5nhtwVn+TU6Z6ItLf6Fn6k64= 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:message-id:date:from:mime-version:to:subject :content-type:content-transfer-encoding; s=default; bh=2Dcp/f0Ix CbHOpnbJzAH/6Zl5Vw=; b=xPfXzNMjnuBOZxCn1jsQLXUvyccIJRFkGRfM8WfmA YUv02LY6NVas7NfEzm5g4IKdqm+mcZS7BiGcmksWAeWYEFe4uGV3XTQCQEHlOs2y hlsz2DPSVMfptCeyRnwGGbv7cdk+wyYY/n6eDK2blYbgWuc4GCVyCZFHl91Ps4PT Rw= 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=-0.0 required=5.0 tests=BAYES_20,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=H*r:8.14.7, Originally, administrator X-HELO: Ishtar.sc.tlinx.org Message-ID: <58F24188.3060503@tlinx.org> Date: Sat, 15 Apr 2017 08:51:36 -0700 From: L A Walsh User-Agent: Thunderbird MIME-Version: 1.0 To: "cygwin AT cygwin DOT com" Subject: How to create root account to own /var/empty for ssh? Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes The new version of ssh is not likely my "/var/empty", which it says: var/empty must be owned by root and not group or world-writable. It doesn't seems to like this: > llg -a /var/empty total 4 drwx------+ 1 root Administrators 0 Oct 11 2014 ./ > llg -an /var/empty total 4 drwx------+ 1 0 544 0 Oct 11 2014 ./ Multiple probs: 1) there is no root account on windows. 2) My Administrator account is named 'root', as it is the closest thing to 'root' on a windows machine. But it doesn't like that. Originally was UID 500. 3) Tried changing root to UID 0, but that didn't work either. :-( How am I supposed to make ssh happy? Thanks! -l -- 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