DIDIWIKI - it dos not save text input into a new page

Using applications, configuring, problems
Post Reply
Message
Author
sjain259
Posts: 4
Joined: Sun 07 Sep 2008, 05:38

DIDIWIKI - it dos not save text input into a new page

#1 Post by sjain259 »

I am using pup_400 am trying to learn how to use didiwiki the personal wiki program. I am not able to write & save text into a new page. Th text vanishes when the save button is pressed. What is wrong?
User avatar
silver-city-productions
Posts: 6
Joined: Fri 06 Jun 2008, 18:56
Location: Benicia, CA, USA

#2 Post by silver-city-productions »

Check your permissions. The didiwiki process runs as user 'spot', and there may be an issue with 'spot' getting to the files owned by 'root'.
myman_05
Posts: 27
Joined: Tue 07 Oct 2008, 04:53

Howto change owner

#3 Post by myman_05 »

I have same problem
anagramagia
Posts: 13
Joined: Sat 08 Nov 2008, 23:54

#4 Post by anagramagia »

This is how I solve my problem with didiwiki in puppy linux 4.1: I found that .didiwiki was owned by root and not spot, so i changed owner and group from root to spot and that's it. (Thanks to sylver-city-productions for the idea about the permissions)
Open a console with rxvt, then go to /root/spot/ (to be sure write cd /root/spot/)
Then, for changing owner:
chown spot .didiwiki
And for changing group:
chgrp spot .didiwiki

After those changes didiwiki saves the text I write in a new page.
May be it works for you too.
friednoodle
Posts: 14
Joined: Mon 19 Nov 2007, 09:42

#5 Post by friednoodle »

I have found that opening a console and entering this:

Code: Select all

chmod 744 /root/spot/.didiwiki
or this:

Code: Select all

chmod 0744 /root/spot/.didiwiki
will fix the problem, at least it has worked on a couple of installs.
I'm only guessing, but maybe the source code for didiwiki is written
to prevent writing to a .didiwiki directory with 755 permissions for
better security??? You can also do this with the Rox file manager by clicking on the eye icon when in the spot directory so you can see the .didiwiki directory, then right clicking on the .didiwiki directory, select properties, and untick the write boxes for group and world. If someone
knows that this is the wrong approach please post a reply to this post.

They changes suggested above by anagramagia are probably good
for improving security as well, I would guess that changing both ownership as suggested by anagramagia and permissions as in this post would give the most desirable result, a working and secure didiwiki.
Post Reply