<html> <head> <style type="text/css">@import "frame.css";</style> </head> <body> Package Management </br> <div id="navcontainer"> <ul id="navlist"> <li>pacman -Sy to refresh pkg database</li> <li>pacman -Ss $keyword to search pkg database</li> <li>pacman -Su to update all install packages</li> <li>pacman -S $pkg to update one pkg</li> <li>pacman -h for a list of pacman operations .</li> <li>pacman -S --help for a full list of options associated with the -S command.</li> </ul> </div> <br> Starting and stopping services. <br> <div id="navcontainer"> <ul id="navlist"> <li>sv {stop,start,restart} frontend. This will start/stop the entire X proccess that runs mythfrontend</li> <li>sv {stop,start,restart} mysql</li> <li>sv {stop,start,restart} mythbackend</li> <li>sv {stop,start,restart} lircd</li> </ul> <br> </div> <div id="navcontainer"> Other Random notes <br> <ul id="navlist"> <li>The root password is blank. You will not be able to remotely access this account until the password is set.</li> <li>The mythtv account is locked, reset the password if you wish login with this account.</li> <li>The mythtv account has full sudo privileges. </li> <li>All access from public ip address are blocked. Edit /etc/hosts.deny /etc/hosts.allow to change this.</li> <li>Mythfilldatabase will automaticlly run when mythbackend is started. If the last attempt was successful then it will skip this step and mythfilldatabase will run normally.</li> <li>To keep a host from showing up in the network map, add it to: /data/srv/hobbit/server/ext/ignoreclient.py </li> <li>remove "func" from bb-hosts to stop hobbit from running a func check on it </li> <li>if /tmp/nomfe is present then mythfrontend will not restart </li> <li>if /tmp/debug is present then mythfrontend and mythbackend will run with gdb. Debug packages will need to be installed for this to be useful </li> <li>create_master.sh will copy the contents of the cdrive to a "Gold" image for network/diskless installation. Dhcp server must be enabled for netboot to work, please turn off any other dhcp servers on your network. </li> <li>On the misc screen the nfsmap section will accept entries pointing to different servers. For instance 192.168.1.5:nfsmap will pull the nfsmap file from the ip 192.168.1.5 (hostnames may also be used) </li> <li>adding pkg names to /etc/pkgname.blacklist will stop MythVantage from autoinstalling a package.</li> </div> <br> <div id="navcontainer"> Menu Navigation <br> <ul id="navlist"> <li> <A HREF="images/classic-menugraph.png">Classic menu</A> </li> <li> <A HREF="images/menu_diagram_color.png">Standard menu</A> </li> <li> <A HREF="images/dvr_menugraph.png">DVR menu</A> </li> </body> </html>