запуск сервера на ubuntu

Night Fighter

Участник
Сообщения
234
Реакции
134
при запуске сервера комадой у меня выводит ошибку

запускаю:
./srcds_run -game cstrike -debug -localcser -insecure -nomaster -tikrate 66 +fps_max 500 +ip 149.202.146.177 -port 55555 -maxplayers 50 +map de_dust2 +sv_lan 0

ошибка
./srcds_run: 362: ./srcds_run: ./srcds_i686: not found
Add "-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem
Fri Aug 7 15:38:45 BST 2015: Server restart in 10 seconds
^CFri Aug 7 15:38:54 BST 2015: Server Quit

почему так?
 

NeXxX

Участник
Сообщения
312
Реакции
26
Не запускается сервер css на linux ? Решение проблемы:

1) Если у вас 64 битная система нужно просто установить поддержку 32 битных библиотек с помощью этой команды

Если не вышло так, значит сделаем так:

# dpkg --add-architecture i386
2) Возможно вам нужно так же установить права на запуск для этих файлов (srcds_run , srcds_linux)
 

Night Fighter

Участник
Сообщения
234
Реакции
134
указал не все ошибки,
Auto detecting CPU
Using SSE2 Optimised binary.
Enabling debug mode
./srcds_run: 1: ./srcds_run: gdb: not found
Please install gdb first.
goto http://www.gnu.org/software/gdb/
Server will auto-restart if there is a crash.
./srcds_run: 362: ./srcds_run: ./srcds_i686: not found
Add "-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem
проходу ошибка заключается gdb: not found, но как установить этот gbd
 

Tallanvor

НЕ ПИШУ я плагины!!! И не правлю! И ваще...
Сообщения
1,352
Реакции
554
Последнее редактирование:

Night Fighter

Участник
Сообщения
234
Реакции
134
ребят , теперь я усановил на Debian, 32bit
запускаю , как бы все запускается, эмулятор запускается
./srcds_run -game cstrike -debug -localcser -insecure -nomaster -tiсkrate 66 +fps_max 500 +ip 149.202.146.177 -port 27777 -maxplayers 50 +map de_dust2 +sv_lan 0
и в конце выводит ошибку
Master server communication disabled.
Using 'steambeta1:27013' CSER server!
Could not establish connection to Steam servers.
и сервак вырубается, ксс v34
 

Hinex

Участник
Сообщения
78
Реакции
14
ребят , теперь я усановил на Debian, 32bit
запускаю , как бы все запускается, эмулятор запускается
./srcds_run -game cstrike -debug -localcser -insecure -nomaster -tiсkrate 66 +fps_max 500 +ip 149.202.146.177 -port 27777 -maxplayers 50 +map de_dust2 +sv_lan 0
и в конце выводит ошибку
Master server communication disabled.
Using 'steambeta1:27013' CSER server!
Could not establish connection to Steam servers.
и сервак вырубается, ксс v34

Попробуй переустановить эмуль и отключить vac
 

Night Fighter

Участник
Сообщения
234
Реакции
134
смог запустить на ubuntu 64 бит, спс что отозвались, что то кнопок спс я не вижу, нажал бы!
 

lo0ny3

Участник
Сообщения
5
Реакции
0
Не запускается сервер css на linux ? Решение проблемы:

1) Если у вас 64 битная система нужно просто установить поддержку 32 битных библиотек с помощью этой команды


Если не вышло так, значит сделаем так:




2) Возможно вам нужно так же установить права на запуск для этих файлов (srcds_run , srcds_linux)

Спасибо тебе огромное, очень помог!
 

peyman8487

Участник
Сообщения
3
Реакции
0
WARNING: NNET_OpenSocket: bind: Cannot assign requested address
Could not allocate dedicated server UDP port
Help Me Plz
 

WeSTMan

А вот тут текст!
Сообщения
833
Реакции
516
WARNING: NNET_OpenSocket: bind: Cannot assign requested address
Could not allocate dedicated server UDP port
Help Me Plz
Напиши свои параметры запуска сервера. Желательно проверить, чтобы не были запущены другие сервера на этом же порту
 

peyman8487

Участник
Сообщения
3
Реакции
0
[QUOTE = "WeSMan, post: 424812, member: 80215"]
Write your server startup options. It is advisable to check that other servers on the same port are not running
[/ QUOTE]
#! / bin / sh /
echo Starting Server
screen -S css -X -p0 stuff 'exit'echo -ne' \ 015 '
sleep 1
kill -9 $ (ps ax | grep "port 27015" | grep -v grep | awk '{print $ 1}')
kill -9 $ (ps ax | grep css | grep -v grep | awk '{print $ 1}')
screen -wipe
sleep 2
taskset -c 0 screen -A -m -d -S css ./srcds_run -console -game cstrike -debug -insecure -nomaster -localcser -tickrate 66 + maxplayers 50 + map de_dust2 + ip xxx.xxx.xxx.xxx -port 27015 -condebug
echo Server Running ...
sleep 1
screen -x css

its ok ?
 

WeSTMan

А вот тут текст!
Сообщения
833
Реакции
516
[QUOTE = "WeSMan, post: 424812, member: 80215"]
Write your server startup options. It is advisable to check that other servers on the same port are not running
[/ QUOTE]
#! / bin / sh /
echo Starting Server
screen -S css -X -p0 stuff 'exit'echo -ne' \ 015 '
sleep 1
kill -9 $ (ps ax | grep "port 27015" | grep -v grep | awk '{print $ 1}')
kill -9 $ (ps ax | grep css | grep -v grep | awk '{print $ 1}')
screen -wipe
sleep 2
taskset -c 0 screen -A -m -d -S css ./srcds_run -console -game cstrike -debug -insecure -nomaster -localcser -tickrate 66 + maxplayers 50 + map de_dust2 + ip xxx.xxx.xxx.xxx -port 27015 -condebug
echo Server Running ...
sleep 1
screen -x css

its ok ?
пришли лог загрузки сервера
Сообщения автоматически склеены:

[QUOTE = "WeSMan, post: 424812, member: 80215"]
Write your server startup options. It is advisable to check that other servers on the same port are not running
[/ QUOTE]
#! / bin / sh /
echo Starting Server
screen -S css -X -p0 stuff 'exit'echo -ne' \ 015 '
sleep 1
kill -9 $ (ps ax | grep "port 27015" | grep -v grep | awk '{print $ 1}')
kill -9 $ (ps ax | grep css | grep -v grep | awk '{print $ 1}')
screen -wipe
sleep 2
taskset -c 0 screen -A -m -d -S css ./srcds_run -console -game cstrike -debug -insecure -nomaster -localcser -tickrate 66 + maxplayers 50 + map de_dust2 + ip xxx.xxx.xxx.xxx -port 27015 -condebug
echo Server Running ...
sleep 1
screen -x css

its ok ?
Впиши вместо +ip xxx
-ip 0.0.0.0
 

peyman8487

Участник
Сообщения
3
Реакции
0
no work

WARNING: NNET_OpenSocket: bind: Cannot assign requested address
Couldn't allocate dedicated server UDP port
cat: hlds.10848.pid: No such file or directory
 

giyahban

Участник
Сообщения
8
Реакции
0
Hello guys
I tried to creating a css v34 nosteam with eSteamation emulator on linux
I did everything told in this topic and still the server doesnt running!
tried lots of distros such as Ubuntu 18.04.3 64 Bit , Debian 8 32 & 64 Bit , CentOS 7 64 Bit but none of them works
even downloaded a pre-cracked version of srcds but no success
My launch command:
./srcds_run -console -game cstrike -localcser -nomaster -insecure -tickrate 100 + maxplayers 24 + map de_dust2 + ip xxxxxxxx + port 27015 + fps_max 1000 -condebug + exec server.cfg -nomaster

The Result:

Auto detecting CPU
Using SSE2 Optimized binary.
Server will auto-restart if there is a crash.

Console initialized.
Game.dll loaded for "Counter-Strike: Source"
maxplayers set to 32
maxplayers set to 24
Network: IP xxxx, mode MP, dedicated Yes, ports 27015 SV / 27005 CL
Executing dedicated server config file


and there is the end of the line it stuck at there and doesnt come up!

is there any help?

Thanks in advance
 
Сверху Снизу