You are here: Foswiki>Tasks Web>Item9313 (15 Mar 2011, GeorgeClark)Edit Attach

Item9313: configure WorkingDir warning is odd

pencil
Priority: Low
Current State: No Action Required
Released In: n/a
Target Release: n/a
Applies To: Engine
Component: Configure
Branches:
Reported By: SvenDowideit
Waiting For:
Last Change By: GeorgeClark
I'm sure we don't actually care if the README is writeable - I'm guessing it should be telling the admin that the directories are not writeable?

{WorkingDir} required    use default
Error: /home/sven/src/svn.foswiki.org/core/working/README is not writable
/home/sven/src/svn.foswiki.org/core/working/work_areas/README is not writable
/home/sven/src/svn.foswiki.org/core/working/tmp/README is not writable
/home/sven/src/svn.foswiki.org/core/working/registration_approvals/README is not writable

-- SvenDowideit - 13 Jul 2010

Not that simple; for example, a pre-existing log file has to be writable.

We could filter the name README but IMHO it's more effort than it's worth.

Confirmed and lowered from Urgent to Low.

-- CrawfordCurrie - 16 Jul 2010

Does this still happen? The test for the Working directory is supposed to filter out the README files:

my $e = $this->checkTreePerms( $Foswiki::cfg{WorkingDir}, 'rw', qr/configure\/backup\/|README/ );

I just did chmod -w to a README file in working and it does not trigger any errors/warnings.

-- GeorgeClark - 19 Jul 2010
 

ItemTemplate edit

Summary configure WorkingDir warning is odd
ReportedBy SvenDowideit
Codebase trunk
SVN Range
AppliesTo Engine
Component Configure
Priority Low
CurrentState No Action Required
WaitingFor
Checkins
TargetRelease n/a
ReleasedIn n/a
Topic revision: r4 - 15 Mar 2011, GeorgeClark
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy