AWS Thinkbox Discussion Forums

deadline slave not start on render node without monitor input

Hi there, sorry if my language are not clear cuz I’,m Thai people

I have installed deadline 8.0.12.4 to my render node without monitor input using centos 6.8 my issue deadline slave are not start unless I remote desktop connect to those machine or I have to connect monitor to those machine then slave will start correctly, I have sure I set startup application in centos preference already cuz slave can be auto start if I have monitor connected.

I try to remote with ssh protocol and see slave process are running with root user but in deadline monitor not start a job unless I remote with gui or connect a monitor to them.

[root@render-01 bin]# ps aux | grep deadlineslave root 3724 0.0 0.0 103288 804 pts/0 S+ 13:41 0:00 grep deadlineslave

for a working machine I see 2 process are running is user and root process:

[root@render-02 admin]# ps aux | grep deadlineslave admin 4021 6.2 0.5 2194840 169144 ? Sl 13:28 1:07 ./mono --runtime=v4.0 --config /opt/Thinkbox/Deadline8/bin/deadline_mono_config /opt/Thinkbox/Deadline8/bin/deadlineslave.exe root 4685 0.0 0.0 103288 804 pts/0 S+ 13:46 0:00 grep deadlineslave

how I can auto start slave without monitor input and no need remote desktop.

Try re-installing but choosing to install the Launcher as a daemon/service. This will allow the Launcher to start when the system boots so that it can start the Slave.

Error: [20:38.24] ERROR: fxT_chromaticAberration1: 'fxT_chromaticAberration': unknown command. This is most likely from a corrupt .nk file, or from a missing or unlicensed plug-in. Can't render from that Node. at Deadline.Plugins.PluginWrapper.RenderTasks (System.String taskId, Int32 startFrame, Int32 endFrame, System.String& outMessage, FranticX.Processes.AbortLevel& abortLevel) <0x4102a7a0 + 0x00d7f> in <filename unknown>:0

Launcher as a daemon can’t load NUKE_PATH gizmo and python for nuke that I have installed over network. Look like only slave with gui working for NUKE_PATH over network

Any idea?

I found the way to solve this issues here docs.thinkboxsoftware.com/produc … -ref-label

but Why we need to add this value everytime when submitt a job. should be automatic with our OS enviroument valiable

The event opt-ins made things work? That seems a bit unusual.

The error you sent along seems to be coming from a plugin named Chromatic Abberation. I’m guessing it may have been missing from the machine that threw that error, but that’s just a guess.
nukepedia.com/gizmos/filter/ … abberation

FYI. I believe the user mistyped and meant to provide a link to the next section in the provided URL to “environment” in Deadline rendering:
docs.thinkboxsoftware.com/produc … nvironment
(ie: nothing to do with Event Opt-ins, but rather scroll down to the next section in our docs page there…)

This would make way more sense, as Nuke as an application is dependent on “seeing” a few critical environment variables at render-time, to resolve file paths to 3rd party nuke scripts and plugins, etc.

I would also take this opportunity to mention this page which explains how the “environment” can be controlled further within Deadline to a user’s needs as well:
docs.thinkboxsoftware.com/produc … nment.html

Thank you Mike, your link is useful but i just want to permanently enable environment variable not for every time when I submit job.

ok, well couple of options here then.

  1. Configure each of your machines with these env vars permanently.
  2. Use something like our event plugin system to selectively grab some of the submitting machine’s env vars, inject them into the job and the they will get automatically applied down to the render process on the Slave. The event plugin system is automatic once configured.
  3. Use a pipeline/context manager such as FTrack Connect, NIM, Tank (SGTK) or a homebrew system to control your render environment and hook Deadline into it. We have various API hooks to help achieve this in our Scripting API.

I used option 1 as normally before I started this post. here how I config env var for each machine

[code][root@admin admin]# cat /home/admin/.bashrc

.bashrc

Source global definitions

if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi

User specific aliases and functions

export NUKE_PATH=/mnt/nuke:/mnt/nuke/gizmos:/mnt/nuke/python:/mnt/nuke/plugins[/code]

This is work with nuke gui. but not working with deadline

for option 2 and 3 is so compliticate for me but may I try more. As i said option 1 it easy for me.

Thank you so much

What user is running the Deadline Launcher and Slave? Are you using the Deadline feature: “Render Jobs As User”?
docs.thinkboxsoftware.com/produc … r-security
If so, that would explain the problem here, as Nuke is launching as a different user account.
I see your bashrc settings for user: “admin”, but is this the user account that Launcher/Slave is running? If not, then it would not be receiving these settings.
Can you send us a full Deadline log report as well, so we can see the Nuke error in context. Thanks.

linux node are working now just re-install and enable laucher as daemon with admin user (not root) cuz my env var set to admin user

but macOS node still won’t work and here is full error log

[code]=======================================================
Error

Error: [ 6:56.24] ERROR: fxT_chromaticAberration1: ‘fxT_chromaticAberration’: unknown command. This is most likely from a corrupt .nk file, or from a missing or unlicensed plug-in. Can’t render from that Node.
at Deadline.Plugins.PluginWrapper.RenderTasks (System.String taskId, Int32 startFrame, Int32 endFrame, System.String& outMessage, FranticX.Processes.AbortLevel& abortLevel) <0x10c9e0000 + 0x00e57> in :0

=======================================================
Type

RenderPluginException

=======================================================
Stack Trace

at Deadline.Plugins.SandboxedPlugin.a (Deadline.Net.DeadlineMessage A_0) <0x109cca7c0 + 0x0062b> in :0
at Deadline.Plugins.SandboxedPlugin.RenderTask (System.String taskId, Int32 startFrame, Int32 endFrame) <0x10a3060f0 + 0x001be> in :0
at Deadline.Slaves.SlaveRenderThread.a (Deadline.IO.TaskLogWriter A_0) <0x109ccd320 + 0x023bd> in :0

=======================================================
Log

2017-02-24 06:56:21: BEGIN - Mercurys-MacBook-Pro.local\mercury
2017-02-24 06:56:21: 0: Executing plugin command of type ‘Initialize Plugin’
2017-02-24 06:56:21: 0: INFO: Executing plugin script ‘/Users/mercury/Library/Application Support/Thinkbox/Deadline8/slave/mercurys-macbook-pro/plugins/58af75647cfd886ba326851b/Nuke.py’
2017-02-24 06:56:21: 0: INFO: About: Nuke Plugin for Deadline
2017-02-24 06:56:21: 0: INFO: The job’s environment will be merged with the current environment before rendering
2017-02-24 06:56:21: 0: Done executing plugin command of type ‘Initialize Plugin’
2017-02-24 06:56:21: 0: Start Job timeout is disabled.
2017-02-24 06:56:21: 0: Task timeout is disabled.
2017-02-24 06:56:21: 0: Loaded job: ep04_fs001_sh022_comp_v002.nk (58af75647cfd886ba326851b)
2017-02-24 06:56:22: 0: Executing plugin command of type ‘Start Job’
2017-02-24 06:56:22: 0: INFO: Scrubbing the LD and DYLD LIBRARY paths
2017-02-24 06:56:22: 0: INFO: Prepping OFX cache
2017-02-24 06:56:22: 0: INFO: Checking Nuke temp path: /var/tmp/nuke-u501
2017-02-24 06:56:22: 0: INFO: Path already exists
2017-02-24 06:56:22: 0: INFO: OFX cache prepped
2017-02-24 06:56:22: 0: INFO: Starting monitored managed process Nuke
2017-02-24 06:56:22: 0: CheckPathMapping: Swapped “/mnt/projects_sun/054_you_and_me_ripple/scenes/ep04//ep04_fs/ep04_fs001_sh022/nuke/script/ep04_fs001_sh022_comp_v002.nk” with “/Volumes/Projects_Sun/054_you_and_me_ripple/scenes/ep04//ep04_fs/ep04_fs001_sh022/nuke/script/ep04_fs001_sh022_comp_v002.nk”
2017-02-24 06:56:22: 0: CheckPathMapping: Swapped “#write_info Write_exr file:”/mnt/projects_sun/054_you_and_me_ripple/scenes/ep04//ep04_fs/ep04_fs001_sh022/nuke/render/seq/ep04_fs001_sh022_comp_v002.%06d.exr" format:“1920 1080 1” chans:":rgba.red:rgba.green:rgba.blue:" framerange:“1001 1150” fps:“25” colorspace:“default (linear)” datatype:“16 bit half” transfer:“unknown” views:“main” timecode:“00:00:00:00” colorManagement:“Nuke”
2017-02-24 06:56:22: 0: " with “#write_info Write_exr file:”/Volumes/Projects_Sun/054_you_and_me_ripple/scenes/ep04//ep04_fs/ep04_fs001_sh022/nuke/render/seq/ep04_fs001_sh022_comp_v002.%06d.exr" format:“1920 1080 1” chans:":rgba.red:rgba.green:rgba.blue:" framerange:“1001 1150” fps:“25” colorspace:“default (linear)” datatype:“16 bit half” transfer:“unknown” views:“main” timecode:“00:00:00:00” colorManagement:“Nuke”
2017-02-24 06:56:22: 0: "
2017-02-24 06:56:22: 0: CheckPathMapping: Swapped " name /mnt/projects_sun/054_you_and_me_ripple/scenes/ep04//ep04_fs/ep04_fs001_sh022/nuke/script/ep04_fs001_sh022_comp_v002.nk
2017-02-24 06:56:22: 0: " with " name /Volumes/Projects_Sun/054_you_and_me_ripple/scenes/ep04//ep04_fs/ep04_fs001_sh022/nuke/script/ep04_fs001_sh022_comp_v002.nk
2017-02-24 06:56:22: 0: "
2017-02-24 06:56:22: 0: CheckPathMapping: Swapped " file /mnt/projects_sun/054_you_and_me_ripple/scenes/ep04/ep04_fs/ep04_fs001_sh022/anim/movies/ep04_fs001_sh022_anim_v001.mov
2017-02-24 06:56:22: 0: " with " file /Volumes/Projects_Sun/054_you_and_me_ripple/scenes/ep04/ep04_fs/ep04_fs001_sh022/anim/movies/ep04_fs001_sh022_anim_v001.mov
2017-02-24 06:56:22: 0: "
2017-02-24 06:56:22: 0: CheckPathMapping: Swapped " file /mnt/projects_sun/054_you_and_me_ripple/scenes/ep04//ep04_fs/ep04_fs001_sh022/nuke/annotations/ep04_fs001_sh022_comp_annotations_v001.nk
2017-02-24 06:56:22: 0: " with " file /Volumes/Projects_Sun/054_you_and_me_ripple/scenes/ep04//ep04_fs/ep04_fs001_sh022/nuke/annotations/ep04_fs001_sh022_comp_annotations_v001.nk
2017-02-24 06:56:22: 0: "
2017-02-24 06:56:22: 0: CheckPathMapping: Swapped " file /mnt/projects_sun/054_you_and_me_ripple/scenes/ep04/ep04_fs/ep04_fs001_sh017/lighting/render/v002/ep04_fs001_sh017_main_v002.######.exr
2017-02-24 06:56:22: 0: " with " file /Volumes/Projects_Sun/054_you_and_me_ripple/scenes/ep04/ep04_fs/ep04_fs001_sh017/lighting/render/v002/ep04_fs001_sh017_main_v002.######.exr
2017-02-24 06:56:22: 0: "
2017-02-24 06:56:22: 0: CheckPathMapping: Swapped " file /mnt/projects_sun/054_you_and_me_ripple/scenes/ep04/ep04_fs/ep04_fs001_sh022/lighting/render/v003/ep04_fs001_sh022_main_v003.######.exr
2017-02-24 06:56:22: 0: " with " file /Volumes/Projects_Sun/054_you_and_me_ripple/scenes/ep04/ep04_fs/ep04_fs001_sh022/lighting/render/v003/ep04_fs001_sh022_main_v003.######.exr
2017-02-24 06:56:22: 0: "
2017-02-24 06:56:22: 0: CheckPathMapping: Swapped " file /mnt/projects_sun/054_you_and_me_ripple/scenes/ep04/ep04_fs/ep04_fs001_sh022/lighting/render/v001/ep04_fs001_sh022_id_v001.%06d.exr
2017-02-24 06:56:22: 0: " with " file /Volumes/Projects_Sun/054_you_and_me_ripple/scenes/ep04/ep04_fs/ep04_fs001_sh022/lighting/render/v001/ep04_fs001_sh022_id_v001.%06d.exr
2017-02-24 06:56:22: 0: "
2017-02-24 06:56:22: 0: CheckPathMapping: Swapped " file /mnt/projects_sun/054_you_and_me_ripple/scenes/ep04/ep04_fs/ep04_fs001_sh022/fx/render/ep04_fs001_sh022_fx_atmos_v001/rs_atmos/rs_atmos.%06d.exr
2017-02-24 06:56:22: 0: " with " file /Volumes/Projects_Sun/054_you_and_me_ripple/scenes/ep04/ep04_fs/ep04_fs001_sh022/fx/render/ep04_fs001_sh022_fx_atmos_v001/rs_atmos/rs_atmos.%06d.exr
2017-02-24 06:56:22: 0: "
2017-02-24 06:56:22: 0: CheckPathMapping: Swapped " file /mnt/projects_sun/054_you_and_me_ripple/scenes/ep04/ep04_fs/ep04_fs001_sh022/anim/cache/alembic/ep04_fs001_sh022_anim_v002.abc
2017-02-24 06:56:22: 0: " with " file /Volumes/Projects_Sun/054_you_and_me_ripple/scenes/ep04/ep04_fs/ep04_fs001_sh022/anim/cache/alembic/ep04_fs001_sh022_anim_v002.abc
2017-02-24 06:56:22: 0: "
2017-02-24 06:56:22: 0: CheckPathMapping: Swapped " file “/mnt/assets_sun/TEXTURE/ENVIRONMENTS/Sky/360 degree Sky/360-panoramas_###.tif”
2017-02-24 06:56:22: 0: " with " file “/Volumes/Assets_Sun/TEXTURE/ENVIRONMENTS/Sky/360 degree Sky/360-panoramas_###.tif”
2017-02-24 06:56:22: 0: "
2017-02-24 06:56:22: 0: CheckPathMapping: Swapped " {set “hiero/tags/Transcode mov 2017/01/10 12:13:03 PM/path” /mnt/projects_sun/054_you_and_me_ripple/scenes/ep04/ep04_brief/EP4_Fight_GuideX_naming.mov}
2017-02-24 06:56:22: 0: " with " {set “hiero/tags/Transcode mov 2017/01/10 12:13:03 PM/path” /Volumes/Projects_Sun/054_you_and_me_ripple/scenes/ep04/ep04_brief/EP4_Fight_GuideX_naming.mov}
2017-02-24 06:56:22: 0: "
2017-02-24 06:56:22: 0: CheckPathMapping: Swapped " {set “hiero/tags/Transcode mov 2017/01/19 04:29:59 PM/path” /mnt/projects_sun/054_you_and_me_ripple/dailies/2017/01/19/ep04_fs_170119.mov}
2017-02-24 06:56:22: 0: " with " {set “hiero/tags/Transcode mov 2017/01/19 04:29:59 PM/path” /Volumes/Projects_Sun/054_you_and_me_ripple/dailies/2017/01/19/ep04_fs_170119.mov}
2017-02-24 06:56:22: 0: "
2017-02-24 06:56:22: 0: CheckPathMapping: Swapped " {set “hiero/tags/Transcode mov 2017/01/21 01:57:00 AM/path” /mnt/projects_sun/054_you_and_me_ripple/dailies/2017/01/20/ep04_fs_170121.mov}
2017-02-24 06:56:22: 0: " with " {set “hiero/tags/Transcode mov 2017/01/21 01:57:00 AM/path” /Volumes/Projects_Sun/054_you_and_me_ripple/dailies/2017/01/20/ep04_fs_170121.mov}
2017-02-24 06:56:22: 0: "
2017-02-24 06:56:22: 0: CheckPathMapping: Swapped " {set “hiero/tags/Transcode mov 2017/01/21 01:57:00 AM/pathtemplate” “/mnt/projects_sun/054_you_and_me_ripple/dailies/2017/01/20/{sequence}{YY}{MM}{DD}.{ext}"}
2017-02-24 06:56:22: 0: " with " {set “hiero/tags/Transcode mov 2017/01/21 01:57:00 AM/pathtemplate” "/Volumes/Projects_Sun/054_you_and_me_ripple/dailies/2017/01/20/{sequence}
{YY}{MM}{DD}.{ext}”}
2017-02-24 06:56:22: 0: "
2017-02-24 06:56:22: 0: CheckPathMapping: Swapped " {set “hiero/tags/Transcode mov 2017/02/10 08:53:45 PM/path” /mnt/projects_sun/054_you_and_me_ripple/dailies/02/10/ep04_fs_170210.mov}
2017-02-24 06:56:22: 0: " with " {set “hiero/tags/Transcode mov 2017/02/10 08:53:45 PM/path” /Volumes/Projects_Sun/054_you_and_me_ripple/dailies/02/10/ep04_fs_170210.mov}
2017-02-24 06:56:22: 0: "
2017-02-24 06:56:22: 0: CheckPathMapping: Swapped " {set “hiero/tags/Transcode mov 2017/02/10 08:53:45 PM/pathtemplate” “/mnt/projects_sun/054_you_and_me_ripple/dailies/02/10/{sequence}{YY}{MM}{DD}.{ext}"}
2017-02-24 06:56:22: 0: " with " {set “hiero/tags/Transcode mov 2017/02/10 08:53:45 PM/pathtemplate” "/Volumes/Projects_Sun/054_you_and_me_ripple/dailies/02/10/{sequence}
{YY}{MM}{DD}.{ext}”}
2017-02-24 06:56:22: 0: "
2017-02-24 06:56:22: 0: CheckPathMapping: Swapped " {set “hiero/tags/Transcode mov 2017/01/19 04:29:59 PM/pathtemplate” “/mnt/projects_sun/054_you_and_me_ripple/dailies/2017/01/19/{sequence}{YY}{MM}{DD}.{ext}"}
2017-02-24 06:56:22: 0: " with " {set “hiero/tags/Transcode mov 2017/01/19 04:29:59 PM/pathtemplate” "/Volumes/Projects_Sun/054_you_and_me_ripple/dailies/2017/01/19/{sequence}
{YY}{MM}{DD}.{ext}”}
2017-02-24 06:56:22: 0: "
2017-02-24 06:56:22: 0: CheckPathMapping: Swapped " file /mnt/projects_sun/054_you_and_me_ripple/scenes/ep04//ep04_fs/ep04_fs001_sh022/nuke/render/seq/ep04_fs001_sh022_comp_v002.%06d.exr
2017-02-24 06:56:22: 0: " with " file /Volumes/Projects_Sun/054_you_and_me_ripple/scenes/ep04//ep04_fs/ep04_fs001_sh022/nuke/render/seq/ep04_fs001_sh022_comp_v002.%06d.exr
2017-02-24 06:56:22: 0: "
2017-02-24 06:56:22: 0: INFO: Stdout Redirection Enabled: True
2017-02-24 06:56:22: 0: INFO: Asynchronous Stdout Enabled: False
2017-02-24 06:56:22: 0: INFO: Stdout Handling Enabled: True
2017-02-24 06:56:22: 0: INFO: Popup Handling Enabled: True
2017-02-24 06:56:22: 0: INFO: QT Popup Handling Enabled: False
2017-02-24 06:56:22: 0: INFO: WindowsForms10.Window.8.app.* Popup Handling Enabled: False
2017-02-24 06:56:22: 0: INFO: Using Process Tree: True
2017-02-24 06:56:22: 0: INFO: Hiding DOS Window: True
2017-02-24 06:56:22: 0: INFO: Creating New Console: False
2017-02-24 06:56:22: 0: INFO: Running as user: mercury
2017-02-24 06:56:22: 0: INFO: Executable: “/Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/Nuke10.0v6”
2017-02-24 06:56:22: 0: INFO: Rendering with NukeX
2017-02-24 06:56:22: 0: INFO: Argument: -V 2 --nukex -t “/Users/mercury/Library/Application Support/Thinkbox/Deadline8/slave/mercurys-macbook-pro/jobsData/58af75647cfd886ba326851b/thread0_temp0bkVB0/ep04_fs001_sh022_comp_v002.nk”
2017-02-24 06:56:22: 0: INFO: Full Command: “/Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/Nuke10.0v6” -V 2 --nukex -t “/Users/mercury/Library/Application Support/Thinkbox/Deadline8/slave/mercurys-macbook-pro/jobsData/58af75647cfd886ba326851b/thread0_temp0bkVB0/ep04_fs001_sh022_comp_v002.nk”
2017-02-24 06:56:22: 0: INFO: Startup Directory: “/Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS”
2017-02-24 06:56:22: 0: INFO: Process Priority: BelowNormal
2017-02-24 06:56:22: 0: INFO: Process Affinity: default
2017-02-24 06:56:22: 0: INFO: Process is now running
2017-02-24 06:56:22: 0: Done executing plugin command of type ‘Start Job’
2017-02-24 06:56:22: 0: Plugin rendering frame(s): 1131-1140
2017-02-24 06:56:22: 0: Executing plugin command of type ‘Render Task’
2017-02-24 06:56:22: 0: INFO: Rendering write node Write_exr
2017-02-24 06:56:22: 0: STDOUT: NOTE : NukeX functionality is only available with an interactive license. If you wish to
2017-02-24 06:56:22: 0: STDOUT: use this, please specify ‘–nukex -i’ for an interactive license in terminal mode.
2017-02-24 06:56:22: 0: STDOUT: Nuke 10.0v6, 64 bit, built Jan 27 2017.
2017-02-24 06:56:22: 0: STDOUT: Copyright © 2017 The Foundry Visionmongers Ltd. All Rights Reserved.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.402 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.403 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.403 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.403 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.403 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.404 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.404 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.404 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.404 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.405 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.405 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.405 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.405 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.406 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.406 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.408 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.408 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.408 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.408 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.409 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.411 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.411 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.411 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.411 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.421 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.421 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.421 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.422 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.422 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.422 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.423 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.423 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.423 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.423 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.424 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.424 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.424 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.425 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.425 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.426 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.427 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.427 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.427 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.427 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.429 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.430 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.430 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: 2017-02-24 06:56:22.430 Nuke10.0v6[945:9889] This process is attempting to exclude an item from Time Machine by path without administrator privileges. This is not supported.
2017-02-24 06:56:22: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/_pathsetup.py
2017-02-24 06:56:22: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/init.tcl
2017-02-24 06:56:22: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/init.py
2017-02-24 06:56:22: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/setenv.tcl
2017-02-24 06:56:22: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/formats.tcl
2017-02-24 06:56:22: 0: STDOUT: Loading /Users/mercury/.nuke/init.py
2017-02-24 06:56:22: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/getenv.tcl
2017-02-24 06:56:22: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/OCIOColorSpace.dylib
2017-02-24 06:56:22: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/movReader.dylib
2017-02-24 06:56:22: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/Reformat.dylib
2017-02-24 06:56:22: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/ModifyMetaData.dylib
2017-02-24 06:56:23: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/BurnIn.gizmo
2017-02-24 06:56:23: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/Text2.dylib
2017-02-24 06:56:23: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/AddTimeCode.dylib
2017-02-24 06:56:23: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/dpxWriter.dylib
2017-02-24 06:56:23: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/exrReader.dylib
2017-02-24 06:56:23: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/Grade.dylib
2017-02-24 06:56:23: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/Merge2.dylib
2017-02-24 06:56:23: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/Denoise2.dylib
2017-02-24 06:56:23: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/EdgeBlur.dylib
2017-02-24 06:56:23: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/Camera2.dylib
2017-02-24 06:56:23: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/tifReader.tcl
2017-02-24 06:56:23: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/tiffReader.dylib
2017-02-24 06:56:23: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/Saturation.dylib
2017-02-24 06:56:23: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/EXPTool.dylib
2017-02-24 06:56:23: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/Transform.dylib
2017-02-24 06:56:23: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/Noise.dylib
2017-02-24 06:56:23: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/jpgReader.tcl
2017-02-24 06:56:23: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/jpegReader.dylib
2017-02-24 06:56:23: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/ColorCorrect.dylib
2017-02-24 06:56:23: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/Remove.dylib
2017-02-24 06:56:23: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/ReadGeo2.dylib
2017-02-24 06:56:23: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/abcReader.dylib
2017-02-24 06:56:23: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/Scene.tcl
2017-02-24 06:56:23: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/MergeGeo.dylib
2017-02-24 06:56:23: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/ScanlineRender.dylib
2017-02-24 06:56:23: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/LightWrap.gizmo
2017-02-24 06:56:23: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/Constant.dylib
2017-02-24 06:56:23: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/Keyer.dylib
2017-02-24 06:56:23: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/Premult.dylib
2017-02-24 06:56:23: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/Multiply.dylib
2017-02-24 06:56:23: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/CCorrect.dylib
2017-02-24 06:56:23: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/ZDefocus2.dylib
2017-02-24 06:56:23: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/Copy.dylib
2017-02-24 06:56:23: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/exrWriter.dylib
2017-02-24 06:56:23: 0: STDOUT: [06:56:23 ICT] Read nuke script: /Users/mercury/Library/Application Support/Thinkbox/Deadline8/slave/mercurys-macbook-pro/jobsData/58af75647cfd886ba326851b/thread0_temp0bkVB0/ep04_fs001_sh022_comp_v002.nk
2017-02-24 06:56:23: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/movReader.dylib
2017-02-24 06:56:23: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/movWriter.dylib
2017-02-24 06:56:24: 0: STDOUT: Loading node 0 of 1
2017-02-24 06:56:24: 0: STDOUT: [ 6:56.24] ERROR: fxT_chromaticAberration1: ‘fxT_chromaticAberration’: unknown command. This is most likely from a corrupt .nk file, or from a missing or unlicensed plug-in. Can’t render from that Node.
2017-02-24 06:56:24: 0: Done executing plugin command of type ‘Render Task’

