
Benutzerinformationen überspringen
Wohnort: Hagen
Beruf: Mechatroniker (didaktische Systeme)
Rootserver vorhanden: Nein
|
|
Quellcode |
1 |
apt-get install strace |
|
|
Quellcode |
1 2 |
cd /home/steam/csgo LD_LIBRARY_PATH=/home/steam/csgo/bin:/home/steam/csgo strace ./srcds_linux -game csgo -ip 192.168.2.168 -port 27015 -usercon +game_type 0 +game_mode 1 +mapgroup mg_allclassic +map de_dust 2> strace.log |
Benutzerinformationen überspringen
Wohnort: Hagen
Beruf: Mechatroniker (didaktische Systeme)
Rootserver vorhanden: Nein
|
|
Quellcode |
1 |
LD_LIBRARY_PATH=/home/steam/csgo/bin:/home/steam/csgo |
|
|
Quellcode |
1 |
strace ./srcds_linux |
|
|
Quellcode |
1 |
2> strace.log |
Benutzerinformationen überspringen
Wohnort: Hagen
Beruf: Mechatroniker (didaktische Systeme)
Rootserver vorhanden: Nein
|
|
Quellcode |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 |
$ tail -n 50 strace.log
) = 71
write(2, "[S_API FAIL] SteamAPI_Init() fai"..., 111[S_API FAIL] SteamAPI_Init() failed; unable to locate a running instance of Steam, or a local steamclient.dll.
) = 111
access("steam_appid.txt", F_OK) = -1 ENOENT (No such file or directory)
access("steam_appid.txt", F_OK) = -1 ENOENT (No such file or directory)
access("steam_appid.txt", F_OK) = -1 ENOENT (No such file or directory)
open(".", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY|O_CLOEXEC) = 4
getdents(4, /* 1 entries */, 32768) = 320
getdents(4, /* 0 entries */, 32768) = 0
close(4) = 0
open("steam_appid.txt", O_RDONLY) = -1 ENOENT (No such file or directory)
access("/proc/self/cmdline", F_OK) = 0
open("/proc/self/cmdline", O_RDONLY) = 4
read(4, "./srcds_linux\0-game\0csgo\0+map\0de"..., 4096) = 39
close(4) = 0
lstat64("/home", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat64("/home/sec2388", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat64("/home/sec2388/server", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat64("/home/sec2388/server/csgowpp_8694-p", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
lstat64("/home/sec2388/server/csgowpp_8694-p/.steam", 0xff854afc) = -1 ENOENT (No such file or directory)
write(2, "szCmd: /bin/sh -c '"/home/sec238"..., 122szCmd: /bin/sh -c '"/home/sec2388/server/csgowpp_8694-p/.steam/root/steam.sh" steam://run/215 -game csgo +map de_dust2' &
) = 122
rt_sigaction(SIGINT, {SIG_IGN, [], 0}, {SIG_DFL, [], 0}, 8) = 0
rt_sigaction(SIGQUIT, {SIG_IGN, [], 0}, {SIG_DFL, [], 0}, 8) = 0
rt_sigprocmask(SIG_BLOCK, [CHLD], [], 8) = 0
clone(child_stack=0, flags=CLONE_PARENT_SETTID|SIGCHLD, parent_tidptr=0xff854b34) = 17512
waitpid(17512, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], 0) = 17512
rt_sigaction(SIGINT, {SIG_DFL, [], 0}, NULL, 8) = 0
rt_sigaction(SIGQUIT, {SIG_DFL, [], 0}, NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
getppid() = 17508
open("/proc/17508/cmdline", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xfffffffff774d000
read(4, "strace\0./srcds_linux\0-game\0csgo\0"..., 1024) = 46
read(4, "", 1024) = 0
close(4) = 0
munmap(0xf774d000, 4096) = 0
getppid(/bin/sh: 1: ) = 17508
/home/sec2388/server/csgowpp_8694-p/.steam/root/steam.sh: not found
open("/proc/17508/cmdline", O_RDONLY) = 4
fstat64(4, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xfffffffff774d000
read(4, "strace\0./srcds_linux\0-game\0csgo\0"..., 1024) = 46
read(4, "", 1024) = 0
close(4) = 0
munmap(0xf774d000, 4096) = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
[ Process PID=17509 runs in 32 bit mode. ]
|
|
|
Quellcode |
1 2 |
cd /dein/server/ echo "730" > steam_appid.txt |
|
|
Quellcode |
1 2 |
MasterRequestRestart Your server needs to be restarted in order to receive the latest update. |
|
|
Quellcode |
1 2 3 4 |
Server restart in 10 seconds Error: Couldn't find Steam install license agreement, aborting! Error: Couldn't find Steam install license agreement, aborting! |
|
|
Quellcode |
1 |
force_install_dir /home/xxxxxx/srcds |
|
|
Quellcode |
1 |
force_install_dir /home/xxxxx/cs/app |
|
|
Quellcode |
1 |
740 |
Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »Kathy« (29. Januar 2014, 14:01)

Benutzerinformationen überspringen
Wohnort: Hagen
Beruf: Mechatroniker (didaktische Systeme)
Rootserver vorhanden: Nein