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
This commit is contained in:
Matthew Burgess 2005-11-07 19:50:41 +00:00
parent 982932985a
commit 09043c0e9a
4 changed files with 39 additions and 5 deletions

View File

@ -125,6 +125,10 @@ of <filename class="directory">/usr/share/vim/vim64/doc</filename> (bug 1610).
Thanks to Randy McMurchy for the report, and Jeremy Huntwork for the fix.</para>
</listitem>
<listitem><para>November 7, 2005 [matt]: Stop Udev from killing udevd processes
on the host system (fixes bug 1651). Thanks to Alexander Patrakov for the
report and the fix.</para></listitem>
<listitem><para>November 6, 2005 [matt]: Upgrade to Coreutils 5.93.</para>
</listitem>

View File

@ -34,12 +34,42 @@
<screen><userinput>make EXTRAS=extras/run_directory</userinput></screen>
<para>The meaning of the make option:</para>
<variablelist>
<varlistentry>
<term><parameter>EXTRAS=extras/run_directory</parameter>
</term>
<listitem>
<para>This builds the <command>udev_run_devd</command> and
<command>udev_run_hotplugd</command> binaries, which are required for
correct handling of hotpluggable devices.
</para>
</listitem>
</varlistentry>
</variablelist>
<para>To test the results, issue:
<userinput>make test</userinput>.</para>
<para>Install the package:</para>
<screen><userinput>make EXTRAS=extras/run_directory install</userinput></screen>
<screen><userinput>make DESTDIR=/ EXTRAS=extras/run_directory install</userinput></screen>
<para>The meaning of the make option:</para>
<variablelist>
<varlistentry>
<term><parameter>DESTDIR=/</parameter>
</term>
<listitem>
<para>This prevents the Udev build process from killing any
<command>udevd</command> processes that may be running on the host
system.
</para>
</listitem>
</varlistentry>
</variablelist>
<para>Udev's configuration is far from ideal by default, so install
the configuration files here:</para>

View File

@ -27,9 +27,9 @@ installation for the first time! First exit from the chroot environment:</para>
<screen><userinput>logout</userinput></screen>
<para>Stop the <command>udevd</command> daemon that Udev started earlier, then unmount the virtual files systems:</para>
<para>Unmount the virtual files systems:</para>
<screen><userinput>pkill udevd
<screen><userinput>
umount -v $LFS/dev/pts
umount -v $LFS/dev/shm
umount -v $LFS/dev

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "SVN-20051106">
<!ENTITY releasedate "November 6, 2005">
<!ENTITY version "SVN-20051107">
<!ENTITY releasedate "November 7, 2005">
<!ENTITY milestone "6.2">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->