在本文中,我们将为您详细介绍OracleSolaris11.4SRU21发布,类Unix操作系统的相关知识,并且为您解答关于oraclesolarisstudio的疑问,此外,我们还会提供一些关于ap
在本文中,我们将为您详细介绍Oracle Solaris 11.4 SRU21 发布,类 Unix 操作系统的相关知识,并且为您解答关于oracle solaris studio的疑问,此外,我们还会提供一些关于apache tomcat (catalina)查版本(solaris/unix)、DragonFly BSD 5.6 发布,类 Unix 操作系统、DragonFly BSD 6.4 发布,类 Unix 操作系统、DragonFlyBSD 5.6.2 发布,类 Unix 操作系统的有用信息。
本文目录一览:- Oracle Solaris 11.4 SRU21 发布,类 Unix 操作系统(oracle solaris studio)
- apache tomcat (catalina)查版本(solaris/unix)
- DragonFly BSD 5.6 发布,类 Unix 操作系统
- DragonFly BSD 6.4 发布,类 Unix 操作系统
- DragonFlyBSD 5.6.2 发布,类 Unix 操作系统
Oracle Solaris 11.4 SRU21 发布,类 Unix 操作系统(oracle solaris studio)
Oracle Solaris 11.4 SRU21 已发布。用户可通过支持存储库中的“pkg 更新”或从 My Oracle Support Doc ID 2433412.1 下载 SRU 来获得。
该 SRU 引入了以下新功能和组件:
- 新的驱动程序/网络/以太网/mlxne 软件包,支持 Mellanox ConnectX-4 和 ConnectX-5 100Gb 以太网设备。请注意,此驱动程序不支持 SR-IOV,而仅支持“bare metal”。尚不支持 ConnectX-6 设备。
- Solaris printing 已更新为使用 cups-2.3.1、cups-filters-1.25.11、ghostscript-9.27、hplip-3.19.5 和 gutenprint-5.2.13 来代替过时的 cups-1.4.5 软件。
- fribid
- libsass 和 sassc
- libdazzle
- mallard-ducktype
- cidfmap 添加了日语字体
- 适用于 Python 3.7 的 dbus-python
感兴趣的用户可以在 My Oracle Support Doc 2669880.1 中找到此 SRU 的完整详细信息。有关影响每个 Oracle Solaris 11.4 SRU 的 Service Alerts 的列表,则可参见 Important Oracle Solaris 11.4 SRU Issues(Doc ID 2445150.1)。
更多组件更新以及详细信息可查看发布说明:https://blogs.oracle.com/solaris/announcing-oracle-solaris-114-sru21
apache tomcat (catalina)查版本(solaris/unix)
先进到tomcat的bin目录下(cd /tomcat目录/bin),在执行./version.sh
https://blog.csdn.net/vv___/article/details/78653513
Tomcat版本号替换方法
在如下路径找到catalina.jar文件,如下图:
通常位于webstart/tomcat/server/lib目录下:
找到该文件里面的ServerInfo.properties文件:
通常位置如下位置:
catalina.jar\org\apache\catalina\util
3.把ServerInfo.properties文件里面的内容,修改如下:
server.info=Apache Tomcat/8.0.50 //最新版本(根据需要修改成目标版本)
server.number=8.0.50.0 //最新版本(根据需要修改成目标版本)
server.built=
新版本:
server.info=Apache Tomcat/9.0.14
server.number=9.0.14.0
server.built=Dec 6 2018 21:13:53 UTC
4. 修改文件的方法:
需ftp工具从服务器下载到本地pc上,然后用zip工具打开,找到相应的文件,用鼠标直接拖出来到桌面上,使用编辑工具(ue或notepad++)修改,修改后再将此文件拖入相当的jar包中,替换原文件。
5.主备机都修改完成后,重启webstart后再次检查
通过分析漏洞检查方的检测方法,找到绕过检查的办法,通过绕过检查来临时“解决”漏洞,达到客户要求,最后再联系服务器系统技术支持或者直接查找系统官方给出的漏洞解决办法来处理漏洞。
DragonFly BSD 5.6 发布,类 Unix 操作系统
DragonFly 5.6 改进了虚拟内存系统,更新了 radeon 和 ttm, 提升了 HAMMER2 的性能。
详细记录包括:
Improved VM
- Informal test results showing the changes from 5.4 to 5.6 are available.
- Reduce stalls in the kernel vm_page_alloc() code (vm_page_list_find()).
- Improve page allocation algorithm to avoid re-iterating the same queues as the search is widened.
- Add a vm_page_hash*() API that allows the kernel to do heuristical lockless lookups of VM pages.
- Change vm_hold() and vm_unhold() semantics to not require any spin-locks.
- Change vm_page_wakeup() to not require any spin-locks.
- Change wiring vm_page''s no longer manipulates the queue the page is on, saving a lot of overhead. Instead, the page will be removed from its queue only if the pageout demon encounters it. This allows pages to enter and leave the buffer cache quickly.
- Refactor the handling of fictitious pages.
- Remove m->md.pv_list entirely. VM pages in mappings no longer allocate pv_entry''s, saving an enormous amount of memory when multiple processes utilize large shared memory maps (e.g. postgres database cache).
- Refactor vm_object shadowing, disconnecting the backing linkages from the vm_object itself and instead organizing the linkages in a new structure called vm_map_backing which hangs off the vm_map_entry.
- pmap operations now iterate vm_map_backing structures (rather than spin-locked page lists based on the vm_page and pv_entry''s), and will test/match operations against the PTE found in the pmap at the requisite location. This doubles VM fault performance on shared pages and reduces the locking overhead for fault and pmap operations.
- Simplify the collapse code, removing most of the original code and replacing it with simpler per-vm_map_entry optimizations to limit the shadow depth.
DRM
- Major updates to the radeon and ttm (amd support code) drivers. We have not quite gotten the AMD support up to the more modern cards or Ryzen APUs yet, however.
- Improve UEFI framebuffer support.
- A major deadlock has been fixed in the radeon/ttm code.
- Refactor the startup delay designed to avoid conflicts between the i915 driver initialization and X startup.
- Add DRM_IOCTL_GET_PCIINFO to improve mesa/libdrm support.
- Fix excessive wired memory build-ups.
- Fix Linux/DragonFly PAGE_MASK confusion in the DRM code.
- Fix idr_*() API bugs.
HAMMER2
- The filesystem sync code has been rewritten to significantly improve performance.
- Sequential write performance also improved.
- Add simple dependency tracking to prevent directory/file splits during create/rename/remove operations, for better consistency after a crash.
- Refactor the snapshot code to reduce flush latency and to ensure a consistent snapshot.
- Attempt to pipeline the flush code against the frontend, improving flush vs frontend write concurrency.
- Improve umount operation.
- Fix an allocator race that could lead to corruption.
- Numerous other bugs fixed.
- Improve verbosity of CHECK (CRC error) console messages.
DragonFly BSD 6.4 发布,类 Unix 操作系统
DragonFly BSD 是一套开放源代码的类 Unix 操作系统,自 FreeBSD 4.8 分支。DragonFlyBSD 6.4 作为一个重大更新版本发布,带来软件包升级和各类 Bug 修复,包含对带有 NVMM 的 2 型管理程序的硬件支持、amdgpu 驱动程序、远程安装 HAMMER2 卷的实验能力,以及许多其他更改。
一些核心更改:
安全问题
- 修复了一个本地可利用的内核漏洞
核心
- 修复 execvPe () s 环境传递问题
- 修复 ktrace 对 “长” 系统调用返回值的处理。
- 修复与退出竞争相关的 sysv 信号量问题
- 修复与死条目相关的名称缓存膨胀问题,该问题可能会随着时间的推移降低系统速度。
- 修复了几个干扰 nlookup*() 操作的名称缓存问题。
- 修复了一个名称缓存问题,该问题导致不必要的重新查找。
- 修复了 vnode 回收的多个问题,这些问题可能会导致长时间运行的系统变慢。
- 实现 mlockall () 的 MCL_CURRENT 特性,且通常与类似 linux 的期望相匹配。
- 修复 cache_resolve_mp () 中的锁顺序反转和死锁,当并发路径查找跨越安装边界时可能会被命中
- 从 FreeBSD 添加 gtaskqueue API
- KERN_PROC - 更改进程列表检索的行为,默认情况下不包括纯内核线程。
值得注意的是, DragonFlyBSD 6.4 的默认系统编译器仍然是 GCC 8 ,没有得到升级。
更新公告:https://www.dragonflybsd.org/release64/
DragonFlyBSD 5.6.2 发布,类 Unix 操作系统
DragonFly BSD(DragonFlyBSD) 是一套开放源代码的类Unix操作系统,自 FreeBSD 4.8 分支。DragonFlyBSD 5.6.2 的一个更明显的改进是允许 AMD Zen 2 在 DragonFly 上启动,这需要一个内核改变(与 Linux+Systemd RdRand 问题无关)来启动新的处理器。
另一个显著变化是 API 更改,有助于将各种软件移植到 DragonFlyBSD。对 DragonFly 内核的更改是将 TCP keep-alive 选项从毫秒更改为秒,以与其他操作系统的行为相匹配。
- 将 TRAP_IS_SMAP( ) 测试移出 DDB 条件
- 修复 Signal_Pending_state( ) 中的空指针取消引用
- 在 SCSI_da 中添加 TPS 平衡模式
- ZEN 2 ——确保在 AP 引导程序中加载 %fs 的选择器
- 修复 NFS 死锁
- 重新排序 errno优先级 以取消链接目录错误的
5.6.2 版本的其他更改主要是修复,请见:
http://lists.dragonflybsd.org/pipermail/commits/2019-August/719259.html
下载地址:
https://www.dragonflybsd.org/download/#index1h3
关于Oracle Solaris 11.4 SRU21 发布,类 Unix 操作系统和oracle solaris studio的介绍现已完结,谢谢您的耐心阅读,如果想了解更多关于apache tomcat (catalina)查版本(solaris/unix)、DragonFly BSD 5.6 发布,类 Unix 操作系统、DragonFly BSD 6.4 发布,类 Unix 操作系统、DragonFlyBSD 5.6.2 发布,类 Unix 操作系统的相关知识,请在本站寻找。
本文标签: