Ignore:
Timestamp:
06/08/2021 05:31:17 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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, 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:
c36301e7, f780602
Parents:
06cdaed
Message:

Make stopping the network interfaces more robust.
SysV only.

When stopping or rebooting the system, the network boot script is run and looks
at all the /etc/sysconfig/ifconfig.* files. Some of the devices these files
refer to may not be active or even refer to interfaces that are not defined on
the current system. This change ignores non-existant interfaces and any
interfaces that are not UP. This change also avoids bogus warning or error
error messages when the system is shutting down.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bootscripts/ChangeLog

    r06cdaed r25596ffb  
     12021-06-08 Bruce Dubbs <bdubbs@linuxfromscratch.org>
     2   * When shutting down the network, ignore invalid interfaces
     3     or interfaces that are not UP.
     4
    152021-06-02 Thomas Trepl <thomas@linuxfromscratch.org>
    26   * Prevent sendsignals from killing an active mdmon
     
    610   * Use a better methog for killproc to remove a dead pid file.
    711   * Clarify what signals killproc accepts.
    8    * Thanks to input an ddiscussion from Scott Andrews.
     12   * Thanks to input and discussion from Scott Andrews.
    913
    10142021-02-01 Bruce Dubbs <bdubbs@linuxfromscratch.org>
Note: See TracChangeset for help on using the changeset viewer.