zoukankan      html  css  js  c++  java
  • CentOS release 6.5 升级rsyslog

    [root@node01 ~]# rsyslogd -v
    rsyslogd 5.8.10, compiled with:
    	FEATURE_REGEXP:				Yes
    	FEATURE_LARGEFILE:			No
    	GSSAPI Kerberos 5 support:		Yes
    	FEATURE_DEBUG (debug build, slow code):	No
    	32bit Atomic operations supported:	Yes
    	64bit Atomic operations supported:	Yes
    	Runtime Instrumentation (slow code):	No
    
    See http://www.rsyslog.com for more information.
    
    [root@node01 redhat 6.7]# rpm -Uvh rsyslog-8.24.0-1.el6.x86_64.rpm libfastjson4-0.99.4-1.el6.x86_64.rpm  libgt-0.3.11-1.el6.x86_64.rpm libestr-0.1.9-2.el6.i686.rpm libestr-0.1.10-1.el6.x86_64.rpm 
    warning: rsyslog-8.24.0-1.el6.x86_64.rpm: Header V3 RSA/SHA1 Signature, key ID e00b8985: NOKEY
    Preparing...                ########################################### [100%]
       1:libestr                ########################################### [ 20%]
       2:libgt                  ########################################### [ 40%]
       3:libfastjson4           ########################################### [ 60%]
       4:rsyslog                ########################################### [ 80%]
       5:libestr                ########################################### [100%]
    [root@node01 redhat 6.7]# rsyslogd  -v
    rsyslogd 8.24.0, compiled with:
    	PLATFORM:				x86_64-redhat-linux-gnu
    	PLATFORM (lsb_release -d):		
    	FEATURE_REGEXP:				Yes
    	GSSAPI Kerberos 5 support:		No
    	FEATURE_DEBUG (debug build, slow code):	No
    	32bit Atomic operations supported:	Yes
    	64bit Atomic operations supported:	Yes
    	memory allocator:			system default
    	Runtime Instrumentation (slow code):	No
    	uuid support:				Yes
    	Number of Bits in RainerScript integers: 64
    
    See http://www.rsyslog.com for more information.

  • 相关阅读:
    网络中常用的各种协议(针对TCP/IP协议组)
    报错注入小技巧
    2017swpu-ctf总结
    2017EIS高校运维大赛ctf wirteup
    discuz 3.x ssrf分析
    ssrf漏洞分析
    xxe漏洞分析
    phpcms9.6 注入分析
    74cms漏洞分析
    关于npm
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13349671.html
Copyright © 2011-2022 走看看