POV-Ray : Newsgroups : povray.newusers : Linux install Server Time
30 Jul 2024 18:15:04 EDT (-0400)
  Linux install (Message 1 to 7 of 7)  
From: Rafal 'Raf256' Maj
Subject: Linux install
Date: 13 Dec 2003 22:08:40
Message: <Xns94512A1271125raf256com@204.213.191.226>
Hi,
I'm a newbie to linux, i'm trying to install pov on my collage linux 
account, but there is problem (probably because I dont have root 
permision).

Do I realy must have root permisions, since I just want to run povray, or 
to install it ONLY for my user (i.e. not for every user of the machine)

-- 
#macro g(U,V)(.4*abs(sin(9*sqrt(pow(x-U,2)+pow(y-V,2))))*pow(1-min(1,(sqrt(
pow(x-U,2)+pow(y-V,2))*.3)),2)+.9)#end#macro p(c)#if(c>1)#local l=mod(c,100
);g(2*div(l,10)-8,2*mod(l,10)-8)*p(div(c,100))#else 1#end#end light_source{
y 2}sphere{z*20 9pigment{function{p(26252423)*p(36455644)*p(66656463)}}}//M


Post a reply to this message

From: Rafal 'Raf256' Maj
Subject: Re: Linux install
Date: 13 Dec 2003 22:15:02
Message: <Xns94512B26B43C1raf256com@204.213.191.226>
spa### [at] raf256com news:Xns### [at] 204213191226

> I'm a newbie to linux, i'm trying to install pov on my collage linux 
> account, but there is problem (probably because I dont have root 
> permision).

More exacly:

[...]
drwxrwxrwx   15 rmaj     student      2048 Oct 22  2002 scenes
drwxrwxrwx    2 rmaj     student      2048 Oct 22  2002 scripts
drwxrwxrwx    2 rmaj     student      2048 Oct 22  2002 tests
bash-2.05a$ ./install
cp: cannot create directory `/usr/local/share/povray-3.5': Permission 
denied
mv: cannot stat `/usr/local/share/povray-3.5/povray.1': No such file or 
directory
mv: cannot stat `/usr/local/share/povray-3.5/povray': No such file or 
directory
mv: cannot stat `/usr/local/share/povray-3.5/povray.ini': No such file or 
directory
mv: cannot stat `/usr/local/share/povray-3.5/povray.conf': No such file or 
directory
mkdir: cannot create directory `/usr/local/share/doc': Permission denied
mv: cannot stat `/usr/local/share/povray-3.5/povray-3.5*': No such file or 
directory


-- 
#macro g(U,V)(.4*abs(sin(9*sqrt(pow(x-U,2)+pow(y-V,2))))*pow(1-min(1,(sqrt(
pow(x-U,2)+pow(y-V,2))*.3)),2)+.9)#end#macro p(c)#if(c>1)#local l=mod(c,100
);g(2*div(l,10)-8,2*mod(l,10)-8)*p(div(c,100))#else 1#end#end light_source{
y 2}sphere{z*20 9pigment{function{p(26252423)*p(36455644)*p(66656463)}}}//M


Post a reply to this message

From: Warp
Subject: Re: Linux install
Date: 13 Dec 2003 22:56:36
Message: <3fdbdf74@news.povray.org>
Simply copy the povray binary which was built to somewhere and the
povray.conf to ~/.povray.conf (and povray.ini to ~/.povrayrc if you
want) and that's it.

-- 
plane{-x+y,-1pigment{bozo color_map{[0rgb x][1rgb x+y]}turbulence 1}}
sphere{0,2pigment{rgbt 1}interior{media{emission 1density{spherical
density_map{[0rgb 0][.5rgb<1,.5>][1rgb 1]}turbulence.9}}}scale
<1,1,3>hollow}text{ttf"timrom""Warp".1,0translate<-1,-.1,2>}//  - Warp -


Post a reply to this message

From: Warp
Subject: Re: Linux install
Date: 13 Dec 2003 22:59:03
Message: <3fdbe007@news.povray.org>
(Of course you might also want to copy the contents of the include
directory somewhere and put a proper +L line on ~/.povrayrc as well...)

-- 
plane{-x+y,-1pigment{bozo color_map{[0rgb x][1rgb x+y]}turbulence 1}}
sphere{0,2pigment{rgbt 1}interior{media{emission 1density{spherical
density_map{[0rgb 0][.5rgb<1,.5>][1rgb 1]}turbulence.9}}}scale
<1,1,3>hollow}text{ttf"timrom""Warp".1,0translate<-1,-.1,2>}//  - Warp -


Post a reply to this message

From: Rafal 'Raf256' Maj
Subject: Re: Linux install
Date: 14 Dec 2003 11:37:44
Message: <Xns9451B339C22C9raf256com@204.213.191.226>
war### [at] tagpovrayorg news:3fdbdf74@news.povray.org

>   Simply copy the povray binary which was built to somewhere and the

Oh yes, I didnt noticed that binary was already build :)


-- 
#macro g(U,V)(.4*abs(sin(9*sqrt(pow(x-U,2)+pow(y-V,2))))*pow(1-min(1,(sqrt(
pow(x-U,2)+pow(y-V,2))*.3)),2)+.9)#end#macro p(c)#if(c>1)#local l=mod(c,100
);g(2*div(l,10)-8,2*mod(l,10)-8)*p(div(c,100))#else 1#end#end light_source{
y 2}sphere{z*20 9pigment{function{p(26252423)*p(36455644)*p(66656463)}}}//M


Post a reply to this message

From: Rafal 'Raf256' Maj
Subject: Re: Linux install
Date: 14 Dec 2003 14:18:59
Message: <Xns9451CE8F0F1ADraf256com@204.213.191.226>
spa### [at] raf256com news:Xns### [at] 204213191226

>>   Simply copy the povray binary which was built to somewhere and the
> Oh yes, I didnt noticed that binary was already build :)


But, I still have problem, PovRay starts but he complains about acces 
denied to povray.ini and suggesting me to modify povray.conf

can povray.conf be placed in same directory where pov executable is?
Povray.conf and povray.ini has mode 777, and in povray.conf security is 
disabled (as default - so its relaing on filemode settings).

What to change to make it work?



-- 
#macro g(U,V)(.4*abs(sin(9*sqrt(pow(x-U,2)+pow(y-V,2))))*pow(1-min(1,(sqrt(
pow(x-U,2)+pow(y-V,2))*.3)),2)+.9)#end#macro p(c)#if(c>1)#local l=mod(c,100
);g(2*div(l,10)-8,2*mod(l,10)-8)*p(div(c,100))#else 1#end#end light_source{
y 2}sphere{z*20 9pigment{function{p(26252423)*p(36455644)*p(66656463)}}}//M


Post a reply to this message

From: Warp
Subject: Re: Linux install
Date: 14 Dec 2003 16:16:13
Message: <3fdcd31d@news.povray.org>
Rafal 'Raf256' Maj <spa### [at] raf256com> wrote:
> can povray.conf be placed in same directory where pov executable is?

  Did you read my reply?
  Copy povray.conf to ~/.povray.conf

> Povray.conf and povray.ini has mode 777

  Extremely bad idea.

-- 
#macro N(D)#if(D>99)cylinder{M()#local D=div(D,104);M().5,2pigment{rgb M()}}
N(D)#end#end#macro M()<mod(D,13)-6mod(div(D,13)8)-3,10>#end blob{
N(11117333955)N(4254934330)N(3900569407)N(7382340)N(3358)N(970)}//  - Warp -


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.