source: wiki/pages/fr/Troubleshooting @ 26959

Last change on this file since 26959 was 26959, checked in by obi, 10 years ago

wiki upgade all other Language links

File size: 6.9 KB
Line 
1----
2'''12  Troubleshooting ''' [=#point12] ([wiki:Wiki#point0 Contents]) ([WikiStart#point0 Main page])
3----
4
5In this section it explains how to formally submit a bug and provide debug logs so that this imformation is provided to the developers to action, it will explain how to use the trac ticket system to check and submit bugs for futher analisis.
6
7[[br]]
8
9* Only a __registered__ Users__ can create __Tickets__. If you are not yet registered, you can register here __[http://sbnc.dyndns.tv/trac/register Register]__
10* The __User__ must be logged in, You can __[http://sbnc.dyndns.tv/trac/login Login]__ here
11* To achieve a faster and easier __trouble shooting__, we now offer the __Ticketsytem__. That way you can directly pinpoint your __error__ to the competent __Developer__. In the next steps we will explain the new __Ticketsystem__.[[Br]]
12* First, check the existing __ Tickets__ if the error has already been reported. This is done as follows. [[Br]]
13  * Click the button __[http://sbnc.dyndns.tv/trac/report View Tickets]__ or go directly to __[http://sbnc.dyndns.tv/trac/report/1 Active Tickets]__.[[br]]
14  * Click on __[http://sbnc.dyndns.tv/trac/search Search]__ and tick the __Tickets__ and begin the search.
15  * Here you can see the current __active Tickets__, if the same error is listed, you can attach your error message to the __Ticket__.[[Br]]
16
17----
18'''12.1 Report a new Error''' [=#point12.1] ([wiki:Wiki#point0 Contents]) ([WikiStart#point0 Main page])
19----
20
21* You have discovered a new bug and it has not been reported so you want to create a new ticket[[br]]
22* Click the button __[http://sbnc.dyndns.tv/trac/newticket New Ticket]__[[br]]
23  * The following fields __need__ to be filled in.[[Br]]
24    * __Summary:__
25      - This is the __displayed name__ of the reported error[[br]]
26    * __Description:__
27      - Copy the link from the __[http://www.aaf-digital.info/forum/forum.php AAF Board (Community)]__ where the posting was made.
28      - If no posting excists in the __Community__ you can describe the error here.[[br]]
29    * __Component:__
30      - Set the critaria suiting the error so the appropriate __Developer__ is informed.[[br]]
31    * __Responsible:__
32      - Here the ticket can explicitly be assigned to a specific __Developer__.
33  * The following fields can be __filled in__. [[Br]]
34    * __Priority:__
35      - Blocker - __very urgent__ the __ticket__ requires urgent attention.
36      - Critical - __urgent__ other tickets or processes depend upon this error.
37      - Major - __standard__ urgency (__default__).
38      - Minor - __minor__ has a lot of time and __is not so important__.
39      - trivial - __of no importance__ has even more time and __is least__ important.
40    * __Milestone:__
41      - Default is __standard__ if a more appropriate urgency is required it can be used.
42    * __Tags__
43      - This information is used by the __[http://sbnc.dyndns.tv/trac/search Search]__ - is usually not specified/required.
44    * __Version:__
45      - Is only applicable from version __2.0__
46    * __Observer:__
47      - Only a __Developer__ need to fill in this field if he wants to assign this ticket to a __User__, the user then sees it in __[http://sbnc.dyndns.tv/trac/report/7 My Tickets] __
48
49  * To complete the ticket you click on the field __create Ticket__
50[[br]]
51[#point12 Top of Page]
52----
53'''12.2 Bug Update''' [=#point12.2] ([wiki:Wiki#point0 Contents]) ([WikiStart#point0 Main page])
54----
55
56* You have discovered a bug and it has been reported but you have aditional information that may be helpfull to the developers to repair the problem or have aditional comments on the problem[[br]]
57* Click the __[http://sbnc.dyndns.tv/trac/report Show Tickets]__ > __[http://sbnc.dyndns.tv/trac/report/1 Active Tickets]__ or __ [http://sbnc.dyndns.tv/trac/search Search]__ Button and __open__ the existing.[[br]]
58  * The following fields __must__ be filled in.[[Br]]
59    * __Add comment__:
60      - Here you can add more details to the error description.[[br]]
61  * To complete the ticket you click on __Submit changes__
62[[br]]
63[#point12 Top of Page]
64----
65'''12.3 Bug Resolve (Report error as completed)''' [=#point12.3] ([wiki:Wiki#point0 Contents]) ([WikiStart#point0 Main page])
66----
67
68
69* You have discovered a previously reported bug is now fixed and want to close the ticket to inform the dev the bug is now fixed.[[br]]
70* Click on __[http://sbnc.dyndns.tv/trac/report View Tickets]__ > __[http://sbnc.dyndns.tv/trac/report/1 Active Tickets]__ and open the respective ticket[[br]]
71  * Scroll down to Action and set the field __resolve as__ to __fixed__
72  * Click on the field _Submit changes__
73[[br]]
74[#point12 Top of Page]
75----
76'''12.4 DebugLevel''' [=#point12.4] ([wiki:Wiki#point0 Contents]) ([WikiStart#point0 Main page])
77----
78
79
80* In the Configuration file /mnt/config/titan.cfg you can set following debug levels
81  * Minimal: 10
82  * TopfieldVFD: 40
83  * Media Center: 50
84  * MenuList: 60
85  * Network Browser: 70
86  * Hard Disk: 80
87  * Screensaver: 90
88  * Tithek: 99
89  * Global: 100
90  * Ipkg: 130
91  * Imdb/imdbapi/TMDB: 133
92  * Eplayer: 150
93  * Tuning: 200
94  * Stream/Record/Softcam: 250
95  * Radio text: 270
96  * Subtitle: 300
97  * EPG: 400
98  * MediaDB: 777
99  * Mutexes: 900
100  * Function (in/out): 1000
101
102* The default debug level = 10
103[[br]]
104[#point12 Top of Page]
105----
106'''12.5 Debug Logging''' [=#point12.5] ([wiki:Wiki#point0 Contents]) ([WikiStart#point0 Main page])
107----
108
109Logging is a means of getting debug messages from the reciever for development and bug tracking purposes, this can be used to attach to a bug report or track ticked to assist the developer to find where a problem or bug may be traced from.
110
111
112* You have several options for logging
113 * via Telnet:
114  * A Network connection is assential
115  * Client ([http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html Putty]) configure the PC for Telnet session
116  * Open the Telnet session to the receiver
117  * Killall -9 rcS titan
118  * Set: ([#point112.4 DebugLevel=])
119  * Titan /mnt/config/titan.cfg > /tmp/titan.error.log 2> & 1
120  * To terminate logging press (ctrl+z)
121  * Copy the log file (/tmp/titan.error.log) to your PC via ftp and send it as a ticket to the respective Developer
122 * Via RS232 (serial connection)
123  * A Serial connection must consist
124  * Configure ([http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html Putty]) on the PC for Serial
125  * Open serial session to the receiver
126  * Then send it as a ticket to the respective Developer
127
128* Using debug Images you can also query the kernel messages via a telnet session
129  * Network connection must exist
130  * Configure ([http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html Putty]) on the PC for Serial
131  * Open serial session to the receiver
132  * cat/proc/kmsg > /tmp/titan.kernel.log 2>&1
133  * To terminate logging press (ctrl+z)
134  * Copy the log file (/tmp/titan.kernel.log) to your PC via ftp and send it as a ticket to the respective Developer
135[[br]]
136[#point12 Top of Page]
Note: See TracBrowser for help on using the repository browser.