LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Games
User Name
Password
Linux - Games This forum is for all discussion relating to gaming in Linux.

Notices


Reply
  Search this Thread
Old 11-12-2006, 05:58 PM   #31
code_mafia
LQ Newbie
 
Registered: Nov 2006
Posts: 8

Rep: Reputation: 0
NET_SendPacket ERROR


I have just done a new cs server install on linux. The downloads went fine and the update ran without errors. I have ports 1200, 27000-27015 and 27020-27039 opened and forwarded in my router (according to portforward.com).

When I try to run the server for the first time, it looks like this:

Ok, using my local lan ip, or if I leave the +ip command off, and get:
Code:
sh-3.1$ ./hlds_run -game cstrike +maxplayers 16 +map de_dust +mapchangecfgfile "server.cfg" +ip 192.168.1.4
Auto detecting CPU
Using Pentium II Optimised binary.
Auto-restarting the server on crash

Console initialized.
scandir failed:/home/cs1/hlds_l/./platform/SAVE
Protocol version 47
Exe version 1.1.2.5/Stdio (cstrike)
Exe build: 20:02:49 Oct 24 2006 (3651)
STEAM Auth Server
couldn't exec language.cfg
Server IP address 192.168.x.x:27015
scandir failed:/home/cs1/hlds_l/./platform/SAVE

couldn't exec listip.cfg
couldn't exec banned.cfg
couldn't exec listip.cfg
couldn't exec banned.cfg
Adding master server 68.142.72.250:27010
Adding master server 207.173.177.11:27010
NET_SendPacket ERROR: Operation not permitted
NET_SendPacket ERROR: Operation not permitted
Could not establish connection to Steam servers.
Sun Nov 12 16:02:13 CST 2006: Server Quit
I don't know what the NET_SendPacket ERROR means. I see it can't establish a connection to the Steam servers.

I also tried it with the ip address of my router and got a FATAL ERROR:
Code:
sh-3.1$ ./hlds_run -game cstrike +maxplayers 16 +map de_dust +mapchangecfgfile "server.cfg" +ip 24.253.x.x
Auto detecting CPU
Using Pentium II Optimised binary.
Auto-restarting the server on crash

Console initialized.
scandir failed:/home/cs1/hlds_l/./platform/SAVE
Protocol version 47
Exe version 1.1.2.5/Stdio (cstrike)
Exe build: 20:02:49 Oct 24 2006 (3651)
STEAM Auth Server
couldn't exec language.cfg
WARNING: UDP_OpenSocket: port: 27015 bind: Cannot assign requested address
FATAL ERROR (shutting down): Couldn't allocate dedicated server IP port 27015.
Add "-debug" to the ./hlds_run command line to generate a debug.log to help with solving this problem
Sun Nov 12 16:02:36 CST 2006: Server restart in 10 seconds
Any help will be greatly appreciated.
 
Old 11-12-2006, 06:31 PM   #32
code_mafia
LQ Newbie
 
Registered: Nov 2006
Posts: 8

Rep: Reputation: 0
Figured it out, thanks anyway.
 
Old 11-23-2006, 02:11 PM   #33
Yoyo12344
LQ Newbie
 
Registered: Nov 2006
Posts: 3

Rep: Reputation: 0
Hey, the posts on page 1 helped me, but I'm still confused. I got hldsupdatetool.bin to run, but how do I get the game console to run???? Please help asap.
 
Old 11-24-2006, 08:00 PM   #34
refux
LQ Newbie
 
Registered: Nov 2006
Posts: 1

Rep: Reputation: 0
NET_SendPacket ERROR

I have the EXACT same problem as you code_mafia, care to share the solution?
 
Old 11-30-2006, 06:33 PM   #35
code_mafia
LQ Newbie
 
Registered: Nov 2006
Posts: 8

Rep: Reputation: 0
Quote:
Originally Posted by refux
I have the EXACT same problem as you code_mafia, care to share the solution?
I had the ports forwarded on my router, but forgot about the built-in firewall in Mepis. I opened the ports there also and it works. I still have one problem though, it won't show up in the internet servers list, so people on the net can't pick it from the list, only if they know the actual ip address.

This is my current output when I launch the server:

Code:
sh-3.1$ ./hlds_run -game cstrike +maxplayers 12 +map cs_office
Auto detecting CPU
Using Pentium II Optimised binary.
Auto-restarting the server on crash

Console initialized.
scandir failed:/home/cs1/hlds_l/./platform/SAVE
Protocol version 47
Exe version 1.1.2.5/Stdio (cstrike)
Exe build: 20:02:49 Oct 24 2006 (3651)
STEAM Auth Server
couldn't exec language.cfg
Server IP address 127.0.0.1:27015

   Metamod version 1.19  Copyright (c) 2001-2006 Will Day <willday@metamod.org>
   Metamod comes with ABSOLUTELY NO WARRANTY; for details type `meta gpl'.
   This is free software, and you are welcome to redistribute it
   under certain conditions; type `meta gpl' for details.


   AMX Mod X version 1.76b Copyright (c) 2004-2006 AMX Mod X Development Team
   AMX Mod X comes with ABSOLUTELY NO WARRANTY; for details type `amxx gpl'.
   This is free software and you are welcome to redistribute it under
   certain conditions; type 'amxx gpl' for details.

scandir failed:/home/cs1/hlds_l/./platform/SAVE
L 11/30/2006 - 18:08:01: -------- Mapchange to cs_office --------
[AMXX] Loaded 3 admins from file

Executing AMX Mod X Configuration File
Scrolling message displaying frequency: 10:00 minutes
couldn't exec listip.cfg
couldn't exec banned.cfg
Adding master server 207.173.177.11:27010
Adding master server 68.142.72.250:27010
Connection to Steam servers successful.
   VAC secure mode is activated.
The server is running, AMX ModX is installed and people can login and play if they go to the ip address of my router, it just won't show up in the internet servers list. I have posted this problem on 3 different CS Server type forums and haven't gotten a single reply in a week.
 
Old 07-21-2007, 04:46 PM   #36
genxweb
LQ Newbie
 
Registered: Jul 2007
Posts: 1

Rep: Reputation: 0
hlds help

Along wit hhe previous post, I am having a similar problem. i am noting that the STEAM auth server is being called rather than the WON auth server. I know that this is really a STEAM issue (not linux), but I have been aiting for days for admin approval to register onthe STEAM forum and I am getting anxious. I just purchesed a dedicated host for gaming and have verified that no ports are being blocked.

I get hung during the server start process and the auth server process does not complete until i "quit" the server. Maybe one of you has seen this before?

thanks!

[hlds@ip-208-109-197-177 ~]$
[hlds@ip-208-109-197-177 ~]$ cd ~/hlds
[hlds@ip-208-109-197-177 hlds]$ ./hlds_run -game "valve" +maxplayers 12 +ip 208.109.197.177
Auto detecting CPU
Using Pentium II Optimised binary.
Auto-restarting the server on crash

Console initialized.
scandir failed:/home/hlds/hlds/./platform/SAVE
Protocol version 47
Exe version 1.1.2.0/Stdio (valve)
Exe build: 20:02:49 Oct 24 2006 (3651)
STEAM Auth Server
couldn't exec language.cfg
Server IP address 208.109.197.177:27015
couldn't exec listip.cfg
couldn't exec banned.cfg

quit

Adding master server 68.142.72.250:27010
Adding master server 69.28.151.162:27010
Sat Jul 21 14:35:47 MST 2007: Server Quit

[hlds@ip-208-109-197-177 hlds]$
 
  


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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Dedicated Server on Linux MOH Spearhead dimmak Linux - Games 4 07-04-2005 06:29 AM
CounterStrike Dedicated server problem LINUX MajSlayer420 Linux - Networking 4 05-26-2005 03:25 PM
can't find dedicated UT server for gentoo linux n0nst0p Linux - General 1 08-27-2003 08:22 AM
Trying to get a Mod to work on my SW dedicated linux server dkc_ace Linux - General 1 12-13-2002 10:56 AM
Half-Life Dedicated Server on Linux jeucken Linux - Networking 10 07-31-2002 06:02 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Games

All times are GMT -5. The time now is 03:04 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration