- 主题:【求助】kbs 下午突然不能发布和编辑帖子 web和T下都不行
表现形式是nginx的502错误
仔细看了php-fpm的日志 感觉就是bbs_postarticle()和bbs_updatearticle()两个函数不能执行
后来发现Telnet下也不能发帖 发帖就会自动断开Telnet连接
于是断定是KBS的问题
重启过服务 简单的排错 都没什么发现
bbs目录下面的error.log有大量的错误 如下
[2011-11-28 17:44:32 4970 3.error] guest mkdir cache/home/G/guest/-24352 errorno 17
[2011-11-28 17:44:39 5017 3.error] L15261598969 mkdir cache/home/L/L15261598969/134 errorno 17
[2011-11-28 17:44:57 5039 3.error] guest mkdir cache/home/G/guest/-2368 errorno 17
[2011-11-28 17:45:54 5023 3.error] guest mkdir cache/home/G/guest/-25088 errorno 17
[2011-11-28 17:46:07 5010 3.error] guest mkdir cache/home/G/guest/-14240 errorno 17
[2011-11-28 17:46:16 4999 3.error] guest mkdir cache/home/G/guest/-12128 errorno 17
[2011-11-28 17:47:06 4999 3.error] guest mkdir cache/home/G/guest/-11680 errorno 17
[2011-11-28 17:47:27 5840 3.error] guest mkdir cache/home/G/guest/-4672 errorno 17
不知道有没有关系
求大神帮忙!
--
FROM 221.130.58.*
重新编译一下?
【 在 tthen (大米) 的大作中提到: 】
: 表现形式是nginx的502错误
: 仔细看了php-fpm的日志 感觉就是bbs_postarticle()和bbs_updatearticle()两个函数不能执行
: 后来发现Telnet下也不能发帖 发帖就会自动断开Telnet连接
: ...................
--
FROM 121.249.1.*
试过
没动源代码的情况下 重新编译了 还是一样
会不会是哪里的缓存?
--
FROM 221.130.58.*
盘写满了?
【 在 tthen (大米) 的大作中提到: 】
: 表现形式是nginx的502错误
: 仔细看了php-fpm的日志 感觉就是bbs_postarticle()和bbs_updatearticle()两个函数不能执行
: 后来发现Telnet下也不能发帖 发帖就会自动断开Telnet连接
: ...................
--
FROM 123.116.103.*
没满 ext3 使用66%
【 在 fancyrabbit 的大作中提到: 】
: 盘写满了?
: 【 在 tthen (大米) 的大作中提到: 】
: : 表现形式是nginx的502错误
: ...................
--
FROM 221.130.58.*
呃呃。你登录一个telnet,gdb attach上这个bbsd进程调试一下发文看断在哪里吧
【 在 tthen (大米) 的大作中提到: 】
: 没满 ext3 使用66%
--
FROM 123.116.103.*
新发现 站务讨论区 版主讨论区 还有过滤器 这三个讨论区可以发帖
--
FROM 221.130.58.*
我试试
【 在 fancyrabbit 的大作中提到: 】
: 呃呃。你登录一个telnet,gdb attach上这个bbsd进程调试一下发文看断在哪里吧
: 【 在 tthen (大米) 的大作中提到: 】
: : 没满 ext3 使用66%
: ...................
--
FROM 221.130.58.*
inode满了?
【 在 tthen (大米) 的大作中提到: 】
: 没满 ext3 使用66%
--
FROM 61.149.190.*
(gdb) step
Single stepping until exit from function __kernel_vsyscall,
which has no line number information.
0x006b7f5d in ___newselect_nocancel () from /lib/libc.so.6
(gdb) step
Single stepping until exit from function ___newselect_nocancel,
which has no line number information.
0x080cb0bc in igetch ()
(gdb) step
Single stepping until exit from function igetch,
which has no line number information.
0x080cb797 in igetkey ()
(gdb) step
Single stepping until exit from function igetkey,
which has no line number information.
0x080cbf45 in getdata ()
(gdb)
Single stepping until exit from function getdata,
which has no line number information.
0x0809521c in valid_article ()
(gdb) step
Single stepping until exit from function valid_article,
which has no line number information.
0x08096684 in write_file ()
(gdb) step
Single stepping until exit from function write_file,
which has no line number information.
^[[A
0x080994cd in raw_vedit ()
(gdb) step
Single stepping until exit from function raw_vedit,
which has no line number information.
0x08099631 in vedit ()
(gdb) step
Single stepping until exit from function vedit,
which has no line number information.
0x0806054c in post_article ()
(gdb) step
Single stepping until exit from function post_article,
which has no line number information.
Program received signal SIGSEGV, Segmentation fault.
0x0810caf7 in monkey1 ()
(gdb) step
Single stepping until exit from function monkey1,
which has no line number information.
Program terminated with signal SIGSEGV, Segmentation fault.
The program no longer exists.
【 在 fancyrabbit 的大作中提到: 】
: 呃呃。你登录一个telnet,gdb attach上这个bbsd进程调试一下发文看断在哪里吧
: 【 在 tthen (大米) 的大作中提到: 】
: : 没满 ext3 使用66%
: ...................
--
FROM 221.130.58.*