wblaszcz | 1 Aug 2009 06:46
Picon
Favicon

r7916 - in trunk/BOOK/postlfs: config security

Author: wblaszcz
Date: 2009-07-31 22:46:25 -0600 (Fri, 31 Jul 2009)
New Revision: 7916

Modified:
   trunk/BOOK/postlfs/config/users.xml
   trunk/BOOK/postlfs/security/linux-pam.xml
   trunk/BOOK/postlfs/security/policykit.xml
Log:
Fixed user and group conflict and other issues for PolicyKit. Fixed minor format presentation with linux-pam

Modified: trunk/BOOK/postlfs/config/users.xml
===================================================================
--- trunk/BOOK/postlfs/config/users.xml	2009-07-31 21:36:53 UTC (rev 7915)
+++ trunk/BOOK/postlfs/config/users.xml	2009-08-01 04:46:25 UTC (rev 7916)
 <at>  <at>  -77,6 +77,7  <at>  <at> 
         <row><entry>fcron   </entry><entry>22</entry><entry>22</entry></row>
         <row><entry>apache  </entry><entry>25</entry><entry>25</entry></row>
         <row><entry>smmsp   </entry><entry>26</entry><entry>26</entry></row>
+        <row><entry>polkituser</entry><entry>27</entry><entry>27</entry></row>
         <!-- <row><entry>courier </entry><entry>30</entry><entry>30</entry></row> -->
         <row><entry>exim    </entry><entry>31</entry><entry>31</entry></row>
         <row><entry>postfix </entry><entry>32</entry><entry>32</entry></row>

Modified: trunk/BOOK/postlfs/security/linux-pam.xml
===================================================================
--- trunk/BOOK/postlfs/security/linux-pam.xml	2009-07-31 21:36:53 UTC (rev 7915)
+++ trunk/BOOK/postlfs/security/linux-pam.xml	2009-08-01 04:46:25 UTC (rev 7916)
 <at>  <at>  -64,11 +64,12  <at>  <at> 

(Continue reading)

Wayne Blaszczyk | 1 Aug 2009 06:47
Picon

Re: r7912 - in trunk/BOOK: . introduction/welcome postlfs/security


Bruce Dubbs wrote:
<stuff deleted>
>>> +<screen><userinput>groupadd -g 26 polkit &amp;&amp;
>>> +useradd -c "Policy Kit Daemon User" -d /dev/null \
>>> +    -u 26 -g polkit -s /bin/false polkit &amp;&amp;
> 
> Wayne,
> 
> This value for user and group conflicts with smmsp in Table 3.1.
> Pick and other value and update the table in postlfs/config/users.xml
> 
> How about 27?
> 
>    -- Bruce
Done.
Regards,
Wayne.
Wayne Blaszczyk | 1 Aug 2009 06:56
Picon

Re: r7912 - in trunk/BOOK: . introduction/welcome postlfs/security


Randy McMurchy wrote:
> wblaszcz <at> linuxfromscratch.org wrote these words on 07/31/09 09:13 CST:
>> Author: wblaszcz
>> Date: 2009-07-31 08:13:43 -0600 (Fri, 31 Jul 2009)
>> New Revision: 7912
>>
>> Added:
>>    trunk/BOOK/postlfs/security/policykit.xml
>> +    <bridgehead renderas="sect4">Required</bridgehead>
>> +    <para role="required"><xref linkend="glib2"/>,
>> +    <xref linkend="dbus-glib"/>,
>> +    <xref linkend="linux-pam"/>,
>> +    <xref linkend="intltool"/>, and
>> +    <xref linkend="docbook-xsl"/></para>
> 
> If dbus-glib is required, then you can remove glib2 as it is redundant.
Done.
> Additionally, could you double-check that intltool is actually required.
> I can't remember a package in quite a while where that wasn't built in
> and if you didn't have it installed, it used internal copy.
I've re-tested the installation, intltool is definitely required.
> 
>> +
>> +    <bridgehead renderas="sect4">Optional</bridgehead>
>> +    <para role="optional"><xref linkend="gtk-doc"/> and
>> +    <ulink url="http://blog.supportpro.com/2007/08/se-linux/">SELinux</ulink></para>
> 
> We have decided not to put SELinux as a dependency of any package.
> This was discussed in -dev quite a long time ago. You could check
(Continue reading)

bdubbs | 1 Aug 2009 06:56
Picon
Favicon

r7917 - trunk/BOOK/postlfs/config

Author: bdubbs
Date: 2009-07-31 22:56:47 -0600 (Fri, 31 Jul 2009)
New Revision: 7917

Modified:
   trunk/BOOK/postlfs/config/users.xml
Log:
Make polkit user/group ID in users match what is in 
the application's instructions

Modified: trunk/BOOK/postlfs/config/users.xml
===================================================================
--- trunk/BOOK/postlfs/config/users.xml	2009-08-01 04:46:25 UTC (rev 7916)
+++ trunk/BOOK/postlfs/config/users.xml	2009-08-01 04:56:47 UTC (rev 7917)
 <at>  <at>  -77,7 +77,7  <at>  <at> 
         <row><entry>fcron   </entry><entry>22</entry><entry>22</entry></row>
         <row><entry>apache  </entry><entry>25</entry><entry>25</entry></row>
         <row><entry>smmsp   </entry><entry>26</entry><entry>26</entry></row>
-        <row><entry>polkituser</entry><entry>27</entry><entry>27</entry></row>
+        <row><entry>polkit  </entry><entry>27</entry><entry>27</entry></row>
         <!-- <row><entry>courier </entry><entry>30</entry><entry>30</entry></row> -->
         <row><entry>exim    </entry><entry>31</entry><entry>31</entry></row>
         <row><entry>postfix </entry><entry>32</entry><entry>32</entry></row>

--

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

(Continue reading)

bdubbs | 1 Aug 2009 06:57
Picon
Favicon

r7918 - trunk/BOOK/postlfs/config

Author: bdubbs
Date: 2009-07-31 22:57:46 -0600 (Fri, 31 Jul 2009)
New Revision: 7918

Modified:
   trunk/BOOK/postlfs/config/users.xml
Log:
Reverted last change made in error

Modified: trunk/BOOK/postlfs/config/users.xml
===================================================================
--- trunk/BOOK/postlfs/config/users.xml	2009-08-01 04:56:47 UTC (rev 7917)
+++ trunk/BOOK/postlfs/config/users.xml	2009-08-01 04:57:46 UTC (rev 7918)
 <at>  <at>  -77,7 +77,7  <at>  <at> 
         <row><entry>fcron   </entry><entry>22</entry><entry>22</entry></row>
         <row><entry>apache  </entry><entry>25</entry><entry>25</entry></row>
         <row><entry>smmsp   </entry><entry>26</entry><entry>26</entry></row>
-        <row><entry>polkit  </entry><entry>27</entry><entry>27</entry></row>
+        <row><entry>polkituser</entry><entry>27</entry><entry>27</entry></row>
         <!-- <row><entry>courier </entry><entry>30</entry><entry>30</entry></row> -->
         <row><entry>exim    </entry><entry>31</entry><entry>31</entry></row>
         <row><entry>postfix </entry><entry>32</entry><entry>32</entry></row>

--

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

wblaszcz | 1 Aug 2009 08:29
Picon
Favicon

r7919 - trunk/BOOK/general/prog

Author: wblaszcz
Date: 2009-08-01 00:29:35 -0600 (Sat, 01 Aug 2009)
New Revision: 7919

Modified:
   trunk/BOOK/general/prog/python.xml
Log:
Fixed up Additional Downloads section for Python-2.6.2

Modified: trunk/BOOK/general/prog/python.xml
===================================================================
--- trunk/BOOK/general/prog/python.xml	2009-08-01 04:57:46 UTC (rev 7918)
+++ trunk/BOOK/general/prog/python.xml	2009-08-01 06:29:35 UTC (rev 7919)
 <at>  <at>  -8,8 +8,11  <at>  <at> 
   <!ENTITY python-download-ftp  "&gentoo-ftp-repo;/Python-&Python-version;.tar.bz2">
   <!ENTITY python-md5sum        "245db9f1e0f09ab7e0faaa0cf7301011">
   <!ENTITY python-size          "11 MB">
-  <!ENTITY python-buildsize     "171 MB (23MB for the test suite, additional 26MB for the documentation">
+  <!ENTITY python-buildsize     "171 MB (23MB for the test suite, additional 26MB for the documentation)">
   <!ENTITY python-time          "1 SBU (additional 2.9 SBU to run the test suite)">
+  <!ENTITY pythonhtmldoc-download-http "http://docs.python.org/ftp/python/doc/&python-majorver;/python-&python-majorver;-docs-html.tar.bz2">
+  <!ENTITY pythonhtmldoc-md5sum        "cfcd4b9b00ba1e7496b5d823692370a4">
+  <!ENTITY pythonhtmldoc-size          "3.3 MB">
 ]>

 <sect1 id="python" xreflabel="Python-&Python-version;">
 <at>  <at>  -80,12 +83,17  <at>  <at> 
       </listitem>
     </itemizedlist> -->

(Continue reading)

wblaszcz | 1 Aug 2009 12:28
Picon
Favicon

r7920 - trunk/BOOK/gnome/core

Author: wblaszcz
Date: 2009-08-01 04:28:16 -0600 (Sat, 01 Aug 2009)
New Revision: 7920

Modified:
   trunk/BOOK/gnome/core/libbonobo.xml
   trunk/BOOK/gnome/core/orbit2.xml
Log:
Fixed orbit2 and libbonobo formatting

Modified: trunk/BOOK/gnome/core/libbonobo.xml
===================================================================
--- trunk/BOOK/gnome/core/libbonobo.xml	2009-08-01 06:29:35 UTC (rev 7919)
+++ trunk/BOOK/gnome/core/libbonobo.xml	2009-08-01 10:28:16 UTC (rev 7920)
 <at>  <at>  -82,11 +82,11  <at>  <at> 
     commands:</para>

 <screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
-             --sysconfdir=&gnome-etc-dir; \
-             --libexecdir=$(pkg-config \
-             --variable=prefix ORBit-2.0)/lib/bonobo \
-             --mandir=$(pkg-config \
-             --variable=prefix ORBit-2.0)/share/man &amp;&amp;
+            --sysconfdir=&gnome-etc-dir; \
+            --libexecdir=$(pkg-config \
+                --variable=prefix ORBit-2.0)/lib/bonobo \
+            --mandir=$(pkg-config \
+                --variable=prefix ORBit-2.0)/share/man &amp;&amp;
 make</userinput></screen>

(Continue reading)

wblaszcz | 1 Aug 2009 12:30
Picon
Favicon

r7921 - trunk/BOOK/pst/xml

Author: wblaszcz
Date: 2009-08-01 04:30:43 -0600 (Sat, 01 Aug 2009)
New Revision: 7921

Modified:
   trunk/BOOK/pst/xml/docbook-xsl.xml
Log:
Fixed cp command issue, and other stuff with docbook-xsl

Modified: trunk/BOOK/pst/xml/docbook-xsl.xml
===================================================================
--- trunk/BOOK/pst/xml/docbook-xsl.xml	2009-08-01 10:28:16 UTC (rev 7920)
+++ trunk/BOOK/pst/xml/docbook-xsl.xml	2009-08-01 10:30:43 UTC (rev 7921)
 <at>  <at>  -65,9 +65,9  <at>  <at> 

     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     <itemizedlist spacing="compact">
+      <title>Optional documentation</title>
       <listitem>
-        <para>Optional documentation: <ulink
-        url="&docbook-xsl-doc-download;"/></para>
+        <para>Download (HTTP): <ulink url="&docbook-xsl-doc-download;"/></para>
       </listitem>
       <listitem>
         <para>Download MD5 sum: &docbook-xsl-doc-md5sum;</para>
 <at>  <at>  -91,10 +91,10  <at>  <at> 
     <title>Installation of DocBook XSL Stylesheets</title>

     <para>If you downloaded the optional documentation tarball, unpack it
-    when you unpack the source tarball. The documentation tarball unpacks into
(Continue reading)

bdubbs | 1 Aug 2009 12:36
Picon
Favicon

Files in BLFS svn missing on anduin

Missing PolicyKit-0.9.tar.gz
Missing cairo-1.8.8.tar.gz
Missing pango-1.24.5.tar.bz2
Missing gtk+-2.16.5.tar.bz2
Missing ORBit2-2.14.17.tar.bz2
Missing libbonobo-2.24.1.tar.bz2
--

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Guy Dalziel | 1 Aug 2009 12:43

Re: r7921 - trunk/BOOK/pst/xml

On Sat, Aug 01, 2009 at 04:30:43AM -0600, wblaszcz <at> linuxfromscratch.org wrote:
>      <para>If you downloaded the optional documentation tarball, unpack it
> -    when you unpack the source tarball. The documentation tarball unpacks into
> -    a <filename class='directory'>doc</filename> subdirectory of the source
> -    tree.</para>
> +    with the following command:</para>
>  
> +<screen><userinput>tar xf ../docbook-xsl-doc-&docbook-xsl-version;.tar.bz2 -C ..</userinput></screen>
> +

I fail to see why this is necessary. I would expect anyone who visits
the BLFS book to at least know how to unpack a tarball. The only times
it is really used is when we want to unpack the tarball to another
directory, i.e., /usr/share/ghostscript/fonts. There has to be a balance
between providing too much information and providing too little.
--

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Gmane