nut-debian/docs/support.txt

149 lines
5.0 KiB
Plaintext
Raw Permalink Normal View History

2011-01-26 11:35:08 +02:00
ifdef::website[]
Support instructions
====================
endif::website[]
There are various ways to obtain support for NUT.
Documentation
-------------
2022-07-10 10:23:45 +03:00
- First, be sure to read the link:docs/FAQ.html[FAQ]. The most common
problems are already addressed there.
2011-01-26 11:35:08 +02:00
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,
2022-07-10 10:23:45 +03:00
- NUT installation method: package, or a custom build from source tarball
or GitHub (which fork, branch, PR),
- 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:
2011-01-26 11:35:08 +02:00
2012-01-24 12:22:33 +02:00
/path/to/driver -DD -a <upsname>
2011-01-26 11:35:08 +02:00
2022-07-10 10:23:45 +03:00
If you don't include the above information in your help request, we will
not be able to help you!
2011-01-26 11:35:08 +02:00
Post a patch, ask a development question, ...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Use the link:http://lists.alioth.debian.org/mailman/listinfo/nut-upsdev[NUT Developers]
mailing list.
2022-07-10 10:23:45 +03:00
Refer to the
2011-01-26 11:35:08 +02:00
ifdef::website[]
link:docs/developer-guide.chunked/index.html[NUT Developer Guide]
2022-07-10 10:23:45 +03:00
for more information, and the chapter on how to
2011-01-26 11:35:08 +02:00
link:docs/developer-guide.chunked/ar01s03.html#_submitting_patches[submit patches].
endif::website[]
ifndef::website[]
linkdoc:developer-guide[NUT Developer Guide]
2022-07-10 10:23:45 +03:00
for more information, and the chapter on how to
2011-01-26 11:35:08 +02:00
link:../developer-guide.chunked/ar01s03.html#_submitting_patches[submit patches].
endif::website[]
2022-07-10 10:23:45 +03:00
Note that the currently preferable way for ultimate submission of improvements
is to link:https://github.com/networkupstools/nut/pulls[post a pull request]
from your GitHub fork of NUT. Benefits of PRs include automated testing and
merge-conflict detection and resolution, as well as tracking discussion that
is often needed to better understand, integrate or document the patch.
2011-01-26 11:35:08 +02:00
Discuss packaging and related topics
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Use the link:http://lists.alioth.debian.org/mailman/listinfo/nut-packaging[NUT Packagers]
mailing list.
2022-07-10 10:23:45 +03:00
Refer to the
2011-01-26 11:35:08 +02:00
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.
2022-07-10 10:23:45 +03:00
IRC (Internet Relay Chat)
-------------------------
Yes, we're open!
There is an official `#nut` channel on https://libera.chat/ network.
Feel free to hang out with whoever is on-line at the moment, or watch reports
from the NUT CI farm as they come.
Please don't forget the basics of netiquette, such as that any help is done
on a best-effort basis, people have other obligations, and are not always
there even if their chat client is, and that respect and politeness are the
norm (this includes doing some research before asking, and explaining the
context where it is not trivial).
GitHub Issues
-------------
See https://github.com/networkupstools/nut/issues for another venue of
asking (and answering) questions, as well as proposing improvements.
To report new Devices Dumps Library entries, posting an issue is okay, but
posting a link:https://github.com/networkupstools/nut-ddl/pulls[pull request]
is a lot better -- easier for maintainers to review and merge any time.
For some more detailed instructions about useful DDL reports, please see
link:https://networkupstools.org/ddl/#_file_naming_convention[NUT DDL page].