Ignore:
Timestamp:
07/26/2014 03:12:23 PM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
de81542
Parents:
03a45756
Message:

Update to systemd-215. Update dbus stats.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/systemd.xml

    r03a45756 rd8a0120  
    130130<screen><userinput remap="make">make LIBRARY_PATH=/tools/lib</userinput></screen>
    131131
    132     <para>First prevent few broken test cases from running:</para>
    133 
    134 <screen><userinput remap="test">sed -e "s:test/udev-test.pl::g"            \
    135     -e "s:test-bus-cleanup\$(EXEEXT) ::g"  \
    136     -e "s:test-bus-gvariant\$(EXEEXT) ::g" \
     132    <para>First, prevent a few test cases from runnin because they fail in
     133    a chroot environment:</para>
     134
     135<screen><userinput remap="test">sed -e "s:test/udev-test.pl::g"             \
     136    -e "s:test-bus-cleanup\$(EXEEXT) ::g"   \
     137    -e "s:test-bus-gvariant\$(EXEEXT) ::g"  \
     138    -e "s:test-dhcp6-client\$(EXEEXT) ::g"  \
     139    -e "s:test-journal-flush\$(EXEEXT) ::g" \
     140    -e "s:test-path-util\$(EXEEXT) ::g"     \
     141    -e "s:test-sched-prio\$(EXEEXT) ::g"    \
     142    -e "s:test-strv\$(EXEEXT) ::g"          \
    137143    -i Makefile</userinput></screen>
    138144
    139145    <para>To test the results, issue:</para>
    140146
    141 <screen><userinput remap="test">make -k check</userinput></screen>
    142 
    143     <para>Note that some tests might fail because the test are being run in a
    144     chroot environment. For full test coverage, the test suite should be run
    145     from a system booted using systemd.</para>
     147<screen><userinput remap="test">make check</userinput></screen>
    146148
    147149    <para>Install the package:</para>
     
    185187      <segtitle>Installed directories</segtitle>
    186188
     189coredumpctl systemd-path systemd-sysusers
     190
    187191      <seglistitem>
    188         <seg>bootctl, busctl, halt, hostnamectl, init, journalctl, kernel-install,
    189         localectl, loginctl, machinectl, poweroff, reboot, runlevel, shutdown,
    190         systemctl, systemd-analyze, systemd-ask-password, systemd-cat, systemd-cgls,
    191         systemd-cgtop, systemd-coredumpctl, systemd-delta, systemd-detect-virt,
    192         systemd-inhibit, systemd-machine-id-setup, systemd-notify, systemd-nspawn,
    193         systemd-run, systemd-stdio-bridge, systemd-tmpfiles, systemd-tty-ask-password-agent,
    194         telinit, timedatectl, and udevadm</seg>
    195 
     192
     193        <seg>bootctl, busctl, coredumpctl, halt, hostnamectl, init, journalctl,
     194        kernel-install, localectl, loginctl, machinectl, poweroff, reboot,
     195        runlevel, shutdown, systemctl, systemd-analyze, systemd-ask-password,
     196        systemd-cat, systemd-cgls, systemd-cgtop, systemd-coredumpctl,
     197        systemd-delta, systemd-detect-virt, systemd-inhibit,
     198        systemd-machine-id-setup, systemd-notify, systemd-nspawn, systemd-path,
     199        systemd-run, systemd-stdio-bridge, systemd-sysusers, systemd-tmpfiles,
     200        systemd-tty-ask-password-agent, telinit, timedatectl, and udevadm</seg>
    196201        <seg>libnss_myhostname.so.2, libsystemd.so, libudev.so</seg>
    197202        <seg>/etc/binfmt.d, /etc/init.d, /etc/kernel, /etc/modules-load.d,
     
    230235      </varlistentry>
    231236
     237      <varlistentry id="coredumpctl">
     238        <term><command>coredumpctl</command></term>
     239        <listitem>
     240          <para>Used to retrieve coredumps from the systemd Journal</para>
     241          <indexterm zone="ch-system-systemd coredumpctl">
     242            <primary sortas="b-coredumpctl">coredumpctl</primary>
     243          </indexterm>
     244        </listitem>
     245      </varlistentry>
     246
    232247      <varlistentry id="halt">
    233248        <term><command>halt</command></term>
     
    431446      </varlistentry>
    432447
    433       <varlistentry id="systemd-coredumpctl">
    434         <term><command>systemd-coredumpctl</command></term>
    435         <listitem>
    436           <para>Used to retrieve coredumps from the systemd Journal</para>
    437           <indexterm zone="ch-system-systemd systemd-coredumpctl">
    438             <primary sortas="b-systemd-coredumpctl">systemd-coredumpctl</primary>
    439           </indexterm>
    440         </listitem>
    441       </varlistentry>
    442 
    443448      <varlistentry id="systemd-delta">
    444449        <term><command>systemd-delta</command></term>
     
    507512      </varlistentry>
    508513
     514      <varlistentry id="systemd-path">
     515        <term><command>systemd-path</command></term>
     516        <listitem>
     517          <para>Used to query system and user paths.</para>
     518          <indexterm zone="ch-system-systemd systemd-path">
     519            <primary sortas="b-systemd-path">systemd-path</primary>
     520          </indexterm>
     521        </listitem>
     522      </varlistentry>
     523
    509524      <varlistentry id="systemd-run">
    510525        <term><command>systemd-run</command></term>
     
    527542        </listitem>
    528543      </varlistentry> -->
     544
     545      <varlistentry id="systemd-sysusers">
     546        <term><command>systemd-sysusers</command></term>
     547        <listitem>
     548          <para>Creates system users and groups, based on the file format and location
     549          specified in <filename class="directory">sysusers.d</filename>.</para>
     550          <indexterm zone="ch-system-systemd systemd-sysusers">
     551            <primary sortas="b-systemd-sysusers">systemd-sysusers</primary>
     552          </indexterm>
     553        </listitem>
     554      </varlistentry>
    529555
    530556      <varlistentry id="systemd-tmpfiles">
Note: See TracChangeset for help on using the changeset viewer.