MUMBLE: How to restart
KB SQL server (VPS) which also has the mumble DB must be up and running for mumble to be able to start.
Although mumble boots up automatic when the VPS starts there are a few manual tasks that need to be done to start the authenticator and user/channel move task.
The authenticator and mover may also require a restart incase of a severe lock-up or crash.
Login to the ts/mumble server and run as proper user (root or maz).
First make sure the lockfiles are removed (delete mumble_mover.lock and mumble_auth.lock and make sure the processes arent already running)
There are 2 steps to restarting IRC:
1. MUMBLE_AUTH - cd /home/maz/virtual_pyservices && sudo -u maz bin/python mumble_auth/mumble_auth.py -d
2. MUMBLE_MОVER - cd /homе/maz/virtual_pyservices && sudo -u maz bin/python mumble_auth/mumble_mover.py -d
|