Closed
Bug 146134
Opened 23 years ago
Closed 23 years ago
checksetup.pl gives weird error message.
Categories
(Bugzilla :: Installation & Upgrading, defect, P2)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: CodeMachine, Assigned: bbaetz)
Details
Attachments
(1 file, 2 obsolete files)
1.22 KB,
patch
|
justdave
:
review+
justdave
:
review+
|
Details | Diff | Splinter Review |
What The Heck?
---
Checking user setup ...
Warning: you have entered a value for the "webservergroup" parameter
in localconfig, but you are not running this script as root.
This can cause permissions problems and decreased security. If you
experience problems running Bugzilla scripts, log in as root and re-run
this script, or remove the value of the "webservergroup" parameter.
Note that any warnings about "uninitialized values" that you may
see below are caused by this.
Content-type: text/html
<H1>Software error:</H1>
<PRE>Couldn't rmdir attachment: Permission denied
</PRE>
<P>
For help, please send mail to this site's webmaster, giving this error message
and the time and date of the error.
[Wed May 22 18:46:06 2002] checksetup.pl: Couldn't rmdir attachment: Permission
denied
Assignee | ||
Comment 1•23 years ago
|
||
Why are we getting html-style errors? Is this cause we're not saving the die
handler arround calls to templates which load CGI.pm (And the associated eval)?
The rmdir call is coming from the template stuff (and I'm curious why its
triggereing at all, since noone change the .lastRebuild flag file recently).
What are the permissions/ownerships on data/template/* ?
Reporter | ||
Updated•23 years ago
|
Priority: -- → P2
Target Milestone: --- → Bugzilla 2.18
Comment 2•23 years ago
|
||
Assignee | ||
Comment 3•23 years ago
|
||
Attachment #97853 -
Attachment is obsolete: true
Comment 4•23 years ago
|
||
Comment on attachment 97856 [details] [diff] [review]
I prefer this
2xr= justdave
it works.
And it looks much cleaner :-)
You might want to change the comment to reflect what you actually did before
checking it in though.
Attachment #97856 -
Flags: review+
Assignee | ||
Comment 5•23 years ago
|
||
Attachment #97856 -
Attachment is obsolete: true
Comment 6•23 years ago
|
||
Comment on attachment 97859 [details] [diff] [review]
stupid cvs conflicts
2xr= justdave
works for me.
Attachment #97859 -
Flags: review+
Assignee | ||
Comment 8•23 years ago
|
||
Checked in.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•