Login x
User Name:
Password:
Social Links Facebook Twitter YouTube Steam RSS News Feeds

Members Online

»
0 Active | 14 Guests
Online:

LATEST FORUM THREADS

»
warfare
CoD4 Map + Mod Releases
Voting menu on maps
CoD+UO General
Hauling 911
CoDBO3 General

Forums

»

Welcome to the MODSonline.com forums. Looking for Frequently Asked Questions? Check out our FAQs section or search it out using the SEARCH link below. If you are new here, you may want to check out our rules and this great user's guide to the forums and the website.
For more mapping and modding information, see our Wiki: MODSonWiki.com

Jump To:
Forum: All Forums : Jedi Knight
Category: Jedi Knight - Jedi Academy
General, mapping, modeling, scripting, etc. game questions, comments and chat.
Moderators: foyleman, Foxhound, Mystic, StrYdeR, batistablr, Welshy, DrBiggzz, supersword
Latest Posts
Subscribed Posts
Search
Restricted Access Topic is Locked
Page
Next Page
subscribe
Author Topic: Linux server logfile?!?
MagicGlass~rb
General Member
Since: Dec 23, 2006
Posts: 5
Last: Dec 23, 2006
[view latest posts]
Level 0
Category: Jedi Knight - Jedi Academy
Posted: Monday, Dec. 1, 2003 02:50 pm
hello,

i have running a JA dedicated server on a Debain linux box and i have the problem with the logfiles (the server do not create any logfiles).
this is near the end of my server.cfg:
Code Sample

seta g_log "ffa.log"
seta g_logSync "2"
seta g_statLog "1"
seta g_statLogFile "statlog.log"
seta g_logClientInfo "1"



Code Sample

JAmp: v1.0.1.1 linux-i386 Nov 10 2003
----- FS_Startup -----
Current search path:
/home/gamer/.ja/base
/home/gamer/ja/base/team_duell1.pk3 (6 files)
/home/gamer/ja/base/matrix_reloaded_update.pk3 (218 files)
/home/gamer/ja/base/industrial training station.pk3 (28 files)
/home/gamer/ja/base/forestsanctuary.pk3 (60 files)
/home/gamer/ja/base/ffa_sandarena.pk3 (13 files)
/home/gamer/ja/base/assets3.pk3 (16 files)
/home/gamer/ja/base/assets2.pk3 (62 files)
/home/gamer/ja/base/assets1.pk3 (8320 files)
/home/gamer/ja/base/assets0.pk3 (15346 files)
/home/gamer/ja/base
./linuxjampded/base

----------------------
24069 files in pk3 files
execing mpdefault.cfg
execing jampserver.cfg
couldn't exec autoexec.cfg
--- Common Initialization Complete ---
[B]logfile opened on Mon Dec  1 15:45:04 2003[/B] <<-----but there is no logfile :s9:

Opening IP socket: localhost:29075
Hostname: debian
IP: 192.168.0.112


can anyone help me or did you have the problem too?!?
Share |
spike232~rb
General Member
Since: Dec 23, 2006
Posts: 5892
Last: Dec 23, 2006
[view latest posts]
Level 10
Category: Jedi Knight - Jedi Academy
Posted: Monday, Dec. 1, 2003 03:12 pm
is it not in the .ja/base folder?
Share |
MagicGlass~rb
General Member
Since: Dec 23, 2006
Posts: 5
Last: Dec 23, 2006
[view latest posts]
Level 0
Category: Jedi Knight - Jedi Academy
Posted: Monday, Dec. 1, 2003 03:15 pm
no it is not in ja/base.

i have createt this logfile ja/base/ffa.log (chmod 777)

but there a no logs in the file.
Share |
divoid~rb
General Member
Since: Dec 23, 2006
Posts: 43
Last: Dec 23, 2006
[view latest posts]
Level 2
Category: Jedi Knight - Jedi Academy
Posted: Monday, Dec. 1, 2003 04:01 pm
theres another way of logging, the way i do it, whatever you see gets logged
after the ./jamplinuxded +exec ... stuff, put '|tee /some/path/file.log'
that will log all output to the term to that file

i know its not the solution to your problem, but its another method of logging
Share |
MagicGlass~rb
General Member
Since: Dec 23, 2006
Posts: 5
Last: Dec 23, 2006
[view latest posts]
Level 0
Category: Jedi Knight - Jedi Academy
Posted: Monday, Dec. 1, 2003 05:35 pm
@divoid
thx but this logged nothing of the gameconsole :(
./jamplinuxded +exec server.cfg |tee /home/username/ja/log/test.log

ls | tee ......... works fine
any other idea?
Share |
divoid~rb
General Member
Since: Dec 23, 2006
Posts: 43
Last: Dec 23, 2006
[view latest posts]
Level 2
Category: Jedi Knight - Jedi Academy
Posted: Monday, Dec. 1, 2003 06:44 pm
i didnt mean for you to type that in exactly, it didnt log anything because thats not the right command, i meant for that to give you an idea of how to use it. whatever your command is that you use to start your server, put '|tee /home/username/ja/log/test.log' after it. ./jamplinuxded is not even the right command
Share |
spike232~rb
General Member
Since: Dec 23, 2006
Posts: 5892
Last: Dec 23, 2006
[view latest posts]
Level 10
Category: Jedi Knight - Jedi Academy
Posted: Monday, Dec. 1, 2003 07:34 pm
Quote (MagicGlass @ Dec. 01 2003, 3:15 pm)
no it is not in ja/base.

are u confusing the ja/base folder with the .ja/base folder? or was that a typo?
Share |
MagicGlass~rb
General Member
Since: Dec 23, 2006
Posts: 5
Last: Dec 23, 2006
[view latest posts]
Level 0
Category: Jedi Knight - Jedi Academy
Posted: Monday, Dec. 1, 2003 10:37 pm
@divoid
i think it was the right command i just add ' | tee ......../file.log' to the command i start my server
Code Sample
./linuxjampded +set net_port 29075 +exec server.cfg


Code Sample
./linuxjampded +set net_port 29075 +exec server.cfg | tee -a /home/gamer/ja/final.log


@spike232
i dont know what you want so:
/home/gamer/ja/base is my path to base and there are no logfiles.
Share |
divoid~rb
General Member
Since: Dec 23, 2006
Posts: 43
Last: Dec 23, 2006
[view latest posts]
Level 2
Category: Jedi Knight - Jedi Academy
Posted: Monday, Dec. 1, 2003 10:44 pm
he was saying that log files arent kept in 'ja/base', theyre kept in '.ja/base'. note the period before 'ja'
Share |
MagicGlass~rb
General Member
Since: Dec 23, 2006
Posts: 5
Last: Dec 23, 2006
[view latest posts]
Level 0
Category: Jedi Knight - Jedi Academy
Posted: Monday, Dec. 1, 2003 11:02 pm
:)  ok thx there are my logfiles
Share |
Restricted Access Topic is Locked
Page
Next Page
subscribe
MODSonline.com Forums : Jedi Knight : Jedi Knight - Jedi Academy

Latest Syndicated News

»
Codutility.com up and runn...
Nice, and there still using the logo and template for the screenshots, which...
Codutility.com up and runn...
dundy writes...Quote:Call of Duty modding and mapping is barly alive only a ...
Codutility.com up and runn...
Mystic writes...Quote:It seems to me the like the site is completely dead? ...
Codutility.com up and runn...
It seems to me the like the site is completely dead?

Partners & Friends

»