View Full Version : Updated Linux Server Files?
CannonFodder1.0
08-20-2007, 08:44 PM
Just checking that this is legit:
http://zerowing.idsoftware.com/linux/etqw/
RE the updated Linux server file for 2007/08/20 titled "ETQW-publicbeta2-patch1-v3-server.x86.run"
Richy
08-21-2007, 09:34 AM
Just DL'd and installed, looks genuine:
Thu Aug 16 15:56:26 CDT 2007
- a memory leak fix from SD
- protect fs_savepath with a pid file
multiple server instances are fine, but the administrator needs to specify a different fs_savepath for each
( +set fs_basepath ~/.etqwserver1 etc. )
- fix a fatal error game drop related to bot thread trying to create a collision model
- fix possible bot thread deadlock
Kaffeetrinker
08-21-2007, 12:43 PM
Tried new Build, but same error:
when warmup ends and the round should start, server crashes :/
console log:
http://stuff.kaffeetrinker.org/etqw/console.log
warnings.txt:
http://stuff.kaffeetrinker.org/etqw/warnings.txt
my startup script:
http://stuff.kaffeetrinker.org/etqw/startup.txt
server config:
http://stuff.kaffeetrinker.org/etqw/server.cfg
Server Spec:
Linux Debian 2.6.8-3-686 #1 Tue Dec 5 21:26:38 UTC 2006 i686 GNU/Linux
AMD Opteron(tm) Processor 148 - 2.2 GHz
2GB Ram
verbal
08-21-2007, 02:39 PM
yup, same problem as the previous build, crash on start of match/end of warmup
"FATAL ERROR: idClip:: DeleteClipModel called from a thread other than the main thread"
sigh
hOTzENpLOTz
08-21-2007, 03:26 PM
shoot! I was so happy when I read the title... :(
would be nice if TTimo (or an other developer) would at least tells us that they know about the error and are trying to fix it... or not. (I hope I didn't over read such a statement somewhere else :rolleyes: )
CannonFodder1.0
08-21-2007, 04:31 PM
shoot! I was so happy when I read the title... :(
would be nice if TTimo (or an other developer) would at least tells us that they know about the error and are trying to fix it... or not. (I hope I didn't over read such a statement somewhere else :rolleyes: )
Well, I submitted *my* bug report, according to the directions on that page ( TTimo responded right away, actually ). Have you? :p
Richy
08-21-2007, 05:21 PM
Just a quick question are you definitely using the 2.6 Kernel (uname -r)?
General.Jung
08-21-2007, 05:51 PM
Hello CannonFodder1.0,
thanks for your post!
Kaffeetrinker
08-21-2007, 06:26 PM
Just a quick question are you definitely using the 2.6 Kernel (uname -r)?
~/etqw$ uname -r
2.6.8-3-686
hOTzENpLOTz
08-21-2007, 10:14 PM
Well, I submitted *my* bug report, according to the directions on that page ( TTimo responded right away, actually ). Have you? :p
no, I didn't. I was under the impression that we all kinda have the same problem and I also posted my console.log in this thread (http://community.enemyterritory.com/forums/showpost.php?p=111737&postcount=50). maybe I'll try submitting a bug report directly to TTimo.
@Richy:
#uname -r
2.6.8-2-k7
CannonFodder1.0
08-22-2007, 02:36 AM
Murrr - I'm using 2.4.2
Yes, I know - old as dirt.
Millon
08-22-2007, 05:47 AM
yup, same problem as the previous build, crash on start of match/end of warmup
"FATAL ERROR: idClip:: DeleteClipModel called from a thread other than the main thread"
sigh
exact same here
hOTzENpLOTz
08-22-2007, 09:28 AM
Murrr - I'm using 2.4.2
ahm, I don't know where this comes from (the poster said something about the README, but I didn't find it in there) but you might wanna read this:
Minimum system requirements:
----------------------------
- GNU/Linux x86 system
x64/amd64 systems supported through 32 bit emulation layer only
BSD systems through Linux emulation
- Pentium(r) 4 2.0 GHz or Athlon(tm) XP 2000+ processor
- 512MB RAM
- Kernel 2.6, configured for 1000Hz tick and other low latency settings
source: Linux Server Startup Issues (http://community.enemyterritory.com/forums/showpost.php?p=112668&postcount=14)
CannonFodder1.0
08-23-2007, 12:03 AM
ahm, I don't know where this comes from (the poster said something about the README, but I didn't find it in there) but you might wanna read this:
source: Linux Server Startup Issues (http://community.enemyterritory.com/forums/showpost.php?p=112668&postcount=14)
Bleah - guess I'll bite the bullet and upgrade the server to FreeBSD 7-CURRENT (Linux 2.6.16) and try that...
You'll need a 2.6-based kernel to run an ET:QW Linux server. 2.6 improved how Thread Local Storage (TLS) is handled; ET:QW requires these improvements to run properly. Using older versions will result in threading issues (such as the "FATAL ERROR: idClip:: DeleteClipModel called from a thread other than the main thread" message.)
Millon
09-02-2007, 04:15 PM
Our server is on kernel 2.6.5436........ and we still get: "FATAL ERROR: idClip:: DeleteClipModel called from a thread other than the main thread"
Lekdevil.NL
09-02-2007, 06:06 PM
Our server is on kernel 2.6.5436........ and we still get: "FATAL ERROR: idClip:: DeleteClipModel called from a thread other than the main thread"
2.6.5436? That can't be right; please run a "uname -a" on your server and post the result here.
Kaffeetrinker
09-02-2007, 07:34 PM
You'll need a 2.6-based kernel to run an ET:QW Linux server. 2.6 improved how Thread Local Storage (TLS) is handled; ET:QW requires these improvements to run properly. ...
So, as postet above, i have a 2.6 kernel:
$ uname -a
Linux 2.6.8-3-686 #1 Tue Dec 5 21:26:38 UTC 2006 i686 GNU/Linux
but as stated above, the Server dies when the warmup ends. What can i do to help you find the error causing it?
Is there an EST for a new version for the linux server?
highone
09-02-2007, 10:39 PM
post your config... do you have the campaign setup?
It sounds like you might be using a custom config for just the rotation and it's dying after it plays the map.. this happens in RtCW and ET sometimes whenever your rotation isn't setup properly...
You might already be aware of that and I might be very off base but post your server config and startup script for us to look at.
Thanks
Kaffeetrinker
09-03-2007, 03:53 AM
i had posted all configs/relevant files postet above. if you need aditional files/infos, plz specify - Post #3:
console log:
http://stuff.kaffeetrinker.org/etqw/console.log
warnings.txt:
http://stuff.kaffeetrinker.org/etqw/warnings.txt
my startup script:
http://stuff.kaffeetrinker.org/etqw/startup.txt
server config:
http://stuff.kaffeetrinker.org/etqw/server.cfg
Server Spec:
Linux Debian 2.6.8-3-686 #1 Tue Dec 5 21:26:38 UTC 2006 i686 GNU/Linux
AMD Opteron(tm) Processor 148 - 2.2 GHz
2GB Ram
MadGun
09-12-2007, 03:53 PM
same problem here, kernel on root is 2.6.8.-j1, didn't ever heard of a kernelrelease named j1 :rolleyes:
Server crashed after warmup, console.log as same as above:
client 2 connected.
All Stats Cleared
signal caught: 'Hangup', si_code 128
callstack:
0x42317b80
[0x082c8c31]
[0x082b8aef]
[0xffffe440]
[0x458ad3fc]
[0x458ad595]
[0x45b572a7]
[0x424f6af4]
[0x424f6964]
[0x424f5ddd]
[0x424f6660]
[0x4250db43]
[0x422ee7b8]
[0x422f3dd9]
[0x4254295f]
[0x4240f9fa]
[0x4240fb79]
[0x42410a39]
[0x42410cce]
[0x42323408]
[0x4233f535]
[0x423f0d6f]
[0x423ee3d7]
[0x423ee9c5]
[0x423360e7]
[0x082115b3]
[0x08206903]
[0x081899bf]
[0x082c8e2d]
[0x40190ea8]
[0x0804bc61]
Trying to exit gracefully..
client 0 Server has shut down.
ciTy][MadGun Server has shut down.
client 0 disconnected.
client 1 Server has shut down.
ciTy][silver Server has shut down.
client 1 disconnected.
client 2 Server has shut down.
Server has shut down.
client 2 disconnected.
--------- Game Map Shutdown ----------
In fact, the server is startet with
screen -A -m -d -S ./etqw-dedicated +exec server.cfg
also with
screen ./etqw-dedicated +exec server.cfg
it doesn't work ;)
But when server is started withoud screen
./etqw-dedicated +exec server.cfg
it runs fine! :eek: It's only a bit lame to have a active shell with the user, running the server :(
AntiVirus
10-07-2007, 11:15 AM
Well my linux is PLD AC(stable)
My kernel (uname -r) 2.6.16.52-1smp
smp because I've got 2x PIII 1.26GHz processors.
SCSI Ultra3 discs, 2GB ECC SDRAM PC-133
And I've got the FATAL ERROR: idClip:: DeleteClipModel called from a thread other than the main thread" error.
What can I do to solve it?
PS uname -a gives 2.6.16.52-1smp #1 SMP Thu May 31 19:26:54 CEST 2007 i686 Intel(R)_Pentium(R)_III_CPU_family______1266MHz unknown PLD Linux
It is because my processors are P3 not P4?