Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

known issue with .deb package ("upstart" dependency) #190

Open
eli-darkly opened this issue Jun 9, 2022 · 0 comments
Open

known issue with .deb package ("upstart" dependency) #190

eli-darkly opened this issue Jun 9, 2022 · 0 comments

Comments

@eli-darkly
Copy link
Contributor

It's been brought to our attention that the .deb packages included in the release binaries (for instance, here) are not compatible with all Linux-based environments that use .deb packages. Specifically, running dpkg -i ld-relay_{some version & architecture}.deb may produce an error like "dpkg: dependency problems prevent configuration of ld-relay: ld-relay depends on upstart; however: Package upstart is not installed" (or: "Package upstart is not available, but is referred to by another package").

This problem is due to the current package build relying on upstart to provide the kind of service management functionality that would be provided by systemd in OSes that use systemd (launching the service automatically at startup, etc.). That decision was made long ago when Ubuntu did not fully support systemd. It is no longer appropriate since upstart is deprecated in Ubuntu (and already did not work in Debian). We are planning to revise the build to remove that dependency, and to make it work with systemd. The .rpm package for Red Hat was already using systemd.

@eli-darkly eli-darkly pinned this issue Jul 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant