微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

linux – 无法启动auditd

我在CentOS 5.8决赛

我最近通过yum install audit安装了auditd但是我无法启动它.

我编辑了配置文件,给出了它在启动时收到的错误的详细输出,这是输出

# service auditd start
Starting auditd: Config file /etc/audit/auditd.conf opened for parsing
log_file_parser called with: /var/log/audit/audit.log
log_format_parser called with: RAW
log_group_parser called with: root
priority_boost_parser called with: 4
flush_parser called with: INCREMENTAL
freq_parser called with: 20
num_logs_parser called with: 4
qos_parser called with: lossy
dispatch_parser called with: /sbin/audispd
name_format_parser called with: NONE
max_log_size_parser called with: 5
max_log_size_action_parser called with: ROTATE
space_left_parser called with: 75
space_action_parser called with: SYSLOG
action_mail_acct_parser called with: root
admin_space_left_parser called with: 50
admin_space_left_action_parser called with: SUSPEND
disk_full_action_parser called with: SUSPEND
disk_error_action_parser called with: SUSPEND
tcp_listen_queue_parser called with: 5
tcp_max_per_addr_parser called with: 1
tcp_client_max_idle_parser called with: 0
enable_krb5_parser called with: no
GSSAPI support is not enabled,ignoring value at line 30
krb5_principal_parser called with: auditd
GSSAPI support is not enabled,ignoring value at line 31
Started dispatcher: /sbin/audispd pid: 3097
type=DAEMON_START msg=audit(1339336882.187:9205): auditd start,ver=1.8 format=raw kernel=2.6.32-042stab056.8 auid=4294967295 pid=3095 res=success
config_manager init complete
Error setting audit daemon pid (Connection refused)
type=DAEMON_ABORT msg=audit(1339336882.189:9206): auditd error halt,auid=4294967295 pid=3095 res=Failed
Unable to set audit pid,exiting
The audit daemon is exiting.
Error setting audit daemon pid (Connection refused)
                                                           [Failed]

我可以在网上找到的唯一信息是这可能是由于SELinux,但是SELinux给了我自己的问题.无论我做什么,它似乎被禁用(我想启用它).配置设置为强制执行,服务器已多次重启,但sestatus仍返回SELinux状态:已禁用.

任何人都可以对这个问题有所了解吗?

编辑:我不知道它是否相关,但我注意到我的/ var / log / messages中出现以下消息

Jun 10 16:25:22 s1 iscsid: iSCSI logger with pid=2056 started!
Jun 10 16:25:22 s1 iscsid: Missing or Invalid version from /sys/module/scsi_transport_iscsi/version. Make sure a up to date scsi_transport_iscsi module is loaded and a up todate version of iscsid is running. Exiting...

我尝试自己启动iSCSI守护进程(我不知道它做了什么;我是一个linux新手)我得到以下错误

Starting iSCSI daemon: FATAL: Could not load /lib/modules/2.6.32-042stab056.8/modules.dep: No such file or directory
FATAL: Could not load /lib/modules/2.6.32-042stab056.8/modules.dep: No such file or directory
FATAL: Could not load /lib/modules/2.6.32-042stab056.8/modules.dep: No such file or directory
FATAL: Could not load /lib/modules/2.6.32-042stab056.8/modules.dep: No such file or directory
FATAL: Could not load /lib/modules/2.6.32-042stab056.8/modules.dep: No such file or directory
                                                           [Failed]

如果我去/ lib / modules /我注意到该目录存在但是完全为空.

解决方法

看来我使用的内核2.6.32-042stab056.8与OpenVZ一起打包的SMP不支持auditd.

原文地址:https://www.jb51.cc/linux/397988.html

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