Re: installation without a CD [message #71235] |
Fri, 04 June 2010 03:41 |
Carsten Lechte
Messages: 124 Registered: August 2006
|
Senior Member |
|
|
spacermase wrote:
> Ok, fixed it- I had to give execution permission to the entire
> directory (not just the script).
Just as a sidenote: the 'x' permission for a directory means that
the directory may be searched. It has nothing to do with executing
files. However, if one cannot search a directory, one cannot open
files in it, and what cannot be opened cannot be executed.
chl
|
|
|
Re: installation without a CD [message #71242 is a reply to message #71235] |
Thu, 03 June 2010 09:23  |
spacermase
Messages: 13 Registered: June 2010
|
Junior Member |
|
|
On Jun 3, 9:34 am, spacermase <thomsonmasonfis...@gmail.com> wrote:
> On Jun 2, 6:58 pm, pp <pp.pente...@gmail.com> wrote:
>
>> Have you checked that ./xinstall has execute permission?
>
> I have granted it execute permission using chmod, but I still get the
> same error.
Ok, fixed it- I had to give execution permission to the entire
directory (not just the script).
|
|
|
Re: installation without a CD [message #71243 is a reply to message #71242] |
Thu, 03 June 2010 09:00  |
cgguido
Messages: 195 Registered: August 2005
|
Senior Member |
|
|
> It's probably worth noting that the line of code that's apparently
> triggering this is as follows:
> exec ./xinstall $INSTALL_DIR $DATA_DIR $DELETE_DATA
do you have read-write-execute privileges for those directories and
the files within them?
What are the values of $INSTALL_DIR, $DATA_DIR, and $DELETE_DATA?
Could they be weird directories with weird permissions, like belonging
to a user that made the zip file but that may not exist on your system?
|
|
|
Re: installation without a CD [message #71244 is a reply to message #71243] |
Thu, 03 June 2010 08:22  |
spacermase
Messages: 13 Registered: June 2010
|
Junior Member |
|
|
On Jun 3, 11:07 am, FÖLDY Lajos <fo...@rmki.kfki.hu> wrote:
> On Thu, 3 Jun 2010, spacermase wrote:
>> On Jun 2, 6:58 pm, pp <pp.pente...@gmail.com> wrote:
>>> Have you checked that ./xinstall has execute permission?
>
>> I have granted it execute permission using chmod, but I still get the
>> same error.
>
> Try 'bash xinstall'
>
> regards,
> lajos
Same result,as well.
It's probably worth noting that the line of code that's apparently
triggering this is as follows:
exec ./xinstall $INSTALL_DIR $DATA_DIR $DELETE_DATA
|
|
|
Re: installation without a CD [message #71245 is a reply to message #71244] |
Thu, 03 June 2010 08:07  |
Foldy Lajos
Messages: 268 Registered: October 2001
|
Senior Member |
|
|
On Thu, 3 Jun 2010, spacermase wrote:
> On Jun 2, 6:58 pm, pp <pp.pente...@gmail.com> wrote:
>> Have you checked that ./xinstall has execute permission?
>
> I have granted it execute permission using chmod, but I still get the
> same error.
>
Try 'bash xinstall'
regards,
lajos
|
|
|
Re: installation without a CD [message #71246 is a reply to message #71245] |
Thu, 03 June 2010 07:56  |
spacermase
Messages: 13 Registered: June 2010
|
Junior Member |
|
|
On Jun 3, 10:40 am, Wox <s...@nomail.com> wrote:
> Can you run it as root?
>
> On Thu, 3 Jun 2010 06:34:31 -0700 (PDT), spacermase
>
> <thomsonmasonfis...@gmail.com> wrote:
>> On Jun 2, 6:58 pm, pp <pp.pente...@gmail.com> wrote:
>>> Have you checked that ./xinstall has execute permission?
>
>> I have granted it execute permission using chmod, but I still get the
>> same error.
>
>
Running as root still yields the same error.
|
|
|
|
Re: installation without a CD [message #71248 is a reply to message #71247] |
Thu, 03 June 2010 06:34  |
spacermase
Messages: 13 Registered: June 2010
|
Junior Member |
|
|
On Jun 2, 6:58 pm, pp <pp.pente...@gmail.com> wrote:
> Have you checked that ./xinstall has execute permission?
I have granted it execute permission using chmod, but I still get the
same error.
|
|
|
|