[
https://issues.apache.org/jira/browse/JENA-1040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14946705#comment-14946705
]
Andy Seaborne commented on JENA-1040:
-------------------------------------
thanks - it looks like
http://mirror.centos.org/centos/6/os/x86_64/Packages/redhat-lsb-4.0-7.el6.centos.i686.rpm
does not have all the LSB functions.
Does this work for you? - it defines the simple versions and then attempts to
redefine them with /lib/lsb/init-functions
{noformat}
log_daemon_msg() {
echo $1
}
log_begin_msg() {
echo $1
}
log_end_msg() {
if [ $1 -eq 0 ]; then
echo '[OK]'
else
echo '[failed]'
fi
}
if [ -f /lib/lsb/init-functions ]; then
. /lib/lsb/init-functions
fi
{noformat}
> 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)