You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug: DeadlineCloudSubmitter-2024.04.17.0-linux-x64-installer.run in unattended mode installs to /root/DeadlineCloudSubmitter in installScope system
#307
Perhaps this is something that I am misunderstanding, but when I install with --installscope system I thought that the submitter would get installed to /opt/DeadlineCloudSubmitter, I could have sworn it used to do that? But maybe that was my imagination.
I would expect a --installscope user to go to "$HOME/DeadlineCloudSubmitter" and a system scope to go to somewhere like "/opt/DeadlineCloudSubmitter".
Current Behaviour
It appears to maybe ignore the --installscope setting and always go to "$HOME/DeadlineCloudSubmitter" so when I run the --installscope system as a sudo user, it goes into "/root/DeadlineCloudSubmitter"
Reproduction Steps
Install DeadlineCloudSubmitter in an unattended mode using the code snippet below
Code Snippet
./DeadlineCloudSubmitter-2024.04.17.0-linux-x64-installer.run --unattendedmodeui none --mode unattended --enable-components deadline_cloud_for_maya,deadline_cloud_for_nuke,deadline_cloud_for_houdini,blender_integrated_submitter --installscope system
The text was updated successfully, but these errors were encountered:
We were able to reproduce this on our end on Linux. I believe installscope is a built-in installbuilder command, so we may just need to double check its intent.
Expected Behaviour
Perhaps this is something that I am misunderstanding, but when I install with
--installscope system
I thought that the submitter would get installed to/opt/DeadlineCloudSubmitter
, I could have sworn it used to do that? But maybe that was my imagination.I would expect a
--installscope user
to go to "$HOME/DeadlineCloudSubmitter" and a system scope to go to somewhere like "/opt/DeadlineCloudSubmitter".Current Behaviour
It appears to maybe ignore the
--installscope
setting and always go to "$HOME/DeadlineCloudSubmitter" so when I run the--installscope system
as a sudo user, it goes into "/root/DeadlineCloudSubmitter"Reproduction Steps
Install DeadlineCloudSubmitter in an unattended mode using the code snippet below
Code Snippet
./DeadlineCloudSubmitter-2024.04.17.0-linux-x64-installer.run --unattendedmodeui none --mode unattended --enable-components deadline_cloud_for_maya,deadline_cloud_for_nuke,deadline_cloud_for_houdini,blender_integrated_submitter --installscope system
The text was updated successfully, but these errors were encountered: