- 主题:miscd出错一般可能是什么原因?
提示shmkey error e73.....
--
FROM 218.26.243.*
MAXUSER多大?
shm不够大?
【 在 sxdxsimple (雾里龙虾) 的大作中提到: 】
: 提示shmkey error e73.....
--
FROM 211.144.200.*
哼,以前是能正常运行的
现在重新编译了以后就不行了,不知道是哪个被改坏了
【 在 stiger (Software like sex,better when it's free) 的大作中提到: 】
: MAXUSER多大?
: shm不够大?
--
FROM 218.26.243.*
root运行ipcs贴出来
【 在 sxdxsimple (雾里龙虾) 的大作中提到: 】
: 提示shmkey error e73.....
--
FROM 128.12.150.*
系统重新启动ing
晕呀,我重新编译一个新程序吧
【 在 atppp (Big Mouse) 的大作中提到: 】
: root运行ipcs贴出来
--
修改:sxdxsimple FROM 218.26.243.*
FROM 218.26.243.*
[bbs@bbs bin]$ ./miscd daemon
[bbs@bbs bin]$ Error! shmget error! key = e73.: Invalid argument
[root@bbs bin]# ./bbsd -p 23
[root@bbs bin]# telnet 127.0.0.1
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
Error! shmget error! key = x.
Connection closed by foreign host.
------ Shared Memory Segments --------
key shmid owner perms bytes nattch status
0x00000e74 0 bbs 660 1024 21
0x00000e70 32769 bbs 660 5277252 5
0x00000e6d 65538 bbs 660 574404 4
0x00000e71 98307 bbs 660 99208 4
0x00001194 131076 bbs 660 4798384 4
0x00000000 163845 root 600 46084 7 dest
------ Semaphore Arrays --------
key semid owner perms nsems status
------ Message Queues --------
key msqid owner perms used-bytes messages
0x00000888 0 bbs 664 0 0
【 在 atppp (Big Mouse) 的大作中提到: 】
: root运行ipcs贴出来
--
修改:sxdxsimple FROM 218.26.243.*
FROM 218.26.243.*
这个问题一般出现在修改site.h文件重新编译以后
【 在 sxdxsimple (雾里龙虾) 的大作中提到: 】
: 提示shmkey error e73.....
--
FROM 218.26.243.*
MAXACTIVE你设置了多大,是不是共享内存不够用了阿 cat /proc/sys/kernel/shmmax
【 在 sxdxsimple (雾里龙虾) 的大作中提到: 】
: 这个问题一般出现在修改site.h文件重新编译以后
--
FROM 128.12.150.*
33554432是最大共享内存
MAXACTIVE设置成了8000
【 在 atppp (Big Mouse) 的大作中提到: 】
: MAXACTIVE你设置了多大,是不是共享内存不够用了阿 cat /proc/sys/kernel/shmmax
--
FROM 218.26.243.*
能不能总结一下这种故障的原因?
你的经验总比我们丰富吧?
现在莫名其妙地就好了,连自己也不知道是什么原因
【 在 atppp (Big Mouse) 的大作中提到: 】
: MAXACTIVE你设置了多大,是不是共享内存不够用了阿 cat /proc/sys/kernel/shmmax
--
修改:sxdxsimple FROM 218.26.243.*
FROM 218.26.243.*