[root@bbs-server bin]# ipcs
IPC status from <running system> as of Mon Aug 9 14:28:24 CST 2004
T ID KEY MODE OWNER GROUP
Message Queues:
Shared Memory:
Semaphores:
[root@bbs-server bin]# ps -ef|grep bbsd
root 26211 18637 0 14:28:34 pts/2 0:00 grep bbsd
[root@bbs-server bin]# ps -ef|grep bbslogd
root 26213 18637 0 14:28:38 pts/2 0:00 grep bbslogd
[root@bbs-server bin]# ps -ef|grep miscd
root 26215 18637 0 14:28:43 pts/2 0:00 grep miscd
[root@bbs-server bin]# chown -R bbs:bbs /export/home/smthbbs
[root@bbs-server bin]# ./miscd daemon
Error! shmget error! key = e70.: Invalid argument
[root@bbs-server bin]#
是不是再重新安装一遍?
【 在 wuweixin (有颜色的猫) 的大作中提到: 】
: 你应该先 kill 掉正在执行的程序然后再做修改
: 我估计你在修改权限之后,没有加 -R 的参数吧?
: 把所有的kill了
: ...................
--
FROM 202.114.64.*