[sword-devel] I have been unable to get personal commentary to work
sword-devel@crosswire.org
sword-devel@crosswire.org
Thu, 1 Feb 2001 01:07:51 -0500 (EST)
Changing the permissions as you suggested didn't help.
# ls -la /usr/share/sword/modules/comments/rawfiles/personal
total 716
drwxrwxrwx 2 root root 4096 Jan 31 22:19 .
drwxrwxrwx 3 root root 4096 Oct 21 22:26 ..
-rw-rw-rw- 1 root root 127312 Dec 12 1999 nt
-rw-rw-rw- 1 root root 49476 Dec 12 1999 nt.vss
-rw-rw-rw- 1 root root 370320 Dec 12 1999 ot
-rw-rw-rw- 1 root root 144690 Dec 12 1999 ot.vss
-rw-rw-rw- 1 root root 176 Dec 12 1999 personal.conf
I still get "a Personal Commentary Module not found!"
error message.
(I even tried running the program as root, and it still didn't work.)
Troy A. Griffitts wrote:
>
> > bash-2.04$ ls -l /usr/share/sword/modules/comments/rawfiles/personal/
> > total 708
> > -rw-rw-r-- 1 root root 127312 Dec 12 1999 nt
> > -rw-rw-r-- 1 root root 49476 Dec 12 1999 nt.vss
> > -rw-rw-r-- 1 root root 370320 Dec 12 1999 ot
> > -rw-rw-r-- 1 root root 144690 Dec 12 1999 ot.vss
> > -rw-rw-r-- 1 root root 176 Dec 12 1999 personal.conf
> >
> > bash-2.04$ cat /usr/share/sword/mods.d/personal.conf
> > [Personal]
> > DataPath=./modules/comments/rawfiles/personal/
> > ModDrv=RawFiles
> > Description=Personal Commentary
> > About=This module allows you to store your own commentary.
>
> Seems your permissions are set for write access by root only. This may
> be your problem.
> try:
> cd /usr/share/sword/modules/comments/rawfiles
> chmod -R o+w personal
>
Richard Holcombe