~oem-solutions-releng/live-build/lb-sg-2.x-add-support-for-xz-and-bzip2-compression

« back to all changes in this revision

Viewing changes to includes/etch/install/doc/FAQ/html/ch-support.en.html

  • Committer: Daniel Baumann
  • Date: 2011-03-09 17:19:41 UTC
  • Revision ID: daniel@debian.org-20110309171941-vyn0zxupujidmbu9
Adding live-helper 1.0~a15-1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
2
 
 
3
 
<html>
4
 
 
5
 
<head>
6
 
 
7
 
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
8
 
 
9
 
<title>The Debian GNU/Linux FAQ - Getting support for Debian GNU/Linux</title>
10
 
 
11
 
</head>
12
 
 
13
 
<body>
14
 
 
15
 
<p><a name="ch-support"></a></p>
16
 
<hr>
17
 
 
18
 
<p>
19
 
[ <a href="ch-customizing.en.html">previous</a> ]
20
 
[ <a href="index.en.html#contents">Contents</a> ]
21
 
[ <a href="ch-basic_defs.en.html">1</a> ]
22
 
[ <a href="ch-getting.en.html">2</a> ]
23
 
[ <a href="ch-compat.en.html">3</a> ]
24
 
[ <a href="ch-software.en.html">4</a> ]
25
 
[ <a href="ch-ftparchives.en.html">5</a> ]
26
 
[ <a href="ch-pkg_basics.en.html">6</a> ]
27
 
[ <a href="ch-pkgtools.en.html">7</a> ]
28
 
[ <a href="ch-uptodate.en.html">8</a> ]
29
 
[ <a href="ch-kernel.en.html">9</a> ]
30
 
[ <a href="ch-customizing.en.html">10</a> ]
31
 
[ 11 ]
32
 
[ <a href="ch-contributing.en.html">12</a> ]
33
 
[ <a href="ch-redistrib.en.html">13</a> ]
34
 
[ <a href="ch-nexttime.en.html">14</a> ]
35
 
[ <a href="ch-faqinfo.en.html">15</a> ]
36
 
[ <a href="ch-contributing.en.html">next</a> ]
37
 
</p>
38
 
 
39
 
<hr>
40
 
 
41
 
<h1>
42
 
The Debian GNU/Linux FAQ
43
 
<br>Chapter 11 - Getting support for Debian GNU/Linux
44
 
</h1>
45
 
 
46
 
<hr>
47
 
 
48
 
<h2><a name="s-debiandocs"></a>11.1 What other documentation exists on and for a Debian system?</h2>
49
 
<ul>
50
 
<li>
51
 
<p>
52
 
Installation instructions for the current release: see <code><a
53
 
href="http://www.debian.org/releases/stable/installmanual">http://www.debian.org/releases/stable/installmanual</a></code>.
54
 
</p>
55
 
</li>
56
 
</ul>
57
 
<ul>
58
 
<li>
59
 
<p>
60
 
The Debian GNU/Linux reference covers many aspects of system administration
61
 
through shell-command examples.  Basic tutorials, tips, and other information
62
 
are provided for many different topics ranging from system administration to
63
 
programming.
64
 
</p>
65
 
 
66
 
<p>
67
 
Get it from the <code>debian-reference</code> package, or at <code><a
68
 
href="http://www.debian.org/doc/user-manuals#quick-reference">http://www.debian.org/doc/user-manuals#quick-reference</a></code>.
69
 
</p>
70
 
</li>
71
 
</ul>
72
 
<ul>
73
 
<li>
74
 
<p>
75
 
Policy manual documents the policy requirements for the distribution, i.e.  the
76
 
structure and contents of the Debian archive, several design issues of the
77
 
operating system etc.  It also includes the technical requirements that each
78
 
package must satisfy to be included in the distribution, and documents the
79
 
basic technical aspects of Debian binary and source packages.
80
 
</p>
81
 
 
82
 
<p>
83
 
Get it from the <code>debian-policy</code> package, or at <code><a
84
 
href="http://www.debian.org/doc/devel-manuals#policy">http://www.debian.org/doc/devel-manuals#policy</a></code>.
85
 
</p>
86
 
</li>
87
 
</ul>
88
 
<ul>
89
 
<li>
90
 
<p>
91
 
Documentation developed by the Debian Documentation Project.  It is available
92
 
at <code><a
93
 
href="http://www.debian.org/doc/">http://www.debian.org/doc/</a></code> and
94
 
includes user guides, administration guides and security guides for the Debian
95
 
GNU/Linux operating system.
96
 
</p>
97
 
</li>
98
 
</ul>
99
 
<ul>
100
 
<li>
101
 
<p>
102
 
Documentation on installed Debian packages: Most packages have files that are
103
 
unpacked into <samp>/usr/share/doc/PACKAGE</samp>.
104
 
</p>
105
 
</li>
106
 
</ul>
107
 
<ul>
108
 
<li>
109
 
<p>
110
 
Documentation on the Linux project: The Debian package <code>doc-linux</code>
111
 
installs all of the most recent versions of the HOWTOs and mini-HOWTOs from the
112
 
<code><a href="http://www.tldp.org/">Linux Documentation Project</a></code>.
113
 
</p>
114
 
</li>
115
 
</ul>
116
 
<ul>
117
 
<li>
118
 
<p>
119
 
Unix-style `man' pages: Most commands have manual pages written in the style of
120
 
the original Unix 'man' files.  They are referenced by the section of the 'man'
121
 
directory where they reside: e.g., foo(3) refers to a manual page which resides
122
 
in /usr/share/man/man3/, and it can be called by executing the command:
123
 
<samp>man 3 foo</samp>, or just <samp>man foo</samp> if section 3 is the first
124
 
one containing a page on <samp>foo</samp>.
125
 
</p>
126
 
 
127
 
<p>
128
 
One can learn which directory of <samp>/usr/share/man/</samp> contains a
129
 
certain manual page by executing <samp>man -w foo</samp>.
130
 
</p>
131
 
 
132
 
<p>
133
 
New Debian users should note that the 'man' pages of many general system
134
 
commands are not available until they install these packages:
135
 
</p>
136
 
<ul>
137
 
<li>
138
 
<p>
139
 
<samp>man-db</samp>, which contains the <samp>man</samp> program itself, and
140
 
other programs for manipulating the manual pages.
141
 
</p>
142
 
</li>
143
 
</ul>
144
 
<ul>
145
 
<li>
146
 
<p>
147
 
<samp>manpages</samp>, which contains the system manual pages.  (see <a
148
 
href="ch-software.en.html#s-nonenglish">How does Debian support non-English
149
 
languages?, Section 4.8</a>).
150
 
</p>
151
 
</li>
152
 
</ul>
153
 
</li>
154
 
</ul>
155
 
<ul>
156
 
<li>
157
 
<p>
158
 
GNU-style `info' pages: User documentation for many commands, particularly GNU
159
 
tools, is available not in `man' pages, but in `info' files which can be read
160
 
by the GNU tool <samp>info</samp>, by running <samp>M-x info</samp> within GNU
161
 
Emacs, or with some other Info page viewer.
162
 
</p>
163
 
 
164
 
<p>
165
 
Its main advantage over the original `man' pages are that it is a hypertext
166
 
system.  It does <em>not</em> require the WWW, however; <samp>info</samp> can
167
 
be run from a plain text console.  It was designed by Richard Stallman and
168
 
preceded the WWW.
169
 
</p>
170
 
</li>
171
 
</ul>
172
 
 
173
 
<p>
174
 
Note that you may access a lot of documentation on your system by using a WWW
175
 
browser, through `dwww', `dhelp' or `doccentral' commands, found in respective
176
 
packages.
177
 
</p>
178
 
 
179
 
<hr>
180
 
 
181
 
<h2><a name="s-onlineresources"></a>11.2 Are there any on-line resources for discussing Debian?</h2>
182
 
 
183
 
<p>
184
 
Yes.  In fact, the main method of support Debian provides to our users is by
185
 
the way of e-mail.
186
 
</p>
187
 
 
188
 
<hr>
189
 
 
190
 
<h3><a name="s11.2.1"></a>11.2.1 Mailing lists</h3>
191
 
 
192
 
<p>
193
 
There are a lot of <code><a
194
 
href="http://www.debian.org/MailingLists/">Debian-related mailing
195
 
lists</a></code>.
196
 
</p>
197
 
 
198
 
<p>
199
 
On a system with the <code>doc-debian</code> package installed there is a
200
 
complete list of mailing lists in
201
 
<code>/usr/share/doc/debian/mailing-lists.txt</code>.
202
 
</p>
203
 
 
204
 
<p>
205
 
Debian mailing lists are named following the pattern
206
 
debian-<var>list-subject</var>.  Examples are debian-announce, debian-user,
207
 
debian-news.  To subscribe to any list debian-<var>list-subject</var>, send
208
 
mail to debian-<var>list-subject</var>-request@lists.debian.org with the word
209
 
&quot;subscribe&quot; in the Subject: header.  Be sure to remember to add
210
 
<em>-request</em> to the e-mail address when using this method to subscribe or
211
 
unsubscribe.  Otherwise your e-mail will go to the list itself, which could be
212
 
embarrassing or annoying, depending on your point of view.
213
 
</p>
214
 
 
215
 
<p>
216
 
If you have a forms-capable World Wide Web browser, you can subscribe to
217
 
mailing lists using the <code><a
218
 
href="http://www.debian.org/MailingLists/subscribe">WWW form</a></code>.  You
219
 
can also un-subscribe using a <code><a
220
 
href="http://www.debian.org/MailingLists/unsubscribe">WWW form</a></code>.
221
 
</p>
222
 
 
223
 
<p>
224
 
The list manager's e-mail address is <code><a
225
 
href="mailto:listmaster@lists.debian.org">listmaster@lists.debian.org</a></code>,
226
 
in case you have any trouble.
227
 
</p>
228
 
 
229
 
<p>
230
 
The mailing lists are public forums.  All e-mails sent to the lists are also
231
 
copied to the public archive, for anybody (even non-subscribers) to browse or
232
 
search.  Please make sure you never send any confidential or unlicensed
233
 
material to the lists.  This includes things like e-mail addresses.  Of
234
 
particular note is the fact that spammers have been known to abuse e-mail
235
 
addresses posted to our mailing lists.  See the <code><a
236
 
href="http://www.debian.org/MailingLists/index.en.html#disclaimer">Mailing
237
 
Lists Privacy policy</a></code> for more information.
238
 
</p>
239
 
 
240
 
<p>
241
 
Archives of the Debian mailing lists are available via WWW at <code><a
242
 
href="http://lists.debian.org/">http://lists.debian.org/</a></code>.
243
 
</p>
244
 
 
245
 
<hr>
246
 
 
247
 
<h4><a name="s-mailinglistconduct"></a>11.2.1.1 What is the code of conduct for the mailing lists?</h4>
248
 
 
249
 
<p>
250
 
When using the Debian mailing lists, please follow these rules:
251
 
</p>
252
 
<ul>
253
 
<li>
254
 
<p>
255
 
Do not send spam.  See the <code><a
256
 
href="http://www.debian.org/MailingLists/#ads">Debian mailing list advertising
257
 
policy</a></code>.
258
 
</p>
259
 
</li>
260
 
</ul>
261
 
<ul>
262
 
<li>
263
 
<p>
264
 
Do not flame; it is not polite.  The people developing Debian are all
265
 
volunteers, donating their time, energy and money in an attempt to bring the
266
 
Debian project together.
267
 
</p>
268
 
</li>
269
 
</ul>
270
 
<ul>
271
 
<li>
272
 
<p>
273
 
Do not use foul language; besides, some people receive the lists via packet
274
 
radio, where swearing is illegal.
275
 
</p>
276
 
</li>
277
 
</ul>
278
 
<ul>
279
 
<li>
280
 
<p>
281
 
Make sure that you are using the proper list.  <em>Never</em> post your
282
 
(un)subscription requests to the mailing list itself[<a
283
 
href="footnotes.en.html#f6" name="fr6">6</a>]
284
 
</p>
285
 
</li>
286
 
</ul>
287
 
<ul>
288
 
<li>
289
 
<p>
290
 
See section <a href="#s-bugreport">How do I report a bug in Debian?, Section
291
 
11.5</a> for notes on reporting bugs.
292
 
</p>
293
 
</li>
294
 
</ul>
295
 
 
296
 
<hr>
297
 
 
298
 
<h3><a name="s11.2.2"></a>11.2.2 Maintainers</h3>
299
 
 
300
 
<p>
301
 
Users can address questions to individual package maintainers using e-mail.  To
302
 
reach a maintainer of a package called xyz, send e-mail to
303
 
<em>xyz@packages.debian.org</em>.
304
 
</p>
305
 
 
306
 
<hr>
307
 
 
308
 
<h3><a name="s11.2.3"></a>11.2.3 Usenet newsgroups</h3>
309
 
 
310
 
<p>
311
 
Users should post non-Debian-specific questions to one of the Linux USENET
312
 
groups, which are named comp.os.linux.* or linux.*.  There are several lists of
313
 
Linux Usenet newsgroups and other related resources on the WWW, e.g.  on the
314
 
<code><a href="http://www.linux.org/docs/usenet.html">Linux Online</a></code>
315
 
and <code><a
316
 
href="http://www.linuxjournal.com/helpdesk.php">LinuxJournal</a></code> sites.
317
 
</p>
318
 
 
319
 
<hr>
320
 
 
321
 
<h2><a name="s-searchtools"></a>11.3 Is there a quick way to search for information on Debian GNU/Linux?</h2>
322
 
 
323
 
<p>
324
 
There is a variety of search engines that serve documentation related to
325
 
Debian:
326
 
</p>
327
 
<ul>
328
 
<li>
329
 
<p>
330
 
<code><a href="http://search.debian.org/">Debian WWW search site</a></code>.
331
 
</p>
332
 
</li>
333
 
</ul>
334
 
<ul>
335
 
<li>
336
 
<p>
337
 
<code><a href="http://groups.google.com/">Google Groups</a></code>: a search
338
 
engine for newsgroups.
339
 
</p>
340
 
 
341
 
<p>
342
 
For example, to find out what experiences people have had with finding drivers
343
 
for Promise controllers under Debian, try searching on the phrase <samp>Promise
344
 
Linux driver</samp>.  This will show you all the postings that contain these
345
 
strings, i.e.  those where people discussed these topics.  If you add
346
 
<samp>Debian</samp> to those search strings, you'll also get the postings
347
 
specifically related to Debian.
348
 
</p>
349
 
</li>
350
 
</ul>
351
 
<ul>
352
 
<li>
353
 
<p>
354
 
Any of the common web spidering engines, such as <code><a
355
 
href="http://www.altavista.com/">AltaVista</a></code> or <code><a
356
 
href="http://www.google.com/">Google</a></code>, as long as you use the right
357
 
search terms.
358
 
</p>
359
 
 
360
 
<p>
361
 
For example, searching on the string &quot;cgi-perl&quot; gives a more detailed
362
 
explanation of this package than the brief description field in its control
363
 
file.
364
 
</p>
365
 
</li>
366
 
</ul>
367
 
 
368
 
<hr>
369
 
 
370
 
<h2><a name="s-buglogs"></a>11.4 Are there logs of known bugs?</h2>
371
 
 
372
 
<p>
373
 
Reports on unsolved (and closed) issues are publicly available: Debian
374
 
promissed to do so by stating &quot;We will not hide problems&quot; in the
375
 
<code><a href="http://www.debian.org/social_contract">Debian Social
376
 
Contract</a></code>.
377
 
</p>
378
 
 
379
 
<p>
380
 
The Debian GNU/Linux distribution has a bug tracking system (BTS) which files
381
 
details of bugs reported by users and developers.  Each bug is given a number,
382
 
and is kept on file until it is marked as having been dealt with.
383
 
</p>
384
 
 
385
 
<p>
386
 
Copies of this information are available at <code><a
387
 
href="http://www.debian.org/Bugs/">http://www.debian.org/Bugs/</a></code>.
388
 
</p>
389
 
 
390
 
<p>
391
 
A mail server provides access to the bug tracking system database via e-mail.
392
 
In order to get the instructions, send an e-mail to request@bugs.debian.org
393
 
with &quot;help&quot; in the body.
394
 
</p>
395
 
 
396
 
<hr>
397
 
 
398
 
<h2><a name="s-bugreport"></a>11.5 How do I report a bug in Debian?</h2>
399
 
 
400
 
<p>
401
 
If you have found a bug in Debian, please read the instructions for reporting a
402
 
bug in Debian.  These instructions can be obtained in one of several ways:
403
 
</p>
404
 
<ul>
405
 
<li>
406
 
<p>
407
 
By anonymous FTP.  Debian mirror sites contain the instructions in the file
408
 
<samp>doc/bug-reporting.txt</samp>.
409
 
</p>
410
 
</li>
411
 
</ul>
412
 
<ul>
413
 
<li>
414
 
<p>
415
 
From the WWW.  A copy of the instructions is shown at <code><a
416
 
href="http://www.debian.org/Bugs/Reporting">http://www.debian.org/Bugs/Reporting</a></code>.
417
 
</p>
418
 
</li>
419
 
</ul>
420
 
<ul>
421
 
<li>
422
 
<p>
423
 
On any Debian system with the <code>doc-debian</code> package installed.  The
424
 
instructions are in the file
425
 
<code>/usr/share/doc/debian/bug-reporting.txt</code>.
426
 
</p>
427
 
</li>
428
 
</ul>
429
 
 
430
 
<p>
431
 
You can use the package <code>reportbug</code> that will guide you through the
432
 
reporting process and mail the message to the proper address, with some extra
433
 
details about your system added automatically.  It will also show you a list of
434
 
bugs already reported to the package you are reporting against in case your bug
435
 
has been reported previously, so that you can additional information to the
436
 
existing bug report.
437
 
</p>
438
 
 
439
 
<p>
440
 
If you want to mail the report with an e-mail program, send a message to
441
 
<code><a
442
 
href="mailto:submit@bugs.debian.org">submit@bugs.debian.org</a></code>.  The
443
 
message's first line must be similar to
444
 
</p>
445
 
 
446
 
<pre>
447
 
     Package: package-name
448
 
</pre>
449
 
 
450
 
<p>
451
 
(replace <var>package-name</var> with the name of the package).  The next line
452
 
should relate the package version number in a similar way:
453
 
</p>
454
 
 
455
 
<pre>
456
 
     Version: version-number
457
 
</pre>
458
 
 
459
 
<p>
460
 
The version number for any package installed on your system can be obtained
461
 
using the command line
462
 
</p>
463
 
 
464
 
<pre>
465
 
     dpkg -s <var>package-name</var>
466
 
</pre>
467
 
 
468
 
<p>
469
 
This section is referred to as the pseudo-header.  The rest of the message
470
 
should contain the description of the bug (please make it moderately detailed),
471
 
the Debian release you are using, and versions of other relevant packages.  The
472
 
Debian release number will be displayed by the command
473
 
</p>
474
 
 
475
 
<pre>
476
 
     cat /etc/debian_version
477
 
</pre>
478
 
 
479
 
<p>
480
 
Expect to get an automatic acknowledgement of your bug report.  It will also be
481
 
automatically given a bug tracking number, entered into the bug log and
482
 
forwarded to the debian-bugs-dist mailing list.
483
 
</p>
484
 
 
485
 
<hr>
486
 
 
487
 
<p>
488
 
[ <a href="ch-customizing.en.html">previous</a> ]
489
 
[ <a href="index.en.html#contents">Contents</a> ]
490
 
[ <a href="ch-basic_defs.en.html">1</a> ]
491
 
[ <a href="ch-getting.en.html">2</a> ]
492
 
[ <a href="ch-compat.en.html">3</a> ]
493
 
[ <a href="ch-software.en.html">4</a> ]
494
 
[ <a href="ch-ftparchives.en.html">5</a> ]
495
 
[ <a href="ch-pkg_basics.en.html">6</a> ]
496
 
[ <a href="ch-pkgtools.en.html">7</a> ]
497
 
[ <a href="ch-uptodate.en.html">8</a> ]
498
 
[ <a href="ch-kernel.en.html">9</a> ]
499
 
[ <a href="ch-customizing.en.html">10</a> ]
500
 
[ 11 ]
501
 
[ <a href="ch-contributing.en.html">12</a> ]
502
 
[ <a href="ch-redistrib.en.html">13</a> ]
503
 
[ <a href="ch-nexttime.en.html">14</a> ]
504
 
[ <a href="ch-faqinfo.en.html">15</a> ]
505
 
[ <a href="ch-contributing.en.html">next</a> ]
506
 
</p>
507
 
 
508
 
<hr>
509
 
 
510
 
<p>
511
 
The Debian GNU/Linux FAQ
512
 
</p>
513
 
 
514
 
<address>
515
 
version 3.1.5, 17 January 2007<br>
516
 
<br>
517
 
Authors are listed at <a href="ch-faqinfo.en.html#s-authors">Debian FAQ Authors</a><br>
518
 
<br>
519
 
</address>
520
 
<hr>
521
 
 
522
 
</body>
523
 
 
524
 
</html>
525