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 7265011848 for ; Tue, 1 Jul 2014 17:12:56 +0000 (UTC) Received: (qmail 24129 invoked by uid 500); 1 Jul 2014 17:12:55 -0000 Delivered-To: apmail-cloudstack-users-archive@cloudstack.apache.org Received: (qmail 24082 invoked by uid 500); 1 Jul 2014 17:12:55 -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 24070 invoked by uid 99); 1 Jul 2014 17:12:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jul 2014 17:12:55 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of creategui@gmail.com designates 209.85.212.176 as permitted sender) Received: from [209.85.212.176] (HELO mail-wi0-f176.google.com) (209.85.212.176) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jul 2014 17:12:47 +0000 Received: by mail-wi0-f176.google.com with SMTP id n3so8251795wiv.9 for ; Tue, 01 Jul 2014 10:12:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=1/+juqhx87f6jBcrE0QvJmjoRD7T1jSI3pVUka9qbNQ=; b=HZjg3A06CV3jh1n5fiiqx2twrzpMlrDpy128UUjLKNvaBddvZXz/Z7glJQ39h8xF/o CtYaNL8M6mwP5ivgGMRQtLPt3JRm8Ecy46Lo6UDgXZlL9aE1pBP/I8rCBiUtgqBB2lXi Hi5qfQTN90eLIXPo5MDmqtsiRS+zOY3br+S15vQ664JFS/Pj/uk++rWQE14UCyfz8L0O o8SOOtVslp0HzGQjknxUcqI1gLBA5Qvnb6mKtSVXKOzNQobq5wCdhGwnkRch5fYbptlR GynpHoiugwTY7x4wEKUSe5IXllaJVQmsFyy78dekkWWcpb2quT573XK831QSuRr3m8M5 nd0A== MIME-Version: 1.0 X-Received: by 10.195.13.79 with SMTP id ew15mr50981368wjd.19.1404234746723; Tue, 01 Jul 2014 10:12:26 -0700 (PDT) Sender: creategui@gmail.com Received: by 10.180.80.167 with HTTP; Tue, 1 Jul 2014 10:12:26 -0700 (PDT) In-Reply-To: References: Date: Tue, 1 Jul 2014 10:12:26 -0700 X-Google-Sender-Auth: jJGrZqKvVhnK27GvJpVH0BvpVoI Message-ID: Subject: Re: Host in Alert state after upgrade From: Carlos Reategui To: "users@cloudstack.apache.org" Content-Type: multipart/alternative; boundary=047d7bfd093a42a0fc04fd24e165 X-Virus-Checked: Checked by ClamAV on apache.org --047d7bfd093a42a0fc04fd24e165 Content-Type: text/plain; charset=UTF-8 Looking around for the ipset kernel module, I found it in an older version of the kernel: # uname -a Linux srvengxen02 2.6.32.12-0.7.1.xs6.0.2.611.170703xen #1 SMP Mon Oct 21 11:21:50 EDT 2013 i686 i686 i386 GNU/Linux # find /lib/modules/ -name ip_set.ko /lib/modules/2.6.32.12-0.7.1.xs6.0.2.542.170665xen/extra/ipset/ip_set.ko /lib/modules/2.6.32.12-0.7.1.xs6.0.2.542.170665kdump/extra/ipset/ip_set.ko So where does ip_set come from? Is that part of the CSP should I re-install it? thanks, Carlos On Tue, Jul 1, 2014 at 9:25 AM, Carlos Reategui wrote: > Starting a new thread... > > Environment: Ubuntu 12.04 + XenServer 6.0.2, Upgrading Cloudstack 4.1.1 > ---> 4.4 (deb packages built from source). > > If I attempt a "force reconnect" from UI it errors out. > > I found the following on one of the hosts in the SMLog: > > [760] 2014-07-01 09:18:40.980234 ['/bin/bash', > '/opt/cloud/bin/setupxenserver.sh'] > [760] 2014-07-01 09:18:41.023377 SUCCESS > [785] 2014-07-01 09:18:41.251005 ['ebtables', '-V'] > [785] 2014-07-01 09:18:41.268054 SUCCESS > [785] 2014-07-01 09:18:41.268250 ['ipset', '-V'] > [785] 2014-07-01 09:18:41.311253 FAILED: (rc 1) stdout: 'ipset > v4.5, protocol version 4. > ', stderr: 'FATAL: Module ip_set not found. > ipset v4.5: Couldn't verify kernel module version! > ' > > Any ideas how to fix this? > > thanks, > Carlos > > > --047d7bfd093a42a0fc04fd24e165--