-
gfactiond err
Code:
[root@server gfactiond]# ./gfactiond gamesys.conf
Cannot load table of sensitive words. check file ./filters.
err : Cannot load sensitive words, check filters
what's wrong ?
:*:
filters
Code:
[\s\n\r\t\+\-\x{7F}\.\?\^]
admin
bitch
china
falun
flg
fuck
gamemaster
gm
http
liusi
root
admin
service
system
nake
nnd
sb
shit
sex
www
tmd
gamesys.conf
Code:
[LogclientClient]
type = udp
port = 11100
address = 127.0.0.1
so_sndbuf = 16384
so_rcvbuf = 16384
ibuffermax = 16384
obuffermax = 1048576
accumulate = 1048576
[LogclientTcpClient]
type = tcp
port = 11101
address = 127.0.0.1
so_sndbuf = 16384
so_rcvbuf = 16384
ibuffermax = 16384
obuffermax = 1048576
accumulate = 1048576
[GFactionServer]
type = tcp
port = 29500
address = 127.0.0.1
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1048576
obuffermax = 1048576
tcp_nodelay = 0
listen_backlog = 10
accumulate = 1048576
sender_interval = 100000
accumu_packets = 4000
mtrace = /tmp/m_trace.link
table_name = filters
table_charset = UTF8
name_charset = UTF8
[GProviderServer]
id = 101
type = tcp
port = 29600
address = 127.0.0.1
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1048576
obuffermax = 1048576
tcp_nodelay = 0
accumulate = 1048576
[UniqueNameClient]
type = tcp
port = 29401
address = 127.0.0.1
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1048576
obuffermax = 1048576
tcp_nodelay = 0
accumulate = 268435456
;isec = 2
;iseckey = feilvbinhueotsog7xf6hwwplttn
;osec = 2
;oseckey = feilvbin1joctpgxjKJdyus1ohph
isec = 2
iseckey = baxiyEwt4fuqrysyoylfy7Fxbmhobo
osec = 2
oseckey = baxitf91jvrQarnjwbyvlcdxqdvuqp
[GFactionDBClient]
type = tcp
port = 29400
address = 127.0.0.1
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1048576
obuffermax = 1048576
tcp_nodelay = 0
accumulate = 1048576
[ThreadPool]
threads = (0,1)(1,4)(100,1)(101,1)
max_queuesize = 1048576
prior_strict = 0
please help me!
-
Re: gfactiond err
UTF8 -> UTF-8, if it still doesn't work check permissions and filter's encoding.
-
Re: gfactiond err
My gamesys.conf in gfaction:
Code:
[LogclientClient]
type = udp
port = 11100
address = 192.168.1.250
so_sndbuf = 16384
so_rcvbuf = 16384
ibuffermax = 16384
obuffermax = 1048576
accumulate = 1048576
[LogclientTcpClient]
type = tcp
port = 11101
address = 192.168.1.250
so_sndbuf = 16384
so_rcvbuf = 16384
ibuffermax = 16384
obuffermax = 1048576
accumulate = 1048576
[GFactionServer]
type = tcp
port = 29500
address = 192.168.1.250
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1048576
obuffermax = 1048576
tcp_nodelay = 0
listen_backlog = 10
accumulate = 1048576
sender_interval = 100000
accumu_packets = 4000
mtrace = /tmp/m_trace.link
table_name = filters
table_charset = GBK
name_charset = GB2312
[GProviderServer]
id = 101
type = tcp
port = 29600
address = 192.168.1.250
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1048576
obuffermax = 1048576
tcp_nodelay = 0
accumulate = 1048576
[UniqueNameClient]
type = tcp
port = 29401
address = 192.168.1.250
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1048576
obuffermax = 1048576
tcp_nodelay = 0
accumulate = 268435456
;isec = 2
;iseckey = feilvbinhueotsog7xf6hwwplttn
;osec = 2
;oseckey = feilvbin1joctpgxjKJdyus1ohph
isec = 2
iseckey = baxiyEwt4fuqrysyoylfy7Fxbmhobo
osec = 2
oseckey = baxitf91jvrQarnjwbyvlcdxqdvuqp
[GFactionDBClient]
type = tcp
port = 29400
address = 192.168.1.250
so_sndbuf = 65536
so_rcvbuf = 65536
ibuffermax = 1048576
obuffermax = 1048576
tcp_nodelay = 0
accumulate = 1048576
[ThreadPool]
threads = (0,1)(1,4)(100,1)(101,1)
max_queuesize = 1048576
prior_strict = 0
As u see, check ip of ubuntu server and charset mode!
-
Re: gfactiond err
If all the daemons are on same server just use 127.0.0.1 And actually verify the charset
Posted via Mobile Device
-
Re: gfactiond err
yes, there is NO reason to alter the 127.0.0.1 unless you're splitting the 'services' up on separate physical machines...
-
Re: gfactiond err
why use gbk when you can use UTF-8
the - is everything.