ChinaUnix.net
相关文章推荐:

Invalid module format (1) Exec format error 内核版本相同

rt

by shilianghui - C/C++ - 2005-06-26 14:19:18 阅读(951) 回复(0)

相关讨论
by shilianghui - 内核/嵌入技术 - 2005-06-28 09:35:31 阅读(1043) 回复(3)

简单的开始: #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 阅读(9638) 回复(8)

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

by mafiaguy - C/C++ - 2008-05-23 14:43:08 阅读(4350) 回复(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 阅读(1609) 回复(0)

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 阅读(3235) 回复(0)

test1.c: #include ; main() { printf("hello,world"); } compile gcc -c -o a.out test1.c chmod u+x a.out execute: a.out output: cannot execute binary file. a.out: exec format error 如何办?

by welcome008 - Solaris - 2004-01-20 15:44:03 阅读(4597) 回复(3)

各位: 用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 阅读(1125) 回复(0)

socket服务器采用commoncpp的socket库的多线程程序,此程序在一般压力下似乎没什么问题,但是 在高压力下会随机出现exec format error的错误, 然后程序就退出了, 找了很多资料,没办法找到问题所在, 有没有那位试过这种情况,或者帮我分析一下原因也好,比较急,各位帮一下忙,不胜感激... 附: 服务器监听代码 lis = new MyListener("192.168.1.10", "50000"); try() { while(lis->isPendingConnection(TIMEOUT_INF)) { //c...

by BrainstorM1983 - C/C++ - 2008-11-18 17:06:48 阅读(1970) 回复(1)

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 阅读(5877) 回复(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 阅读(690) 回复(0)