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.

  • 相关阅读:
    bind函数
    尾置返回类型
    lambda表达式
    C++谓词
    capacity和size
    容器操作可能会使迭代器失效
    特殊的forward_list操作
    向顺序容器添加元素
    swap与assign
    迭代器
  • 原文地址:https://www.cnblogs.com/hzcya1995/p/13349671.html
Copyright © 2011-2022 走看看