InTime Agents

Resolving a “private subdirectory is unsafe” error message

902 views November 28, 2019 November 28, 2019 pohheng 0

Error:

A message with contents similar to the following:

[P] /home/user/.plunify/user_123456789012/tmp_1234/parse_vivado_rpt.sh: private subdirectory /home/user/.temp/par-123 is unsafe (please remove it and retry your operation)

is reported in the strategy log.

Resolution:

A temporary directory, e.g. "par-123", is created when InTime starts a new job.  This directory's file permission may not be the required "700".  To resolve this,

  1. Delete the "par-123" directory.
  2. Re-submit a job to let InTime re-create it.

(In this example the directory is called par-123. It may be named differently but it starts with "par-".)

cd /home/user/.temp
rm -rf par-123

Applies to:

  • Linux Operating System
  • Windows Operating System

Knowledge Base ID: 201911271 - Last Review: Nov 27 2019 - Revision: 1.0