[sword-devel] I have been unable to get personal commentary to work
Troy A. Griffitts
sword-devel@crosswire.org
Wed, 31 Jan 2001 21:27:38 -0700
> 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