[
https://issues.apache.org/jira/browse/JENA-1040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14946475#comment-14946475
]
Gabriele Cornacchia commented on JENA-1040:
-------------------------------------------
After some research I found that the /lib/lsb/init-functions in my virtual
machine doesn't contain the implementation of those functions.
I don't know which version of lsb specification must be used but I found that
in my centos 6.7 I got the latest version of redhat-lsb packages.
In this case a simple workaround is to REMOVE the IF condition in fuseki script.
line: 90
if [ -f /lib/lsb/init-functions ]; then
. /lib/lsb/init-functions
else
...
In this way the script use the inline defined lsb logging functions and all
works normally.
> error in launching fuseki as service on centos 6.7
> --------------------------------------------------
>
> Key: JENA-1040
> URL: https://issues.apache.org/jira/browse/JENA-1040
> Project: Apache Jena
> Issue Type: Bug
> Components: Fuseki
> Affects Versions: Fuseki 2.3.0
> Environment: linux centos 6.7 64 bit
> Reporter: Gabriele Cornacchia
> Priority: Minor
>
> When I try to start fuseki as linux service on centos 6.7 I got the following
> error message:
> log_daemon_msg: command not found
> log_begin_msg: command not found
> log_end_msg: command not found
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)