forked from networkupstools/nut
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsupport.txt
112 lines (83 loc) · 3.5 KB
/
support.txt
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
ifdef::website[]
Support instructions
====================
endif::website[]
There are various ways to obtain support for NUT.
Documentation
-------------
- First, be sure to read the link:docs/FAQ.html[FAQ]. The most common
problems are already addressed there.
ifdef::website[]
- Else, you can read the link:docs/user-manual.chunked/index.html[NUT User Manual].
endif::website[]
ifndef::website[]
- Else, you can read the linkdoc:user-manual[NUT user manual].
endif::website[]
It also covers many areas about installing, configuring and using NUT.
The specific steps on system integration are also discussed.
- Finally, link:docs/man/index.html#User_man[User manual pages] will also
complete the User Manual provided information. At least, read the manual
page related to your driver(s).
Mailing lists
-------------
If you have still not found a solution, you should search the lists before
posting a question.
Someone may have already solved the problem:
ifdef::backend-xhtml11[]
++++++++++++++++++++++++++++++++++++++
<form action="http://www.google.com/search" method="get">
<input maxlength="2048" name="as_q" size="25" type="text">
<input name="as_oq" type="hidden" value="nut-upsuser nut-upsdev">
<input name="domains" value="lists.alioth.debian.org" type="hidden">
<input name="sitesearch" value="lists.alioth.debian.org" type="hidden">
<input name="btnG" value="Search NUT lists" type="submit">
</form>
++++++++++++++++++++++++++++++++++++++
endif::backend-xhtml11[]
ifndef::backend-xhtml11[]
link:http://www.google.com/search?as_q=&as_oq=nut-upsuser+nut-upsdev&domains=lists.alioth.debian.org&sitesearch=lists.alioth.debian.org&btnG=Search+NUT+lists[search on the NUT lists using Google]
endif::backend-xhtml11[]
Finally, you can *subscribe* to a NUT mailing list to:
Request help
~~~~~~~~~~~~
Use the link:http://lists.alioth.debian.org/mailman/listinfo/nut-upsuser[NUT Users]
mailing list.
In this case, be sure to include the following information:
- OS name and version,
- exact NUT version,
- NUT installation method: from source tarball, package or Subversion,
- exact device name and related information (manufacturing date, web
pointers, ...),
- complete problem description, with any relevant traces, like system
log excerpts, and driver debug output. You can obtain the latter using
the following command, running as root and after having stopped NUT:
/path/to/driver -DD -a <upsname>
If you don't include the above information in your help request, we will
not be able to help you!
Post a patch, ask a development question, ...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Use the link:http://lists.alioth.debian.org/mailman/listinfo/nut-upsdev[NUT Developers]
mailing list.
Refer to the
ifdef::website[]
link:docs/developer-guide.chunked/index.html[NUT Developer Guide]
for more information, and the chapter on how to
link:docs/developer-guide.chunked/ar01s03.html#_submitting_patches[submit patches].
endif::website[]
ifndef::website[]
linkdoc:developer-guide[NUT Developer Guide]
for more information, and the chapter on how to
link:../developer-guide.chunked/ar01s03.html#_submitting_patches[submit patches].
endif::website[]
Discuss packaging and related topics
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Use the link:http://lists.alioth.debian.org/mailman/listinfo/nut-packaging[NUT Packagers]
mailing list.
Refer to the
ifdef::website[]
link:docs/packager-guide.chunked/index.html[NUT Packager Guide]
endif::website[]
ifndef::website[]
linkdoc:packager-guide[NUT Packager Guide]
endif::website[]
for more information.