redhat的systemd版本list
acess
https://access.redhat.com/errata/#/
https://github.com/lnykryn/systemd-rhel
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的更多相关文章
- blfs(systemd版本)学习笔记-构建gnome桌面系统
我的邮箱地址:zytrenren@163.com欢迎大家交流学习纠错! 大概思路: lfs(系统)+xorg(驱动)+gnome(桌面组件) 链接: lfs(systemd版本)学习笔记系列:http ...
- blfs(systemd版本)学习笔记-编译安装gnome桌面组件及应用
我的邮箱地址:zytrenren@163.com欢迎大家交流学习纠错! blfs中的gnome项目地址:http://www.linuxfromscratch.org/blfs/view/stable ...
- lfs(systemd版本)学习笔记-第4页
我的邮箱地址:zytrenren@163.com欢迎大家交流学习纠错! lfs(systemd版本)学习笔记-第3页 的地址:https://www.cnblogs.com/renren-study- ...
- blfs(systemd版本)学习笔记-总页
我的邮箱地址:zytrenren@163.com欢迎大家交流学习纠错! lfs(systemd版本)学习笔记:https://www.cnblogs.com/renren-study-notes/p/ ...
- lfs(systemd版本)学习笔记-第1页
我的邮箱地址:zytrenren@163.com欢迎大家交流学习纠错! 一名linux爱好者,记录构建Linux From Scratch的过程 经博客园-骏马金龙前辈介绍,开始接触学习lfs,用博客 ...
- lfs(systemd版本)学习笔记-第2页
我的邮箱地址:zytrenren@163.com欢迎大家交流学习纠错! lfs(systemd)学习笔记-第1页 的地址:https://www.cnblogs.com/renren-study-no ...
- lfs(systemd版本)学习笔记-第3页
我的邮箱地址:zytrenren@163.com欢迎大家交流学习纠错! lfs(systemd)学习笔记-第2页 的地址:https://www.cnblogs.com/renren-study-no ...
- blfs(systemd版本)学习笔记-为桌面环境构建xorg服务
我的邮箱地址:zytrenren@163.com欢迎大家交流学习纠错! lfs准备使用桌面环境,首先需要构建xorg服务 xorg服务项目地址:http://www.linuxfromscratch. ...
- blfs(systemd版本)学习笔记-安装、配置和使用wpa_supplicant无线网络连接工具
我的邮箱地址:zytrenren@163.com欢迎大家交流学习纠错! wireless项目地址:http://www.linuxfromscratch.org/blfs/view/stable-sy ...
随机推荐
- Maven学习总结(26)——maven update时,报:Preference node "org.eclipse.wst.validation"...
详细情况如下: An internal error occurred during: "Updating Maven Project". Preference node " ...
- CentOS6.2上安装Oracle10g报ins_emdb.mk错误处理方法
oracle安装过程报ins_emdb.mk错误,此时继续点击“continue”即可,待Oracle完成安装后,再手工执行相应脚本完成链接即可 在CentOS6.2操作系统上,安装Oracle10g ...
- hdu 1576扩展欧几里得算法
#include<stdio.h> #define ll long long /* 2.那么x,y的一组解就是x1*m1,y1*m1,但是由于满足方程的解无穷多个, 在实际的解题中一般都会 ...
- Efficient ticket lock synchronization implementation using early wakeup in the presence of oversubscription
A turn-oriented thread and/or process synchronization facility obtains a ticket value from a monoton ...
- Ada boost学习
http://blog.csdn.net/dark_scope/article/details/14103983 据说在Deep Learning出来之前,SVM和Adaboost是效果最好的 两个算 ...
- HDUOJ--4888--Redraw Beautiful Drawings【isap】网络流+判环
链接:http://acm.hdu.edu.cn/showproblem.php? pid=4888 题意:一个矩阵.限定每行行和.列和,每一个格子数字不超过k,问矩阵是否存在,如存在推断有单解还是多 ...
- Light oj 1251 - Forming the Council 【2-sat】【推断是否存在可行解 + 反向拓扑输出可行解】
1251 - Forming the Council problem=1251" style="color:rgb(79,107,114)"> PDF (Engli ...
- 在Maven中设置Nexus私有服务为中央工厂
在Maven中设置Nexus私有服务为中央工厂(repository) 2015-12-12 17:45 168人阅读 评论(0) 收藏 举报 分类: Maven(17) 版权声明:本文为博主原创 ...
- Android 删除新版安卓fragment_main.xml
在新版本号的ADT中,创建androidproject时默认会产生两个xml文件--fragment_main和activity_main. 个人建议把fragment_main这个文件删除掉 1)将 ...
- jstl 标签 循环 序号
大家好: 今天搜了一天.最终找到它了,尽管不是我想要的,可是为了我辛苦的一天.我也要记录下: <c:forEach items="${signBusList}" var ...