hello: module_layout: kernel tainted.
Disabling lock debugging due to kernel taint
hello: version magic '2.6.32-504.el6.i686 SMP mod_unload 686 ' should be '2.6.32-504.el6.i686 SMP mod_unload modversions 686 '
第一步、看看你运行内核的版本:ls /usr/src/kernels/2.6.32-504....
分类:
其他好文 时间:
2015-04-11 13:22:51
阅读次数:
923
系统环境:[root@ORACLE etc]# uname -aLinux ORACLE 2.6.18-308.el5 #1 SMP Fri Jan 27 17:17:51 EST 2012 x86_64 x86_64 x86_64 GNU/Linux[root@ORACLE etc]# cat /...
分类:
Web程序 时间:
2015-04-09 15:10:54
阅读次数:
495
环境概述:1、OS[root@oggtarget ~]# uname -aLinux oggtarget.localdomain 2.6.39-200.24.1.el6uek.x86_64 #1 SMP Sat Jun 23 02:39:07 EDT 2012 x86_64 x86_64 x86_6...
分类:
数据库 时间:
2015-04-05 21:37:58
阅读次数:
280
系统环境:[root@ORACLE logs]# uname -aLinux ORACLE 2.6.18-308.el5 #1 SMP Fri Jan 27 17:17:51 EST 2012 x86_64 x86_64 x86_64 GNU/Linux[root@ORACLE logs]# cat...
分类:
Web程序 时间:
2015-04-03 12:51:48
阅读次数:
143
系统环境:[root@ORACLE logs]# uname -aLinux ORACLE 2.6.18-308.el5 #1 SMP Fri Jan 27 17:17:51 EST 2012 x86_64 x86_64 x86_64 GNU/Linux[root@ORACLE logs]# cat...
分类:
其他好文 时间:
2015-04-02 18:20:15
阅读次数:
151
系统环境:[root@DBSERVER ~]# uname -aLinux DBSERVER 2.6.18-274.el5 #1 SMP Fri Jul 8 17:36:59 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux[root@DBSERVER ~]# cat ...
分类:
系统相关 时间:
2015-04-02 13:23:34
阅读次数:
229
linux 内核版本:[root@master-1-1 webapps]# uname -aLinux master-1-1 2.6.32-431.el6.x86_64 #1 SMP Fri Nov 22 03:15:09 UTC 2013 x86_64 x86_64 x86_64 GNU/Linu...
分类:
其他好文 时间:
2015-03-29 17:50:28
阅读次数:
366
For a security research, we need to put metasploit-framework on the remote machine. OS Details:[centos@localhost centos]$ uname -a
Linux localhost.localdomain 2.6.32-042stab104.1 #1 SMP Thu Jan 29 12:...
分类:
Web程序 时间:
2015-03-29 10:50:38
阅读次数:
209
http://www.ibm.com/developerworks/cn/linux/l-cn-linuxkernelint/index.html本文对中断系统进行了全面的分析与探讨,主要包括中断控制器、中断分类、中断亲和力、中断线程化与 SMP 中的中断迁徙等。首先对中断工作原理进行了简要分析,接...
分类:
系统相关 时间:
2015-03-16 15:50:58
阅读次数:
241
linux驱动——并发和竟态序——正在运行的多个用户空间程序可能以一个令人惊讶的组合方式访问我们的代码。SMP系统甚至可能在不同的处理器上同时执行我们的代码。内核代码是可抢占的,因此我们的驱动程序代码可在任何时候丢失对处理器的独占。信号量(semaphore)的实现: 有一对..
分类:
其他好文 时间:
2015-03-16 06:30:42
阅读次数:
180