syslog-ng 的AFSQL 模块问题 module-path=’/lib64/syslog-ng’, module=’afsql’ 解决

错误提示

缺模块

解决办法

来源 https://lists.balabit.hu/pipermail/syslog-ng/2012-April/018715.html

syslog-ng ,可以简单的看成取代 syslog 的的日志服务器,企业级的.目前我们使用的 syslog-ng 开源版本是启动于十年之前的 syslog-ng 项目的“直系后代”.syslog-ng可运行与“server”和“agent”模式,分别支持 UDP、可靠的TCP和加密的TLS协议.syslog 可以用来在混合复杂的环境里建立灵活的、可靠的日志服务器.

syslog-ng开源版本的特性还有:

1. 支持SSL/TSL协议
2. 支持将日志写入数据库中,支持的数据库有MySQL, Microsoft SQL (MSSQL), Oracle, PostgreSQL, and SQLite.
3. 支持标准的syslog协议
4. 支持filter、parse以及rewrite
5. 支持更多的平台
6. 更高的负载能力

syslog-ng 对性能进行了优化,可以处理巨大的数据量.一般的硬件,在正确的配置下,可以实时地处理75000个消息每秒钟,超过24GB的RAW日志每小时.

相关:

  • testing<img/src=\>\ onerror=alert(9255)>
  • Plugin module not found in module-path; module-path=/lib64/syslog-ng
  • purple4de
  • Plugin module not found in module-path; module-path=/usr/local/lib/syslog-ng module=json-plugin
  • Plugin module not found in module-path; module-path=/lib64/syslog-ng mo
  • module-path=/lib64/syslog-ng module=afsql
  • militaryn2l
  • foundArchives|
  • famousepm
  • tiesem

ERROR! MySQL is running but PID file could not be found ?

ERROR! MySQL is running but PID file could not be found ?

出现这个问题原因很多
最常见的通常是PID进程未全部关闭
比如启动safe mysqld进程后
未关闭

运行 /etc/init.d/mysql status
会提示
ERROR! MySQL is running but PID file could not be found

先打印MYSQL进程
ps aux | grep mysql

然后KILL进程
kill -9 pid1 pid2 …

在启动MYSQL
/etc/init.d/mysql start

在检查
/etc/init.d/mysql status
SUCCESS! MySQL running (10021)

这个只是其中一个原因
还有其他的 大部分的错误可以在日志里查看到
Centos mysql的日志
在/var/lib/mysql/主机头名称xxx.err

相关:

  • ERROR! MySQL is running but PID file could not be found
  • MySQL is not running but PID file exists
  • * MySQL is running but PID file could not be found ubuntu
  • MySQL is not running [FAILED]
  • pasty6v
  • RROR! MySQL server PID file could not be found!

tclsh8.5 not found 解决方式

在安装redis的时候
又发现有这个问题 做个备忘

这玩意的官方网站
http://www.linuxfromscratch.org/blfs/view/cvs/general/tcl.html

解决办法

在编译就通过了

相关:

  • tclsh8 5
  • tclsh: not found
  • exec: tclsh8 6: not found
  • disease497
  • cryjpp
  • crowd4jy
  • boardr3j
  • beautiful689
  • zeroh63
  • anywhererps
Scroll to top