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. btrfs

    https://docs.docker.com/storage/storagedriver/btrfs-driver/ $ sudo cat /proc/filesystems | grep btrf ...

  2. 使用 Redis及其产品定位

    实际MySQL是适合进行海量数据存储的,通过Memcached将热点数据加载到cache,加速访问,很多公司都曾经使用过这样的架构,但随着业务数据量的不断增加,和访问量的持续增长,我们遇到了很多问题: ...

  3. mongodb--游标与链式查找

    一:游标 [能不用游标的地方就不要用游标,它是占用数据库资源的] find操作是返回一个游标,为了方便我们查看结果,mongodb shell会自动迭代结果.[游标也是递增的] 2.迭代结果的两种方式 ...

  4. hdoj1051Wooden Sticks

     /*这道题目是先要排序的,依照长度或者重量排都能够. 当长度(重量)同样时就依照重量(长度)排, 从大到小或从小到大都能够! 这里我懂的.没有问题! 排序之后,问题就能够简化,(如果依照长度不等 ...

  5. 3D语音天气球(源代码分享)——通过天气服务动态创建3D球

    转载请注明本文出自大苞米的博客(http://blog.csdn.net/a396901990),谢谢支持! 开篇废话: 这个项目准备分四部分介绍: 一:创建可旋转的"3D球":3 ...

  6. webbench压力測试工具

    apache的測试工具ab 在并发100个以上后会出现错误.网上也有非常多改ab源代码来解禁的. 只是还是推荐一款比較好用的压力測试工具webbench wget http://blog.zyan.c ...

  7. Oracle 数据块损坏与恢复具体解释

    1.什么是块损坏: 所谓损坏的数据块,是指块没有採用可识别的 Oracle 格式,或者其内容在内部不一致. 通常情况下,损坏是由硬件故障或操作系统问题引起的.Oracle 数据库将损坏的块标识为&qu ...

  8. Linux下把目录拷贝到全部同名目录的脚本

    需求:拷贝文件夹到Linux文件夹下.覆盖该Linux文件夹下全部同名文件夹 目标:Linux下,运行本脚本.输入目录名.就可以批量复制覆盖. 使用说明:         先把本脚本文件和要复制的文件 ...

  9. 有什么springMVC+myBatis的书?

    最近在看MyBatis,把我最近看的东西给你整理一下吧. 书籍:深入浅出MyBatis技术原理与实战 下载地址:[免费]深入浅出MyBatis技术原理与实战.pdf-CSDN下载 MyBatis 相关 ...

  10. Maven与IDEA结合

    转自:https://blog.csdn.net/zzpzheng/article/details/49474671 1. 什么是 Maven,为什么要使用 Maven 而不是 Ant Maven简单 ...