You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/09/17 18:29:34 UTC

[jira] [Commented] (CLOUDSTACK-7376) passwd_server attempts to start but terminates with the exit code 137

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

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

Commit 29911dd2e1b650ed5b065448138f36744f4f7bc4 in cloudstack's branch refs/heads/master from [~bharat.kumar]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=29911dd ]

CLOUDSTACK-7376 passwd_server attempts to start but terminates with the exit code 137

Signed-off-by: Sheng Yang <sh...@citrix.com>


> passwd_server attempts to start but terminates with the exit code 137
> ---------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-7376
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7376
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Virtual Router
>    Affects Versions: 4.5.0
>            Reporter: Bharat Kumar
>            Assignee: Bharat Kumar
>             Fix For: 4.5.0
>
>
> "Trying to add a non-contiguous IP range to an existing guest network, upon creation of an instance in the new range, the virtual router is updated with a new sub-interface but the passwd_server service (for serving passwords) is not running.
> If the script /opt/cloud/bin/passwd_server is run manually, then the service starts successfully and passwords can be served.
> If we reboot the virtual router via the CloudPlatform GUI, then it powers back up with the subinterface, but the passwd_server service is not running.
> Checking /var/log/cloud.log, the passwd_server attempts to start but terminates with the exit code 137, which from a quick google appears to be a SIGKILL termination.
> Steps to reproduce the issue
> i) Create a Shared Network in CCP and deploy a VM in the network.
> ii) Now add additional IP range to the same shared network.
> iii) Deploy a new VM in the additional IP range ( you can exhaust the first IP range to achieve this).
> iv) Once the new VM is deployed. Stop/start or restart the Router.
> The password server will fail to come up and following the entries in the logs
> In /var/log/cloud.log from VR
> /opt/cloud/bin/passwd_server_ip: line 32:  3161 Killed                  socat -lf /var/log/cloud.log TCP4-LISTEN:8080,reuseaddr,fork,crnl,bind=$addr SYSTEM:"/opt/cloud/bin/serve_password.sh \"\$SOCAT_PEERADDR\""
> Also, There is no issue in starting the service manually after ssh into the Router.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)