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 ...
随机推荐
- JavaSE 学习笔记之封装(四)
封 装(面向对象特征之一):是指隐藏对象的属性和实现细节,仅对外提供公共访问方式. 好处:将变化隔离:便于使用:提高重用性:安全性. 封装原则:将不需要对外提供的内容都隐藏起来,把属性都隐藏,提供公共 ...
- 0818基于360开源数据库流量审计MySQL Sniffer
开源数据库流量审计MySQL Sniffer 我最推崇的数据库安全产品就是基于流量的数据库审计,因为它不需要更改网络结构,并且也是最关键的是,不影响数据库服务器性能,不用苦口婆心的劝数据库管理员安装监 ...
- UDP bind() IP和prot
http://blog.csdn.net/qq_28171461/article/details/69523604
- Shallow Heap 和 Retained Heap的区别
http://blog.csdn.net/a740169405/article/details/53610689 Shallow Heap 和 Retained Heap的区别 https://i.c ...
- 【ACM】poj_1000_A+B_201307271012
A+B ProblemTime Limit: 1000MS Memory Limit: 10000K Total Submissions: 296408 Accepted: 162241 Desc ...
- GMGDC专訪戴亦斌:具体解释QAMAster全面測试服务6大功能
GMGDC专訪戴亦斌:具体解释QAMAster全面測试服务6大功能 2014/10/10 · Testin · 业界资讯 在9月24-25日第三届全球移动游戏开发人员大会上,Testin云測COO戴亦 ...
- Centos安装FastDFS+Nginx
一.安装环境: gcc:安装nginx需要先将官网下载的源码进行编译,编译依赖gcc环境,如果没有gcc环境,需要安装gcc: yum install gcc-c++ PCRE:PCRE(Perl C ...
- hdoj--1598--find the most comfortable road
find the most comfortable road Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K ...
- Nginx调优实战
Nginx配置文件性能微调 全局的配置 user www-data; pid /var/run/nginx.pid; worker_processes auto; worker_rlimit_nofi ...
- Docker修改hosts方法
方法一: 直接进入容器中修改/etc/hosts 缺点:重启容器后,增加的内容会丢失 方法二: 制作镜像的时候,直接修改. 限制: 需要是root用户,需要在容器中安装sudo 增大了镜像大小 方法三 ...