Jump to content

"OSError: [Errno 13] Permission denied" on Ubuntu 20.04 when launching "Deadline HoudiniSubmitter"


demoan666

Recommended Posts

Traceback (most recent call last):
  File "/home/desktop/Thinkbox/Deadline10/submitters/HoudiniSubmitter/DeadlineHoudiniClient.py", line 14, in <module>
    path = CallDeadlineCommand([ "-GetRepositoryPath", "submission/Houdini/Main" ]).strip()
  File "/home/desktop/houdini18.0/python2.7libs/CallDeadlineCommand.py", line 42, in CallDeadlineCommand
    proc = subprocess.Popen(arguments, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE, startupinfo=startupinfo, creationflags=creationflags)
  File "/opt/houdini/Houdini18.0.532/python/lib/python2.7/subprocess.py", line 394, in __init__
    errread, errwrite)
  File "/opt/houdini/Houdini18.0.532/python/lib/python2.7/subprocess.py", line 1047, in _execute_child
    raise child_exception
OSError: [Errno 13] Permission denied

what i did already but didn't work!
I gave full access/permission to "/opt/houdini/Houdini18.0.532/python/lib/python2.7" through the sudo chmod 777 -R /opt/houdini/Houdini18.0.532/python/lib/python2.7/*
 

I am new at linux and trying to get deadline working on it, really no idea what's going on. I am aware the info i provided might not be right or incomplete - please let me know if anyone needs any additional info!  I would indeed appreciate any help!

 

cheers!   

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...