Can Run Hltv Server In Background?
Woof
Join Date: 2003-01-09 Member: 12083Members
its may not NS problem, but plz help !
i want to run HLTV server for NS, but i have a problem.
im starting HLTV server by the command line like...
nohup ./hltv -port 27020 +maxclients 8 +exec hltv.cfg +connect 192.*.*.*:27015 < /dev/null > /dev/null &
and i got some error message like...
Console initialized.
System initialized.
Network initialized.
Status module initialized.
Proxy module initialized.
Adding master server half-life.east.won.net:27010
Adding master server half-life.west.won.net:27010
Adding master server half-life.central.won.net:27010
Master module initialized.
World module initialized.
Server module initialized.
Director module initialized.
Multicast module initialized.
Demo module initialized.
Executing file hltv.cfg.
Multicast not started.
Executing file ns-hltv.cfg.
Multicast not started.
WON initialized.
Console initialized.
Error! System::DispatchCommand: command "Console" not registered.
System initialized.
Error! System::DispatchCommand: command "System" not registered.
Network initialized.
Error! System::DispatchCommand: command "Network" not registered.
Status module initialized.
Error! System::DispatchCommand: command "Status" not registered.
Proxy module initialized.
Error! System::DispatchCommand: command "Proxy" not registered.
Adding master server half-life.east.won.net:27010
Error! System::DispatchCommand: command "Adding" not registered.
Adding master server half-life.west.won.net:27010
Error! System::DispatchCommand: command "Adding" not registered.
Adding master server half-life.central.won.net:27010
Error! System::DispatchCommand: command "Adding" not registered.
Master module initialized.
Error! System::DispatchCommand: command "Master" not registered.
World module initialized.
Error! System::DispatchCommand: command "World" not registered.
Server module initialized.
Error! System::DispatchCommand: command "Server" not registered.
Director module initialized.
Error! System::DispatchCommand: command "Director" not registered.
Multicast module initialized.
Error! System::DispatchCommand: command "Multicast" not registered.
what is this ??
Thanks for reading my broken English, sir <!--emo&::asrifle::--><img src='http://www.unknownworlds.com/forums/html/emoticons/asrifle.gif' border='0' style='vertical-align:middle' alt='asrifle.gif'><!--endemo-->
i want to run HLTV server for NS, but i have a problem.
im starting HLTV server by the command line like...
nohup ./hltv -port 27020 +maxclients 8 +exec hltv.cfg +connect 192.*.*.*:27015 < /dev/null > /dev/null &
and i got some error message like...
Console initialized.
System initialized.
Network initialized.
Status module initialized.
Proxy module initialized.
Adding master server half-life.east.won.net:27010
Adding master server half-life.west.won.net:27010
Adding master server half-life.central.won.net:27010
Master module initialized.
World module initialized.
Server module initialized.
Director module initialized.
Multicast module initialized.
Demo module initialized.
Executing file hltv.cfg.
Multicast not started.
Executing file ns-hltv.cfg.
Multicast not started.
WON initialized.
Console initialized.
Error! System::DispatchCommand: command "Console" not registered.
System initialized.
Error! System::DispatchCommand: command "System" not registered.
Network initialized.
Error! System::DispatchCommand: command "Network" not registered.
Status module initialized.
Error! System::DispatchCommand: command "Status" not registered.
Proxy module initialized.
Error! System::DispatchCommand: command "Proxy" not registered.
Adding master server half-life.east.won.net:27010
Error! System::DispatchCommand: command "Adding" not registered.
Adding master server half-life.west.won.net:27010
Error! System::DispatchCommand: command "Adding" not registered.
Adding master server half-life.central.won.net:27010
Error! System::DispatchCommand: command "Adding" not registered.
Master module initialized.
Error! System::DispatchCommand: command "Master" not registered.
World module initialized.
Error! System::DispatchCommand: command "World" not registered.
Server module initialized.
Error! System::DispatchCommand: command "Server" not registered.
Director module initialized.
Error! System::DispatchCommand: command "Director" not registered.
Multicast module initialized.
Error! System::DispatchCommand: command "Multicast" not registered.
what is this ??
Thanks for reading my broken English, sir <!--emo&::asrifle::--><img src='http://www.unknownworlds.com/forums/html/emoticons/asrifle.gif' border='0' style='vertical-align:middle' alt='asrifle.gif'><!--endemo-->
Comments
nohup ./hltv -port 27020 +maxclients 8 +exec hltv.cfg +connect 192.*.*.*:27015 > /dev/null &
and i tried remove "&" , its running good.
so i think its BACKGROUND problem...
are there any solution ?
oops, my server is RedHat8.0 and hlds3.1.1.0 (build2163)
im confusing...
anyhow, still other problem for running background.
im trying now...
and i tried remove "&" , its running good.
so i think its BACKGROUND problem...
are there any solution ?
oops, my server is RedHat8.0 and hlds3.1.1.0 (build2163) <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
Use screen.
i resolved this problem by screen command. !
thanks for your help, Heretic and verbose !! <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html/emoticons/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif'><!--endemo-->