- 主题:telnet不上去
显然不是防火墙的问题
【 在 JulyClyde (七月) 的大作中提到: 】
: 还是贴iptables -L和iptables -L -t nat的结果比较靠谱
--
FROM 128.12.150.*
这个应该没关系吧
ls -al | grep root看看
【 在 skybluee (skybluee) 的大作中提到: 】
: 倒是有两个文件比较特别,应该是后产生出来的,我没改它们
: [root@localhost bbs]# ls -l|grep root
: -rw-r--r-- 1 bbs root 16 06-15 14:55 sysconf.img.0
: ...................
--
FROM 159.226.37.*
我觉得不应该是路由的问题呀,似乎是连接上后断的……
[root@localhost bbs]# /sbin/iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT udp -- anywhere anywhere udp dpt:domain
ACCEPT tcp -- anywhere anywhere tcp dpt:domain
ACCEPT udp -- anywhere anywhere udp dpt:bootps
ACCEPT tcp -- anywhere anywhere tcp dpt:bootps
Chain FORWARD (policy ACCEPT)
target prot opt source destination
ACCEPT 0 -- anywhere 192.168.122.0/24 state RELATED,E
STABLISHED
ACCEPT 0 -- 192.168.122.0/24 anywhere
ACCEPT 0 -- anywhere anywhere
REJECT 0 -- anywhere anywhere reject-with icm
p-port-unreachable
REJECT 0 -- anywhere anywhere reject-with icm
p-port-unreachable
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
【 在 JulyClyde (七月) 的大作中提到: 】
: 还是贴iptables -L和iptables -L -t nat的结果比较靠谱
--
FROM 202.108.12.*
[root@localhost bbs]# pwd
/home/bbs/bbs
[root@localhost bbs]# ls -al |grep root
-rw-r--r-- 1 bbs root 16 06-15 14:55 sysconf.img.0
-rw------- 1 bbs root 0 06-15 14:51 www_guest.lock
【 在 jiangjun2000 (%d) 的大作中提到: 】
: 这个应该没关系吧
: ls -al | grep root看看
--
FROM 202.108.12.*
或者我把shell拿出来,有意者帮忙看看哈
【 在 skybluee (skybluee) 的大作中提到: 】
: [root@localhost bbs]# pwd
: /home/bbs/bbs
: [root@localhost bbs]# ls -al |grep root
: ...................
--
FROM 202.108.12.*
这个似乎也没有问题, 不过我不太懂
感觉不像是共享内存错误, 倒像是缺文件
【 在 skybluee (skybluee) 的大作中提到: 】
: ------ Shared Memory Segments --------
: key shmid owner perms bytes nattch status
: 0x00000000 0 root 644 40 2
: ...................
--
FROM 159.226.37.*
【 在 skybluee (skybluee) 的大作中提到: 】
: [root@localhost bbs]# cat error.log
: [06/15 14:47:36 6460 3.error] (unknown user) build sysconf.img
: [06/15 14:47:36 6460 3.system] (unknown user) Can't open etc/titlefile No s
: uch file or directory
: [06/15 14:47:36 6460 3.system] (unknown user) UCACHE:load uhashgen.dat fail
你没有make install-home
: [06/15 14:47:36 6463 3.system] (unknown user) mysql connect error:Can't con
: nect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
: [06/15 14:47:36 6480 3.system] (unknown user) reload bcache!
: [06/15 14:47:36 6481 3.system] (unknown user) reload bdircache!
: [06/15 14:51:28 6619 4.system] (unknown user) load a exitist ucache shm!
: [06/15 14:51:43 6628 3.system] (unknown user) mysql connect error:Can't con
: nect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
: [06/15 14:53:12 6628 3.system] (unknown user) mysql log closed
: [06/15 14:53:12 6463 3.system] (unknown user) mysql log closed
: [06/15 14:53:12 6623 4.miscdaemon] (unknown user) flush passwd file
: [06/15 14:53:12 6623 4.miscdaemon] (unknown user) flush passwd file
: [06/15 14:55:41 3330 3.error] (unknown user) build sysconf.img
: [06/15 14:55:41 3330 3.system] (unknown user) UCACHE:load uhashgen.dat fail
: [06/15 14:55:41 3346 3.system] (unknown user) mysql connect error:Can't con
: nect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
: [06/15 14:55:41 3351 3.system] (unknown user) reload bcache!
: [06/15 14:55:41 3351 3.system] (unknown user) reload bdircache!
: [06/15 15:06:39 3826 4.system] (unknown user) load a exitist ucache shm!
: [06/15 15:06:43 3835 3.system] (unknown user) mysql connect error:Can't con
: nect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
: [06/15 15:18:31 4228 4.system] (unknown user) load a exitist ucache shm!
: [06/15 15:18:31 4231 3.system] (unknown user) userd:bind Address already in
: use
: [06/15 15:18:36 4237 3.system] (unknown user) mysql connect error:Can't con
: nect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
--
FROM 128.12.150.*
请教一下titlefile干嘛使的?
【 在 jiangjun2000 (%d) 的大作中提到: 】
: ~~~~~~~~~~~~~touch一个试试
--
FROM 202.108.12.*
orz...
【 在 atppp (Big Mouse) 的大作中提到: 】
: 你没有make install-home
--
FROM 159.226.37.*
自定义用户职务
【 在 linuxlab (小周) 的大作中提到: 】
: 请教一下titlefile干嘛使的?
--
FROM 159.226.37.*