=======================================================
Details

Date: 02/24/2017 06:56:26
Frames: 1131-1140
Elapsed Time: 00:00:00:06
Job Submit Date: 02/24/2017 06:50:38
Job User: mercury
Average RAM Usage: 5732065280 (34%)
Peak RAM Usage: 5792305152 (34%)
Average CPU Usage: 19%
Peak CPU Usage: 28%
Used CPU Clocks (x10^6 cycles): 14059
Total CPU Clocks (x10^6 cycles): 73994

=======================================================
Slave Information

Slave Name: Mercurys-MacBook-Pro
Version: v8.0.12.4 Release (8a0444567)
Operating System: Mac OS X 10.12.3
Machine User: mercury
IP Address: 192.168.1.8
MAC Address: 78:31:c1:b7:b3:0a
CPU Architecture: x86_64
CPUs: 8
CPU Usage: 1%
Memory Usage: 5.3 GB / 16.0 GB (32%)
Free Disk Space: 165.247 GB
Video Card: Intel Iris Pro
[/code]

fxT_chromaticAberration1 that show on error log is an gizmo from my NUKE_PATH repository plugin and gizmo
I know the problem cuz nuke plugins for deadline can’t read env var that I have set to ~/Library/LaunchAgents/environment.plist
and deadline daemon running with user “mercury”

