Member since
02-14-2016
2
Posts
3
Kudos Received
0
Solutions
02-14-2016
01:20 PM
1 Kudo
Follow the steps in the accepted solution, then use terminal to start the "hue" service with the below command, sudo service hue start
... View more
02-14-2016
09:25 AM
2 Kudos
You can check the status of a service with sudo service <service-name> status and you can restart a service with sudo service <service-name> restart If you run the above command without sudo, you might get error message like Error: Root User required.
... View more