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

[jira] [Commented] (CLOUDSTACK-710) Host addition fails if /root/.ssh does not exist

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

ASF subversion and git services commented on CLOUDSTACK-710:
------------------------------------------------------------

Commit 770860aee473fd65def96b6eeef5c54544514d6f in branch refs/heads/master from [~bhaisaab]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-cloudstack.git;h=770860a ]

CLOUDSTACK-710: mkdir -p destination before scp-ing file in CitrixResourceBase

- Assumption is that mkdir is available on xen host
- We don't know what kind of file we're copying, dirs would have 0777 permission
  by default

Signed-off-by: Rohit Yadav <bh...@apache.org>

                
> Host addition fails if /root/.ssh does not exist
> ------------------------------------------------
>
>                 Key: CLOUDSTACK-710
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-710
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Management Server
>    Affects Versions: 4.0.0
>         Environment: Ubuntu 12.04.1 + xen-hypervisor 4.1.2-2ubuntu2
> cloud-client   1:4.0.0 Ubuntu Pkg
>            Reporter: Shanker Balan
>            Priority: Trivial
>
> While adding a new Xen host to my test cloudstack 4.0 setup, I ran into this failure:
> 2012-12-26 14:19:13,483 DEBUG [xen.resource.CitrixResourceBase] (DirectAgent-1:null) Copying /usr/lib/cloud/common/scripts/vm/hypervisor/xenserver/xcposs/../../../systemvm/id_rsa.cloud to /root/.ssh on 192.168.55.42 with permission 0600
> 2012-12-26 14:19:13,497 WARN  [agent.manager.DirectAgentAttache] (DirectAgent-1:null) Seq 1-2072969217: Exception Caught while executing command
> It is easily fixed with a mkdir /root/.ssh && chmod 700 /root/.ssh/.

--
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