[infinispan-issues] [JBoss JIRA] (ISPN-5928) WildFly init.d scripts to not find start-stop-daemon

Pierre Sutra (JIRA) issues at jboss.org
Sat Nov 7 03:19:00 EST 2015


Pierre Sutra created ISPN-5928:
----------------------------------

             Summary: WildFly init.d scripts to not find start-stop-daemon
                 Key: ISPN-5928
                 URL: https://issues.jboss.org/browse/ISPN-5928
             Project: Infinispan
          Issue Type: Bug
          Components: WildFly modules
    Affects Versions: 7.2.5.Final
            Reporter: Pierre Sutra
            Priority: Minor
         Attachments: patch

The infinispan-server* scripts are not properly looking for start-stop-daemon on Ubuntu et al. This implies that (i) the service is never called, and (ii) the scripts rely on 'su' to start WildFly. As a side effect, when using ssh, the connection hangs (because  'su' is still in background). 

I suggest to use `which start-stop-daemon` to solve that problem. See patch for further details.

Regards,
Pierre




--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the infinispan-issues mailing list