湖北省建设厅网站怎么打不开,全国建设部官方网站,建设商务网站ppt,河北建设工程招标协会网站我正在配置CentOS 6.2并且已经看到了一些“[abrt]完整崩溃报告”电子邮件.我知道abrt对于创建崩溃转储非常有用,所以我不想禁用该服务,我只是想停止获取崩溃报告电子邮件.我可能不得不在/etc/abrt/abrt.conf中添加一些配置文件.我似乎无法在搜索中找到任何内容.任何的想法…我正在配置CentOS 6.2并且已经看到了一些“[abrt]完整崩溃报告”电子邮件.我知道abrt对于创建崩溃转储非常有用,所以我不想禁用该服务,我只是想停止获取崩溃报告电子邮件.我可能不得不在/etc/abrt/abrt.conf中添加一些配置文件.我似乎无法在搜索中找到任何内容.任何的想法谢谢.编辑这是我的abrt.conf,这很简单.[rootmyhost~]# cat /etc/abrt/abrt.conf# Enable this if you want abrtd to auto-unpack crashdump tarballs which appear# in this directory (for example,uploaded via ftp,scp etc).# Note: you must ensure that whatever directory you specify here exists# and is writable for abrtd. abrtd will not create it automatically.##WatchCrashdumpArchiveDir /var/spool/abrt-upload# Max size for crash storage [MiB] or 0 for unlimited#MaxCrashReportsSize 1000# Specify where you want to store coredumps and all files which are needed for# reporting. (default:/var/spool/abrt)##DumpLocation /var/spool/abrt和/ etc / abrt列表[rootmyhost~]# ls -la /etc/abrttotal 32drwxr-xr-x. 3 root root 4096 Apr 13 06:14 .drwxr-xr-x. 97 root root 12288 Apr 13 03:50 ..-rw-r--r--. 1 root root 527 Dec 13 22:50 abrt-action-save-package-data.conf-rw-r--r--. 1 root root 572 Dec 13 22:50 abrt.conf-rw-r--r--. 1 root root 175 Dec 13 22:50 gpg_keysdrwxr-xr-x. 2 root root 4096 Apr 13 06:13 plugins[rootmyhost~]# ls -la /etc/abrt/plugins/total 12drwxr-xr-x. 2 root root 4096 Apr 13 06:13 .drwxr-xr-x. 3 root root 4096 Apr 13 06:14 ..-rw-r--r--. 1 root root 278 Dec 13 22:50 CCpp.conf实际上上面所有这些conf文件只有几行,并没有提及有关邮件,电子邮件或通知的任何内容.UPDATE因为我已经禁用了abrtd,所以我在/ var / log / messages中看到了这些myhost abrt: abrt daemon is not running. If it crashed,/proc/sys/kernel/core_pattern contains a stale value,consider resetting it to coreproper停止abrt服务的方法是service abrt-ccpp stopchkconfig abrt-ccpp off