[quakenet] <YuGiOhJCJ> hello, I receive a lot of "banned '<IP_ADDRESS>' for 1 minute (Stressing network)" messages when I start a teeworlds server, am I attacked?
12:35
[quakenet] <YuGiOhJCJ> I use teeworlds-0.6.2 as server
12:36
[quakenet] <YuGiOhJCJ> maybe it is fixed in the last release
[quakenet] <YuGiOhJCJ> wow the teeworlds-0.7.0 server is not doing the same thing than teeworlds-0.6.2 at startup, it tries to check for some files and create some directories so I get the following errors: "[storage]: couldn't open storage.cfg", "[storage]: unable to create save directory", "[storage]: initialisation failed" and "[kernel]: ERROR: couldn't register interface storage. null pointer given"
13:56
[quakenet] <YuGiOhJCJ> that's how I run the server: sudo -u teeworlds teeworlds_srv -f /etc/teeworlds/serverconfig.cfg
13:58
[quakenet] <YuGiOhJCJ> the "storage.cfg" file is available in the source archive, but not in the build I did from the source
13:58
[quakenet] <YuGiOhJCJ> I could include it, but where, I don't know
[quakenet] <YuGiOhJCJ> teeworlds_srv is a binary so it is placed in /usr/bin whereas storage.cfg is a configuration file so I would prefer to place it somewhere else like in /etc/teeworlds or something like that
14:21
[quakenet] <YuGiOhJCJ> but it is maybe hardcoded
14:21
[quakenet] <YuGiOhJCJ> no way to specify the location
14:24
[quakenet] <YuGiOhJCJ> OK I found that it is looking in the current directory for 'storage.cfg'
14:25
[quakenet] <YuGiOhJCJ> no matters if it is in the same directory than teeworlds_srv
14:25
[quakenet] <YuGiOhJCJ> now I need to customize this file
14:25
[quakenet] <YuGiOhJCJ> so it will look to writable directories for the teeworlds user
[quakenet] <YuGiOhJCJ> yes, it's because I like to make a package for my distro, not working in the home directory, it's like package maintainers are working
[quakenet] <YuGiOhJCJ> that's weird when I run "sudo -u teeworlds teeworlds_srv -f /tmp/toto/serverconfig.cfg" I got "[console]: failed to open '/tmp/toto/serverconfig.cfg'"