Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C99621893F for ; Wed, 15 Jul 2015 06:51:09 +0000 (UTC) Received: (qmail 56189 invoked by uid 500); 15 Jul 2015 06:51:09 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 56144 invoked by uid 500); 15 Jul 2015 06:51:09 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 56130 invoked by uid 99); 15 Jul 2015 06:51:08 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 15 Jul 2015 06:51:08 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CC846E1808; Wed, 15 Jul 2015 06:51:08 +0000 (UTC) From: sanju1010 To: dev@cloudstack.apache.org Reply-To: dev@cloudstack.apache.org Message-ID: Subject: [GitHub] cloudstack pull request: CLOUDSTACK-8633: Changing file permission... Content-Type: text/plain Date: Wed, 15 Jul 2015 06:51:08 +0000 (UTC) GitHub user sanju1010 opened a pull request: https://github.com/apache/cloudstack/pull/591 CLOUDSTACK-8633: Changing file permissions from 755 to 440 With 0755 permissions on /etc/sudoers.d/cloudstack-management we are getting following error in bringing up CS: Failed to start bean 'cloudStackLifeCycle'; nested exception is com.cloud.utils.exception.CloudRuntimeException: Failed to inject generated public key into systemvm iso sudo: /etc/sudoers.d/cloudstack-management is mode 0755, should be 0440sudo: sorry, you must have a tty to run sudo” So I have changed the permissions to 440. You can merge this pull request into a Git repository by running: $ git pull https://github.com/sanju1010/cloudstack acsfix Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/591.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #591 ---- ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---