Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8A9AF200C17 for ; Fri, 10 Feb 2017 12:03:54 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 891B9160B5C; Fri, 10 Feb 2017 11:03:54 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D3AD1160B5B for ; Fri, 10 Feb 2017 12:03:53 +0100 (CET) Received: (qmail 18846 invoked by uid 500); 10 Feb 2017 11:03:47 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 18577 invoked by uid 99); 10 Feb 2017 11:03:47 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Feb 2017 11:03:47 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 12D6D185F63 for ; Fri, 10 Feb 2017 11:03:47 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.199 X-Spam-Level: X-Spam-Status: No, score=-1.199 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id 5aMIXl2Tfi3l for ; Fri, 10 Feb 2017 11:03:46 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 241F45FDEA for ; Fri, 10 Feb 2017 11:03:46 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id C9CF9E0285 for ; Fri, 10 Feb 2017 11:03:42 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 0E1D921D64 for ; Fri, 10 Feb 2017 11:03:42 +0000 (UTC) Date: Fri, 10 Feb 2017 11:03:42 +0000 (UTC) From: "Guillaume Nodet (JIRA)" To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (KARAF-3825) Add ability to shutdown Karaf with a disabled shutdown port MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 10 Feb 2017 11:03:54 -0000 [ https://issues.apache.org/jira/browse/KARAF-3825?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1586= 1106#comment-15861106 ]=20 Guillaume Nodet commented on KARAF-3825: ---------------------------------------- Have you tried the following running the following command from the shell: {code} bin/instance status root=20 bin/instance stop root=20 {code} They differ slighly from the {{bin/status}} and {{bin/stop}} and do actuall= y use the PIDs for that. > Add ability to shutdown Karaf with a disabled shutdown port > ----------------------------------------------------------- > > Key: KARAF-3825 > URL: https://issues.apache.org/jira/browse/KARAF-3825 > Project: Karaf > Issue Type: Improvement > Components: karaf-core > Affects Versions: 3.0.3, 4.0.0 > Reporter: Dmitry Konstantinov > Assignee: Jean-Baptiste Onofr=C3=A9 > Fix For: 3.0.9, 4.0.9, 4.1.1 > > > Sometimes by security reasons listen ports are asked to disable. It would= be nice to provide an alternative way to trigger Karaf shutdown by touchin= g a special file. -- This message was sent by Atlassian JIRA (v6.3.15#6346)