PDA

View Full Version : Linux and qconsole.log


andyb28
05-10-2005, 09:09 AM
I have tried all combinations to get the server generating logs, but it just won't do it :(

I can get them working fine on a windows box, but we are moving over to linux.

Is there anything different I should be doing on Linux?
Am using FC3 and the game is in /home/MOHAA

Thanks
Andy

MajorWoody
05-10-2005, 11:01 PM
Look for a hidden folder called ".spearhead" your logs are probably being put there.

andyb28
05-11-2005, 03:38 AM
Thanks Major,

It was in hidden folder ~/.mohaa/main
Strange place for it :confused:

GaSplat
05-12-2005, 01:19 AM
Unix/Linux loves to use .something folders in your home directory to store personalization and configuration data for different applications. The ~ is always your home directory (kind of like what Windows has in C:\Documents and Settings for each user logon). The folders with a leading . are not always listed unless you go them specifically (I think there is an option in ls to show them as well, but its been too long to remember).

At least it didn't squirrel it away somewhere in the bowels of /var. :)