Closed
Bug 347706
Opened 19 years ago
Closed 19 years ago
Params can't be updated when webservergroup is empty
Categories
(Bugzilla :: Installation & Upgrading, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 3.0
People
(Reporter: karl, Assigned: mkanat)
Details
Attachments
(1 file)
|
1.64 KB,
patch
|
Details | Diff | Splinter Review |
As part of my dev work on another bug, I had to change params on a file. However, the action silently failed, leaving a little params tempfile blob behind.
My webservergroup parameter is empty.
He is the `ls -l` output of the data/params file, with tempfile blobs:
> -rw-rw-rw- 1 bugzilla users 5011 Aug 6 23:13 data/params
> -rw------- 1 apache apache 5011 Aug 6 23:15 data/params.bheyz
> -rw------- 1 apache apache 5013 Aug 6 23:09 data/params.TdPWk
Here is the output of `ls -ld data`:
> drwxrwxrwt 9 bugzilla users 4096 Aug 6 23:15 data
| Assignee | ||
Comment 1•19 years ago
|
||
Okay, this fixes it on my end. karl, does this fix it for you?
| Reporter | ||
Comment 2•19 years ago
|
||
Patch applied fine to tip, and this fixes the problem I described.
| Assignee | ||
Comment 3•19 years ago
|
||
Great. Thanks, Karl!
Requesting approval directly as module owner.
Status: NEW → ASSIGNED
Flags: approval?
Updated•19 years ago
|
Flags: approval? → approval+
| Assignee | ||
Comment 4•19 years ago
|
||
Checking in Bugzilla/Install/Filesystem.pm;
/cvsroot/mozilla/webtools/bugzilla/Bugzilla/Install/Filesystem.pm,v <-- Filesystem.pm
new revision: 1.8; previous revision: 1.7
done
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•