[code]<?xml version="1.0" encoding="UTF-8"?>

Label my.startup ProgramArguments sh -c launchctl setenv NUKE_PATH /Volumes/NUKE:/Volumes/NUKE/gizmos:/Volumes/NUKE/python RunAtLoad [/code]

ok, cool.

I believe “~/.MacOSX/environment.plist” is no longer used from Lion onwards or at least, no longer used by windows applications on OS X. So your choice depends on whether you want the env var configurable per user or system wide. For user specific, then I would use “~/.bash_profile” otherwise for machine wide setting, I would use “/etc/launchd.conf”

This stackoverflow gives a good thread on the common pitfalls:
stackoverflow.com/questions/1356 … es-in-os-x

I should note that .bash_profile works for Deadline since we run things through a login prompt. Normally this cannot be used when running Desktop apps, so the fix is likely only going to affect the command line. Also, it’ll only affect Bash, but who uses anything else? (Mike’ll get the joke :wink: ).

I try with 3 medthod
[size=150]1st[/size]

[code]bash-3.2# cat ~/Library/LaunchAgents/environment.plist

<?xml version="1.0" encoding="UTF-8"?> Label my.startup ProgramArguments sh -c launchctl setenv NUKE_PATH /Users/mercury/.nuke/NUKE:/Users/mercury/.nuke/NUKE/gizmos:/Users/mercury/.nuke/NUKE/python:/Users/mercury/.nuke/NUKE/plugins RunAtLoad [/code]

