Raised This Month: $51 Target: $400
 12% 

server logs


  
 
 
Thread Tools Display Modes
Author Message
BigGunUK
Junior Member
Join Date: Feb 2006
Old 11-21-2006 , 15:19   server logs
#1

does any one know why the server logs have stopped being wrote to the logs dir

metamod 1.19 and amxx 1.76a
Only files in are from 11-11-06 then nothing since then...
BigGunUK is offline
BAILOPAN
Join Date: Jan 2004
Old 11-21-2006 , 18:28   Re: server logs
#2

Paste the contents of your core.ini
__________________
egg
BAILOPAN is offline
BigGunUK
Junior Member
Join Date: Feb 2006
Old 11-22-2006 , 16:56   Re: server logs
#3

Ok heres my core ini file


; Configuration file for AMX Mod X
amxx_logs addons/amxmodx/logs
amxx_configsdir addons/amxmodx/configs
amxx_datadir addons/amxmodx/data
amxx_modules addons/amxmodx/configs/modules.ini
amxx_plugins addons/amxmodx/configs/plugins.ini
amxx_pluginsdir addons/amxmodx/plugins
amxx_modulesdir addons/amxmodx/modules
amxx_vault addons/amxmodx/data/vault.ini

; Logging mode
; 0 - no logging
; 1 - one logfile / day
; 2 - one logfile / map
; 3 - HL Logs
amxx_logging 1

dodstats_score addons/amxmodx/data/dodstats.amxx
dodstats addons/amxmodx/data/dodstats.dat

; Binary logging level
; add these up to get what you want
; these only work with bin logging binaries
; 1 - default
; 2 - log internal string sets/gets
; 4 - log internal formats
; 8 - log all native params
; 16 - log internal function calls (only in debug mode)
; 32 - log line number accesses (only in debug mode)
bin_logging 49

; Maximum binary log size, in megs
max_binlog_size 20

; Plugin optimization flags - add these up to get what you want
; lowering these may stop crashes on very old CPUs
; set 65536 to disable optimizer, NOT 0!
;-------------
; 1 - float arithmetic
; 2 - float comparisons
; 4 - float rounding
optimizer 7
BigGunUK is offline
BAILOPAN
Join Date: Jan 2004
Old 11-23-2006 , 02:18   Re: server logs
#4

Are you running the binlogging binary?
__________________
egg
BAILOPAN is offline
vittu
SuperHero Moderator
Join Date: Oct 2004
Location: L.A. County, CA
Old 11-23-2006 , 04:24   Re: server logs
#5

This is probably a stupid question but are you talking about the logs stopped working in:
.../dod/logs/
or
.../dod/addons/amxmodx/logs/

Also, can you supply the output from the server console command "meta list" and "amxx plugins" just to verify versions of what you are running.
vittu is offline
Send a message via AIM to vittu Send a message via MSN to vittu Send a message via Yahoo to vittu
BigGunUK
Junior Member
Join Date: Feb 2006
Old 11-23-2006 , 11:19   Re: server logs
#6

.../dod/addons/amxmodx/logs/


Currently loaded plugins:
description stat pend file vers src load unlod
[ 1] AMX Mod X RUN - amxmodx_mm_i386. v1.76b ini ANY ANY
[ 2] Fun RUN - fun_amxx_i386.so v1.76 pl1 ANY ANY
[ 3] Engine RUN - engine_amxx_i386 v1.76 pl1 ANY ANY
[ 4] FakeMeta RUN - fakemeta_amxx_i3 v1.76b pl1 ANY ANY
[ 5] DoD Fun RUN - dodfun_amxx_i386 v1.76b pl1 ANY ANY
[ 6] DoDX RUN - dodx_amxx_i386.s v1.76b pl1 ANY ANY
6 plugins, 6 running

