Re: [hlds_linux] RE: [hlds] Counter-Strike Source update (temp fix)

2004-12-17 Thread PiTaGoRaS
Ok, I've been able to at least start my servers and are working fine.

To sort the 127.0.0.1 issue, just use the old /etc/hosts trick and assign the 
ip address you need to the machine hostname. For example, our test server looks 
like

192.168.2.101   XGALinux

So srcds will use that IP instead of 127.0.0.1. Change to suit your needs. If 
you need to use aliased ip's bad luck, you'll have to wait to valve's patch.

And in order to solve the port issue, if you use the standard ports 27015, 
27016, etc just start your servers in ascending order. The source engine will 
firts try to bind to the port 27015 and if used will try the next, and the 
next, etc.

--
PiTaGoRaS

Alfred Reynolds escribió (Thu, 16 Dec 2004 15:36:53 -0800):
 If you have a problem with the update then run the update tool
 again. There is a bug with the update process causing some files to
 be deleted, running the tool again will cause them to be re-
 downloaded.

 - Alfred

 Original Message
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Alfred
 Reynolds Sent: Thursday, December 16, 2004 2:57 PM To:
[EMAIL PROTECTED]; [EMAIL PROTECTED];
[EMAIL PROTECTED] Subject: [hlds] Counter-Strike
 Source update

 We have released an update to Counter-Strike Source. To get this
 update run the hldsupdatetool.

 This update adds a new map, one of the classics, de_prodigy to
 Counter-Strike Source. The update also has numerous bug fixes and
 should solve the crashing problems of linux users running with
 certain AMD cpu's. More details can be found here:
 http://www.steampowered.com/index.php?area=newsid=377


 - Alfred


 ___
 To unsubscribe, edit your list preferences, or view the list
 archives, please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds

 ___
 To unsubscribe, edit your list preferences, or view the list
 archives, please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds_linux



___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] RE: [hlds] Counter-Strike Source update (temp fix)

2004-12-17 Thread Mariusz Zielinski
--
On Friday 17 December 2004 11:07, PiTaGoRaS wrote:
[...]
 To sort the 127.0.0.1 issue, just use the old /etc/hosts trick and assign
 the ip address you need to the machine hostname. For example, our test
 server looks like

 192.168.2.101  XGALinux

 So srcds will use that IP instead of 127.0.0.1. Change to suit your needs.
 If you need to use aliased ip's bad luck, you'll have to wait to valve's
 patch.
[...]

How is it helping ? Especially when app is creating UDP socket
IN_ADDR_ANY:27015 instead of SELECTED_IP:27015 ?

--
Mariusz Zielinski
--
[ Content of type application/pgp-signature deleted ]
--

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] RE: [hlds] Counter-Strike Source update (temp fix)

2004-12-17 Thread BoNfiRe
Do I need to edit the localhost ip or add another line ?  TIA
B
- Original Message -
From: PiTaGoRaS [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, December 17, 2004 10:07 AM
Subject: Re: [hlds_linux] RE: [hlds] Counter-Strike Source update (temp fix)
Ok, I've been able to at least start my servers and are working fine.
To sort the 127.0.0.1 issue, just use the old /etc/hosts trick and assign
the ip address you need to the machine hostname. For example, our test
server looks like
192.168.2.101 XGALinux
So srcds will use that IP instead of 127.0.0.1. Change to suit your needs.
If you need to use aliased ip's bad luck, you'll have to wait to valve's
patch.
And in order to solve the port issue, if you use the standard ports 27015,
27016, etc just start your servers in ascending order. The source engine
will firts try to bind to the port 27015 and if used will try the next, and
the next, etc.
--
PiTaGoRaS
Alfred Reynolds escribió (Thu, 16 Dec 2004 15:36:53 -0800):
If you have a problem with the update then run the update tool
again. There is a bug with the update process causing some files to
be deleted, running the tool again will cause them to be re-
downloaded.
- Alfred
Original Message
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Alfred
Reynolds Sent: Thursday, December 16, 2004 2:57 PM To:
[EMAIL PROTECTED]; [EMAIL PROTECTED];
[EMAIL PROTECTED] Subject: [hlds] Counter-Strike
Source update
We have released an update to Counter-Strike Source. To get this
update run the hldsupdatetool.
This update adds a new map, one of the classics, de_prodigy to
Counter-Strike Source. The update also has numerous bug fixes and
should solve the crashing problems of linux users running with
certain AMD cpu's. More details can be found here:
http://www.steampowered.com/index.php?area=newsid=377
- Alfred
___
To unsubscribe, edit your list preferences, or view the list
archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds
___
To unsubscribe, edit your list preferences, or view the list
archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux

___
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux
___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] RE: [hlds] Counter-Strike Source update (temp fix)

2004-12-17 Thread PiTaGoRaS
That's why I warned about multihomed servers. If you have only one public 
interface per server, that would do the trick.

--
PiTaGoRaS

