On Wednesday 25 July 2007, Daniel Doughty wrote:
> I didn't do a manual checkout from CVS.  I pulled down the last 3 months
> distros and they all do it.  And /tmp has exec for the mountpoint or else
> the make command wouldn't kick off, right?

no, make would work fine irregardless.  noexec affects things that live on the 
mounted system, not anywhere else.  make lives in /usr/bin/.

verify something simple works in that directory like:
cat << EOF > foo.sh
#!/bin/bash
echo HI
EOF
chmod a+rx foo.sh
./foo.sh

if that fails, run it through strace.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to