sorry
i thought problem is gone
but not
script is working if i start in current session
but if i start it in screen
the problem the same
may be i miss something?

if i run

#!/bin/bash
LD_LIBARARY_PATH=$PWD:$LD_LIBRARY_PATH
./hltv +connect localhost:27035

all ok

if

#!/bin/bash
LD_LIBARARY_PATH=$PWD:$LD_LIBRARY_PATH
screen -A -m -d -S cs16tv ./hltv +connect localhost:27035

error -(


---------- Thursday, February 14, 2008 3:41:23 PM ----------
//////////////////////////////////////////////////
dL> I'm lol
dL> -)
dL> i write this script on windows notepad
dL> and it place ^ at end of strings
dL> edit file at linux - all worked
dL> thank all of you -)


dL> ---------- Thursday, February 14, 2008 3:00:30 PM ----------
dL> //////////////////////////////////////////////////
JL>> Gary Stanley wrote:
>>> At 11:28 PM 2/13/2008, dtms Levinchuk wrote:
>>>> hi
>>>> i installed cs1.6 on centOS
>>>> server started successful
>>>> but i cant start hltv
>>>>
>>>> i using script to run hltv
>>>>
>>>> tv.sh
>>>> -------------------------
>>>> #/bin/bash
>>>> export LD_LIBRARY_PATH=/home/filoret/cs16_hltv_public:$LD_LIBRARY_PATH
>>>> screen -A -m -d -S cs16tv ./hltv +connect localhost:27035
>>>> -------------------------
>>>
>>> #!/bin/bash
>>> LD_LIBARARY_PATH=$PWD:$LD_LIBRARY_PATH
>>> screen -A -m -d -S cs16tv ./hltv +connect localhost:27035
>>>
>>>
>>> -- Gary Stanley ([EMAIL PROTECTED] | [EMAIL PROTECTED])
>>>
>>> Q: Because it reverses the logical flow of conversation.
>>> A: Why is top-posting (putting a reply at the top of the message)
>>> frowned upon?
>>> Let's not play "Jeopardy-style quoting"
>>>
>>>
>>>
>>> _______________________________________________
>>>

JL>> Or

JL>> export LD_LIBRARY_PATH=/where/SteamValidateblah/is/:$LD_LIBRARY_PATH

JL>> before the rest of your string



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

dL> //////////////////////////////////////////////////
dL> --------------------------------------------------
dL> ______________________
dL> ООО "Дальтехмашсервис"
dL> Отдел продаж
dL> Левинчук Ф.В.
dL> тел\факс:(4232) 321286,321372


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

//////////////////////////////////////////////////
--------------------------------------------------
______________________
ООО "Дальтехмашсервис"
Отдел продаж
Левинчук Ф.В.
тел\факс:(4232) 321286,321372


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

Reply via email to