blob: 21ba2dd13d85fba24801e1f79893f2f8a44a04e1 (
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
|
<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>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>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>
|