Return-Path: X-Original-To: apmail-incubator-cloudstack-users-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F01AEDE75 for ; Thu, 14 Feb 2013 15:23:22 +0000 (UTC) Received: (qmail 22163 invoked by uid 500); 14 Feb 2013 15:23:22 -0000 Delivered-To: apmail-incubator-cloudstack-users-archive@incubator.apache.org Received: (qmail 21879 invoked by uid 500); 14 Feb 2013 15:23:22 -0000 Mailing-List: contact cloudstack-users-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-users@incubator.apache.org Delivered-To: mailing list cloudstack-users@incubator.apache.org Received: (qmail 21863 invoked by uid 99); 14 Feb 2013 15:23:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Feb 2013 15:23:21 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.128.179] (HELO mail-ve0-f179.google.com) (209.85.128.179) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Feb 2013 15:23:16 +0000 Received: by mail-ve0-f179.google.com with SMTP id da11so2122728veb.38 for ; Thu, 14 Feb 2013 07:22:55 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:content-type:x-gm-message-state; bh=NYQlgRx3r4PU0seTtvz2cxb4Hr1stHTC5ZCI5dXu8qc=; b=U5iGUzQhCE2/vc+KcAYAEXCTHGh++qlxVQm7MkLKlYKQCuNpPz62NRWEQp1kYlNHTC hmALXaCLEIjm6rClsoKM13t0wbMbk/pgEgHU5AfE6o+D+sEIu+dMYLUt9PGXI8gn3ftW 7f5ebeihK6/DiBS+uE/h1wGtYA8uasRee51JIo8f1QpE2Ilz8gyqJ/3tvd6K/LoIo82T jkjfug6uV3a14zTVLoYJJ2746pa7hlzbdhQNhv9bOFBbFD26WFCpgEonjJsvaAx6RTqr gMbocTBr5yfwUjy4QlGH1dOiZgvTtHrLyUmpTengJdbSjnnmoitVH5GqybsiBmKCcAvM kD/A== X-Received: by 10.220.219.77 with SMTP id ht13mr35426105vcb.66.1360855375708; Thu, 14 Feb 2013 07:22:55 -0800 (PST) MIME-Version: 1.0 Received: by 10.220.121.136 with HTTP; Thu, 14 Feb 2013 07:22:35 -0800 (PST) In-Reply-To: <87617A80-3783-4601-A1A3-BC9279D6FDE0@nickwales.co.uk> References: <87617A80-3783-4601-A1A3-BC9279D6FDE0@nickwales.co.uk> From: David Nalley Date: Thu, 14 Feb 2013 10:22:35 -0500 Message-ID: Subject: Re: 4.0.1 upgrade failure To: cloudstack-users@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQkx3AN09GSN/14ywtP+puzkSUY7aZtE7y3wZu+e1sh8+3nzfW8UZSc5T6/0m09J/PeFDh/X X-Virus-Checked: Checked by ClamAV on apache.org On Thu, Feb 14, 2013 at 10:20 AM, Nick Wales wrote: > > > > On 13 Feb 2013, at 22:30, David Nalley wrote: > >> On Wed, Feb 13, 2013 at 9:12 PM, Nick Wales wrote: >>> Following the instructions in the release notes appeared to have worked >>> until the error on line 127: http://pastebin.com/Hj6hncGm >>> >>> The following packages were ugpraded by yum: >>> >>> cloud-deps-4.0.0-0.140.el6.4.0.x86_64 >>> cloud-client-4.0.0-0.140.el6.4.0.x86_64 >>> cloud-scripts-4.0.0-0.140.el6.4.0.x86_64 >>> cloud-core-4.0.0-0.140.el6.4.0.x86_64 >>> cloud-setup-4.0.0-0.140.el6.4.0.x86_64 >>> cloud-client-ui-4.0.0-0.140.el6.4.0.x86_64 >>> cloud-python-4.0.0-0.140.el6.4.0.x86_64 >>> cloud-utils-4.0.0-0.140.el6.4.0.x86_64 >>> cloud-server-4.0.0-0.140.el6.4.0.x86_64 >>> cloud-aws-api-4.0.0-0.140.el6.4.0.x86_64 >>> I'm running CentOS 6.2. The UI loads but I can't login, can anyone assist? >>> >>> Thanks >>> >>> Nick >> >> >> Has your sudo configuration changed? >> Can we see /etc/sudoers? >> >> --David > > Puppet may well have overridden anything cloudstack implemented. > > There's a large amount of data in sudoers i'm not willing to share to the general audience, is there anything in particular I should be looking for? > > Doh, yeah that will be the issue then. Take a look at this manifest, which has the line needed by CloudStack: https://github.com/ke4qqq/puppet-cloudstack/blob/master/manifests/init.pp Lines 37-40 --David