Raised This Month: $51 Target: $400
 12% 

Updated system requirements for TF2 dedicated servers (2-20-2017)


Post New Thread Reply   
 
Thread Tools Display Modes
Kanarie
Junior Member
Join Date: Mar 2017
Old 03-15-2017 , 14:55   Re: Updated system requirements for TF2 dedicated servers (2-20-2017)
Reply With Quote #21

Quote:
Originally Posted by hannes96 View Post
I am using Fedora Server 25 (GLIBC 2.24) and the TF2 Gameserver was running fine before it auto updated. Now it's not starting anymore. Am I missing some packages that are required after the update?

Code:
./srcds_run: line 324: 21465 Illegal instruction     (core dumped) $HL_CMD

Edit: I should mention, that I created a vanilla test server on the same machine where I downloaded everything again. Nothing I tried worked tho.
You probably have an older generation Xeon processor. The new TF2 server is compiled against libcrypto++ which doesn't correctly detect some Xeon's CPU features. I have 2 X5675 based servers which have the same "Illegal instruction" segfault. You'll also see this in "dmesg"
Code:
traps: srcds_linux[1373] trap invalid opcode
No issues on the same distro (Debian stable and testing) on newer CPUs.

Should be fixed by Valve through recompilation. In the meantime you can downgrade to the previous version using "app_update 232250 -beta previous".

Last edited by Kanarie; 03-15-2017 at 14:59.
Kanarie is offline
MaloModo
Veteran Member
Join Date: Aug 2008
Old 03-15-2017 , 15:22   Re: Updated system requirements for TF2 dedicated servers (2-20-2017)
Reply With Quote #22

@Kanarie...thx for the tip..back online for the moment after running -beta previous
MaloModo is offline
404UserNotFound
BANNED
Join Date: Dec 2011
Old 03-15-2017 , 17:01   Re: Updated system requirements for TF2 dedicated servers (2-20-2017)
Reply With Quote #23

Code:
apt-get install libtinfo5:i386 libncurses5:i386 libcurl3-gnutls:i386
This made the TF2 servers on my two VPS's with different Ubuntu OS versions work again My VPS is running 16.04 (64-bit), and the 2nd VPS I rent is running 14.04 (64-bit).

I really need to update the 14.04 VPS, but there's a raffle/events group server active on it. Plus I'd have to (hopefully properly and successfully in the end) export the SQL tables from PHPMyAdmin for those servers' custom server "tokens" system, and for SourceBans and then hope to christ that they reimport properly into the newer version of PHPMyAdmin without substantial data loss. I lost my SQL data to an export that just refused to properly import into an updated version of PHPMyAdmin once, and when I recently upgraded my VPS from 14.04 to 16.04, I just said "fuck it" and didn't export the tables and just started fresh.

Last edited by 404UserNotFound; 03-15-2017 at 17:03.
404UserNotFound is offline
Tomala
Member
Join Date: Sep 2010
Location: Orygun
Old 03-15-2017 , 19:05   Re: Updated system requirements for TF2 dedicated servers (2-20-2017)
Reply With Quote #24

Quote:
Originally Posted by Kanarie View Post
You probably have an older generation Xeon processor. The new TF2 server is compiled against libcrypto++ which doesn't correctly detect some Xeon's CPU features. I have 2 X5675 based servers which have the same "Illegal instruction" segfault. You'll also see this in "dmesg"
Code:
traps: srcds_linux[1373] trap invalid opcode
No issues on the same distro (Debian stable and testing) on newer CPUs.

Should be fixed by Valve through recompilation. In the meantime you can downgrade to the previous version using "app_update 232250 -beta previous".
Thanks! This worked for me too on my CentOS7 install, but I'd still like to get up and running on the new update. I have the dependencies listed above, and I even tried installing a vanilla test server with no metamod or sourcemod and still saw segfaults.

Anyone up and running on CentOS7?
__________________

Last edited by Tomala; 03-15-2017 at 19:06.
Tomala is offline
Kanarie
Junior Member
Join Date: Mar 2017
Old 03-15-2017 , 19:26   Re: Updated system requirements for TF2 dedicated servers (2-20-2017)
Reply With Quote #25

Quote:
Originally Posted by Tomala View Post
Thanks! This worked for me too on my CentOS7 install, but I'd still like to get up and running on the new update. I have the dependencies listed above, and I even tried installing a vanilla test server with no metamod or sourcemod and still saw segfaults.

