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

Ubuntu 14.04 error in Upstart #312

Open
kahn2k opened this issue Sep 19, 2023 · 0 comments
Open

Ubuntu 14.04 error in Upstart #312

kahn2k opened this issue Sep 19, 2023 · 0 comments

Comments

@kahn2k
Copy link

kahn2k commented Sep 19, 2023

Describe the bug
I know that Ubuntu 14.04 is deprecated but unfortunately one of the programs I use (https://www.zweib.com/portfolio/medienproduktion/dcp-validator) is only available for Ubuntu 14.04. I was able to run it as a VM but was looking to run this program on a dockerised Ubuntu but is unable to. I suspect it might be something to do with the upstart program as when I try to start the service, it reports "This job runs via upstart, invoking upstart now..." and it just stays that way.

To Reproduce
Steps to reproduce the behavior:

  1. Install docker Ubuntu from dorowu/ubuntu-desktop-lxde-vnc:trusty
  2. "sudo apt-get update"
  3. Install gdebi "sudo apt-get install gdebi -y"
  4. Install dcp-validator.deb via gdebi
  5. Attempt to start dcp-validator as a service "service dcp-validator start" gets "This job runs via upstart, invoking upstart now..." and it stays that way.

Expected behavior
The program should start and I should be able to go to "localhost:8080" to use the dcp-validator program.

Screenshots
Nil

Versions (please complete the following information):

  • OS: Ubuntu 14.04
  • image tag : trusty

Additional context
Add any other context about the problem here.

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