[size=150]2nd[/size]

[code]bash-3.2# cat ~/.bash_profile

Setting PATH for Python 2.7

The original version is saved in .bash_profile.pysave

PATH="/Library/Frameworks/Python.framework/Versions/2.7/bin:${PATH}"
export PATH
export NUKE_PATH=/Users/mercury/.nuke/NUKE:/Users/mercury/.nuke/NUKE/gizmos:/Users/mercury/.nuke/NUKE/python:/Users/mercury/.nuke/NUKE/plugins[/code]

[size=150]3rd[/size]

[code]bash-3.2# cat /etc/launchd.conf

Set environment variables here so they are available globally to all apps

(and Terminal), including those launched via Spotlight.

After editing this file run the following command from the terminal to update

environment variables globally without needing to reboot.

NOTE: You will still need to restart the relevant application (including

Terminal) to pick up the changes!

grep -E “^setenv” /etc/launchd.conf | xargs -t -L 1 launchctl

See http://www.digitaledgesw.com/node/31

and http://stackoverflow.com/questions/135688/setting-environment-variables-in-os-x/

Note that you must hardcode the paths below, don’t use enviroment variables.

You also need to surround multiple values in quotes, see MAVEN_OPTS example below.

setenv NUKE_PATH /Users/mercury/.nuke/NUKE:/Users/mercury/.nuke/NUKE/gizmos:/Users/mercury/.nuke/NUKE/python:/Users/mercury/.nuke/NUKE/plugins[/code]

The 1st method work very for gui app and command line running but not for deadline for all 3 method

Running with machine user “mercury” using deadline launcher daemon when install.
MBP Late 2013 - MacOS Sierra 10.12.3
Deadline 8.0.12.4
Nuke 10.0v6

[size=150]Error Log.[/size]

[code]=======================================================
Error

Error: [ 1:22.50] ERROR: Cryptomatte10: ‘Cryptomatte’: unknown command. This is most likely from a corrupt .nk file, or from a missing or unlicensed plug-in. Can’t render from that Node.
at Deadline.Plugins.PluginWrapper.RenderTasks (System.String taskId, Int32 startFrame, Int32 endFrame, System.String& outMessage, FranticX.Processes.AbortLevel& abortLevel) <0x1127cd770 + 0x00e57> in :0

=======================================================
Type

RenderPluginException

=======================================================
Stack Trace

at Deadline.Plugins.SandboxedPlugin.a (Deadline.Net.DeadlineMessage A_0) <0x107728270 + 0x0062b> in :0
at Deadline.Plugins.SandboxedPlugin.RenderTask (System.String taskId, Int32 startFrame, Int32 endFrame) <0x1077da0a0 + 0x001be> in :0
at Deadline.Slaves.SlaveRenderThread.a (Deadline.IO.TaskLogWriter A_0) <0x1077d0000 + 0x023bd> in :0

=======================================================
Log

2017-03-03 01:22:47: BEGIN - Mercurys-MacBook-Pro.local\mercury
2017-03-03 01:22:47: 0: Executing plugin command of type ‘Initialize Plugin’
2017-03-03 01:22:47: 0: INFO: Executing plugin script ‘/Users/mercury/Library/Application Support/Thinkbox/Deadline8/slave/mercurys-macbook-pro/plugins/58b85fd57cfd8868f7ad3a5b/Nuke.py’
2017-03-03 01:22:48: 0: INFO: About: Nuke Plugin for Deadline
2017-03-03 01:22:48: 0: INFO: The job’s environment will be merged with the current environment before rendering
2017-03-03 01:22:48: 0: Done executing plugin command of type ‘Initialize Plugin’
2017-03-03 01:22:48: 0: Start Job timeout is disabled.
2017-03-03 01:22:48: 0: Task timeout is disabled.
2017-03-03 01:22:48: 0: Loaded job: cg_b_sh_004_comp_v13.nk (58b85fd57cfd8868f7ad3a5b)
2017-03-03 01:22:48: 0: Executing plugin command of type ‘Start Job’
2017-03-03 01:22:48: 0: INFO: Scrubbing the LD and DYLD LIBRARY paths
2017-03-03 01:22:48: 0: INFO: Prepping OFX cache
2017-03-03 01:22:48: 0: INFO: Checking Nuke temp path: /var/tmp/nuke-u501
2017-03-03 01:22:48: 0: INFO: Path already exists
2017-03-03 01:22:48: 0: INFO: OFX cache prepped
2017-03-03 01:22:48: 0: INFO: Starting monitored managed process Nuke
2017-03-03 01:22:48: 0: CheckPathMapping: Swapped “/mnt/projects_sun/054_you_and_me_ripple/scenes/hero/cg_b/sh_004/nuke/script/cg_b_sh_004_comp_v13.nk” with “/Volumes/Projects_Sun/054_you_and_me_ripple/scenes/hero/cg_b/sh_004/nuke/script/cg_b_sh_004_comp_v13.nk”
2017-03-03 01:22:48: 0: CheckPathMapping: Swapped " name /mnt/projects_sun/054_you_and_me_ripple/scenes/hero/cg_b/sh_004/nuke/script/cg_b_sh_004_comp_v13.nk
2017-03-03 01:22:48: 0: " with " name /Volumes/Projects_Sun/054_you_and_me_ripple/scenes/hero/cg_b/sh_004/nuke/script/cg_b_sh_004_comp_v13.nk
2017-03-03 01:22:48: 0: "
2017-03-03 01:22:48: 0: CheckPathMapping: Swapped " matteList allGeo_grp|sati_01_proxy:mask_grp|sati_01_proxy:maskMove_grp|sati_01_proxy:mask2_ply|sati_01_proxy:mask2_plyShape
2017-03-03 01:22:48: 0: " with " matteList allGeo_grp|sati_01_prox/Volumes/Assets_Sunmask_grp|sati_01_prox/Volumes/Assets_SunmaskMove_grp|sati_01_prox/Volumes/Assets_Sunmask2_ply|sati_01_prox/Volumes/Assets_Sunmask2_plyShape
2017-03-03 01:22:48: 0: "
2017-03-03 01:22:48: 0: CheckPathMapping: Swapped " keyedName allGeo_grp|sati_01_proxy:mask_grp|sati_01_proxy:maskMove_grp|sati_01_proxy:lence_ply|sati_01_proxy:lence_plyShape
2017-03-03 01:22:48: 0: " with " keyedName allGeo_grp|sati_01_prox/Volumes/Assets_Sunmask_grp|sati_01_prox/Volumes/Assets_SunmaskMove_grp|sati_01_prox/Volumes/Assets_Sunlence_ply|sati_01_prox/Volumes/Assets_Sunlence_plyShape
2017-03-03 01:22:48: 0: "
2017-03-03 01:22:48: 0: CheckPathMapping: Swapped " name CryptExpr_allGeo_grp|sati_01_proxy:mask_grp|sati_01_proxy:maskMove_grp|sati_01_proxy:mask2_ply|sati_01_proxy:m
2017-03-03 01:22:48: 0: " with " name CryptExpr_allGeo_grp|sati_01_prox/Volumes/Assets_Sunmask_grp|sati_01_prox/Volumes/Assets_SunmaskMove_grp|sati_01_prox/Volumes/Assets_Sunmask2_ply|sati_01_prox/Volumes/Assets_Sunm
2017-03-03 01:22:48: 0: "
2017-03-03 01:22:48: 0: CheckPathMapping: Swapped " name CryptRemove_allGeo_grp|sati_01_proxy:mask_grp|sati_01_proxy:maskMove_grp|sati_01_proxy:mask2_ply|sati_01_proxy:m
2017-03-03 01:22:48: 0: " with " name CryptRemove_allGeo_grp|sati_01_prox/Volumes/Assets_Sunmask_grp|sati_01_prox/Volumes/Assets_SunmaskMove_grp|sati_01_prox/Volumes/Assets_Sunmask2_ply|sati_01_prox/Volumes/Assets_Sunm
2017-03-03 01:22:48: 0: "
2017-03-03 01:22:48: 0: CheckPathMapping: Swapped " matteList allGeo_grp|sati_01_proxy:mask_grp|sati_01_proxy:maskMove_grp|sati_01_proxy:lence_ply|sati_01_proxy:lence_plyShape
2017-03-03 01:22:48: 0: " with " matteList allGeo_grp|sati_01_prox/Volumes/Assets_Sunmask_grp|sati_01_prox/Volumes/Assets_SunmaskMove_grp|sati_01_prox/Volumes/Assets_Sunlence_ply|sati_01_prox/Volumes/Assets_Sunlence_plyShape
2017-03-03 01:22:48: 0: "
2017-03-03 01:22:48: 0: CheckPathMapping: Swapped " keyedName allGeo_grp|sati_01_proxy:mask_grp|sati_01_proxy:maskMove_grp|sati_01_proxy:lence_ply|sati_01_proxy:lence_plyShape
2017-03-03 01:22:48: 0: " with " keyedName allGeo_grp|sati_01_prox/Volumes/Assets_Sunmask_grp|sati_01_prox/Volumes/Assets_SunmaskMove_grp|sati_01_prox/Volumes/Assets_Sunlence_ply|sati_01_prox/Volumes/Assets_Sunlence_plyShape
2017-03-03 01:22:48: 0: "
2017-03-03 01:22:48: 0: CheckPathMapping: Swapped " name CryptExpr_allGeo_grp|sati_01_proxy:mask_grp|sati_01_proxy:maskMove_grp|sati_01_proxy:lence_ply|sati_01_proxy:l
2017-03-03 01:22:48: 0: " with " name CryptExpr_allGeo_grp|sati_01_prox/Volumes/Assets_Sunmask_grp|sati_01_prox/Volumes/Assets_SunmaskMove_grp|sati_01_prox/Volumes/Assets_Sunlence_ply|sati_01_prox/Volumes/Assets_Sunl
2017-03-03 01:22:48: 0: "
2017-03-03 01:22:48: 0: CheckPathMapping: Swapped " name CryptRemove_allGeo_grp|sati_01_proxy:mask_grp|sati_01_proxy:maskMove_grp|sati_01_proxy:lence_ply|sati_01_proxy:l
2017-03-03 01:22:48: 0: " with " name CryptRemove_allGeo_grp|sati_01_prox/Volumes/Assets_Sunmask_grp|sati_01_prox/Volumes/Assets_SunmaskMove_grp|sati_01_prox/Volumes/Assets_Sunlence_ply|sati_01_prox/Volumes/Assets_Sunl
2017-03-03 01:22:48: 0: "
2017-03-03 01:22:48: 0: CheckPathMapping: Swapped " matteList allGeo_grp|sati_01_proxy:brow_ply|sati_01_proxy:brow_plyShape
2017-03-03 01:22:48: 0: " with " matteList allGeo_grp|sati_01_prox/Volumes/Assets_Sunbrow_ply|sati_01_prox/Volumes/Assets_Sunbrow_plyShape
2017-03-03 01:22:48: 0: "
2017-03-03 01:22:48: 0: CheckPathMapping: Swapped " keyedName allGeo_grp|sati_01_proxy:brow_ply|sati_01_proxy:brow_plyShape
2017-03-03 01:22:48: 0: " with " keyedName allGeo_grp|sati_01_prox/Volumes/Assets_Sunbrow_ply|sati_01_prox/Volumes/Assets_Sunbrow_plyShape
2017-03-03 01:22:48: 0: "
2017-03-03 01:22:48: 0: CheckPathMapping: Swapped " name CryptExpr_allGeo_grp|sati_01_proxy:brow_ply|sati_01_proxy:brow_plyShape
2017-03-03 01:22:48: 0: " with " name CryptExpr_allGeo_grp|sati_01_prox/Volumes/Assets_Sunbrow_ply|sati_01_prox/Volumes/Assets_Sunbrow_plyShape
2017-03-03 01:22:48: 0: "
2017-03-03 01:22:48: 0: CheckPathMapping: Swapped " name CryptRemove_allGeo_grp|sati_01_proxy:brow_ply|sati_01_proxy:brow_plyShape
2017-03-03 01:22:48: 0: " with " name CryptRemove_allGeo_grp|sati_01_prox/Volumes/Assets_Sunbrow_ply|sati_01_prox/Volumes/Assets_Sunbrow_plyShape
2017-03-03 01:22:48: 0: "
2017-03-03 01:22:48: 0: CheckPathMapping: Swapped " file “/mnt/assets_sun/TEXTURE/ENVIRONMENTS/Sky/360 degree Sky/360-panoramas_###.tif”
2017-03-03 01:22:48: 0: " with " file “/Volumes/Assets_Sun/TEXTURE/ENVIRONMENTS/Sky/360 degree Sky/360-panoramas_###.tif”
2017-03-03 01:22:48: 0: "
2017-03-03 01:22:48: 0: INFO: Stdout Redirection Enabled: True
2017-03-03 01:22:48: 0: INFO: Asynchronous Stdout Enabled: False
2017-03-03 01:22:48: 0: INFO: Stdout Handling Enabled: True
2017-03-03 01:22:48: 0: INFO: Popup Handling Enabled: True
2017-03-03 01:22:48: 0: INFO: QT Popup Handling Enabled: False
2017-03-03 01:22:48: 0: INFO: WindowsForms10.Window.8.app.* Popup Handling Enabled: False
2017-03-03 01:22:48: 0: INFO: Using Process Tree: True
2017-03-03 01:22:48: 0: INFO: Hiding DOS Window: True
2017-03-03 01:22:48: 0: INFO: Creating New Console: False
2017-03-03 01:22:48: 0: INFO: Running as user: mercury
2017-03-03 01:22:48: 0: INFO: Executable: “/Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/Nuke10.0v6”
2017-03-03 01:22:48: 0: INFO: Rendering with NukeX
2017-03-03 01:22:48: 0: INFO: Argument: -V 2 --nukex -t “/Users/mercury/Library/Application Support/Thinkbox/Deadline8/slave/mercurys-macbook-pro/jobsData/58b85fd57cfd8868f7ad3a5b/thread0_temp0vabb0/cg_b_sh_004_comp_v13.nk”
2017-03-03 01:22:48: 0: INFO: Full Command: “/Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/Nuke10.0v6” -V 2 --nukex -t “/Users/mercury/Library/Application Support/Thinkbox/Deadline8/slave/mercurys-macbook-pro/jobsData/58b85fd57cfd8868f7ad3a5b/thread0_temp0vabb0/cg_b_sh_004_comp_v13.nk”
2017-03-03 01:22:48: 0: INFO: Startup Directory: “/Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS”
2017-03-03 01:22:48: 0: INFO: Process Priority: BelowNormal
2017-03-03 01:22:48: 0: INFO: Process Affinity: default
2017-03-03 01:22:48: 0: INFO: Process is now running
2017-03-03 01:22:48: 0: Done executing plugin command of type ‘Start Job’
2017-03-03 01:22:48: 0: Plugin rendering frame(s): 1171-1180
2017-03-03 01:22:49: 0: Executing plugin command of type ‘Render Task’
2017-03-03 01:22:49: 0: INFO: Rendering write node Write_exr
2017-03-03 01:22:49: 0: STDOUT: NOTE : NukeX functionality is only available with an interactive license. If you wish to
2017-03-03 01:22:49: 0: STDOUT: use this, please specify ‘–nukex -i’ for an interactive license in terminal mode.
2017-03-03 01:22:49: 0: STDOUT: Nuke 10.0v6, 64 bit, built Jan 27 2017.
2017-03-03 01:22:49: 0: STDOUT: Copyright © 2017 The Foundry Visionmongers Ltd. All Rights Reserved.
2017-03-03 01:22:49: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/_pathsetup.py
2017-03-03 01:22:49: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/init.tcl
2017-03-03 01:22:49: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/init.py
2017-03-03 01:22:49: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/setenv.tcl
2017-03-03 01:22:49: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/formats.tcl
2017-03-03 01:22:49: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/getenv.tcl
2017-03-03 01:22:49: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/OCIOColorSpace.dylib
2017-03-03 01:22:49: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/jpgReader.tcl
2017-03-03 01:22:49: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/jpegReader.dylib
2017-03-03 01:22:49: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/Reformat.dylib
2017-03-03 01:22:49: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/ModifyMetaData.dylib
2017-03-03 01:22:49: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/Transform.dylib
2017-03-03 01:22:49: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/AddTimeCode.dylib
2017-03-03 01:22:49: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/dpxWriter.dylib
2017-03-03 01:22:49: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/pngReader.dylib
2017-03-03 01:22:49: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/Camera2.dylib
2017-03-03 01:22:49: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/Axis2.dylib
2017-03-03 01:22:49: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/CheckerBoard2.dylib
2017-03-03 01:22:49: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/Sphere.dylib
2017-03-03 01:22:49: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/ScanlineRender.dylib
2017-03-03 01:22:49: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/exrReader.dylib
2017-03-03 01:22:49: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/Unpremult.tcl
2017-03-03 01:22:49: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/Premult.dylib
2017-03-03 01:22:49: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/Grade.dylib
2017-03-03 01:22:49: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/Reconcile3D.dylib
2017-03-03 01:22:50: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/Remove.dylib
2017-03-03 01:22:50: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/Merge2.dylib
2017-03-03 01:22:50: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/Copy.dylib
2017-03-03 01:22:50: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/exrWriter.dylib
2017-03-03 01:22:50: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/Glow2.dylib
2017-03-03 01:22:50: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/Multiply.dylib
2017-03-03 01:22:50: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/LightWrap.gizmo
2017-03-03 01:22:50: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/Constant.dylib
2017-03-03 01:22:50: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/Keyer.dylib
2017-03-03 01:22:50: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/Saturation.dylib
2017-03-03 01:22:50: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/CCorrect.dylib
2017-03-03 01:22:50: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/tifReader.tcl
2017-03-03 01:22:50: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/tiffReader.dylib
2017-03-03 01:22:50: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/EXPTool.dylib
2017-03-03 01:22:50: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/Noise.dylib
2017-03-03 01:22:50: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/ColorCorrect.dylib
2017-03-03 01:22:50: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/ReadGeo2.dylib
2017-03-03 01:22:50: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/abcReader.dylib
2017-03-03 01:22:50: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/Denoise2.dylib
2017-03-03 01:22:50: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/Erode.dylib
2017-03-03 01:22:50: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/HueShift.dylib
2017-03-03 01:22:50: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/EdgeBlur.dylib
2017-03-03 01:22:50: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/Invert.dylib
2017-03-03 01:22:50: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/Flare.dylib
2017-03-03 01:22:50: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/Gamma.dylib
2017-03-03 01:22:50: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/HueCorrect.dylib
2017-03-03 01:22:50: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/TimeWarp.dylib
2017-03-03 01:22:50: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/STMap.dylib
2017-03-03 01:22:50: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/Tile.dylib
2017-03-03 01:22:50: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/Phong.dylib
2017-03-03 01:22:50: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/PositionToPoints2.dylib
2017-03-03 01:22:50: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/Light2.dylib
2017-03-03 01:22:50: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/Scene.tcl
2017-03-03 01:22:50: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/MergeGeo.dylib
2017-03-03 01:22:50: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/ReLight.dylib
2017-03-03 01:22:50: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/VectorBlur2.dylib
2017-03-03 01:22:50: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/ZDefocus2.dylib
2017-03-03 01:22:50: 0: STDOUT: [01:22:50 ICT] Read nuke script: /Users/mercury/Library/Application Support/Thinkbox/Deadline8/slave/mercurys-macbook-pro/jobsData/58b85fd57cfd8868f7ad3a5b/thread0_temp0vabb0/cg_b_sh_004_comp_v13.nk
2017-03-03 01:22:50: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/movReader.dylib
2017-03-03 01:22:50: 0: STDOUT: Loading /Applications/Nuke10.0v6/Nuke10.0v6.app/Contents/MacOS/plugins/movWriter.dylib
2017-03-03 01:22:50: 0: STDOUT: [ 1:22.50] ERROR: Cryptomatte10: ‘Cryptomatte’: unknown command. This is most likely from a corrupt .nk file, or from a missing or unlicensed plug-in. Can’t render from that Node.
2017-03-03 01:22:50: 0: Done executing plugin command of type ‘Render Task’

=======================================================
Details

Date: 03/03/2017 01:22:52
Frames: 1171-1180
Elapsed Time: 00:00:00:07
Job Submit Date: 03/03/2017 01:09:02
Job User: mercury
Average RAM Usage: 5659332153 (33%)
Peak RAM Usage: 5990752256 (35%)
Average CPU Usage: 47%
Peak CPU Usage: 88%
Used CPU Clocks (x10^6 cycles): 34199
Total CPU Clocks (x10^6 cycles): 72762

=======================================================
Slave Information

Slave Name: Mercurys-MacBook-Pro
Version: v8.0.12.4 Release (8a0444567)
Operating System: Mac OS X 10.12.3
Machine User: mercury
IP Address: 192.168.1.8
MAC Address: xx:xx:xx:xx:xx:xx
CPU Architecture: x86_64
CPUs: 8
CPU Usage: 0%
Memory Usage: 4.8 GB / 16.0 GB (30%)
Free Disk Space: 105.492 GB
Video Card: Intel Iris Pro
[/code]

Cryptomatte gizmo in error log. is work when using gui or cli running app

I have back to use deadline slave gui method to running slave work and can see NUKE_PATH in ~/Library/LaunchAgents/environment.plist

seem like launcher daemon not work for me

Thank for spend time with me.

L

Considering that environment.plist might be for your user, maybe you need to make sure it’s for the same user that is running the launcher via launchd?

stackoverflow.com/a/32444771/187769

You can check the user account that it’s using by reading /Library/LaunchDaemons/com.thinkboxsoftware.deadlinelauncher.plist. I don’t have one handy, but there should be something similar to this:

			<key>UserName</key>
			<string>daemon</string>

So, in my case I’d theoretically copy the environment.plist file into /var/root based on what’s in /etc/passwd:

Mobile-029:LaunchDaemons edwin.amsler$ cat /etc/passwd | grep daemon # <-- Your user should go here
daemon:*:1:1:System Services:/var/root:/usr/bin/false
Privacy | Site terms | Cookie preferences