Ignore:
Timestamp:
06/04/2016 06:15:58 AM (8 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
d1d9374
Parents:
f139a18c
Message:

Use same instcutions for dbus as systemd to drop to single user mode and back.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17440 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/dbus.xml

    rf139a18c r620dc60  
    120120        <application>D-Bus</application> in LFS. It is critical that
    121121        nothing uses <application>D-Bus</application> libraries or
    122         programs during the installation phrase. Best way to achieve
    123         that is to do the installation in the rescue mode. To switch
    124         to the rescue mode, issue the following command as the
    125         <systemitem class="username">root</systemitem> user from a TTY:
     122        programs during the installation. The best way to ensure that these
     123        libraries are not being used is to run the installation in rescue mode.
     124        To switch to rescue mode, run the following command as the
     125        <systemitem class="username">root</systemitem> user (from a TTY):
    126126      </para>
    127127
     
    156156<screen role="root"><userinput>chown -v root:messagebus /usr/libexec/dbus-daemon-launch-helper &amp;&amp;
    157157chmod -v      4750       /usr/libexec/dbus-daemon-launch-helper</userinput></screen>
     158
     159
     160    <para>
     161      At this point, you should reload the systemd daemon, and reenter
     162      multi-user mode with the following commands (as the
     163      <systemitem class="username">root</systemitem> user):
     164    </para>
     165
     166<screen role="root"><userinput>systemctl daemon-reload
     167systemctl start multi-user.target</userinput></screen>
    158168
    159169    <para>
Note: See TracChangeset for help on using the changeset viewer.