Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Date: Sun, 20 Jul 2003 18:25:16 -0400 From: Samuel Thibault To: cygwin AT cygwin DOT com Cc: soft DOT eleves AT listes DOT ens-lyon DOT fr Subject: Re: bash: cat << EOF Message-ID: <20030720222515.GA10518@bouh.unh.edu> Reply-To: Samuel Thibault Mail-Followup-To: cygwin AT cygwin DOT com, soft DOT eleves AT listes DOT ens-lyon DOT fr References: <20030719013846 DOT GA7108 AT bouh DOT unh DOT edu> <20030719043913 DOT GA15319 AT redhat DOT com> <20030719063849 DOT GC7108 AT bouh DOT unh DOT edu> <3F19B7DF DOT 1070103 AT cygwin DOT com> <20030720000333 DOT GA4144 AT bouh DOT unh DOT edu> <3F1A0D6A DOT 4010005 AT cygwin DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F1A0D6A.4010005@cygwin.com> User-Agent: Mutt/1.4i-nntp X-MailScanner-Information: http://pubpages.unh.edu/notes/mailfiltering.html X-MailScanner: Found to be clean X-MailScanner-SpamCheck: not spam, SpamAssassin (score=-8.8, required 5, BAYES_10, EMAIL_ATTRIBUTION, IN_REP_TO, QUOTED_EMAIL_TEXT, REFERENCES, REPLY_WITH_QUOTES, USER_AGENT_MUTT) Le sam 19 jui 2003 23:32:58 GMT, Larry Hall wrote: > You may want to try setting 'nosmbntsec' and see if that helps. it doesn't. Peter A. Castro wrote: > I think it's time you gave us more information about your machine > configuration. Well, I wished we knew ourselves... Christopher Faylor wrote: > FWIW, to me it sounds like you have more than one version of cygwin > on your system. which clue makes you think that? we only have a repository in //lvsmb/softeleves/arch/windows-i386/cygwin, to which point both s:\, /soft/eleves/arch/windows-i386/cygwin and /soft/eleves.arch/cygwin I had a look at tcsh's trace, the relevant part becomes: 355 146318 [main] cat 2952 build_argv: argc 1 1538 147856 [main] cat 2952 handle_to_fn: nt name '\Device\LanmanRedirector\lvsmb\softeleves\tmp\sh2976' 2657 150513 [main] cat 2952 handle_to_fn: current match '\Device\LanmanRedirector\lvsmb\softeleves' 777 151290 [main] cat 2952 handle_to_fn: derived path 'S:\tmp\sh2976' Well, I finaly had c:\temp mounted on /tmp to avoid any networking thing (s: is \\lvsmb\softeleves), and it works. The trace for bash is then: 299 142336 [main] cat 1948 build_argv: argc 1 1373 143709 [main] cat 1948 handle_to_fn: nt name '\Device\HarddiskVolume2\temp\sh-thd-1058740407' 3060 146769 [main] cat 1948 handle_to_fn: current match '\Device\HarddiskVolume2' 366 147135 [main] cat 1948 handle_to_fn: derived path 'C:\temp\sh-thd-1058740407' this name should have worked on s:\tmp, though... I'm just hoping c:\temp is really world-writeable on every workstation from which we are allowed to login (there is one where we actually *can* login, but is not reserved for us for instance, on which this isn't true) Regards, Samuel Thibault -- 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/