ander ander
  • Joined on 2021-11-20
ander commented on issue ungleich-public/cdist#332 2022-05-02 18:34:59 +00:00
__file: mktemp -u checks for perms

__file: broken on macOS config hosts: https://github.com/cdist-community/cdist-conf/issues/53

The latest versions of macOS mount / read-only:

$ mktemp -u /foo.XXXXXX
mktemp: mkstemp…
ander commented on issue ungleich-public/cdist#332 2022-04-12 08:31:00 +00:00
__file: mktemp -u checks for perms

Maybe it's time to have globally usable randomzied run id, which can be used for variety of things. Starting with temp file suffixes etc. For example $__run_id?

ander commented on issue ungleich-public/cdist#332 2022-04-12 07:29:52 +00:00
__file: mktemp -u checks for perms

I don't understand how suffix change helps.

mktemp -u will still check if ${destination} is accessible (locally).

ander opened issue ungleich-public/cdist#332 2022-04-12 06:22:19 +00:00
__file: mktemp -u checks for perms