PDA

View Full Version : Linux Server issues.


Bishop4351
11-11-2006, 04:20 PM
I have a linux server running EQEmu-0.7.0-911 on mysql 4.1 on an RHEL4 server.

The zone process keeps crashing and I'm not quite sure why. I straced it while it died.
--- SIGPROF (Profiling timer expired) @ 0 (0) ---
sigreturn() = ? (mask now [])
nanosleep({0, 3000000}, NULL) = 0
gettimeofday({1163304056, 873015}, NULL) = 0
nanosleep({0, 3000000}, NULL) = 0
gettimeofday({1163304056, 878035}, NULL) = 0
nanosleep({0, 3000000}, NULL) = 0
gettimeofday({1163304056, 885020}, NULL) = 0
nanosleep({0, 3000000}, NULL) = 0
gettimeofday({1163304056, 890009}, NULL) = 0
fcntl64(4, F_SETFL, O_RDWR|O_NONBLOCK) = 0
read(4, 0xa29b328, 20480) = -1 EAGAIN (Resource temporarily unavailable)
fcntl64(4, F_SETFL, O_RDWR) = 0
write(4, "*\0\0\0\3SELECT rulesflag FROM accou"..., 46) = 46
read(4, "\1\0\0\1", 4) = 4
read(4, "\1", 1) = 1
read(4, "<\0\0\2", 4) = 4
read(4, "\3def\6ax_peq\7account\7account\trule"..., 60) = 60
read(4, "\1\0\0\3", 4) = 4
read(4, "\376", 1) = 1
read(4, "\2\0\0\4", 4) = 4
read(4, "\0010", 2) = 2
read(4, "\5\0\0\5", 4) = 4
read(4, "\376\0\0\2\0", 5) = 5
fcntl64(4, F_SETFL, O_RDWR|O_NONBLOCK) = 0
read(4, 0xa29b328, 20480) = -1 EAGAIN (Resource temporarily unavailable)
fcntl64(4, F_SETFL, O_RDWR) = 0
write(4, ".\0\0\0\3SELECT zoneID from zone_fla"..., 50) = 50
read(4, "\1\0\0\1", 4) = 4
read(4, "\1", 1) = 1
read(4, "<\0\0\2", 4) = 4
read(4, "\3def\6ax_peq\nzone_flags\nzone_flag"..., 60) = 60
read(4, "\1\0\0\3", 4) = 4
read(4, "\376", 1) = 1
read(4, "\5\0\0\4", 4) = 4
read(4, "\376\0\0\2\0", 5) = 5
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
Process 10721 detached
start: line 3: 10721 Segmentation fault ./zone
[root@slave0 logs]# [Debug] [WORLD__ZONELIST] Removing zoneserver #1 at :7000
[Debug] [WORLD__ZONELIST] Hold Zones mode is ON - rebooting lost zone

Bishop4351
12-13-2006, 03:38 AM
Looks like I missed getting these:

ls spells_*
spells_en.txt spells_us.txt

That fixed it.

Cripp
12-13-2006, 04:53 AM
only spells_us.txt is necessary.. thought id let you know :)

Bishop4351
12-13-2006, 05:36 AM
yea now that I got a full configfile I can set that and I see that but the source I downloaded before didn't have that.