ChinaUnix.net
相关文章推荐:

insmod error inserting helloko 1 Invalid module format

insmod的时候出现 invalid module format: 不知道是什么原因?我的GCC,内核这些编译环境都没错啊?请教大哥大姐帮帮忙

by mafiaguy - C/C++ - 2008-05-23 14:43:08 阅读(2944) 回复(8)

相关讨论

简单的开始: #include module.h>; /* Needed by all modules */ #include ; /* Needed for KERN_ALERT */ #include ; static int LL_init_module(void) { printk("<1>;Hello world 1.\n"); return 0; } static void LL_cleanup_module(void) { printk("<1>;Goodbye world 1.\n"); } module_init(LL_init_module); module_exit(LL_cleanup_module); Makefile: TARGET = he...

by oliliango - 内核/嵌入技术 - 2006-03-30 13:41:25 阅读(9201) 回复(8)

hi,everyone, 我的机器装了FC4和WINXP,装好后启动出现了这个错误:error 13 invalid or unsupported executable format,please press any key to continue... 不知道什么原因啊?怎么解决呀? 多谢先!!!

by jacky_yang - 系统管理 - 2006-05-09 15:39:59 阅读(1090) 回复(0)

在加载module时,出现以下错误: XXX.o: couldn't find the kernel version the module was compiled for 这是为何,望各位提示

by A-Liang - 内核/嵌入技术 - 2005-12-02 21:27:45 阅读(776) 回复(9)
by shilianghui - C/C++ - 2005-06-26 14:19:18 阅读(615) 回复(0)
by shilianghui - 内核/嵌入技术 - 2005-06-28 09:35:31 阅读(683) 回复(3)

dn: cn=aichang,ou=Users,o=Com changetype: modify add: account account: xxx - add: pass pass: xxx 我用ldapmodify修改却报invaid format (line 5)?好像-出错了,为什么啊

by cuiwh - 服务器应用 - 2008-02-21 15:20:25 阅读(2753) 回复(0)

os :aix 5200-03 db: oracle 9.2 安装的时候必须得把oracle_base 和oracle 用户自己的主目录(home directory)设置成一致,才可以./runInstalll. 否则java 里面就会报错 error inventory location is invalid .高手指教

by open_san - Oracle - 2004-07-11 22:32:39 阅读(1861) 回复(5)

各位: 用sendmail架设MTA,现发往sina的邮件都有问题,syslog中发现以下报错: Dec 29 15:24:20 szmta sendmail[2886]: hBT7OJY02884: hBT7OKX02886: DSN: Data format error 哪位帮着看看,谢谢!!

by netasst - 服务器应用 - 2003-12-29 17:55:09 阅读(704) 回复(0)

Aug 6 17:04:07 deew14 sendmail[617]: n769470f000614: to=<[email]libra@163.com[/email]>, ctladdr=<[email]root@deew14[/email]> (0/0), delay=00:00:00, xdelay=00:00:00, mailer=esmtp, pri=252999, relay=mx.163.com, dsn=5.6.0, stat=Data format error Aug 6 17:04:07 deew14 sendmail[617]: n769470f000614: n769470f000617: DSN: Data format error sendmail报这个错是啥意思?

by hzmym - 服务器应用 - 2009-08-14 10:30:04 阅读(3384) 回复(6)

RT 安装FC6所示错误! 在执行boot.bat boot.bat内容是 loadlin vmlinuz initrd=initrd.img ramdisk_size=9216 那位知道怎样解决给小弟说说 ! 谢谢! 此问题已解决但是出现了新问题。先通过google找到答案试验一下! [ 本帖最后由 2300 于 2006-10-26 08:11 编辑 ]

by 2300 - 系统管理 - 2006-10-26 07:00:13 阅读(358) 回复(0)