LFS Trac | 25 May 13:23
Picon
Favicon

[LFS Trac] #3100: Util-Linux-2.21.2

#3100: Util-Linux-2.21.2
------------------------------------------+---------------------------------
 Reporter:  matthew@…                     |       Owner:  lfs-book@…                   
     Type:  enhancement                   |      Status:  new                          
 Priority:  normal                        |   Milestone:  7.2                          
Component:  Book                          |     Version:  SVN                          
 Severity:  normal                        |    Keywords:                               
------------------------------------------+---------------------------------
 New version. Release announcement at
 http://lkml.indiana.edu/hypermail/linux/kernel/1205.3/00747.html.

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/3100>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
--

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page
bdubbs | 25 May 00:46
Picon
Favicon

r9861 - in trunk/BOOK: . bootscripts bootscripts/lfs/init.d chapter01

Author: bdubbs
Date: 2012-05-24 16:46:38 -0600 (Thu, 24 May 2012)
New Revision: 9861

Modified:
   trunk/BOOK/bootscripts/ChangeLog
   trunk/BOOK/bootscripts/lfs/init.d/mountvirtfs
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/general.ent
   trunk/BOOK/packages.ent
Log:
Minor tweaks to mountkernfs boot script

Modified: trunk/BOOK/bootscripts/ChangeLog
===================================================================
--- trunk/BOOK/bootscripts/ChangeLog	2012-05-21 01:47:41 UTC (rev 9860)
+++ trunk/BOOK/bootscripts/ChangeLog	2012-05-24 22:46:38 UTC (rev 9861)
@@ -1,3 +1,6 @@
+2012-05-24 Bruce Dubbs <bdubbs <at> linuxfromscratch.org>
+   * Remove mkdir from mountvirtfs because fs is read only
+
 2012-04-09 Bruce Dubbs <bdubbs <at> linuxfromscratch.org>

    * General update of network scripts ifup/ifdown and services

Modified: trunk/BOOK/bootscripts/lfs/init.d/mountvirtfs
===================================================================
--- trunk/BOOK/bootscripts/lfs/init.d/mountvirtfs	2012-05-21 01:47:41 UTC (rev 9860)
+++ trunk/BOOK/bootscripts/lfs/init.d/mountvirtfs	2012-05-24 22:46:38 UTC (rev 9861)
@@ -21,9 +21,9 @@
(Continue reading)

LFS Trac | 24 May 19:35
Picon
Favicon

[LFS Trac] #3099: udev/systemd 183 is out

#3099: udev/systemd 183 is out
--------------------+-------------------------------------------------------
 Reporter:  Krejzi  |       Owner:  lfs-book@…                   
     Type:  task    |      Status:  new                          
 Priority:  normal  |   Milestone:  7.2                          
Component:  Book    |     Version:  SVN                          
 Severity:  normal  |    Keywords:                               
--------------------+-------------------------------------------------------
 http://www.freedesktop.org/software/systemd/ Available there. I haven't
 found any switch on how to disable systemd nor how to install just udev.

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/3099>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
--

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page
LFS Trac | 24 May 19:35
Picon
Favicon

[LFS Trac] #3098: udev/systemd 183 is out

#3098: udev/systemd 183 is out
--------------------+-------------------------------------------------------
 Reporter:  Krejzi  |       Owner:  lfs-book@…                   
     Type:  task    |      Status:  new                          
 Priority:  normal  |   Milestone:  7.2                          
Component:  Book    |     Version:  SVN                          
 Severity:  normal  |    Keywords:                               
--------------------+-------------------------------------------------------
 http://www.freedesktop.org/software/systemd/ Available there. I haven't
 found any switch on how to disable systemd nor how to install just udev.

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/3098>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
--

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page
LFS Trac | 22 May 14:08
Picon
Favicon

[LFS Trac] #3097: The mandir fixes

#3097: The mandir fixes
--------------------+-------------------------------------------------------
 Reporter:  Krejzi  |       Owner:  lfs-book@…                   
     Type:  task    |      Status:  new                          
 Priority:  normal  |   Milestone:  7.2                          
Component:  Book    |     Version:  SVN                          
 Severity:  normal  |    Keywords:                               
--------------------+-------------------------------------------------------
 I don't know if someone really cares about this, but there are packages in
 LFS that still install their man pages into /usr/man, even tough mandir
 has been defined as /usr/share/man in FHS. I know that LFS still makes
 symlinks /usr/man -> /usr/share/man and such, but I think it is time those
 symlinks go away. I found 2 packages which install their man pages into
 /usr/man

 bzip2: Following sed fixes that

 sed -i "s@(PREFIX)/man@(PREFIX)/share/man <at> g" Makefile

 ncurses: Just use --mandir=/usr/share/man

 I'll find some more when I get to them. Don't close this bug untill then.

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/3097>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
--

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
(Continue reading)

LFS Trac | 22 May 02:56
Picon
Favicon

[LFS Trac] #3096: iproute2-3.4.0

#3096: iproute2-3.4.0
--------------------------------------+-------------------------------------
 Reporter:  ken@…                     |       Owner:  lfs-book@…                   
     Type:  task                      |      Status:  new                          
 Priority:  normal                    |   Milestone:  7.2                          
Component:  Book                      |     Version:  SVN                          
 Severity:  normal                    |    Keywords:                               
--------------------------------------+-------------------------------------
 New version for the new kernel, release announcement at e.g.
 [http://www.spinics.net/lists/netdev/msg199243.html]

 Testing the existing build instructions on a 7.1 system, without
 installing this version,'make alltests' appears to do nothing (maybe
 that's normal, I'm uncertain) and 'make install' barfs because it cannot
 stat arpd.8 in man/man8.

 Adding  sed -i 's/arpd.8 //' man/man8/Makefile allows the install to
 complete.

 Programs as for 3.3.

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/3096>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
--

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page
LFS Trac | 21 May 21:50
Picon
Favicon

[LFS Trac] #3095: Switch to procps-ng (3.3.3)

#3095: Switch to procps-ng (3.3.3)
------------------------+---------------------------------------------------
 Reporter:  gespinasse  |       Owner:  lfs-book@…                   
     Type:  task        |      Status:  new                          
 Priority:  normal      |   Milestone:  7.2                          
Component:  Book        |     Version:  SVN                          
 Severity:  normal      |    Keywords:                               
------------------------+---------------------------------------------------
 procps-ng is a fork that could be found on http://gitorious.org/procps
 used by Debian, Fedora, openSUSE.

 the announce of v3.3.3 release is at
 http://www.freelists.org/post/procps/procps-333-released

 What is better is a standard configure, compilation with less warnings, a
 test suite, some bugs fixed.

 But the package is not distributed bootstrapped actually. The git tree
 with v3.3.3 tag could be downloaded from gitorious or you may wait to pick
 a bootstrapped copy of the package from a distrib that use it (Debian,
 Fedora, openSUSE)[[BR]]

 Due to the non-boostrapped package, that's an issue for LFS build order as
 build before autoconf/automake. I was using debian package and patches
 with 3.3.2.

 Test suite had many issues in 3.3.2 on my configuration. v3.3.3 now work
 for me with a 32-bits kernel and userspace but fail on a 64-bits kernel
 and a 32-bits userspace in one test where free -b give bad values for
 swaptotal.
(Continue reading)

LFS Trac | 21 May 19:28
Picon
Favicon

[LFS Trac] #3094: perl 5.16.0

#3094: perl 5.16.0
-------------------------+--------------------------------------------------
 Reporter:  Krejzi       |       Owner:  lfs-book@…                   
     Type:  enhancement  |      Status:  new                          
 Priority:  normal       |   Milestone:  7.2                          
Component:  Book         |     Version:  SVN                          
 Severity:  normal       |    Keywords:                               
-------------------------+--------------------------------------------------
 New release available at http://www.cpan.org/src/README.html

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/3094>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
--

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page
LFS Trac | 21 May 16:24
Picon
Favicon

[LFS Trac] #3093: Inconsistencies between mountvirtfs and udev boot scripts

#3093: Inconsistencies between mountvirtfs and udev boot scripts
-------------------------+--------------------------------------------------
 Reporter:  mickb        |       Owner:  lfs-book@…                   
     Type:  defect       |      Status:  new                          
 Priority:  normal       |   Milestone:  7.2                          
Component:  Bootscripts  |     Version:  SVN                          
 Severity:  minor        |    Keywords:                               
-------------------------+--------------------------------------------------
 Hello,

 I would like to point out several inconsistencies on these two scripts.
 Nothing harmful, and I believe the main responsible is the recent change
 in the Udev engineering regarding the Devtmpfs FS. :-)

 Mountvirtfs :
 1- For the "Short-Description" & "Description" items, we should have :
 "Mounts /sys, /proc and /dev virtual (kernel) filesystems."

 Udev :
 1- For the "Short-Description", I think it would be more accurate to tell
 : "Populates /dev with additional device nodes."
 2- Same as 1- for log_info_msg in the "start" case
 3- "Description" item should be : "Starts the udevd daemon. Device nodes
 are created as defined by udev."

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/3093>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
--

-- 
(Continue reading)

LFS Trac | 21 May 14:18
Picon
Favicon

[LFS Trac] #3092: Linux-3.4.0

#3092: Linux-3.4.0
------------------------------------------+---------------------------------
 Reporter:  matthew@…                     |       Owner:  lfs-book@…                   
     Type:  enhancement                   |      Status:  new                          
 Priority:  normal                        |   Milestone:  7.2                          
Component:  Book                          |     Version:  SVN                          
 Severity:  normal                        |    Keywords:                               
------------------------------------------+---------------------------------
 New version. Release announcement at
 http://lkml.indiana.edu/hypermail/linux/kernel/1205.2/02788.html but
 there's no full tarball available at the moment.

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/3092>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
--

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page
bdubbs | 21 May 03:47
Picon
Favicon

r9860 - in trunk/BOOK: . bootscripts/lfs/init.d chapter01 chapter06

Author: bdubbs
Date: 2012-05-20 19:47:41 -0600 (Sun, 20 May 2012)
New Revision: 9860

Modified:
   trunk/BOOK/bootscripts/lfs/init.d/mountvirtfs
   trunk/BOOK/bootscripts/lfs/init.d/setclock
   trunk/BOOK/bootscripts/lfs/init.d/udev
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter06/kernfs.xml
   trunk/BOOK/general.ent
   trunk/BOOK/packages.ent
Log:
Remove a bashism from the mountkernfs boot script.

Move the $time init capability from setclock to udev.

Remove and recreate $LFS/dev/shm in Section 6.2 if it is 
a symbolic link.

Modified: trunk/BOOK/bootscripts/lfs/init.d/mountvirtfs
===================================================================
--- trunk/BOOK/bootscripts/lfs/init.d/mountvirtfs	2012-05-18 21:14:54 UTC (rev 9859)
+++ trunk/BOOK/bootscripts/lfs/init.d/mountvirtfs	2012-05-21 01:47:41 UTC (rev 9860)
@@ -34,7 +34,7 @@
       # Make sure /run/var is available before logging any messages
       mkdir -p /run
       mount -n /run || failed=1
-      mkdir -p /run/{var,lock,shm}
+      mkdir -p /run/var /run/lock /run/shm
(Continue reading)


Gmane