Public bug reported:

The service-runnable script provided in the package attempts to create a
temporary file with the command `mktemp --tmpdir booth-check.XXXXXX`.
Since a template is provided `--tmpdir` is no longer implied and it
attempts to create this file in the cwd. The problem is that booth
processes run with a cwd of / and would not have permission to create a
temporary file their. The command should be updated to `mktemp --tmpdir
booth-check.XXXXXX` so that the temporary file is created in a writable
directory.

** Affects: booth (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2123831

Title:
  service-runnable fails to create tmpshadow

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/booth/+bug/2123831/+subscriptions


-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to