Skip to content

Configuration failed due to cp -p #2896

@Amadrath

Description

@Amadrath
uname: Linux 6.8.0-79-lowlatency #79.1-Ubuntu SMP PREEMPT_DYNAMIC Sat Aug 16 07:14:37 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux

The configuration wizard failed during the last step due to lack of support for preserving permissions if copying a file to /tmp (cp -p). Changing the ownership of /tmp did not work. Neither does cp -a. What solved the issue for me, was setting up a temp directory and setting TMPDIR to point to it:

mkdir ~/temp
export TMPDIR=~/temp

It could be, that cp does not allow preservation, when the target is a directory with the sticky bit!? I have found no conclusive explanation for this behavior.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions