Return-Path: X-Original-To: apmail-cloudstack-users-archive@www.apache.org Delivered-To: apmail-cloudstack-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 49BBE10DD3 for ; Sat, 1 Mar 2014 23:25:43 +0000 (UTC) Received: (qmail 45928 invoked by uid 500); 1 Mar 2014 23:25:39 -0000 Delivered-To: apmail-cloudstack-users-archive@cloudstack.apache.org Received: (qmail 45827 invoked by uid 500); 1 Mar 2014 23:25:39 -0000 Mailing-List: contact users-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@cloudstack.apache.org Delivered-To: mailing list users@cloudstack.apache.org Received: (qmail 45811 invoked by uid 99); 1 Mar 2014 23:25:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Mar 2014 23:25:38 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of shadowsor@gmail.com designates 209.85.220.179 as permitted sender) Received: from [209.85.220.179] (HELO mail-vc0-f179.google.com) (209.85.220.179) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 01 Mar 2014 23:25:34 +0000 Received: by mail-vc0-f179.google.com with SMTP id lh14so2241343vcb.38 for ; Sat, 01 Mar 2014 15:25:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=HtTgNvQELlM2+Gh7cWeVi9wjKR9fGhjmt/8Vp2paScQ=; b=lZuMK8QaoyUerpc8iWWMP2qublCKG6KOf6eoO5p/6mQE6SAdGcaZTg8Mne7gvEnZee ZW1IHH5G/X7LPFWzooSChV7MWKb4WWL1RYbFHUAg+wPbof3v8YhOXAL/k7m/on2pojHA LM2dMgmzkwygPEUOAEFIJNmFrjwWaTAOjCD6fxxmTluvGKnB8g+ZlsanyrtneSxAfnis gP2IxFyKONfb9+0fbeeSQcMB9f/JHz2P4m7DOz2HlT/2pQJd5Vx/+DdjyNyYZx7paT7j DxaUgVweIXnP98IaJF2a5ZnkkBoP807acPwM654yV/gHCPTdtp01qRZI9ndOUXag/4Pl xB2Q== MIME-Version: 1.0 X-Received: by 10.58.4.138 with SMTP id k10mr9853819vek.8.1393716313966; Sat, 01 Mar 2014 15:25:13 -0800 (PST) Received: by 10.52.118.103 with HTTP; Sat, 1 Mar 2014 15:25:13 -0800 (PST) In-Reply-To: <2DAC2C17-6C1A-45E8-B6C8-4859ED97FE27@um.es> References: <2DAC2C17-6C1A-45E8-B6C8-4859ED97FE27@um.es> Date: Sat, 1 Mar 2014 16:25:13 -0700 Message-ID: Subject: Re: KVM From: Marcus To: "dev@cloudstack.apache.org" Cc: "users@cloudstack.apache.org" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Change the agent to debug mode by changing all 'INFO' to 'DEBUG' in /etc/cloudstack/agent/log4j.cloud, this will give you more info, usually the agent can't find the required network config on the host or something like that. On Sat, Mar 1, 2014 at 1:21 PM, Mar=EDa Noelia Gil = wrote: > Hi, I'm throwing the CloudStack agent with "CloudStack-setup-agent" comma= nd. Initially shows "OK" and the configuration of the interface is unchange= d, but the server can not find the agent. I have looked at the log file and= I found the following line: > > 02/27/2014 17:49:16,538 INFO [cloud.agent.Agent] (AgentShutdownThread: nu= ll) Stopping the agent: Reason =3D sig.kill > > Can this be the problem? How can I fix this? > > Thanks.