Правила форума Гаранты форума
Размещение рекламы AMX-X компилятор

Здравствуйте, гость Вход | Регистрация

Наши новости:

14-дек
24-апр
10-апр
11-апр

> Информационная доска

Данный раздел предназначен для обсуждения, а также решения технических проблем связанных с серверной частью. Обсуждения касательно игровых клиентов ведутся здесь.

1. Во время создания новой темы аккуратно оформляйте её, не допускайте грамматических ошибок.
2. Описывая проблему старайтесь, как можно больше рассказать о ней, а так же о действиях с сервером после которых она возникла, по возможности подкрепите информацию логами.
3. Если вопрос касается проблемы в работе сервера, то обязательно прикрепляйте список плагинов (введите в консоли сервера: meta list и amxx plugins), настройки server.cfg, логи. Так же указывайте операционную систему, версию HLDS (введите к консоли сервера: version) и где хостится сервер.

Длинную информацию скрывайте под спойлер.

Создание сервера на Linux через SteamCMD

Статус пользователя Setup
сообщение 24.8.2013, 9:59
Сообщение #1


Стаж: 13 лет

Сообщений: 10
Благодарностей: 1
Полезность: 0

Ставлю сервер на Linux ,а именно Ubuntu 12.04 ,делал всё по официальному гайду от steam вот , вроде бы сделал всё правильно вот даже лог.

Логи
login as: root
root@91.218.231.224's password:
Welcome to Ubuntu 12.04.2 LTS (GNU/Linux 2.6.32-042stab078.27 x86_64)

* Documentation: https://help.ubuntu.com/
Last login: Sat Aug 24 03:31:25 2013 from pool-95-83-90-173.ptcomm.ru
root@p198028:~# ./steamcmd.sh
Redirecting stderr to '/root/Steam/logs/stderr.txt'
ILocalize::AddFile() failed to load file "public/steambootstrapper_english.txt".
[ 0%] Checking for available update...
[ 0%] Downloading update (0 of 11595 KB)...
[ 0%] Downloading update (79 of 11595 KB)...
[ 0%] Downloading update (794 of 11595 KB)...
[ 6%] Downloading update (1612 of 11595 KB)...
[ 13%] Downloading update (2209 of 11595 KB)...
[ 19%] Downloading update (3102 of 11595 KB)...
[ 26%] Downloading update (3904 of 11595 KB)...
[ 33%] Downloading update (4422 of 11595 KB)...
[ 38%] Downloading update (4941 of 11595 KB)...
[ 42%] Downloading update (5516 of 11595 KB)...
[ 47%] Downloading update (6339 of 11595 KB)...
[ 54%] Downloading update (7197 of 11595 KB)...
[ 62%] Downloading update (8114 of 11595 KB)...
[ 69%] Downloading update (9103 of 11595 KB)...
[ 78%] Downloading update (10018 of 11595 KB)...
[ 86%] Downloading update (10956 of 11595 KB)...
[ 94%] Downloading update (11595 of 11595 KB)...
[100%] Download Complete.
[----] Applying update...
[----] Extracting package...
[----] Extracting package...
[----] Extracting package...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Cleaning up...
[----] Update complete, launching...
Redirecting stderr to '/root/Steam/logs/stderr.txt'
[ 0%] Checking for available updates...
[----] Verifying installation...
[ 0%] Downloading update...
[ 0%] Checking for available updates...
[----] Extracting package...
[----] Extracting package...
[----] Extracting package...
[----] Installing update...
[----] Installing update...
[----] Installing update...
[----] Cleaning up...
[----] Update complete, launching Steam...
Redirecting stderr to '/root/Steam/logs/stderr.txt'
[ 0%] Checking for available updates...
[----] Verifying installation...
Steam Console Client © Valve Corporation
-- type 'quit' to exit --
Loading Steam3...OK.
Loading Steam2...OK.

Steam>help

Usage: steamcmd ["+COMMAND [ARG]..."]...
or: steamcmd +runscript SCRIPTFILE

Help topics - type "help <topic>" or run with "--help <topic>" for more informat ion:

