|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
I've got a problem where when I run as root:
povray zini.ini,
where the zini.ini includes among other things a line of:
Output_File_Name=/home/greg/images/
It runs fine.
But when I run it as non-root, I get
"Scene File Parser Initialization Error: Cannot open input file."
And I have a foggy memory if it once complaining about not being able to
open output file. (just not this time as I went to type).
Of course, i've done a lot of things as root on this kanotix linux box. How
do I fix this prob?
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Greg M. Johnson wrote:
> Of course, i've done a lot of things as root on this kanotix linux box. How
> do I fix this prob?
At first we should know how the file permissions are set. What does a
ls -la
say?
Maybe the file belongs to root and no other users can read it...
Just my two eurocents,
Bonsai
--
<--------------------------->
___ __ __ _ ___ ___ _
| _ ) \ \( ) _) _ )( )
| _ \() |\ \ |\ \/ _ \| |
|___/__/_)\__)___)/ \_)_)
www.b0n541.net
<--------------------------->
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
What have you got your I/O Restriction settings set to?
Jim
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
-rw-rw-r-- 1 greg greg 557 Nov 7 22:46 zini.ini
Bonsai wrote:
> At first we should know how the file permissions are set. What does a
>
> ls -la
>
> say?
>
> Maybe the file belongs to root and no other users can read it...
>
> Just my two eurocents,
>
> Bonsai
>
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Greg M. Johnson wrote:
> I've got a problem where when I run as root:
>
> povray zini.ini,
> where the zini.ini includes among other things a line of:
>
> Output_File_Name=/home/greg/images/
>
> It runs fine.
>
> But when I run it as non-root, I get
> "Scene File Parser Initialization Error: Cannot open input file."
>
> And I have a foggy memory if it once complaining about not being able to
> open output file. (just not this time as I went to type).
>
> Of course, i've done a lot of things as root on this kanotix linux box. How
> do I fix this prob?
ls -ld /home/greg ?
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Greg M. Johnson wrote:
> -rw-rw-r-- 1 greg greg 557 Nov 7 22:46 zini.ini
This should be fine, when you're logged in as user greg. Maybe you try
to read other .ini files in your scene? Are you sure that you can read
the .ini files that come with POV-Ray? They are located in
/usr/share/povray*/ini on my linux box. Have you tried to render a
sample scene from POV-Ray as user greg?
Even more eurocents from my side... ;-)
So long,
Bonsai
--
<--------------------------->
___ __ __ _ ___ ___ _
| _ ) \ \( ) _) _ )( )
| _ \() |\ \ |\ \/ _ \| |
|___/__/_)\__)___)/ \_)_)
www.b0n541.net
<--------------------------->
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
stephen parkinson wrote:
>
> ls -ld /home/greg ?
drwxr-xr-x 85 greg greg 21048 Nov 9 21:25 /home/greg
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |