Re: Solution, possible FAQ entry: make problem: execvp: /bin/sh: Illegal Argument

2005-05-08 Thread Joshua Daniel Franklin
On 5/6/05, Jørgen Havsberg Seland wrote: This problem is (often) due to the command-line being to long for the windows execution model. To circumvent this, mount the path of the executable using the -X switch. For instance, use On Sat, May 07, 2005 at 05:11:39PM -0700, Joshua Daniel

Re: Solution, possible FAQ entry: make problem: execvp: /bin/sh: Illegal Argument

2005-05-08 Thread Igor Pechtchanski
On Sun, 8 May 2005, Joshua Daniel Franklin wrote: On 5/6/05, Jørgen Havsberg Seland wrote: This problem is (often) due to the command-line being to long for the windows execution model. To circumvent this, mount the path of the executable using the -X switch. For instance, use On

Re: Solution, possible FAQ entry: make problem: execvp: /bin/sh: Illegal Argument

2005-05-08 Thread Christopher Faylor
On Sun, May 08, 2005 at 12:48:00PM -0700, Joshua Daniel Franklin wrote: On 5/6/05, J?rgen Havsberg Seland wrote: This problem is (often) due to the command-line being to long for the windows execution model. To circumvent this, mount the path of the executable using the -X switch. For

Re: Solution, possible FAQ entry: make problem: execvp: /bin/sh: Illegal Argument

2005-05-08 Thread Christopher Faylor
On Sun, May 08, 2005 at 04:11:08PM -0400, Igor Pechtchanski wrote: On Sun, 8 May 2005, Joshua Daniel Franklin wrote: On 5/6/05, J?rgen Havsberg Seland wrote: This problem is (often) due to the command-line being to long for the windows execution model. To circumvent this, mount the path

Re: Solution, possible FAQ entry: make problem: execvp: /bin/sh: Illegal Argument

2005-05-08 Thread Igor Pechtchanski
On Sun, 8 May 2005, Christopher Faylor wrote: On Sun, May 08, 2005 at 04:11:08PM -0400, Igor Pechtchanski wrote: On Sun, 8 May 2005, Joshua Daniel Franklin wrote: On 5/6/05, J?rgen Havsberg Seland wrote: This problem is (often) due to the command-line being to long for the windows

Re: Solution, possible FAQ entry: make problem: execvp: /bin/sh: Illegal Argument

2005-05-08 Thread Christopher Faylor
On Sun, May 08, 2005 at 08:02:17PM -0400, Igor Pechtchanski wrote: On Sun, 8 May 2005, Christopher Faylor wrote: On Sun, May 08, 2005 at 04:11:08PM -0400, Igor Pechtchanski wrote: On Sun, 8 May 2005, Joshua Daniel Franklin wrote: On 5/6/05, J?rgen Havsberg Seland wrote: This problem is

Re: Solution, possible FAQ entry: make problem: execvp: /bin/sh: Illegal Argument

2005-05-08 Thread Christopher Faylor
On Sun, May 08, 2005 at 08:21:26PM -0400, Christopher Faylor wrote: Shouldn't we be able to just mount the */bin variant which is used by default, though? Is that /usr/bin? That would catch the most common cases without using up precious mount table slots. It would not catch the case of someone

Re: Solution, possible FAQ entry: make problem: execvp: /bin/sh: Illegal Argument

2005-05-07 Thread Joshua Daniel Franklin
On 5/6/05, Jørgen Havsberg Seland wrote: This problem is (often) due to the command-line being to long for the windows execution model. To circumvent this, mount the path of the executable using the -X switch. For instance, use I don't mind adding an FAQ, it looks like it's been asked few

Re: Solution, possible FAQ entry: make problem: execvp: /bin/sh: Illegal Argument

2005-05-07 Thread Christopher Faylor
On Sat, May 07, 2005 at 05:11:39PM -0700, Joshua Daniel Franklin wrote: On 5/6/05, J?rgen Havsberg Seland wrote: This problem is (often) due to the command-line being to long for the windows execution model. To circumvent this, mount the path of the executable using the -X switch. For instance,

Solution, possible FAQ entry: make problem: execvp: /bin/sh: Illegal Argument

2005-05-06 Thread Jørgen Havsberg Seland
[This posting is to provide future searchers with a direct hit.] This problem is (often) due to the command-line being to long for the windows execution model. To circumvent this, mount the path of the executable using the -X switch. For instance, use mount -f -X c:/cygwin/bin /bin to enable

Re: Solution, possible FAQ entry: make problem: execvp: /bin/sh: Illegal Argument

2005-05-06 Thread Larry Hall
At 05:47 PM 5/6/2005, you wrote: [This posting is to provide future searchers with a direct hit.] This problem is (often) due to the command-line being to long for the windows execution model. To circumvent this, mount the path of the executable using the -X switch. For instance, use mount -f

Re: Solution, possible FAQ entry: make problem: execvp: /bin/sh: Illegal Argument

2005-05-06 Thread Christopher Faylor
On Fri, May 06, 2005 at 11:47:42PM +0200, J?rgen Havsberg Seland wrote: [This posting is to provide future searchers with a direct hit.] This problem is (often) due to the command-line being to long for the windows execution model. To circumvent this, mount the path of the executable using the