X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=0.2 required=5.0 tests=AWL,BAYES_50,J_CHICKENPOX_45,J_CHICKENPOX_74,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Date: Fri, 20 Feb 2009 16:09:41 -0600 From: Jody Burnett Subject: openssh question To: cygwin AT cygwin DOT com Message-id: MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-transfer-encoding: 7BIT Content-disposition: inline X-Proofpoint-Virus-Version: vendor=fsecure engine=1.12.7400:2.4.4,1.2.40,4.0.166 definitions=2009-02-20_05:2009-02-10,2009-02-20,2009-02-20 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=default score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=5.0.0-0811170000 definitions=main-0902200162 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 When I install openssh 5.1-10 from source and run the cygwin post install everything works fine. But if i install to a directory then run cygwin post install and tar the contents of the folder with the following tar cvjfT my-openssh-5.1.-10.tar.bz2 - (found in /usr/share/doc/Cygwin/openssh.README) then take that archive to another machine unpack the archive with tar --owner= accountname --overwrite -xvpf my-openssh-5.1-10.tar.bz2. When i try to start the service or manually run sshd -D it complains about the permissions on /var/empty (owned by SYSTEM).....i verified on the working machine(from source) all permissions on folders and files. They are the same. I tried setting acl with setfacl and chown to SYSTEM and the the user(admin account), again they are the exact same permissions. But still the same result. I have tried the same process several times. Anyone have any ideas what is going wrong? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/