User Details
User Details
- User Since
- Dec 14 2023, 11:49 AM (49 w, 2 d)
Dec 14 2023
Dec 14 2023
KaMiKaZe6426 added a comment to T165620: Linux Ubuntu 20.04 server cfggameplay.json Problem.
In T165620#2533079, @DanielCeregatti wrote:Tracing the openat() system call using strace during the execution of the server shows that the cfggameplay.json file isn't opened at all:
strace -o /tmp/dayz.log -e openat -f ./DayZServer -config=/profiles/serverDZ.cfg -port=2302 -freezecheck -BEpath=/profiles/battleye -profiles=/profiles -nologs
Let the server start up. Then:
grep json /tmp/dayz.log
The only json file that's opened is a different one:
1353 openat(AT_FDCWD, "/serverfiles/mpmissions/dayzOffline.chernarusplus/cfgundergroundtriggers.json", O_RDONLY) = 164