[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Rebuilt server
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Rebuilt server
- From: henrik (at) hswn.dk (Henrik Stoerner)
- Date: Fri, 27 Jan 2006 14:07:03 +0100
- References: <02ba01c62337$0a4d4f50$0500a8c0@noip.org>
- User-agent: Mutt/1.5.9i
On Fri, Jan 27, 2006 at 12:44:31PM +0100, lars ebeling wrote:
> I copied my Hobbit home directory back, and installed a new snapshot.
> After some trial and error almost everything works. All datafiles are
> updated. Main view, All non green and NK view seems to work.
>
> But when I click on History button I get: Cannot open history file.
> And no graphs are created.
Check the permissions on the "data" directory and the directories/files
below. They must be accessible by the UID running your webserver, since
these requests are handled by CGI programs.
So directories should be mode 755, files mode 644 - all owned by hobbit.
Henrik