@eyedeekay
&Irc2PGuest88200
&zzz
+R4SAS
+RN
+StormyCloud
+T3s|4
+acetone
+dr|z3d
+eche|off
+hagen
+mareki2p
+orignal
+postman
+radakayot
+segfault
+snex
Arch2
Danny
DeltaOreo
FreeB
FreefallHeavens
Irc2PGuest53192
Irc2PGuest59134
Irc2PGuest59581
Irc2PGuest64993
Irc2PGuest69585
Irc2PGuest96449
Onn4l7h
Onn4|7h
Sisyphus
Sleepy
T3s|4_
aeiou
ardu
b3t4f4c3___
b4dab00m
bak83_
boonst
carried6590
cumlord
death
dr4wd3
duck
eyedeekay_bnc
not_bob_afk
onon_
phil1
phobos
pisslord
poriori_
profetikla
qend-irc2p
rapidash
shiver_1
solidx66
thetia
u5657
uop23ip
w8rabbit
x74a6
UDP
Hi there
UDP
Hope everyone's doing well
UDP
Just wanted to check in and know if the testing for my reseed server is going well :)
dr|z3d
hi UDP
dr|z3d
I think it's (mostly) safe to say tests are fine, zzz reports it's working, I haven't tested lately.
UDP
Awesome, glad to hear that :)
UDP
If you have any questions about me as an operator, or any feedback, feel free to let me know.
RN
I have a question. How did you come to your nickname?
dr|z3d
zzz: re profile expiry, this line's making me scratch my head.. does this look right to you? if ((expireOlderThan > 0) && (prof.getLastSendSuccessful() <= expireOlderThan)) {
dr|z3d
that's setting a condition for dropping a profile, but that looks like it's dropping profiles that are fresh, not stale.
dr|z3d_
or maybe I'm barking up the wrong tree.
dr|z3d
on a parallel note, in ProfileOrganizer: // TODO maybe we should delete files, otherwise they are only deleted at restart
dr|z3d
looks like one of yours, zzz. not touched this code:
dr|z3d
CRIT […obQueue 2/6] …r.JobQueueRunner: Error processing job [Verify NetDb Store] on thread 1
dr|z3d
java.lang.ClassFormatError: LineNumberTable attribute has wrong length in class file net/i2p/router/crypto/ratchet/RatchetTagSet
dr|z3d
at net.i2p.router.crypto.ratchet.RatchetSKM.tagsReceived(RatchetSKM.java:516)
dr|z3d
at net.i2p.router.networkdb.kademlia.MessageWrapper.generateSession(MessageWrapper.java:249)
dr|z3d
at net.i2p.router.networkdb.kademlia.FloodfillVerifyStoreJob.runJob(FloodfillVerifyStoreJob.java:173)
dr|z3d
at net.i2p.router.JobQueueRunner.runCurrentJob(JobQueueRunner.java:118)
dr|z3d
at net.i2p.router.JobQueueRunner.run(JobQueueRunner.java:67)
dr|z3d
/**
dr|z3d
* One time session
dr|z3d
* @param expire time from now
dr|z3d
*/
dr|z3d
public void tagsReceived(SessionKey key, RatchetSessionTag tag, long expire) {
dr|z3d
new SingleTagSet(this, key, tag, _context.clock().now(), expire);
dr|z3d
}
dr|z3d
that's a pretty nasty bug, kills all traffic on the router.