-
Notifications
You must be signed in to change notification settings - Fork 6
/
SUPPORT
91 lines (60 loc) · 2.91 KB
/
SUPPORT
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
/**********************************************************************
TorrentFlux-NG SUPPORT file
**********************************************************************/
For support with your TorrentFlux-NG installation please see the
forum:
http://www.torrentflux-ng.org/forum/
Please take the time to search the forum first for a solution to your
problem. If you still can't find the solution after searching, please
leave a clear and concise subject/message:
1. Ensure the subject of your message complies to these:
The subject should give a concise description of your problem.
A message with a subject of 'HELP!!!' is NOT a good subject
and is likely to be ignored.
For example, a good subject for a message would be something
like:
Transfers fail to start when template
caching enabled
2. Ensure the content of your message describes:
a. The current version of TorrentFlux-NG (git commit
or version name)
b. Your working environment if relevant
- ie OS, PHP/DB/Python/etc
(if in doubt, always include this info!)
c. A clear and concise description of what the problem is, what
you did to see the problem and any additional info that you
think might be relevant to helping us help you fix the
problem.
IMPORTANT:
==========
Most useful of all are the TorrentFlux-NG logfiles for
troubleshooting. Always check these logfiles first and
ALWAYS post the relevant info from them when posting on the
forum!:
- transfer logfiles - (TODO: create this)
transfer list to view the transfer logfiles
- fluxd logfiles - (TODO: create this)
d. What steps can be taken to reproduce the problem - this is
useful to help others test your problem out.
e. A suggested fix for the problem if you think this is a bug -
these kind of posts are always welcome!!!
Please be very careful however before labelling something a
'bug' before you are absolutely positive it is!
3. This is probably one of the most obvious important factors when
asking a question on a technical forum but is surprisingly
overlooked very often:
MAKE SURE YOU ACTUALLY ASK A QUESTION!
It's surprising how often people rock up on a forum with the
intention of getting help, but they don't actually ask a
question and only provide a load of information that leaves
potential helpers thinking 'And.... the question is...?'!
Also make sure you ask a question that doesn't just require a
yes/no answer. Before you actually submit the post, use the
'Preview' feature to read over your message and check that any
questions you ask won't be simple 'yes/no' answers (unless of
course that's all you want!).
Finally, PLEASE PLEASE PLEASE take the time to read the following
document if you plan on asking a question on the forum. This is
recommended reading for all levels of users who wish to get help on
a technical forum:
http://catb.org/~esr/faqs/smart-questions.html