Can Run Hltv Server In Background?

WoofWoof 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-->

Comments

  • verboseverbose Join Date: 2002-11-25 Member: 9968Members, Constellation
    try removing the input redirection from /dev/null

    nohup ./hltv -port 27020 +maxclients 8 +exec hltv.cfg +connect 192.*.*.*:27015 > /dev/null &
  • WoofWoof Join Date: 2003-01-09 Member: 12083Members
    thx, i tried it , but i have same error.

    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)
  • WoofWoof Join Date: 2003-01-09 Member: 12083Members
    hmm i mistook, verbose advice was correct.

    im confusing...

    anyhow, still other problem for running background.

    im trying now...
  • HKHereticHKHeretic Join Date: 2003-02-23 Member: 13859Members
    <!--QuoteBegin--Woof+Aug 15 2003, 08:44 PM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Woof @ Aug 15 2003, 08:44 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> thx, i tried it , but i have same error.

    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.
  • WoofWoof Join Date: 2003-01-09 Member: 12083Members
    WoWoW !
    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-->
Sign In or Register to comment.