Bug 53698 - UMC-Webserver: OSError: [Errno 30] Read-only file system: '/tmp/tmp...'
UMC-Webserver: OSError: [Errno 30] Read-only file system: '/tmp/tmp...'
Status: NEW
Product: UCS
Classification: Unclassified
Component: UMC (Generic)
UCS 5.0
Other Linux
: P5 normal (vote)
: ---
Assigned To: UMC maintainers
UMC maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2021-08-20 16:08 CEST by Christian Castens
Modified: 2021-08-20 16:09 CEST (History)
1 user (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number: 2021080121000262, 2021080121000253
Bug group (optional): Error handling, External feedback
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Castens univentionstaff 2021-08-20 16:08:09 CEST
Version: 5.0-0 errata59

Error:
Traceback (most recent call last):
  File "%PY3%/cherrypy/_cprequest.py", line 663, in respond
    self.body.process()
  File "%PY3%/cherrypy/_cpreqbody.py", line 989, in process
    super(RequestBody, self).process()
  File "%PY3%/cherrypy/_cpreqbody.py", line 558, in process
    proc(self)
  File "%PY3%/cherrypy/_cpreqbody.py", line 223, in process_multipart_form_data
    process_multipart(entity)
  File "%PY3%/cherrypy/_cpreqbody.py", line 215, in process_multipart
    part.process()
  File "%PY3%/cherrypy/_cpreqbody.py", line 556, in process
    self.default_proc()
  File "%PY3%/cherrypy/_cpreqbody.py", line 715, in default_proc
    self.file = self.read_into_file()
  File "%PY3%/cherrypy/_cpreqbody.py", line 729, in read_into_file
    fp_out = self.make_file()
  File "%PY3%/cherrypy/_cpreqbody.py", line 512, in make_file
    return tempfile.TemporaryFile()
  File "/usr/lib/python3.7/tempfile.py", line 757, in TemporaryFile
    (fd, name) = _mkstemp_inner(dir, prefix, suffix, flags, output_type)
  File "/usr/lib/python3.7/tempfile.py", line 397, in _mkstemp_inner
    fd = _os.open(file, flags, 0o600)
OSError: [Errno 30] Read-only file system: '/tmp/tmp387ed1jf'