Currently loaded plugins:
name version author file status
Admin Base 1.76b AMXX Dev Team admin.amxx running
Admin Commands 1.76b AMXX Dev Team admincmd.amxx running
Admin Help 1.76b AMXX Dev Team adminhelp.amxx running
Slots Reservation 1.76b AMXX Dev Team adminslots.amxx running
Multi-Lingual Sys 1.76b AMXX Dev Team multilingual.am running
Menus Front-End 1.76b AMXX Dev Team menufront.amxx running
Commands Menu 1.76b AMXX Dev Team cmdmenu.amxx running
Players Menu 1.76b AMXX Dev Team plmenu.amxx running
Teleport Menu 1.76b AMXX Dev Team telemenu.amxx running
Maps Menu 1.76b AMXX Dev Team mapsmenu.amxx running
Admin Chat 1.76b AMXX Dev Team adminchat.amxx running
Anti Flood 1.76b AMXX Dev Team antiflood.amxx running
Scrolling Message 1.76b AMXX Dev Team scrollmsg.amxx running
Info. Messages 1.76b AMXX Dev Team imessage.amxx running
Admin Votes 1.76b AMXX Dev Team adminvote.amxx running
NextMap 1.76b AMXX Dev Team nextmap.amxx running
Nextmap Chooser 1.76b AMXX Dev Team mapchooser.amxx running
163:12 TimeLeft 1.76b AMXX Dev Team timeleft.amxx running
Pause Plugins 1.76b AMXX Dev Team pausecfg.amxx running
Stats Configurati 1.76b AMXX Dev Team statscfg.amxx running
DoD Stats 1.76b AMXX Dev Team stats.amxx running
Stats Logging 1.76b AMXX Dev Team stats_logging.a running
[A.I.O.S] All.In. v3.0 Niko Glistak AIOS.amxx running
Restrict Weapons 0.20 AMXX Dev Team restmenu.amxx running
Admin Alltalk 0.1 ImJust2Nasty admin_alltalk.a running
Admin Bury 0.9.3 f117bomb admin_bury.amxx running
Admin Gravity 0.2 JustinHoMi admin_gravity.a running
Admin Slay 2 0.9.2 f117bomb admin_slay_2.am running
Admin Stack 0.9.3 f117bomb admin_stack.amx running
DoDGuard 0.4 sNc dodguard.amx running
DoD EvilAdmin 0.5beta AMXX DoD Team dod_eviladmin.a running
DoD Teams 0.7 tla-nick dod_teams.amxx running
DoD TK Manager 1.0.0 Fractal&SidLuke dodx_tk_manager running
Shrikebot Admin 0.9 Orbit amx_shrikebot.a running
Air Raid 1.0 CubicVirtuoso amx_airraid.amx running

Ok I dont know what you mean by binary loggng could you give me more info on this what do I have to enable or do I realy need it on

Cheers

Last edited by BigGunUK; 11-23-2006 at 11:22.
BigGunUK is offline
BAILOPAN
Join Date: Jan 2004
Old 11-25-2006 , 16:06   Re: server logs
#7

What operating system does the server run on?
__________________
egg
BAILOPAN is offline
BigGunUK
Junior Member
Join Date: Feb 2006
Old 11-25-2006 , 20:06   Re: server logs
#8

Linux 1.1.2.5/Stdio 3651 secure rcon
BigGunUK is offline
BAILOPAN
Join Date: Jan 2004
Old 11-25-2006 , 20:21   Re: server logs
#9

Check the permissions to make sure the logs folder is writable. If you can't do that, or it doesn't work, try changing amxx_logging to 3 and restarting your server. See if AMX Mod X starts logging to your mod log files (moddir/logs).
__________________
egg
BAILOPAN is offline
BigGunUK
Junior Member
Join Date: Feb 2006
Old 11-26-2006 , 13:15   Re: server logs
#10

Hi I have tryd ammx logging to 3 but still get
Unable to open logfiles under logs/L1126
Logging disabled

I have made sure the permisions are correct (The permissions on the folder are set to 770 user read/write/execute group read/write/execute

and still get Unable to open logfiles under logs/L1126
Logging disabled
Is there anything else you can think of that can be causeing this problem.
BigGunUK is offline
 



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:58.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode