Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Problems with Par PP - creation of /tmp/par-SYSTEM/cache ... failed

by Anonymous Monk
on Feb 08, 2010 at 02:43 UTC ( [id://821927]=note: print w/replies, xml ) Need Help??


in reply to Problems with Par PP - creation of /tmp/par-SYSTEM/cache ... failed

seems that common libraries are always expanded in par-SYSTEM ...

Check the %ENV for PAR vars overrides (see PAR::Environment

PAR should always expand in $TMP/par-username, so your user must be SYSTEM, or there is an override

  • Comment on Re: Problems with Par PP - creation of /tmp/par-SYSTEM/cache ... failed

Replies are listed 'Best First'.
Re^2: Problems with Par PP - creation of /tmp/par-SYSTEM/cache ... failed
by Anonymous Monk on Feb 08, 2010 at 10:11 UTC
    Hi,

    thanks for response. I'm afraid I cannot understand fully your advice. Is there a solution to this problem and what should I do (i've tried to change environment variables - but it seems that common libraries are always expanded in par-SYSTEM) ?

    Thanks in advance,

    regards,

    Bulek.

      • check env export |grep PAR
      • check username print $ENV{USERNAME}
      • export PAR_GLOBAL_DEBUG=666
      • some combination of chown/chmod so user not root owns executable
      • ...
      • document your debugging efforts

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://821927]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (1)
As of 2024-04-16 16:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found