www.delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
X-SWARE-Spam-Status: | No, hits=-3.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS |
X-Spam-Check-By: | sourceware.org |
To: | cygwin AT cygwin DOT com |
From: | Dick <dick AT mrns DOT nl> |
Subject: | Cygwin acts weird to / in a chroot |
Date: | Mon, 23 Mar 2009 20:34:14 +0000 (UTC) |
Lines: | 26 |
Message-ID: | <loom.20090323T202144-751@post.gmane.org> |
Mime-Version: | 1.0 |
User-Agent: | Loom/3.14 (http://gmane.org/) |
X-IsSubscribed: | yes |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Hi Folks, I have some trouble running chrooted shell scripts: - First I've copied c:\cygwin to c:\cygwin\chroot\a - I've created a shell script test.sh: cat > /chroot/a/test.sh << @EOF #!/bin/bash echo hello @EOF - Then I try to run the shell chrooted, this works chroot /chroot/a /bin/bash - In the chroot I run the shell script, which echoes hello: bash test.sh - Then I leave the chroot (ctrl-d) and start the shell script from chroot: chroot /chroot/a /bin/bash /test.sh This returns: bash: *: No such file or directory (where * is a white smiley) - The strange thing is that: chroot /chroot/a /bin/bash test.sh Just works, what is wrong? Cygwin seems to act very weird to / in a chroot. Thanks in advance, Dick -- 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |