You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@libcloud.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2013/03/07 07:34:13 UTC

[dev] [jira] [Commented] (LIBCLOUD-302) ScriptDeployment doesn't work correctly if a ssh)user doesn't have permission to /root

    [ https://issues.apache.org/jira/browse/LIBCLOUD-302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13595600#comment-13595600 ] 

ASF subversion and git services commented on LIBCLOUD-302:
----------------------------------------------------------

Commit 1453705 from [~kami]
[ https://svn.apache.org/r1453705 ]

Fix an issue with default ScriptDeployment script file location being /root
which might not always be writable by ssh user. New location defaults to ssh
user's home directory.

Part of LIBCLOUD-302, reported by "rotem".
                
> ScriptDeployment doesn't work correctly if a ssh)user doesn't have permission to /root
> --------------------------------------------------------------------------------------
>
>                 Key: LIBCLOUD-302
>                 URL: https://issues.apache.org/jira/browse/LIBCLOUD-302
>             Project: Libcloud
>          Issue Type: Bug
>          Components: Compute
>            Reporter: Tomaz Muraus
>            Assignee: Tomaz Muraus
>            Priority: Minor
>              Labels: compute, deployment, ssh
>
> Reported by user "rotem" on the IRC.
> By default, if a user doesn't provide `name` argument, deployment script content gets saved in file `/root/deployment_<random>.sh`. This won't work if the ssh_user used for deployment doesn't have permission to write to /root.
> Better solution is to default to user's home directory (~/) which should be writable.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira