Return-Path: X-Original-To: apmail-accumulo-notifications-archive@minotaur.apache.org Delivered-To: apmail-accumulo-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 04CDE18A2D for ; Tue, 29 Dec 2015 20:18:55 +0000 (UTC) Received: (qmail 86070 invoked by uid 500); 29 Dec 2015 20:18:49 -0000 Delivered-To: apmail-accumulo-notifications-archive@accumulo.apache.org Received: (qmail 85979 invoked by uid 500); 29 Dec 2015 20:18:49 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 85912 invoked by uid 99); 29 Dec 2015 20:18:49 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Dec 2015 20:18:49 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 959EE2C14F6 for ; Tue, 29 Dec 2015 20:18:49 +0000 (UTC) Date: Tue, 29 Dec 2015 20:18:49 +0000 (UTC) From: "Keith Turner (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ACCUMULO-4093) start-here.sh script failing w/ Ansible MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/ACCUMULO-4093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Turner updated ACCUMULO-4093: ----------------------------------- Status: Patch Available (was: Open) I attached a patch for 1.6. Looking at 1.7, it seems like a change would be needed but in a different place. For 1.8 AFIACT it seems like no change is needed. In 1.8 there is a new {{start-daemon.sh}} script which always does nohup and this script is used to start local and remote processes. > start-here.sh script failing w/ Ansible > ---------------------------------------- > > Key: ACCUMULO-4093 > URL: https://issues.apache.org/jira/browse/ACCUMULO-4093 > Project: Accumulo > Issue Type: Bug > Affects Versions: 1.6.4 > Reporter: Keith Turner > Assignee: Keith Turner > Attachments: ACCUMULO-4093-1.6-1.patch > > > Trying to use ansible to run accumulo from a tarball fails. Digging into the issue it seems this is caused by the lack of nohup when starting local processes in `start-server.sh`. -- This message was sent by Atlassian JIRA (v6.3.4#6332)