Anyone up and running on CentOS7?
If you're getting the Illegal instruction / invalid opcode messages I think you'll have to wait for Valve to fix it.
Kanarie is offline
gabuch2
AlliedModders Donor
Join Date: Mar 2011
Location: Chile
Old 03-15-2017 , 21:04   Re: Updated system requirements for TF2 dedicated servers (2-20-2017)
Reply With Quote #26

Quote:
Originally Posted by ogre_x View Post
Now installed the needed i386 packages:
Code:
sudo apt-get install libtinfo5:i386 libncurses5:i386 libcurl3-gnutls:i386
Confirmed to work in Debian Jessie (8).
__________________

Last edited by gabuch2; 03-15-2017 at 23:06.
gabuch2 is offline
MaloModo
Veteran Member
Join Date: Aug 2008
Old 03-15-2017 , 23:16   Re: Updated system requirements for TF2 dedicated servers (2-20-2017)
Reply With Quote #27

Quote:
Originally Posted by abrandnewday View Post
Code:
apt-get install libtinfo5:i386 libncurses5:i386 libcurl3-gnutls:i386
This made the TF2 servers on my two VPS's with different Ubuntu OS versions work again My VPS is running 16.04 (64-bit), and the 2nd VPS I rent is running 14.04 (64-bit).

I really need to update the 14.04 VPS, but there's a raffle/events group server active on it. Plus I'd have to (hopefully properly and successfully in the end) export the SQL tables from PHPMyAdmin for those servers' custom server "tokens" system, and for SourceBans and then hope to christ that they reimport properly into the newer version of PHPMyAdmin without substantial data loss. I lost my SQL data to an export that just refused to properly import into an updated version of PHPMyAdmin once, and when I recently upgraded my VPS from 14.04 to 16.04, I just said "fuck it" and didn't export the tables and just started fresh.
Completely off topic but I have been thinking about renting a VPS actually. Who are you with if you don't mind me asking? I assume you like their service?
MaloModo is offline
nikooo777
AlliedModders Donor
Join Date: Apr 2010
Location: Lugano, Switzerland
Old 03-16-2017 , 04:16   Re: Updated system requirements for TF2 dedicated servers (2-20-2017)
Reply With Quote #28

i can't install these packages on one of my servers and can't figure out why for the life of me, anyone knows the solution?

Quote:
apt-get install libtinfo5:i386 libncurses5:i386 libcurl3-gnutls:i386
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libtinfo5
E: Unable to locate package libncurses5
E: Unable to locate package libcurl3-gnutls
my sources.list
Quote:
deb http://security.debian.org/ jessie/updates main
deb-src http://security.debian.org/ jessie/updates main

# jessie-updates, previously known as 'volatile'
deb http://debian.mirrors.ovh.net/debian/ jessie-updates main
deb-src http://debian.mirrors.ovh.net/debian/ jessie-updates main

# jessie-backports, previously on backports.debian.org
deb http://debian.mirrors.ovh.net/debian/ jessie-backports main
deb-src http://debian.mirrors.ovh.net/debian/ jessie-backports main

deb http://debian.mirrors.ovh.net/debian/ jessie main contrib non-free
deb-src http://debian.mirrors.ovh.net/debian/ jessie main contrib non-free
__________________
nikooo777 is offline
ph
AlliedModders Donor
Join Date: Mar 2006
Old 03-16-2017 , 06:55   Re: Updated system requirements for TF2 dedicated servers (2-20-2017)
Reply With Quote #29

HELP please
Running TF2 windows server 2008 R2 that is no long working.
  1. What do I need to install on Windows Server? Do you have download links.
  2. Has there been a change in command line for Updates?
  3. Has there been a change of command line to startup server?
__________________

Last edited by ph; 03-16-2017 at 07:20.
ph is offline
nosoop
Veteran Member
Join Date: Aug 2014
Old 03-16-2017 , 07:16   Re: Updated system requirements for TF2 dedicated servers (2-20-2017)
Reply With Quote #30

Quote:
Originally Posted by nikooo777 View Post
i can't install these packages on one of my servers and can't figure out why for the life of me, anyone knows the solution?
Running Debian 64-bit? You'll need to add the i386 packages:

Code:
dpkg --add-architecture i386
apt-get update
__________________
I do TF2, TF2 servers, and TF2 plugins.
I don't do DMs over Discord -- PM me on the forums regarding inquiries.
AlliedModders Releases / Github / TF2 Server / Donate (BTC / BCH / coffee)
nosoop is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:18.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode