summaryrefslogtreecommitdiffstats
path: root/abs/core/supplemental-web/contents/docs.html
blob: 4a5e64ab1c6e818ff6d054e65cc3c79094c56633 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<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>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>