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. windows 下 logstash 安装启动

    最新在研究elastic stack (elk)  : logstash 安装,下载最新版本的logstash: 点击打开链接 解压到磁盘根目录下:在logstash>bin 1.目录下创建:l ...

  2. 【ACM】hdu_3782_xxx定律_201308011521

    xxx定律Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others)Total Submis ...

  3. [Angular] Freshness Caching Policy - Network First, Cache Last

    In some cases, you want to get fresh data instead of cache data to the screen, such as stock applica ...

  4. Spark部分:几个重要的端口汇总

    50070:HDFSwebUI的端口号 8485:journalnode默认的端口号 9000:非高可用访问数rpc端口 8020:高可用访问数据rpc 8088:yarn的webUI的端口号 808 ...

  5. 【JNI探索之路系列】之七:JNI要点总结

    作者:郭嘉 邮箱:allenwells@163.com 博客:http://blog.csdn.net/allenwells github:https://github.com/AllenWells ...

  6. NSAttributedString宽高计算小技巧

    通常对于CoreText之类自己实现绘制的控件来说,计算富文本的宽高事实上须要依赖CTFramesetterSuggestFrameSizeWithConstraints这种方法. 但有些时候.我们可 ...

  7. ubuntu查看文件大小

    使用linux命令df 和du,df 但是df只能查看一级文件夹大小.使用比例.档案系统及其挂入点,但对文件却无能为力.du可以查看文件及文件夹的大小.所以基本上是两者配合使用. 一 df h参数, ...

  8. [IOI 2008] Island

    [题目链接] https://www.lydsy.com/JudgeOnline/problem.php?id=1791 [算法] 不难看出,要求的是这个基环树森林中每棵基环树的直径之和 [代码] # ...

  9. A - Antipalindrome

    Problem description A string is a palindrome if it reads the same from the left to the right and fro ...

  10. (转载) 小议TCP的MSS(最大分段)以及MTU(最大传输单元)

    [背景知识]  MTU: Maximum Transmission Unit 最大传输单元 MSS: Maximum Segment Size 最大分段大小PPPoE: PPP Over Ethern ...