Mariusz Zielinski escribió (Fri, 17 Dec 2004 13:16:34 +0100):
 --
 On Friday 17 December 2004 11:07, PiTaGoRaS wrote:
 [...]
 To sort the 127.0.0.1 issue, just use the old /etc/hosts trick
 and assign the ip address you need to the machine hostname. For
 example, our test server looks like

 192.168.2.101  XGALinux

 So srcds will use that IP instead of 127.0.0.1. Change to suit
 your needs. If you need to use aliased ip's bad luck, you'll have
 to wait to valve's patch.

 [...]

 How is it helping ? Especially when app is creating UDP socket
 IN_ADDR_ANY:27015 instead of SELECTED_IP:27015 ?

 --
 Mariusz Zielinski
 --
 [ Content of type application/pgp-signature deleted ]
 --

 ___
 To unsubscribe, edit your list preferences, or view the list
 archives, please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds_linux



___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


Re: [hlds_linux] RE: [hlds] Counter-Strike Source update (temp fix)

2004-12-17 Thread PiTaGoRaS

Just add the dessired IP over at the top.

--
PiTaGoRaS

BoNfiRe escribió (Fri, 17 Dec 2004 12:46:49 -):
 Do I need to edit the localhost ip or add another line ?  TIA
 B
 - Original Message -
 From: PiTaGoRaS [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, December 17, 2004 10:07 AM
 Subject: Re: [hlds_linux] RE: [hlds] Counter-Strike Source update
 (temp fix)


 Ok, I've been able to at least start my servers and are working
 fine.

 To sort the 127.0.0.1 issue, just use the old /etc/hosts trick and
 assign the ip address you need to the machine hostname. For
 example, our test server looks like

 192.168.2.101 XGALinux

 So srcds will use that IP instead of 127.0.0.1. Change to suit your
 needs. If you need to use aliased ip's bad luck, you'll have to
 wait to valve's patch.

 And in order to solve the port issue, if you use the standard ports
 27015, 27016, etc just start your servers in ascending order. The
 source engine will firts try to bind to the port 27015 and if used
 will try the next, and the next, etc.

 --
 PiTaGoRaS

 Alfred Reynolds escribió (Thu, 16 Dec 2004 15:36:53 -0800):
 If you have a problem with the update then run the update tool
 again. There is a bug with the update process causing some files
 to be deleted, running the tool again will cause them to be re-
 downloaded.

 - Alfred

 Original Message
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Alfred
 Reynolds Sent: Thursday, December 16, 2004 2:57 PM To:
[EMAIL PROTECTED]; [EMAIL PROTECTED];
[EMAIL PROTECTED] Subject: [hlds] Counter-
 Strike Source update

 We have released an update to Counter-Strike Source. To get
 this update run the hldsupdatetool.

 This update adds a new map, one of the classics, de_prodigy to
 Counter-Strike Source. The update also has numerous bug fixes
 and should solve the crashing problems of linux users running
 with certain AMD cpu's. More details can be found here:
 http://www.steampowered.com/index.php?area=newsid=377


 - Alfred


 ___
 To unsubscribe, edit your list preferences, or view the list
 archives, please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds

 ___
 To unsubscribe, edit your list preferences, or view the list
 archives, please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds_linux


 ___
 To unsubscribe, edit your list preferences, or view the list
 archives, please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds_linux


 ___
 To unsubscribe, edit your list preferences, or view the list
 archives, please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds_linux



___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


RE: [hlds_linux] RE: [hlds] Counter-Strike Source update (temp fix)

2004-12-17 Thread Andy Hill
Possbily would explain why my 27035 +27035 servers went down last night
without any notice, just after the update.

Oh well, they seem to be working now, hopefully update will iron out the
creases :)

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of PiTaGoRaS
Sent: 17 December 2004 12:57
To: [EMAIL PROTECTED]
Subject: Re: [hlds_linux] RE: [hlds] Counter-Strike Source update (temp fix)

That's why I warned about multihomed servers. If you have only one public
interface per server, that would do the trick.

--
PiTaGoRaS

Mariusz Zielinski escribió (Fri, 17 Dec 2004 13:16:34 +0100):
 --
 On Friday 17 December 2004 11:07, PiTaGoRaS wrote:
 [...]
 To sort the 127.0.0.1 issue, just use the old /etc/hosts trick
 and assign the ip address you need to the machine hostname. For
 example, our test server looks like

 192.168.2.101  XGALinux

 So srcds will use that IP instead of 127.0.0.1. Change to suit
 your needs. If you need to use aliased ip's bad luck, you'll have
 to wait to valve's patch.

 [...]

 How is it helping ? Especially when app is creating UDP socket
 IN_ADDR_ANY:27015 instead of SELECTED_IP:27015 ?

 --
 Mariusz Zielinski
 --
 [ Content of type application/pgp-signature deleted ]
 --

 ___
 To unsubscribe, edit your list preferences, or view the list
 archives, please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlds_linux



___
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux


___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux