- 主题:在新建用户输入密码后死掉,是啥原因呢?
debian smthbbs1.2.2
只有telnet,没有web,php,ssh ssl
安装好后,因为23端口被占,所以用的是2323端口
在windows下telnet 193.168.3.204 2323连接,新建SYSOP用户在第二次输入密码后卡住
不动了
重复还是如此,重启服务器也不行。
在debian下,telnet连接不上
#telnet localhost 2323
#telnet 127.0.0.1 2323
Trying 127.0.0.1...就这样卡住了
# telnet 193.168.3.204 2323
Trying 193.168.3.204...
telnet: Unable to connect to remote host: Invalid argument
为什么呢?
--
FROM 61.135.159.*
我再重装一次看看
呵呵
【 在 cnbird (阿七) 的大作中提到: 】
: cat error.log
--
FROM 61.135.159.*
[11/12 01:33:41 1337 3.error] (unknown user) build sysconf.img
[11/12 01:33:41 1337 3.system] (unknown user) reload bcache!
[11/12 01:33:43 1340 3.system] (unknown user) userd:bind Cannot assign requ
ested address
这是啥原因呢
【 在 cnbird (阿七) 的大作中提到: 】
: cat error.log
--
FROM 61.135.159.*
BBSGID和BBSUID吗?
我设置了啊
【 在 tombcy (tombcy) 的大作中提到: 】
: site.h的 uid和gid 对吗?
: [11/12 01:33:41 1337 3.error] (unknown user) build sysconf.img
: [11/12 01:33:41 1337 3.system] (unknown user) reload bcache!
: ...................
--
FROM 61.135.159.*
unknown user说明了啥问题
site.h里的BBSUID和BBSGID我是设置了的
为什么是unknown user呢
【 在 tombcy (tombcy) 的大作中提到: 】
: site.h的 uid和gid 对吗?
: [11/12 01:33:41 1337 3.error] (unknown user) build sysconf.img
: [11/12 01:33:41 1337 3.system] (unknown user) reload bcache!
: ...................
--
FROM 61.135.159.*
怎么清共享内存啊
我执行过这一步啊
chown -R bbs:bbs $BBSHOME
所有文件是bbs:bbs啊
【 在 tombcy (tombcy) 的大作中提到: 】
: 关闭刚才打开的程序
: 清共享内存
: su
: chown -R bbs:bbs $BBSHOME
: 再打开服务
: BBSGID和BBSUID吗?
: 我设置了啊
--
FROM 61.135.159.*
bbs@zhou:~$ cat /etc/passwd | grep bbs
bbs:x:1001:1001:,,,:/home/bbs:/bin/bash
这样不都是1001吗
【 在 tombcy (tombcy) 的大作中提到: 】
: 你看看
: grep bbs /etc/passwd
: 和设定的是否一样
: ...................
--
FROM 61.135.159.*
nothing啊
【 在 atppp (Big Mouse) 的大作中提到: 】
: root执行
: netstat -anp | grep 60001
--
FROM 61.135.159.*
debian
bbs@zhougp:~$ uname -a
Linux zhougp 2.4.27-2-386 #1 Mon May 16 16:47:51 JST 2005 i686 GNU/Linux
【 在 atppp (Big Mouse) 的大作中提到: 】
: 你问问他是什么系统,有没有ipv6
--
FROM 61.135.159.*
ipv6不清楚啊
是debian网络最小安装包装的,其他东西是apt的
libesmpt是源代码安装的
bbs@zhougp:~$ gcc --version
gcc (GCC) 3.3.5 (Debian 1:3.3.5-13)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
bbs@zhougp:~$ /sbin/ifconfig
eth0 Link encap:Ethernet HWaddr 00:0C:29:E7:23:E2
inet addr:193.168.3.204 Bcast:193.168.3.255 Mask:255.255.254.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:639 errors:0 dropped:0 overruns:0 frame:0
TX packets:140 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:42876 (41.8 KiB) TX bytes:12433 (12.1 KiB)
Interrupt:18 Base address:0x1080
应该没有ipv6吧
【 在 stiger (Software like sex,better when it's free) 的大作中提到: 】
: 哦,你的是什么系统,有没有ipv6?
--
FROM 61.135.159.*