From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31923 invoked by alias); 22 Jan 2013 21:41:09 -0000 Received: (qmail 31878 invoked by uid 22791); 22 Jan 2013 21:41:08 -0000 X-SWARE-Spam-Status: No, hits=1.9 required=5.0 tests=AWL,BAYES_00,BOTNET,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_NO,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from vms173021pub.verizon.net (HELO vms173021pub.verizon.net) (206.46.173.21) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 22 Jan 2013 21:41:01 +0000 Received: from [192.168.1.231] ([unknown] [108.20.163.251]) by vms173021.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0MH10021DQVREO30@vms173021.mailsrvcs.net> for cygwin@cygwin.com; Tue, 22 Jan 2013 15:40:46 -0600 (CST) Message-id: <50FF0758.4070607@cygwin.com> Date: Tue, 22 Jan 2013 21:41:00 -0000 From: "Larry Hall (Cygwin)" Reply-to: cygwin@cygwin.com User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-version: 1.0 To: cygwin@cygwin.com Subject: Re: Not finding a file or directory References: In-reply-to: Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2013-01/txt/msg00316.txt.bz2 On 1/22/2013 1:03 PM, Matt Tracey wrote: > > I have cygwin install on the server. When I open cygwin on my Windows XP > machine, it opens fine, it finds the .login and all is good. > > I have another computer, Windows 7, on the same network, but when I try > to >open cygwin on that machine, I get > > "/usr/local/np71: No such file or directory" > > And I don't understand what the problem is? > > This is what the cygwin.bat does > > @echo off > > T: > chdir T:\colonial\cygwin\bin > > tcsh -l > > cd t:\colonial\cygwin > > > I get the "No such file or directory" error when the batch does the "tcsh -1". > > Both computers (XP and Win 7) are on the same network, they both have > the same directories and cygwin is registered the same on both machines. This implies to me that you're running Cygwin from a network location. If true, you will notice: 1. Cygwin will run slower than if it was installed on a local disk partition. 2. Cygwin was not actually installed on the machine. Neither of these are problems but the first will slow Cygwin down and the second means you may need to do some extra configuration yourself. If neither of these is tolerable for you, just go ahead and install Cygwin locally and see if that also solves your current problem. Given the information above, I'll also surmise that the "No such file or directory" is coming from "tcsh" because it cannot find the startup resource files it's looking for, like ~/.login. But I'll refrain from speculating further and instead direct you to the problem reporting guidelines: http://cygwin.com/problems.html If you'd like to investigate more on your own, I recommend comparing your XP machine with your non-functioning machine. You can compare its startup process to find what's different. Passing "-X" to tcsh may be instructive in this regard. -- Larry _____________________________________________________________________ A: Yes. > Q: Are you sure? >> A: Because it reverses the logical flow of conversation. >>> Q: Why is top posting annoying in email? -- 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