login : Logging in to Steam
scripts : Executing a sequence of commands via a script file
commandline : Executing commands directly via the OS command line
convars : Options and settings that affect this program session
app_build : Building Steam application content (only for licensed Ste am application developers)
app_update : Installing/updating a Steam application on the local file system (EG dedicated servers)


You can also type "find <string>" to see a list of all commands and convars that contain or reference <string>.


Steam>login anonymous

Connecting anonymously to Steam Public...Success.

Steam>force_install_dir ./public1/

Steam>validate
>>> command not found: validate

Steam>app_update "90 -beta beta" validate
Initial App state (0x2) update required
App state (0x10102) reconfiguring, progress: 0.00 (0 / 0)
App state (0x10102) reconfiguring, progress: 0.00 (0 / 0)
App state (0x300502) downloading, progress: 26.22 (10902787 / 41586625)
App state (0x300502) downloading, progress: 83.91 (34894765 / 41586625)
App state (0x300502) downloading, progress: 96.34 (40064957 / 41586625)
App state (0x300502) downloading, progress: 98.86 (41113533 / 41586625)
Success! App '90' fully installed.

Steam>./hlds_run -game cstrike -ip 91.218.231.224 -port 27015 -maxplayers 32 +sy s_ticrate 512 +map de_dust2 -pingboost 1
>>> command not found: ./hlds_run

Steam>quit

Steam>root@p198028:~# ./hlds_run -game cstrike -ip 91.218.231.224 -port 27015 -m ers 32 +sys_ticrate 512 +map de_dust2 -pingboost 1
-bash: ./hlds_run: No such file or directory
root@p198028:~# cd public1
root@p198028:~/public1# ./hlds_run -game cstrike -ip 91.218.231.224 -port 27015 -maxplayers 32 +sys_ticrate 512 +map de_dust2 -pingboost 1
Invalid game type 'cstrike' sepecified.
Sat Aug 24 03:40:04 EDT 2013: Server Failed

root@p198028:~/public1# meta list
-bash: meta: command not found
root@p198028:~/public1#


Cамое странное ,что после скачки сервера нет никаких серверных файлов ,то есть папки cstrike и т.д.. Помогите разобраться в чём проблема.

А когда запускаешь сервер ,то пишет
root@p198028:~/public1# ./hlds_run -game cstrike -ip 91.218.231.224 -port 27015 -maxplayers 32 +sys_ticrate 512 +map de_dust2 -pingboost 1
Invalid game type 'cstrike' sepecified.
Sat Aug 24 03:40:04 EDT 2013: Server Failed

А также
root@p198028:~/public1# ./hlds_run
Auto-restarting the server on crash

Console initialized.
Using breakpad crash handler
Setting breakpad minidump AppID = 70
Forcing breakpad minidump interfaces to load
dlopen failed trying to load:
/root/.steam/sdk32/steamclient.so
with error:
/root/.steam/sdk32/steamclient.so: cannot open shared object file: No such file or directory
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
FATAL ERROR (shutting down): W_LoadWadFile: couldn't load gfx.wad

Прикрепленные файлы:
Прикрепленное изображение
Перейти в начало страницы         Просмотр профиля    Отправить личное сообщение
   Цитировать сообщение
Статус пользователя cfgwqa
сообщение 24.8.2013, 11:32
Сообщение #2
Стаж: 14 лет

Сообщений: 231
Благодарностей: 8
Полезность: < 0

app_update 90 validate
вот так надо писать
Перейти в начало страницы         Просмотр профиля    Отправить личное сообщение
   + Цитировать сообщение
Статус пользователя onotole
сообщение 24.8.2013, 17:30
Сообщение #3


Иконка группы

Стаж: 14 лет

Сообщений: 1572
Благодарностей: 1119
Полезность: 1550

Меценат Меценат

./steamcmd.sh +login anonymous +force_install_dir /home/user/server +app_set_config 90 mod cstrike +app_update 90 validate +quit
Перейти в начало страницы         Просмотр профиля    Отправить личное сообщение
   + Цитировать сообщение
  Ответить в данную темуНачать новую тему
 
0 пользователей и 1 гостей читают эту тему: