[
https://issues.apache.org/jira/browse/QPID-7863?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16134987#comment-16134987
]
Paul Loberg commented on QPID-7863:
-----------------------------------
The init script in the DEB looks more like a RedHat/Fedora style init script.
Even if I fix the paths in the script (use /etc/init.d instead of
/etc/rc.d/init.d) and skip sourcing the "functions" file it does fail on line
118 because it's using the "daemon" command/function to start qpidd:
{noformat}
Setting up qpidd (1.36.0-1qpid+trusty1) ...
System-user qpid already exists
$Starting Qpid AMQP daemon: /etc/init.d/qpidd: 118: /etc/init.d/qpidd: daemon:
not found
{noformat}
> qpidd-1.36 init script fails with "source: not found" on ubuntu
> ---------------------------------------------------------------
>
> Key: QPID-7863
> URL: https://issues.apache.org/jira/browse/QPID-7863
> Project: Qpid
> Issue Type: Bug
> Components: Packaging
> Affects Versions: qpid-cpp-1.36.0
> Environment: Travis (Ubuntu Trusty)
> Reporter: Chris Richardson
> Assignee: Justin Ross
> Fix For: qpid-cpp-1.37.0
>
>
> While trying to install qpidd on Travis (Ubuntu Trusty) from the qpid/testing
> ppa I'm getting the error
> /etc/init.d/qpidd: 52: /etc/init.d/qpidd: source: not found
> see https://travis-ci.org/fourceu/fourc-qpid-manager/jobs/254889450 line 660.
> I think this is because the init script is not compatible with Ubuntu (even
> if the offending line were changed to use "." instead of "source", the
> requested functions script would not exist).
> Could we please have an updated deb package with an Ubuntu init script? :)
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]