Author: fernando
Date: Sun Jan 12 08:25:00 2014
New Revision: 12566
Log:
Update to Samba-4.1.4.
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/networking/netprogs/samba.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Sun Jan 12 02:11:32 2014 (r12565)
+++ trunk/BOOK/general.ent Sun Jan 12 08:25:00 2014 (r12566)
@@ -435,7 +435,7 @@
<!ENTITY ntp-version "4.2.6p5">
<!ENTITY rpcbind-version "0.2.1">
<!ENTITY rsync-version "3.1.0">
-<!ENTITY samba-version "4.1.3">
+<!ENTITY samba-version "4.1.4">
<!ENTITY wget-version "1.14">
<!ENTITY wireless-tools-version "29">
<!ENTITY wpa_supplicant-version "2.0">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Sun Jan 12 02:11:32
2014 (r12565)
+++ trunk/BOOK/introduction/welcome/changelog.xml Sun Jan 12 08:25:00
2014 (r12566)
@@ -44,6 +44,16 @@
-->
<listitem>
+ <para>January 12th, 2014</para>
+ <itemizedlist>
+ <listitem>
+ <para>[fernando] - Update to Samba-4.1.4. Fixes
+ <ulink url="&blfs-ticket-root;4547">#4547</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>January 11th, 2014</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/networking/netprogs/samba.xml
==============================================================================
--- trunk/BOOK/networking/netprogs/samba.xml Sun Jan 12 02:11:32 2014
(r12565)
+++ trunk/BOOK/networking/netprogs/samba.xml Sun Jan 12 08:25:00 2014
(r12566)
@@ -6,10 +6,12 @@
<!ENTITY samba-download-http
"http://ftp.samba.org/pub/samba/stable/samba-&samba-version;.tar.gz">
<!ENTITY samba-download-ftp
"ftp://ftp.samba.org/pub/samba/stable/samba-&samba-version;.tar.gz">
- <!ENTITY samba-md5sum "a5dbfe87f4cb3d9d91e15e5df99a59a1">
+ <!ENTITY samba-md5sum "c7871012ac40b8c74afff42bbd873bd7">
<!ENTITY samba-size "23 MB">
- <!ENTITY samba-buildsize "493 MB (up to 900MB additional for all tests)">
- <!ENTITY samba-time "6.6 SBU (up to 110 SBU to run all tests)">
+ <!ENTITY samba-buildsize "467 MB (additional 27 MB for the quicktest,
+ reputedly up to 900 MB additional for all
tests)">
+ <!ENTITY samba-time "5.7 SBU (additional 1.2 SBU for the quicktest,
+ reputedly up to 110 SBU to run all tests)">
]>
<sect1 id="samba" xreflabel="Samba-&samba-version;">
@@ -123,9 +125,15 @@
make</userinput></screen>
<para>To test the results, as the <systemitem
- class="username">root</systemitem> user,issue: <command>make
- quicktest</command> (about 8 SBU). There are other targets (test,
- subunit-test) available, but take a very long (over 100 SBU) time.</para>
+ class="username">root</systemitem> user, issue: <command>make
+ quicktest</command>. There are other targets (test, subunit-test)
+ available, but take a very long time (over 100 SBU).</para>
+
+ <para>If one quicktest fails, it can be disabled. For example,
+ <quote><replaceable>samba3.raw.eas</replaceable></quote> has been reported
+ to fail. To disable it, run the following command:</para>
+
+<screen><userinput>sed -i "/samba3.blackbox.failure.failure/i
\^samba3.raw.eas" selftest/knownfail</userinput></screen>
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
@@ -296,7 +304,16 @@
file may be a good template to start from. Also add
<quote>dos charset</quote> and <quote>unix charset</quote> parameters
to the <quote>[global]</quote> section as described in Scenario 1 in
- order to prevent filename corruption.</para>
+ order to prevent filename corruption. For security reasons, you may
+ wish to define
+ <replaceable>path = /home/alice/shared-files</replaceable>,
+ assuming your user name is <replaceable>alice</replaceable> and you
+ only want to share the files in that directory, instead of your entire
+ home. Then, replace <replaceable>homes</replaceable> by
+ <replaceable>shared-files</replaceable> and change also the
+ <quote><literal>comment</literal></quote> if used the configuration
+ file below or the <filename>/etc/samba/smb.conf.default</filename>
+ to create yours.</para>
<para>The following configuration file creates a separate share for
each
user's home directory and also makes all printers available to Windows
@@ -464,7 +481,10 @@
pam_smbpass.so PAM libraries, winbind_krb5_locator.so, and assorted
character set, filesystem and support modules.</seg>
- <seg>/etc/samba, /usr/include/samba-4.0, /usr/lib/samba,
+ <seg>/etc/samba, /usr/include/samba-4.0,
+ /usr/lib/python&python2-majorver;/site-packages/samba,
+ /usr/lib/samba, /usr/share/doc/samba-&samba-version;,
+ /usr/share/perl5/Parse/Pidl/Samba{3,4},
/usr/share/samba, /var/cache/samba, /var/lib/samba, /var/lock/samba,
/var/log/samba, and /var/run/samba</seg>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page