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} lircd
Other Random notes
- To keep a host from showing up in the network map, add it to:
/data/srv/hobbit/server/ext/ignoreclient.py
- 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 autoinstalling a package.