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. FADE:云存储中数据安全删除

         FADE: Secure Overlay Cloud Storage with File Assured Deletion ,论文发表于SecureComm,C类.      香港大学的研究 ...

  2. redis-windows上的安装与其他命令

    为什么用Redis 数据库的IO是一个性能瓶颈,需要用redis来解决,100个IO并发已经很不错了,因为数据库天生就需要写磁盘,而redis不需要实时写磁盘而又可以存入数据库 安装 以服务的方式启动 ...

  3. Java中最小的整数为什么是-2147483648

    Java中最小的整数为什么是-2147483648 假如只有两位来表示数字,第一位是符号位: 00:0 01:1 11:-1,这个是负数,而且是补码,取反为00,加1成为01,就是-1 10:-2,这 ...

  4. UVa 10465 Homer Simpson(DP 全然背包)

     题意 霍默辛普森吃汉堡  有两种汉堡  一中吃一个须要m分钟  还有一种吃一个须要n分钟  他共同拥有t分钟时间    要我们输出他在尽量用掉全部时间的前提下最多能吃多少个汉堡  假设时间无法用 ...

  5. 2.【SELinux学习笔记】概念

    1.强制类型的安全上下文     在SELinux中,訪问控制属性叫做安全上上下文.不管主体还是客体都有与之关联的安全上下文.通常安全上下文是由三部分组成:用户:角色:类型. 如: $id -Z  j ...

  6. HDU 5412 CRB and Queries(区间第K大 树套树 按值建树)

    题目链接:http://acm.hdu.edu.cn/showproblem.php? pid=5412 Problem Description There are N boys in CodeLan ...

  7. 深入浅出游戏算法(4)-unity3d算法(1)-球转动

    球 转动 按以下布局放置好unity3d的各个组件.设置好渲染.位置.光源.大小等 麦好的AI乐园博客全部内容是原创,假设转载请注明来源 http://blog.csdn.net/myhaspl/ 编 ...

  8. iOS 块的简单理解

    占位 自己主动转载器那小子,你转完了没? 转完了,我开写了哈! Block,就两个事儿,一个是引用,一个是实例,除了实现处.其他地方都是引用. 以此思路.再继续看看引用和实现的定义方式吧. 參考官方文 ...

  9. 获得拼凑SQL语句运行后的结果

    拼凑式的SQL语句太普遍了,比如说,任意条件的查询. 这种拼凑SQL语句,如果在数据库端组装,必然是一条长长的字符串,然后 exec(@sql). 如果这条语句写在存储过程里边,存储过程的调用方会获得 ...

  10. Node.js:Web 模块

    ylbtech-Node.js:Web 模块 1.返回顶部 1. Node.js Web 模块 什么是 Web 服务器? Web服务器一般指网站服务器,是指驻留于因特网上某种类型计算机的程序,Web服 ...