Opened 7 weeks ago

Closed 7 weeks ago

#5528 closed enhancement (fixed)

sysvinit-3.10

Reported by: Bruce Dubbs Owned by: lfs-book
Priority: normal Milestone: 12.2
Component: Book Version: git
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (2)

comment:1 by Bruce Dubbs, 7 weeks ago

sysvinit (3.10)

  • When the user executes "machinectl stop", systemd sends SIGRTMIN+4 to PID 1 in the container, and expects that to initiate a graceful shutdown (power-off). SysV init now catches this signal and initiates a shutdown (shutdown -hP now).
  • Fix issue in bootlogd which could cause the service to enter an endless loop (and use too much CPU) when it is able to open a device for writing, but not actually able to write to it. This resulted in bootlogd closing and re-opening the device over and over. Now bootlogd should simply fail gracefully when it cannot write to an open file/device.
  • Fix formatting in shutdown.8 manual page. Cleaned up whitespace and special characters.

comment:2 by Bruce Dubbs, 7 weeks ago

Resolution: fixed
Status: newclosed

Fixed at commit 44c33588fd.

Note: See TracTickets for help on using tickets.