Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

nginx issue : reload: Name "com.ubuntu.Upstart" does not exist

restarting nginx using sudo service nginx restart is ok .but reloading it using service nginx reload get this error on Ubuntu 16.04:

reload: Name "com.ubuntu.Upstart" does not exist

like image 331
alex Avatar asked Apr 15 '17 08:04

alex


1 Answers

Ubuntu 16.04 has poor error handling for this case. The error

Name "com.ubuntu.Upstart" does not exist

usually just means "Access Denied". Are you sure you had sudo there, too?

like image 172
Mikko Rantalainen Avatar answered Nov 03 '22 00:11

Mikko Rantalainen