Package Management
- pacman -Sy = to refresh pkg database
- pacman -Ss $keyword = to search pkg database
- pacman -Su = to update all install packages
- pacman -S $pkg = to update one pkg
- pacman -h = for a list of pacman operations
- pacman -S --help = for a full list of options associated with the -S command
Starting and Stopping Services
- sv {stop,start,restart} frontend = This will start/stop the entire X proccess that runs mythfrontend
- sv {stop,start,restart} mysql
- sv {stop,start,restart} mythbackend
- sv {stop,start,restart} remotes
Other Notes
- To keep a host from showing up in the network map, add it to:
/home/xymon/server/ext/ignoreclient.py
- To stop xymon from running a check on a function remove "func" from bb-hosts
- remove "func" from bb-hosts to stop hobbit from running a func check on it
- If /tmp/nomfe is present then mythfrontend will not restart
- Adding pkg names to /etc/pkgname.blacklist will stop MythVantage from auto installing a package
MythFrontend Menu Navigation