Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

EC2 linux any and all upstart jobs returning "unrecognised service"

So for some reason initctl likes it and service doesnt...

sudo initctl start test
test start/running, process 8776

A bug in EC2 Linux me thinks. My example exactly conforms to the documentation but no biggy to switch to using initctl

If you like to check which services are running you also can do this:

sudo initctl list

And to verify where the log error read the file in /var/log/messages

Tags:

Amazon Web Services

Amazon Ec2

Upstart

Related

Redis/Sentinel cluster failover results in "failover-abort-not-elected master" Nginx reverse proxy without SSL termination New server unable to fetch configuration from Puppetmaster due to some ssl error Is it possible to make Nginx listen to different ports? Proper NTP configuration for a few servers What effect does https traffic have on web cache proxy servers? Exchange 2010 Database Dismounted, Corrupted How do I block incoming traffic from Amazon AWS IPs? Enable SSH shell access but disable SFTP access SSH key authentication using LDAP How do I open the VMware Remote Console (application) from the PowerCLI? Can't receive mails from Gmail

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy