Changeset 09043c0


Ignore:
Timestamp:
11/07/2005 07:50:41 PM (18 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
1eeed22
Parents:
9829329
Message:

Stop the Udev build process from killing the hosts' udevd process

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7132 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r9829329 r09043c0  
    126126</listitem>
    127127
     128<listitem><para>November 7, 2005 [matt]: Stop Udev from killing udevd processes
     129on the host system (fixes bug 1651).  Thanks to Alexander Patrakov for the
     130report and the fix.</para></listitem>
     131
    128132<listitem><para>November 6, 2005 [matt]: Upgrade to Coreutils 5.93.</para>
    129133</listitem>
  • chapter06/udev.xml

    r9829329 r09043c0  
    3535<screen><userinput>make EXTRAS=extras/run_directory</userinput></screen>
    3636
     37<para>The meaning of the make option:</para>
     38
     39<variablelist>
     40  <varlistentry>
     41    <term><parameter>EXTRAS=extras/run_directory</parameter>
     42    </term>
     43    <listitem>
     44      <para>This builds the <command>udev_run_devd</command> and
     45        <command>udev_run_hotplugd</command> binaries, which are required for
     46        correct handling of hotpluggable devices.
     47      </para>
     48    </listitem>
     49  </varlistentry>
     50</variablelist>
     51
    3752<para>To test the results, issue:
    3853<userinput>make test</userinput>.</para>
     
    4055<para>Install the package:</para>
    4156
    42 <screen><userinput>make EXTRAS=extras/run_directory install</userinput></screen>
     57<screen><userinput>make DESTDIR=/ EXTRAS=extras/run_directory install</userinput></screen>
     58
     59<para>The meaning of the make option:</para>
     60
     61<variablelist>
     62  <varlistentry>
     63    <term><parameter>DESTDIR=/</parameter>
     64    </term>
     65    <listitem>
     66      <para>This prevents the Udev build process from killing any
     67        <command>udevd</command> processes that may be running on the host
     68        system.
     69      </para>
     70    </listitem>
     71  </varlistentry>
     72</variablelist>
    4373
    4474<para>Udev's configuration is far from ideal by default, so install
  • chapter09/reboot.xml

    r9829329 r09043c0  
    2828<screen><userinput>logout</userinput></screen>
    2929
    30 <para>Stop the <command>udevd</command> daemon that Udev started earlier, then unmount the virtual files systems:</para>
     30<para>Unmount the virtual files systems:</para>
    3131
    32 <screen><userinput>pkill udevd
     32<screen><userinput>
    3333umount -v $LFS/dev/pts
    3434umount -v $LFS/dev/shm
  • general.ent

    r9829329 r09043c0  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20051106">
    3 <!ENTITY releasedate "November 6, 2005">
     2<!ENTITY version "SVN-20051107">
     3<!ENTITY releasedate "November 7, 2005">
    44<!ENTITY milestone "6.2">
    55<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
Note: See TracChangeset for help on using the changeset viewer.