PDA

View Full Version : Quake3 Arena


NadaWTB
06-23-2006, 11:53 AM
I have the PBI Quake31.32bfreebsd-i386-PV1.0.pbi installed. I am trying to copy the pak0.pk3 to /usr/local/share/quake3/baseq3, but it keeps telling me I do not have write permission. I even tried to do it from su terminal with no joy.
I have a fresh install of PCBSD. Any help would be appreciated.

dracheflieger
06-23-2006, 01:48 PM
Your directory may not have write rights...by anyone. Show us a ls -l of that directory

NadaWTB
06-23-2006, 01:56 PM
Your directory may not have write rights...by anyone. Show us a ls -l of that directory


PCBSD# cd /usr/local/share/quake3/baseq3
PCBSD# ls -l
total 367052
-r-xr-xr-x 1 root wheel 349437952 Jun 22 20:14 pak0.pk3
-rw-r--r-- 1 root wheel 374405 Jun 22 19:35 pak1.pk3
-rw-r--r-- 1 root wheel 7511182 Jun 22 19:35 pak2.pk3
-rw-r--r-- 1 root wheel 276305 Jun 22 19:35 pak3.pk3
-rw-r--r-- 1 root wheel 9600350 Jun 22 19:35 pak4.pk3
-rw-r--r-- 1 root wheel 191872 Jun 22 19:35 pak5.pk3
-rw-r--r-- 1 root wheel 7346884 Jun 22 19:35 pak6.pk3
-rw-r--r-- 1 root wheel 320873 Jun 22 19:35 pak7.pk3
-rw-r--r-- 1 root wheel 454478 Jun 22 19:35 pak8.pk


PCBSD# cd /usr/local/share/quake3
PCBSD# ls -l
total 4
drwxr-xr-x 2 root wheel 512 Jun 22 19:52 baseq3
drwxr-xr-x 2 root wheel 512 Jun 22 19:35 missionpack

dracheflieger
06-23-2006, 02:18 PM
r-xr-xr-x 1 root wheel 349437952 Jun 22 20:14 pak0.pk3

looks like it's there now according to your listing. It doesn't have write rights though.

NadaWTB
06-23-2006, 02:27 PM
how can I change the write permissions?

dracheflieger
06-23-2006, 03:38 PM
I'm not too swift on chmod but

chmod +w pak0.pk3

will give it root right writes

NadaWTB
06-23-2006, 06:27 PM
I'm not too swift on chmod but

chmod +w pak0.pk3

will give it root right writes

I tried that and still no joy

I hate being such a n00b

antik
06-23-2006, 06:30 PM
I'm not too swift on chmod but

chmod +w pak0.pk3

will give it root right writes

I tried that and still no joy

I hate being such a n00b

Read The Fine Manual (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/permissions.html).

dracheflieger
06-23-2006, 06:57 PM
Thank you antik!

The next page is even more helpful to me as to the structure of the directories. Something I'll keep handy.

TerryP
06-23-2006, 07:12 PM
The problem I have is remembing something like

1=X
2=W
4=R

If it was the opistite I'd remember it since it'd be in the same order as the dir listings.

NadaWTB
06-23-2006, 07:34 PM
ok I solved it finally
%su
Password:
PCBSD# cp /home/nada/Desktop/pak0.pk3 /usr/local/share/quake3/baseq3
PCBSD#

dracheflieger
06-24-2006, 03:53 AM
Read The Fine Manual (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/permissions.html).

Printing it out and looking at it now make sense if you can count in binary...that's all it is, a binary count to 7. The only thing you really have to remember is the order of ower|group|world as read|write|(e)xecute is in alphabetical order. Sweet :o

EvilBill
06-27-2006, 01:46 AM
You can user the file manager-super user mode, and just go in & paste that file with the other .pk3's. [pak1.pk3 etc.] That's what I did, worked fine.

Kronos
06-10-2008, 12:17 AM
Where I can get Quake31.32bfreebsd-i386-PV1.0.pbi ? Google did not help (

TerryP
06-10-2008, 05:23 AM
old data, no current PBI exists afaik