I am getting the following messsage help required (Message 1 to 3 of 3)
From: Sanjay Chitte
Subject: I am getting the following messsage help required
Date: 2 Aug 2002 14:56:09
Message: <3d4ad5c9$1@news.povray.org>
# /apps1/prov/bin/povray noise_generator.pov
Persistence of Vision(tm) Ray Tracer Version 3.5 Unix (.Linux.gcc)
This is an unofficial version compiled by:
FILL IN NAME HERE.........................
The POV-Ray Team(tm) is not responsible for supporting this version.
Copyright 1991-2002 POV-Ray Team(tm)
INI File Error: I/O restriction prohibits read access to file
'./povray.ini'.
Refer to the platform specific documentation for details.
the .povray file is in the current directory....
os is solaris8
sanjay
From: Micha Riser
Subject: Re: I am getting the following messsage help required
Date: 2 Aug 2002 15:12:40
Message: <3d4ad9a7@news.povray.org>
Sanjay Chitte wrote:
> # /apps1/prov/bin/povray noise_generator.pov> Persistence of Vision(tm) Ray Tracer Version 3.5 Unix (.Linux.gcc)> This is an unofficial version compiled by:> FILL IN NAME HERE.........................> The POV-Ray Team(tm) is not responsible for supporting this version.> Copyright 1991-2002 POV-Ray Team(tm)> INI File Error: I/O restriction prohibits read access to file> './povray.ini'.> Refer to the platform specific documentation for details.> > the .povray file is in the current directory....>
Read some posts above or below about 'povray.conf'. You need to create such
a file. And you should have filled in your name where now stands 'FILL IN
NAME HERE' ;)
- Micha
--
http://objects.povworld.org - the POV-Ray Objects Collection
From: Jiri Hnidek
Subject: Re: I am getting the following messsage help required
Date: 5 Aug 2002 09:31:34
Message: <3D4EFC93.C4261EB6@vslib.cz>
> # /apps1/prov/bin/povray noise_generator.pov> Persistence of Vision(tm) Ray Tracer Version 3.5 Unix (.Linux.gcc)> This is an unofficial version compiled by:> FILL IN NAME HERE.........................> The POV-Ray Team(tm) is not responsible for supporting this version.> Copyright 1991-2002 POV-Ray Team(tm)> INI File Error: I/O restriction prohibits read access to file> './povray.ini'.> Refer to the platform specific documentation for details.>> the .povray file is in the current directory....>> os is solaris8>> sanjay
When I tried to change file ~/.povray.conf :
[File I/O Security]
none
it did not help. I think, that all configuring of I/O restriction
is not function. So I solved this problem small
hack of sorce code:
file: src/unix.cpp
line: 1331
change: io_all_allowed=true;
Jiri Hnidek