Toon posts:

Ppstats zegt: Logfile is corrupted???

Pagina: 1
Acties:

Verwijderd

Topicstarter
Pff er is iets raars gebeurd met mijn logfiles. Van het ene op het andere moment kan ik ze niet meer verwerken. Ik heb nu van alles geprobeerd.
Nu heb ik zelfs in een testdirectory een verse proxyper en een verse ppstats geinstalleerd. Ik zet de benodigde instellingen goed (paden naar logfiles etc), zet de proxy aan en run ppstats en ik krijg de volgende melding (dezelfde die ik ook krijg als ik mijn echte logs wil processen):
code:
1
2
3
Personal Proxy Statistics : Logfile is corrupted.
c:\testje\pproxyrc520020130.log
2002-01-30 01:24:43,distributed.net personal proxy (build 319)

Ik zou 't fijn vinden als iemand me hiermee kon helpen want ik kom er ondertussen niet meer aan uit...... Ik heb al mijn logfiles nog (het grootste gedeelte door striplog2 bewerkt) maar ik blijf die foutmeldingen krijgen!! :'(

Verwijderd

Er staat ergens in deze logfile of een spatie teveel of een enter verkeerd.
Als je de inhoud van die logfile eens compleet selecteerd dan heb je een redelijke kans dat je de fout kunt zien.
Stuur anders even een kopie naar Sir.Kiekeboe@tiscali.nl en ik kijk er van af +/- 12:00u er naar om de fout te achterhalen.

P.S. is de fout met jullie dubbele striplog nou opgelost?
Ik kreeg geen reactie meer van witlof.

  • Witlof
  • Registratie: Mei 2000
  • Laatst online: 15:48
Post je ini-files eens hier als je wilt van ppstats en je proxy want het lijkt of je je consolelogfiles pakt ipv de RC5 logfiles.

Oh en Joost, sorry dat ik niet meer heb laten weten maar heb nog geen tijd gehad om het te testen. Ik zal je wel wat laten weten als ik het getest heb.

  • NightBird
  • Registratie: Januari 2000
  • Laatst online: 22-05 19:36

NightBird

DPC-Crew Coding
Die melding zegt al genoeg he .. pproxyrc520020130.log is dus corrupt, open die file eens, en haal die regel weg waar staat: 2002-01-30 01:24:43,distributed.net personal proxy (build 319). Waarschijnlijk is er vanmorgen iets misgegaan met je proxy en heeftie een of andere entry foutgeschreven in je logfile.

WatHoorJeWaar · Asobakken
Eerdere projecten: Leading Courses · Brandstof-zoeker.nl · Voertuig-zoeker.nl


  • stappel_
  • Registratie: Augustus 2000
  • Laatst online: 12-05 17:45
Je moet toch iets veranderd hebben. je wilt nu namelijk de console output logfile inlezen als een rc5 block output file. dat pikt hij niet (en terecht).


in ppstats-rc5.ini moet er staan:
code:
1
LogPre = "pproxyrc5"    # For pproxyrc5YYYYMMDD

als er in de proxyper.ini staat:
code:
1
2
[rc564]
logfilekeyblock=pproxyrc5

ze moeten dus hetzelfde zijn. en bij logfileconsole= moet iets anders staan.

Ubero: #2, Euler: #1, GOT: #1, Des: #1, Zeta: #1, Eon: #3, OGR-24: #3, OGR-25: #7,
LM: #7, AP: #5, DF: #19, D2OL: #37, SOB: #50, TSC: #63, RC5: #96


  • Witlof
  • Registratie: Mei 2000
  • Laatst online: 15:48
Je gebruikt toch ook striplog? Kijk eens wat je daar precies hebt ingevuld bij de bestandslokaties want het is, net zoals Stappel ook al zegt, toch echt of je de consolelogs pakt voor stats te maken en dat gaat echt niet lukken.

Verwijderd

Topicstarter
Ok, het zou best kunnen dat ik de consolefiles gebruikt heb.. maar in dat geval worden er geen andere logfiles aangemaakt bij mij. Anyway, ik zal es mijn ini files posten, en een stukje logile output.

proxyper.ini
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
[KeyServer]
ipaddress=dpc-de.mine.nu
port=2064
connectperiod=600
connectivity=normal
;bindip=                ; IP to talk out to keyserver from
;uuehttpmode=0
; 0=normal,1=uue,2=http,3=http+uue
; 4=socks4,5=socks5,6=genproxy,7=genproxy+uue
;httpproxy=wwwproxy.corporation.com
;httpport=8080
;httpid=

[ports]
;listenaddress=          ; IP to accept clients on
port=2064
;port2=23                ; must be root for ports < 1000
;port3=80
testport=3064
timeout=30

[console]
logfileconsole=c:\progra~1\proxyper\pproxyrc5
logfileconsolerotation=daily
consoleverbosity="general stats keyblock server client buffers timestamp attention errlow errsevere"
timestampflags=130

[rc564]
logfilekeyblock=pproxyrc5
logfilekeyblockrotation=daily
minkeysready=1000
maxkeysready=9000
maxkeysdone=1

[desII]
logfilekeyblock=pproxydes
logfilekeyblockrotation=daily
minkeysready=0
maxkeysready=0
maxkeysdone=0
contestclosed=1

[ogr]
logfilekeyblock=pproxyogr
logfilekeyblockrotation=daily
minkeysready=0
maxkeysready=0
maxkeysdone=0

[csc]
logfilekeyblock=pproxycsc
logfilekeyblockrotation=daily
minkeysready=0
maxkeysready=0
maxkeysdone=0
contestclosed=1

[misc]
proxymessage="Fellowship Of The Key Teamproxy!"
pidfile=rc5desproxy.pid
statusperiod=30
periodicperiod=120
;logfilecompressor=logcompressor.sh

[ignoredip]

[allowedip]

ppstats-rc5.ini
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
#--- Team Information --------------------------------------------------------
Team     = "DPC-DE's Fellowship Of The Key"
TeamHome = "http://www.dpc-de.com"
TeamID   = 263

# Use team logo? Specify full URL to *.gif or *.jpg image.
LogoURL="http://usmcug.usm.maine.edu/rc5/usmcug-rc5.jpg"
UseLogo = 0   # Do not use team logo.
#UseLogo  = 1   # Use team logo. Must specify full URL in LogoURL.


#--- Input Options -----------------------------------------------------------
# Logfile name format information. This script does not correctly support 
# formats other than YYYYMMDD. The logs in this example are kept in a
# subdirector called "logrc5", which can be configured in the proxy's ini.
# This script does require that daily logfile rotation is enabled. Other
# rotation time periods are not yet supported. LogDir should end in a "/".
LogDir = "c:\Progra~1\proxyper\" #    !!!!!!!!!!!!!!! ppstats-rc5-7.1\"
LogPre = "pproxyrc5"    # For rc5pkeyYYYYMMDD
LogSuf = "log"      # For rc5pkeyYYYYMMDD.log

# The personal proxy can read compressed log files after they have been 
# rotated. If you have this proxy option enabled and want to use ppstats, 
# configure the following settings. The defaults are for UNIX gzip. Command
# that unzips the logfile to stdout without deleting the file is required.
ProcessZipLogs  = 0      # Ignore zipped log files.
#ProcessZipLogs   = 1        # Unzip and process all log files.
LogZipSuf     = "log.gz"    # For rc5pkeyYYYYMMDD.log.gz
LogTmpSuf     = "log.tmp"     # For rc5pkeyYYYYMMDD.log.tmp
LogDecompressor  = "gzip -d -c"  # Command line zip decompressor.

# Maximum number of days to read log files. A value of zero means
# read all available log files without limit. A value of 365 would mean
# only read back blocks done in the last year and ignore anything older.
MaxDays = 90


#--- Output Options ----------------------------------------------------------
# Full path to output file location. This should end in a "/".
HtmlDir = "e:\webs\"

#Cache file case Sensitive
PreserveCase = 1

# Full URL of output web file location. This should end in a "/".
HtmlRoot  = "http://212.83.87.164/"

# Realitive path to icon folder from htmldir and htmlroot. Default should work
# fine for most cases. This should end in a "/". If you haven't copied
# this folder from the zip distribution to your htmldir now is a good time.
IconDir = "icons/"

# HTML output filenames. You should configure IIS to use index.html as a
# default document, or rename the index.html's to default.htm
htmlteam       = "index.html"
htmlexec       = "exec.html"
htmlmail       = "byemail.html"
htmlhost       = "byhost.html"
htmlos       = "byos.html"
htmlcpu     = "bycpu.html"
htmlver     = "byver.html"
htmlfull       = "byfull.html"
htmldomain   = "bydomain.html"
htmlhour       = "byhour.html"
htmldate       = "bydate.html"
htmlweek       = "byweek.html"
htmlmonth     = "bymonth.html"
htmlyear       = "byyear.html"
htmldayofweek    = "bydaywk.html"
htmlindvemail    = "index.html"
htmlemailhist    = "emailhist.html"
htmlhostsbyemail = "emailhosts.html"
htmlindvhost     = "index.html"
htmlhosthist     = "hosthist.html"
htmlemailsbyhost = "hostemails.html"

# Cascading style sheet filename. Will be created by ppstats for you.
css = "ppstats.css"

# All ip addresses from the proxy log files are converted to DNS names and 
# then cached for a user defined amount of time. A value of zero means refresh 
# on every run. This cache file is saved in your workingdir. If you run
# ppstats on a server with a slow internet connection, use a large cachedays.
CacheFile = "rc5-dns.cache" # DNS cache filename to be created.
CacheDays = 500          # Days to store cache before refreshing.

# GIF based chart options. Be sure to specify the full or relative path to the 
# specially compiled GNUplot program with GIF support. Config and data files 
# are create by ppstats for you.
GNUPlot  = "c:\Program Files\gnuplot\wgnuplot.exe"  # Path to GNUplot executable.
GNUPlotconfig = "gnuplot.ini"         # GNUplot config file.
GNUPlotdata   = "plot.data"         # GNUplot data file.
GNUPlotoutput = "plot.gif"           # Output GIF filename.

# The page counter component. See the documentation section above for details
# on how to obtain and use the Count.cgi program. To change the color of the
# displayed count number, change the prgb parameter. Note that you may have to
# do a 'echo "1" > rc5.dat' in your Counter/data folder for this to work. You 
# can specify a different hit counter program by changing the counter variable.
#UseCounter = 0     # Do not use the hit counter.
UseCounter = 1  # Use the hit counter.
Counter = "/cgi-bin/Count.cgi?ft=0|tr=1|trgb=000000|srgb=00FF00|prgb=993333|md=8|dd=D|comma=T|df=rc5.dat"

# The By Host information page is sometimes not particularly practical for
# very large teams. You can display this section and ppstats will not record
# blocks submitted by host in any manner. The combined output file size and 
# execution time will decrease substantially.
#ShowByHost = 0     # Do not show the By Host section.
ShowByHost = 1  # Show the By Host section.


#--- Format Options ----------------------------------------------------------
# GIF based chart line style option. The default width is 520 and the
# default height is 400. 800 by 600 is nice for people with large monitors.
# Any value of 1 or less will disable the nth-day average feature.
#ChartLineStyle = 1   # Impulses style. Not useful with nth day average.
ChartLineStyle = 2    # Lines style.
#ChartLineStyle = 3   # Linespoints style.
ChartWidth  = 520     # GIF image width.
ChartHeight = 400     # GIF image height.
DayAverage  = 21    # Days of nth-day average.

# Days to track up/down movement.
MovementDays = 1

# Maximum number of rows to show per category page.
MaxRows = 100

# Number of days to display on the history pages.
DaysHist = 6

# Number of days to display for individual block history.
BlockHistory = 21

# Use header and/or footer banners?
UseHeaderBanner = 0  # Do not use header banner.
#UseHeaderBanner = 1    # Use header banner.
#UseFooterBanner = 0    # Do not use footer banner.
UseFooterBanner = 1  # Use footer banner.

# Consolidate numbers in hosts? ie, host12.myisp.com -> host?.isp.com
# See rc5-domain.cons for a list of domains you wish to manual consolidate.
# See rc5-ip.cons for a list of ip addresses you wish to manual consolidate.
# For instance, an entry in rc5-domain.cons like slashdot.org will consolidate
# the hosts www.slashdot.org, ftp.slashdot.org, and slashdot.org into
# ?.slashdot.org  Some more examples are provided. Entries in rc5-domain.cons
# and rc5-ip.cons are processed regardless whether or not ConsHosts is 
# enabled. Note that rc5-domain.cons works from the right, rc5-ip.cons the 
# left. Note that the last entry in each array does not have a comma after it.
ConsHosts = 0     # Do not consolidate hosts.
#ConsHosts = 1     # Consolidate hosts.

# Last Seen column on the By Hosts page options. Times are defined in
# seconds. Colors are in RGB format, do not append a pound sign "#" to
# the front of the color string. Warning times should be less than
# Critical times. See default settings for examples on how to set these.
#ColorLastSeen = 0           # Do not color last seen.
ColorLastSeen = 1           # Color last seen column.
LastSeenWarningTime   = 86400   # 24*60*60 default 24 hours warning time.
LastSeenCriticalTime  = 604800     # 7*24*60*60 default 7 days critical time.
LastSeenWarningColor  = "888800"   # Dark yellow.
LastSeenCriticalColor = "BB0000"   # Bright red.

# Category displacement colors for moving up or down in rank since
# yesterday. Defaults are green for up, red for down.
MoveUpColor   = "009900"  # Green
MoveDownColor = "990000"  # Red

# Insert META REFRESH tag in html files? Refresh period in seconds.
#UseMetaRefresh = 0  # Do not use META REFRESH tag.
UseMetaRefresh = 1    # Use META REFRESH tag.
MetaRefreshPeriod = 900   # Refresh after this number of seconds.


#--- Color Configuration -----------------------------------------------------
# Color configuration settings. Several examples have been provided.
# Simply uncomment the section you want to use or modify, and comment
# out the rest. Do not append a pound sign "#" to the front. Must
# be in RRGGBB format.

# Original Distributed.Net theme, as far as I remember.
#backgroundcolor     = "000000"  # black
#linkbarcolor       = "1144AA"  # blue
#linkbartitlefontcolor = "FFFFFF"  # white
#sectiontitlebarcolor  = "AAAAAA"  # light gray
#sectiontitlefontcolor = "000077"  # dark blue
#sectionlowlightcolor  = "000000"  # black
#sectionhighlightcolor = "808080"  # gray
#sectionnotefontcolor  = "FF0000"  # red
#historycolor       = "A0A0A0"  # light gray
#avehistorycolor     = "1144CC"  # blue
#ndayhistorycolor   = "6688FF"  # light blue
#textcolor       = "FFCC66"  # gold
#linkcolor       = "BBBBBB"  # light gray
#visitedlinkcolor   = "BBBBBB"  # light gray
#activelinkcolor     = "BBBBBB"  # light gray
#fontstyle       = "Arial, Verdana, Helvetica"

# Current Distributed.Net theme, more or less.
#backgroundcolor     = "FFFFFF"  # white
#linkbarcolor       = "EEEEEE"  # light gray
#linkbartitlefontcolor = "000000"  # black
#sectiontitlebarcolor  = "770000"  # dark red
#sectiontitlefontcolor = "FFFFFF"  # white
#sectionlowlightcolor  = "EEEEEE"  # light gray
#sectionhighlightcolor = "FFFFEE"  # light yellow
#sectionnotefontcolor  = "000000"  # black
#historycolor       = "770000"  # dark red
#avehistorycolor     = "333399"  # blue
#ndayhistorycolor   = "3333FF"  # light blue
#textcolor       = "000000"  # black
#linkcolor       = "993333"  # red
#visitedlinkcolor   = "333399"  # blue
#activelinkcolor     = "999999"  # gray
#fontstyle       = "Arial, Verdana, Helvetica"

# GNOME theme (by Kevin Pesce kpesce@netscape.net)
#backgroundcolor     = "EEEEE0"  # light gray
#linkbarcolor       = "CCCCC0"  # light gray
#linkbartitlefontcolor = "330000"  # dark red
#sectiontitlebarcolor  = "BBBBB0"  # light gray
#sectiontitlefontcolor = "552222"  # dark red
#sectionlowlightcolor  = "EEEEE0"  # light gray
#sectionhighlightcolor = "DDDDD0"  # light gray
#sectionnotefontcolor  = "330000"  # dark red
#historycolor       = "888880"  # gray
#avehistorycolor     = "666660"  # gray
#ndayhistorycolor   = "333330"  # dark gray
#textcolor       = "330000"  # dark red
#linkcolor       = "770000"  # red
#visitedlinkcolor   = "600000"  # dark red
#activelinkcolor     = "600000"  # dark red
#fontstyle       = "Arial, Verdana, Helvetica"

# Slashdot.org theme (by Kevin Pesce kpesce@netscape.net)
#backgroundcolor     = "FFFFFF"  # white
#linkbarcolor       = "CCCCCC"  # light gray
#linkbartitlefontcolor = "003333"  # dark green
#sectiontitlebarcolor  = "006666"  # dark green
#sectiontitlefontcolor = "FFFFFF"  # white
#sectionlowlightcolor  = "CCCCCC"  # light gray
#sectionhighlightcolor = "EEEEEE"  # light gray
#sectionnotefontcolor  = "333333"  # dark gray
#historycolor       = "225555"  # dark green
#avehistorycolor     = "005522"  # green
#ndayhistorycolor   = "006600"  # light green
#textcolor       = "333333"  # dark gray
#linkcolor       = "006666"  # green
#visitedlinkcolor   = "003333"  # dark green
#activelinkcolor     = "003333"  # dark green
#fontstyle       = "Arial, Verdana, Helvetica"

# Themes.org theme (by Kevin Pesce kpesce@netscape.net)
#backgroundcolor     = "000000"  # black
#linkbarcolor       = "000000"  # black
#linkbartitlefontcolor = "F6DB91"  # light brown
#sectiontitlebarcolor  = "000000"  # black
#sectiontitlefontcolor = "F6DB91"  # light brown
#sectionlowlightcolor  = "000000"  # black
#sectionhighlightcolor = "303030"  # dark gray
#sectionnotefontcolor  = "9EFFA6"  # lime green
#historycolor       = "A7A7A7"  # light gray
#avehistorycolor     = "9EFFA6"  # lime green
#ndayhistorycolor   = "F6DB91"  # light brown
#textcolor       = "FFFFFF"  # white
#linkcolor       = "C4A9CE"  # purple
#visitedlinkcolor   = "C4A9CE"  # pruple
#activelinkcolor     = "FFFFFF"  # white
#fontstyle       = "Arial, Verdana, Helvetica"

# Linux.org theme (by Kevin Pesce kpesce@netscape.net)
#backgroundcolor     = "E8E8FF"  # light purple 
#linkbarcolor       = "C02C72"  # pink
#linkbartitlefontcolor = "C02C72"  # pink
#sectiontitlebarcolor  = "7237C0"  # purple
#sectiontitlefontcolor = "FFFFFF"  # white
#sectionlowlightcolor  = "EBE8FF"  # light purple
#sectionhighlightcolor = "EBE8FF"  # light purple
#sectionnotefontcolor  = "000000"  # black
#historycolor       = "C02C72"  # pink
#avehistorycolor     = "000088"  # blue
#ndayhistorycolor   = "0000AA"  # blue
#textcolor       = "000000"  # black
#linkcolor       = "0000AA"  # blue
#visitedlinkcolor   = "0000AA"  # blue
#activelinkcolor     = "0000AA"  # blue
#fontstyle       = "Arial, Verdana, Helvetica"

# Team AnandTech colors (by Mika Anderson mika.anderson@home.com)
#backgroundcolor     = "FFFFFF"  # white
#linkbarcolor       = "E6DAC1"  # light brown
#linkbartitlefontcolor = "004828"  # hunter green
#sectiontitlebarcolor  = "004828"  # hunter green
#sectiontitlefontcolor = "E0D4BF"  # light brown
#sectionlowlightcolor  = "E0E0E0"  # light grey
#sectionhighlightcolor = "F0F0F0"  # light grey
#sectionnotefontcolor  = "330000"  # dark red
#historycolor       = "004828"  # brown
#avehistorycolor     = "660000"  # dark red
#ndayhistorycolor   = "660000"  # dark red
#textcolor       = "330000"  # dark red
#linkcolor       = "229900"  # green
#visitedlinkcolor   = "660000"  # dark red
#activelinkcolor     = "600000"  # dark red
#fontstyle       = "Arial, Verdana, Helvetica"

# Category displacement colors for moving up or down in rank since
# yesterday. Defaults are green for up, red for down.
MoveUpColor   = "2F4F4F"  # Green
MoveDownColor = "8B0000"  # Red


# DPCDE Nieuw
backgroundcolor    = "003366" # Dark blue
linkbarcolor        = "003366" # Dark blue
linkbartitlefontcolor   = "0099CC" # Light blue
sectiontitlebarcolor    = "006699" # blue
sectiontitlefontcolor   = "FFFFFF" # White
sectionlowlightcolor    = "0099CC" # Light blue
sectionhighlightcolor   = "006699" # blue
sectionnotefontcolor    = "FFFFFF" # White
historycolor        = "0099CC" # Light blue
avehistorycolor    = "FF0000" # Red
ndayhistorycolor      = "0000FF" # blue
textcolor          = "FFFFFF" # White
linkcolor          = "FFE4C4" # Gray
visitedlinkcolor      = "FFE4C4" # Gray
activelinkcolor    = "FFFFFF" # White
fontstyle          = "Arial, Verdana, Helvetica"



#NEW
# Set here the correct path to the proxyper.ini file.
# ppstats will try to read options out of it.
ProxyIni = "c:\progra~1\proxyper\proxyper.ini"

# NEW HTML output filenames. Put them with the rest.
htmlserver   = "server.html"     # <= NEW
htmldaytop   = "daytop.html"     # <= NEW
htmlhosttop = "hosttop.html"    # <= NEW
htmlweektop = "weektop.html"    # <= NEW
htmlmonthtop     = "monthtop.html"   # <= NEW

#NEW
# An e-mail can been shown via a nickname. D.net also has nicknames on their
# site. The following file contains a mapping between email addresses
# and nicknames.
NameFile = "rc5-name.cache"    # <= NEW

#NEW
# Show a link to the other contest (OGR) in the header
ShowLink = 0      # Don not show the link
#ShowLink = 1    # Show the link in the header

#NEW
# The location url of the other contest.
# Only needed when ShowLink equals 1
HtmlOtherContest = "http://yourserver/ogr/"

#NEW
# GB versions higher then 1.3 cannot make GIF format graphic files
# anymore. This option lets you make PNG files.
UsePNG = 0      # Do not make PNG files, use old GIF format
#UsePNG =  1      # Make new PNG format graphic files.

#NEW
# The day winner page can be displayed using email/nick or
# using hostnames. 
DayTopHosts = 0     # Display day winners by email
#DayTopHosts = 1    # Display day winners by hosts

#NEW
# The entries in the rc5-names.cache and rc5-dns.cache
# can be made CaSe SenSiTiVe by usingthe following option.
#PreserveCase = 0    # Display all names/hosts in lowercase
PreserveCase = 1   # Leave cAsE alone

stukje logfile pproxyrc5220020130.log
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
2002-01-30 00:00:00,rc564 r=4948/9000, d=0/1, 13.6 Mkeys/sec, tot=730
2002-01-30 00:00:00,ogr r=0/0, d=0/0, 0.0 Mnodes/sec, tot=0 stubs
2002-01-30 00:00:00,Status: Uptime: 0.04:00:15, 2 listeners, 0 uplinks
2002-01-30 00:00:00,Status: 0 active clients (peak: 1, mean: 0.00)
2002-01-30 00:00:31,rc564 r=4948/9000, d=0/1, 13.6 Mkeys/sec, tot=730
2002-01-30 00:00:31,ogr r=0/0, d=0/0, 0.0 Mnodes/sec, tot=0 stubs
2002-01-30 00:00:31,Status: Uptime: 0.04:00:46, 2 listeners, 0 uplinks
2002-01-30 00:00:31,Status: 0 active clients (peak: 1, mean: 0.00)
2002-01-30 00:01:02,rc564 r=4948/9000, d=0/1, 13.5 Mkeys/sec, tot=730
2002-01-30 00:01:02,ogr r=0/0, d=0/0, 0.0 Mnodes/sec, tot=0 stubs
2002-01-30 00:01:02,Status: Uptime: 0.04:01:17, 2 listeners, 0 uplinks
2002-01-30 00:01:02,Status: 0 active clients (peak: 1, mean: 0.00)
2002-01-30 00:01:33,rc564 r=4948/9000, d=0/1, 13.5 Mkeys/sec, tot=730
2002-01-30 00:01:33,ogr r=0/0, d=0/0, 0.0 Mnodes/sec, tot=0 stubs
2002-01-30 00:01:33,Status: Uptime: 0.04:01:48, 2 listeners, 0 uplinks
2002-01-30 00:01:33,Status: 0 active clients (peak: 1, mean: 0.00)
2002-01-30 00:02:04,rc564 r=4948/9000, d=0/1, 13.5 Mkeys/sec, tot=730
2002-01-30 00:02:04,ogr r=0/0, d=0/0, 0.0 Mnodes/sec, tot=0 stubs
2002-01-30 00:02:04,Status: Uptime: 0.04:02:19, 2 listeners, 0 uplinks
2002-01-30 00:02:04,Status: 0 active clients (peak: 1, mean: 0.00)
2002-01-30 00:02:35,rc564 r=4948/9000, d=0/1, 13.4 Mkeys/sec, tot=730
2002-01-30 00:02:35,ogr r=0/0, d=0/0, 0.0 Mnodes/sec, tot=0 stubs
2002-01-30 00:02:35,Status: Uptime: 0.04:02:50, 2 listeners, 0 uplinks
2002-01-30 00:02:35,Status: 0 active clients (peak: 1, mean: 0.00)
2002-01-30 00:03:06,rc564 r=4948/9000, d=0/1, 13.4 Mkeys/sec, tot=730
2002-01-30 00:03:06,ogr r=0/0, d=0/0, 0.0 Mnodes/sec, tot=0 stubs
2002-01-30 00:03:06,Status: Uptime: 0.04:03:21, 2 listeners, 0 uplinks
2002-01-30 00:03:06,Status: 0 active clients (peak: 1, mean: 0.00)
2002-01-30 00:03:37,rc564 r=4948/9000, d=0/1, 13.4 Mkeys/sec, tot=730
2002-01-30 00:03:37,ogr r=0/0, d=0/0, 0.0 Mnodes/sec, tot=0 stubs
2002-01-30 00:03:37,Status: Uptime: 0.04:03:52, 2 listeners, 0 uplinks
2002-01-30 00:03:37,Status: 0 active clients (peak: 1, mean: 0.00)
2002-01-30 00:04:08,rc564 r=4948/9000, d=0/1, 13.4 Mkeys/sec, tot=730
2002-01-30 00:04:08,ogr r=0/0, d=0/0, 0.0 Mnodes/sec, tot=0 stubs
2002-01-30 00:04:08,Status: Uptime: 0.04:04:23, 2 listeners, 0 uplinks
2002-01-30 00:04:08,Status: 0 active clients (peak: 1, mean: 0.00)
2002-01-30 00:04:39,rc564 r=4948/9000, d=0/1, 13.3 Mkeys/sec, tot=730
2002-01-30 00:04:39,ogr r=0/0, d=0/0, 0.0 Mnodes/sec, tot=0 stubs

Als dit daadwerkelijk de consolelog is, wat moet ik dan precies aanpassen om te zorgen dat er weer andere logs worden aangemaakt?

Verwijderd

Op woensdag 30 januari 2002 12:11 schreef xoploosx het volgende:
[console]
logfileconsole=c:\progra~1\proxyper\pproxyrc5
logfileconsolerotation=daily
consoleverbosity="general stats keyblock server client buffers timestamp attention errlow errsevere"
timestampflags=130

[rc564]
logfilekeyblock=pproxyrc5
logfilekeyblockrotation=daily
minkeysready=1000
maxkeysready=9000
maxkeysdone=1
verander logfileconsole=c:\progra~1\proxyper\pproxyrc5 A.U.B. in logfileconsole=c:\progra~1\proxyper\conproxyrc5
het probleem zou dan verholpen moeten zijn.

  • Ricoh
  • Registratie: Februari 2000
  • Laatst online: 05-03-2025
[console]
logfileconsole=c:\progra~1\proxyper\pproxyrc5

moet zijn:

[console]
logfileconsole=c:\progra~1\proxyper\console

  • Witlof
  • Registratie: Mei 2000
  • Laatst online: 15:48
Probeer het zo te doen dat je voor iedere log een dir hebt aangemaakt om overzicht te houden tussen de logfiles. En zoals we al dachten gebruik je dus de logfile.

oh en de oplossing is hierboven al gegeven suc6 ermee :)

Oh en vul voor de proxy proxy.dpc-de.com ipv dpc-de.mine.nu want dan hebben we alles onder 1 domain gevangen mochten er IP wijzigingen optreden :D

Verwijderd

Topicstarter
Hartelijk dank voor alle informatie! Het ziet er naar uit dat ik inderdaad alleen een consolelog had aangemaakt, maar ik ging ervan uit dat ppstats deze log ook gebruikte om de stats te maken.
Ik ga mijn stats lekker resetten en alles opnieuw instellen denk ik.. Ze draaiden toch pas een paar dagen, maar ik wilde wel ff weten wat er nu mis was, voor het geval dat het over een tijdje weer fout gaat.
Het stomme is dat het eerst wel goed werkte, dus ik zal wel iets veranderd hebben in de ini (kan me er niets van herinneren maar goed..). De restart van de proxy zorgde vervolgens dat de problemen begonnen.
Nogmaals bedankt!
Pagina: 1