i hate unix

Discussion for Admins of Banimod servers.<br>
If you don't run a server, please don't post here...

Moderators: Forum moderators, developers

Post Reply
User avatar
ZarkingFardwarks
Posts: 73
Joined: Thu Oct 24, 2002 11:32 pm
Location: PA usa
Contact:

i hate unix

Post by ZarkingFardwarks »

actually i hate that i don't know how to use it, and no one will help me. i'm getting:

Code: Select all

ERROr&#58; UDP_OpenSocket&#58; bind&#58; Cannot assign requested address
Sys_Error&#58; Couldn't allocate IP port
when trying to run wolf on my server machine. if anyone can help me it would be appreciated, i do not have much unix knowledge. :cry:
User avatar
bani
Site Admin
Posts: 2780
Joined: Sun Jul 21, 2002 3:58 am
Contact:

Post by bani »

most likely net_ip is set to an invalid address. If I +set net_ip 10.0.0.1 on my linux box it gives me this:

Opening IP socket: 10.0.0.1:27972
ERROR: UDP_OpenSocket: bind: Cannot assign requested address
Opening IP socket: 10.0.0.1:27973
ERROR: UDP_OpenSocket: bind: Cannot assign requested address
Opening IP socket: 10.0.0.1:27974
ERROR: UDP_OpenSocket: bind: Cannot assign requested address
Opening IP socket: 10.0.0.1:27975
ERROR: UDP_OpenSocket: bind: Cannot assign requested address
Opening IP socket: 10.0.0.1:27976
ERROR: UDP_OpenSocket: bind: Cannot assign requested address
Opening IP socket: 10.0.0.1:27977
ERROR: UDP_OpenSocket: bind: Cannot assign requested address
Opening IP socket: 10.0.0.1:27978
ERROR: UDP_OpenSocket: bind: Cannot assign requested address
Opening IP socket: 10.0.0.1:27979
ERROR: UDP_OpenSocket: bind: Cannot assign requested address
Opening IP socket: 10.0.0.1:27980
ERROR: UDP_OpenSocket: bind: Cannot assign requested address
Opening IP socket: 10.0.0.1:27981
ERROR: UDP_OpenSocket: bind: Cannot assign requested address
Sys_Error: Couldn't allocate IP port

That's pretty explanatory I think.
Post Reply