This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.
[samba.git] / docs / docbook / faq / general.xml
1 <chapter id="FAQ-general">
2 <title>General Information</title>
3
4 <sect1>
5 <title>What do the version numbers mean?</title>
6 <para>
7 It is not recommended that you run a version of Samba with the word
8 "alpha" in its name unless you know what you are doing and are willing
9 to do some debugging. Many, many people just get the latest
10 recommended stable release version and are happy. If you are brave, by
11 all means take the plunge and help with the testing and development -
12 but don't install it on your departmental server. Samba is typically
13 very stable and safe, and this is mostly due to the policy of many
14 public releases.
15 </para>
16
17 <para>
18 How the scheme works:
19 <simplelist>
20 <member>When major changes are made the version number is increased. For
21 example, the transition from 1.9.15 to 1.9.16. However, this version
22 number will not appear immediately and people should continue to use
23 1.9.15 for production systems (see next point.)</member>
24
25 <member>Just after major changes are made the software is considered
26 unstable, and a series of alpha releases are distributed, for example
27 1.9.16alpha1. These are for testing by those who know what they are
28 doing.  The "alpha" in the filename will hopefully scare off those who
29 are just looking for the latest version to install.</member>
30
31 <member>When the release manager, currently Jerry, thinks that the alphas have stabilised to the point
32 where he would recommend new users install it, he renames it to the
33 same version number without the alpha, for example 1.9.16.</member>
34
35 <member>Inevitably bugs are found in the "stable" releases and minor patch
36 levels are released which give us the pXX series, for example 1.9.16p2.</member>
37 </simplelist>
38 </para>
39
40 <para>
41 So the progression goes:
42
43 <programlisting>
44 1.9.15p7        (production)
45 1.9.15p8        (production)
46 1.9.16alpha1    (test sites only)
47 :
48 1.9.16alpha20   (test sites only)
49 1.9.16          (production)
50 1.9.16p1        (production)
51 </programlisting>
52 </para>
53
54 <para>
55 The above system means that whenever someone looks at the samba ftp
56 site they will be able to grab the highest numbered release without an
57 alpha in the name and be sure of getting the current recommended
58 version.
59 </para>
60
61 </sect1>
62
63 <sect1>
64 <title>What platforms are supported?</title>
65 <para>
66 Many different platforms have run Samba successfully. The platforms
67 most widely used and thus best tested are Linux and SunOS.</para>
68
69 <para>
70 At time of writing, there is support (or has been support for in earlier 
71 versions):
72 </para>
73
74 <simplelist>
75 <member>A/UX 3.0</member>
76 <member>AIX</member>
77 <member>Altos Series 386/1000</member>
78 <member>Amiga</member>
79 <member>Apollo Domain/OS sr10.3</member>
80 <member>BSDI </member>
81 <member>B.O.S. (Bull Operating System)</member>
82 <member>Cray, Unicos 8.0</member>
83 <member>Convex</member>
84 <member>DGUX. </member>
85 <member>DNIX.</member>
86 <member>FreeBSD</member>
87 <member>HP-UX</member>
88 <member>Intergraph. </member>
89 <member>Linux with/without shadow passwords and quota</member>
90 <member>LYNX 2.3.0</member>
91 <member>MachTen (a unix like system for Macintoshes)</member>
92 <member>Motorola 88xxx/9xx range of machines</member>
93 <member>NetBSD</member>
94 <member>NEXTSTEP Release 2.X, 3.0 and greater (including OPENSTEP for Mach).</member>
95 <member>OS/2 using EMX 0.9b</member>
96 <member>OSF1</member>
97 <member>QNX 4.22</member>
98 <member>RiscIX. </member>
99 <member>RISCOs 5.0B</member>
100 <member>SEQUENT. </member>
101 <member>SCO (including: 3.2v2, European dist., OpenServer 5)</member>
102 <member>SGI.</member>
103 <member>SMP_DC.OSx v1.1-94c079 on Pyramid S series</member>
104 <member>SONY NEWS, NEWS-OS (4.2.x and 6.1.x)</member>
105 <member>SUNOS 4</member>
106 <member>SUNOS 5.2, 5.3, and 5.4 (Solaris 2.2, 2.3, and '2.4 and later')</member>
107 <member>Sunsoft ISC SVR3V4</member>
108 <member>SVR4</member>
109 <member>System V with some berkely extensions (Motorola 88k R32V3.2).</member>
110 <member>ULTRIX.</member>
111 <member>UNIXWARE</member>
112 <member>UXP/DS</member>
113 </simplelist>
114
115 </sect1>
116
117 <sect1>
118 <title>How do I subscribe to the Samba Mailing Lists?</title>
119 <para>
120 Look at <ulink url="http://samba.org/samba/archives.html">the samba mailing list page</ulink>
121 </para>
122 </sect1>
123
124 </chapter>