server 1.71.0 prefix/var/crossfire/account
Posted: Wed Jan 13, 2016 3:56 am
server 1.71.0 built nicely on Puppy Linux Slacko-5.3.1 .
Strange occurrence after make install :
This /var/crossfire/accounts directory is not getting created by make install apparently .
When I created an account, the name did not get a file .
Then I made the /var/crossfire/accounts directory manually .
Now the account name got a file there with player name as:
BUT :
The account name is found in /var/crossfire/account
- not in /var/crossfire/accounts
In /var/crossfire/players I have
now my first attempt as
# ls -F ./players/*
./players/kalli:
_start_newbieshouse
AND my second attempt as
./players/karolus:
#
without a configuration file ..

Strange occurrence after make install :
Code: Select all
# ./crossfire-server
16/01/12 16:35:54 [II] Crossfire 1.71.0-runknown
16/01/12 16:35:54 [II] Warning: Unable to open /COMPILE/crossfire-server-1.71.0.dfsg/_install/var/crossfire/accounts [No such file or directory]
When I created an account, the name did not get a file .
Then I made the /var/crossfire/accounts directory manually .
Now the account name got a file there with player name as:
Code: Select all
# This file should not be edited while the server is running.
# Otherwise, any changes made may be overwritten by the server
karolus::quetzalcoatl:1:quetzalcoatl.131::/COMPILE/crossfire-server-1.71.0.dfsg/_install/var/crossfire/players/karolus/_start_newbieshouse:0
The account name is found in /var/crossfire/account
- not in /var/crossfire/accounts
In /var/crossfire/players I have
now my first attempt as
# ls -F ./players/*
./players/kalli:
_start_newbieshouse
AND my second attempt as
./players/karolus:
#
without a configuration file ..
