acess

https://access.redhat.com/errata/#/

https://github.com/lnykryn/systemd-rhel

redhat 知识库

redhat systemd version list

systemd list

OS version systemd版本 featrue BUG infomation
redhat7u2 systemd-219-19.el7_2.9.x86_64
xxx systemd-219-19.el7_2.9.x86_64 - journal: fix error handling when compressing journal objects (#1292447)
xxx systemd-219-19.el7_2.11.x86_64 asdasd asdasd
xxx systemd-219-19.el7_2.12.x86_64 asdasd we here
xxx systemd-219-19.el7_2.13.x86_64 asdasd - core: use an AF_UNIX/SOCK_DGRAM socket for cgroup agent notification (#1305608)
xxx systemd-219-19.el7_2.18.x86_64 asdasd asdasd
xxx systemd-219-19.el7_2.20.x86_64 asdasd asdasd
redhat7u3 systemd-219-30.el7 asdasd
xxx systemd-219-30.el7_3.3 asdasd asdasd
xxx systemd-219-30.el7_3.6 asdasd asdasd
xxx systemd-219-30.el7_3.7 asdasd asdasd
xxx systemd-219-30.el7_3.8 asdasd asdasd
xxx systemd-219-30.el7_3.9 asdasd asdasd
redhat7u4
xxx systemd-219-42.el7

7u3 update log

RHBA-2016:2698-1

2016-11-09

systemd-219-30.el7_3.6.src.rpm

RHBA-2017:0371-1

2017-03-02

systemd-219-30.el7_3.7.src.rpm

Details

  • Previously, there was a bug in the way systemd handled resource limits. As a
    consequence, setting resource limits failed, displaying the error "Failed to
    parse resource value, ignoring". This bug has been fixed, and systemd no longer
    fails when setting resource limits. (BZ#1399638)

  • Previously, there was a bug in the add_random function in systemd. This caused
    systemd to terminate unexpectedly under certain circumstances. This update fixes
    the bug, and systemd no longer crashes in these situations. (BZ#1399639)

RHBA-2017:0909-1

2017-04-12

Details:

  • Previously, there was a bug in the way systemd handles resource limits
    specification. As a consequence, setting resource limits failed, displaying the
    error "Failed to parse resource value, ignoring". This bug has been fixed, and
    systemd no longer fails when setting resource limits. (BZ#1399638)

  • Previously, there was a bug in the add_random function in systemd. This caused
    systemd to sometimes terminate unexpectedly when a unit was scheduled to run at
    a specific time, without any randomized delay. This update fixes the bug, and
    systemd no longer crashes in the described situation. (BZ#1399639)

Users of systemd are advised to upgrade to these updated packages, which fix
these bugs.

RHBA-2017:1311-1

2017-05-25

systemd-219-30.el7_3.9.src.rpm

  • Previously, if there was a require dependency between units (for example,
    neutron-openvswitch-agent requiring openvswitch), restarting was propagated to
    the dependent unit even if the dependent unit was not running. For example,
    restarting openvswitch started also the dependent neutron-openvswitch-agent even
    when it was in the stopped state. With this update, restarting propagation has
    been changed to try-restart, and stopped dependent units are no longer started.
    As a result, neutron-openvswitch-agent remains in the stopped state in the
    described example. (BZ#1443992)

7u2 update log

RHBA-2016:1524-2

2016-08-02

systemd-219-19.el7_2.12.src.rpm

This update fixes the following bug:

  • Previously, the garbage collector inside systemd had N! (factorial of N)
    worst-case complexity, where N is the number of units. Consequently, the system
    hung during shutdown if a lot of units were stopped. The algorithm has been
    changed to have N^2 (square of N) worst-case complexity, and the system no
    longer hangs in the described scenario. (BZ#1346292)

RHBA-2016:1835-2

2016-09-14

systemd-219-19.el7_2.13.src.rpm

This update fixes the following bugs:

  • Previously, the cgroups-agent program used D-Bus for its messaging. Because
    the dbus-daemon used a backlog of 30 connections on its D-bus system bus socket,
    reaching the limit of 30 queued connections could consequently result in losing
    cgroup empty messages from further connections. This update adds a separate
    cgroup agent socket of the AF_UNIX/SOCK_DGRAM type, which needs no connection
    set up and for no listen() backlog applies. Now, if the cgroups-agent binary
    file cannot queue datagram messages, it does not attempt for re-connection but
    instead blocks the datagram messages. As a result, cgroup empty messages are no
    longer lost, the session scopes for an SSH connection no longer trigger a memory
    leak, and the load increases. (BZ#1360159)

  • Previously, an inefficient algorithm for reaping processes caused that the
    systemd service became unresponsive when a large number of processes terminated
    in a short interval. The algorithm has been improved, and systemd is now able to
    reap the processes more quickly, which prevents the described hang from
    occurring. (BZ#1360160)

RHBA-2016:2965-1

2016-12-20

systemd-219-19.el7_2.20.src.rpm

This update adds the following enhancement:

  • The /dev/disk/by-id/ directory now contains symlinks to Non-volatile Memory
    Express (NVMe) drives that are present on the system. With this update, symlinks
    based on device World Wide Name, model number, and serial number are created.
    This allows the administrator to use persistent device names in configuration
    https://www.freedesktop.org/software/systemd/man/systemd-journal-remote.html#files, for example in /etc/fstab. (BZ#1388900)

redhat的systemd版本list的更多相关文章

  1. blfs(systemd版本)学习笔记-构建gnome桌面系统

    我的邮箱地址:zytrenren@163.com欢迎大家交流学习纠错! 大概思路: lfs(系统)+xorg(驱动)+gnome(桌面组件) 链接: lfs(systemd版本)学习笔记系列:http ...

  2. blfs(systemd版本)学习笔记-编译安装gnome桌面组件及应用

    我的邮箱地址:zytrenren@163.com欢迎大家交流学习纠错! blfs中的gnome项目地址:http://www.linuxfromscratch.org/blfs/view/stable ...

  3. lfs(systemd版本)学习笔记-第4页

    我的邮箱地址:zytrenren@163.com欢迎大家交流学习纠错! lfs(systemd版本)学习笔记-第3页 的地址:https://www.cnblogs.com/renren-study- ...

  4. blfs(systemd版本)学习笔记-总页

    我的邮箱地址:zytrenren@163.com欢迎大家交流学习纠错! lfs(systemd版本)学习笔记:https://www.cnblogs.com/renren-study-notes/p/ ...

  5. lfs(systemd版本)学习笔记-第1页

    我的邮箱地址:zytrenren@163.com欢迎大家交流学习纠错! 一名linux爱好者,记录构建Linux From Scratch的过程 经博客园-骏马金龙前辈介绍,开始接触学习lfs,用博客 ...

  6. lfs(systemd版本)学习笔记-第2页

    我的邮箱地址:zytrenren@163.com欢迎大家交流学习纠错! lfs(systemd)学习笔记-第1页 的地址:https://www.cnblogs.com/renren-study-no ...

  7. lfs(systemd版本)学习笔记-第3页

    我的邮箱地址:zytrenren@163.com欢迎大家交流学习纠错! lfs(systemd)学习笔记-第2页 的地址:https://www.cnblogs.com/renren-study-no ...

  8. blfs(systemd版本)学习笔记-为桌面环境构建xorg服务

    我的邮箱地址:zytrenren@163.com欢迎大家交流学习纠错! lfs准备使用桌面环境,首先需要构建xorg服务 xorg服务项目地址:http://www.linuxfromscratch. ...

  9. blfs(systemd版本)学习笔记-安装、配置和使用wpa_supplicant无线网络连接工具

    我的邮箱地址:zytrenren@163.com欢迎大家交流学习纠错! wireless项目地址:http://www.linuxfromscratch.org/blfs/view/stable-sy ...

随机推荐

  1. 洛谷 P2046 BZOJ 2007 海拔(NOI2010)

    题目描述 YT市是一个规划良好的城市,城市被东西向和南北向的主干道划分为n×n个区域.简单起见,可以将YT市看作 一个正方形,每一个区域也可看作一个正方形.从而,YT城市中包括(n+1)×(n+1)个 ...

  2. 洛谷——P2038 无线网络发射器选址

    https://www.luogu.org/problem/show?pid=2038 题目描述 随着智能手机的日益普及,人们对无线网的需求日益增大.某城市决定对城市内的公共场所覆盖无线网. 假设该城 ...

  3. oracle批量更新

    oracle批量更新 学习了:http://blog.csdn.net/zkcharge/article/details/50855755 statement.addBatch(); statemen ...

  4. 开启 J2EE(五)— Servlet之状态管理

    HTTP无状态协议 首先我们要知道: HTTP协议是无状态协议. 我们知道HTTP协议就是server通过Request从浏览器接收和Response向浏览器输出的这么一个过程(浏览器和server的 ...

  5. 《深入浅出 Java Concurrency》——原子操作

    part1 从AtomicInteger開始 从相对简单的Atomic入手(java.util.concurrent是基于Queue的并发包.而Queue.非常多情况下使用到了Atomic操作.因此首 ...

  6. HTML5动态时钟

    实现效果 源码可以去github下载 地址:https://github.com/feifeiliu/jsBlock 参考:慕课网动态时钟

  7. getElementsByName使用

    查了下手册,getElementsByName()不能提取没有name属性的标签.div标签本身没有name属性,所以不能被提取.有name标签的主要是各种input标签,所以默认情况下getElem ...

  8. 3、Collection接口中的功能概述

    package cn.itcast_01; import java.util.ArrayList; import java.util.Collection; /** * 集合: * 由于我们使用的是面 ...

  9. 阿里云 linux centos 常用解压命令

    格式:  tar  选项  文件目录列表     功能:  对文件目录进行打包备份     选项: -c 建立新的归档文件 -r 向归档文件末尾追加文件 -x 从归档文件中解出文件 -O 将文件解开到 ...

  10. Ssh safe

    新建用户,设置密码 useradd eason passwd eason 不允许root直接登陆 修改配置文件 vi /etc/ssh/sshd_config 禁止root登录 查找“#PermitR ...