There are a few ways one can restart various services from within the GUI or from the command line. If a service is not running properly or you are unable to access a certain service, then restarting this service would enable the service to run properly and allow you access to this service.
Restarting the GUI or System from the GUI without logging in
To restart the Comma GUI or the Com.X system, access the Com.X GUI server. Once accessed, click on the administrator icon and the Comma GUI login page should pop up, and there should be three options: 'username', 'password' and 'action'. Under action there are three options: Login, Restart GUI and Restart system.
Then select either 'Restart GUI' or 'Restart System', with your username and password and select 'OK', to restart either the Comma GUI or the Com.X system.
Restarting services from the GUI by logging in
1. Log into the Comma GUI of the Com.X
2. Select the 'Start' tab.
3. Select 'Configuration'.
4. Select the 'Status' tab.
5. A list of services should load.
6. Right click on a service, and select 'Restart'. (See screen shot below)
Restarting services from the command line
The list of service as displayed above, can be restarted from the command line using the following commands:
1. sudo /etc/init.d/service_name restart
> sudo /etc/init.d/comma-gui restart
2. sudo service service_name restart
>sudo service comma-gui restart