permission denied with megapov 1.1 (Message 1 to 3 of 3)
From: LightBeam
Subject: permission denied with megapov 1.1
Date: 18 Aug 2004 12:43:32
Message: <41238734$1@news.povray.org>
Hello, a friend of me have this error at parsing :
(Megapov 1.1 under linux OS)
#include "colors.inc"
Parse Error: Reading from /usr/local/share/povray-3.6/include/colors.inc' is
not permitted. Check the configuration in
/usr/local/etc/megapov/1.1/povray.conf'.
Root instalation ?? Something else ?
what the problem ? Thx.
From: Christoph Hormann
Subject: Re: permission denied with megapov 1.1
Date: 18 Aug 2004 13:00:02
Message: <cg01oi$9bj$1@chho.imagico.de>
LightBeam wrote:
> Hello, a friend of me have this error at parsing :> (Megapov 1.1 under linux OS)> > #include "colors.inc"> Parse Error: Reading from > /usr/local/share/povray-3.6/include/colors.inc' is> not permitted. Check the configuration in > /usr/local/etc/megapov/1.1/povray.conf'.> > Root instalation ?? Something else ?> what the problem ? Thx.
It says "Check the configuration in
/usr/local/etc/megapov/1.1/povray.conf" so you should check the
configuration there. It will have to list
read* = /usr/local/share/povray-3.6/include
if IO-restrictions are enabled. I should probably add this to the
default povray.conf coming with the package.
Christoph
--
POV-Ray tutorials, include files, Sim-POV,
HCR-Edit and more: http://www.tu-bs.de/~y0013390/
Last updated 06 Jul. 2004 _____./\/^>_*_<^\/\.______
From: LightBeam
Subject: Re: permission denied with megapov 1.1
Date: 18 Aug 2004 13:06:56
Message: <41238cb0@news.povray.org>
Christoph Hormann wrote:
> LightBeam wrote:> >> Hello, a friend of me have this error at parsing :>> (Megapov 1.1 under linux OS)>>>> #include "colors.inc">> Parse Error: Reading from >> /usr/local/share/povray-3.6/include/colors.inc' is>> not permitted. Check the configuration in >> /usr/local/etc/megapov/1.1/povray.conf'.>>>> Root instalation ?? Something else ?>> what the problem ? Thx.> > > It says "Check the configuration in > /usr/local/etc/megapov/1.1/povray.conf" so you should check the > configuration there. It will have to list> > read* = /usr/local/share/povray-3.6/include> > if IO-restrictions are enabled. I should probably add this to the > default povray.conf coming with the package.> > Christoph>
Thnak you Christoph, the hot line is the more efficient I ever seen ;-))