~dr|z3d
@RN
@StormyCloud
@T3s|4
@T3s|4_
@eyedeekay
@orignal
@postman
@zzz
%Liorar
%cumlord
%snex
+FreefallHeavens
+Xeha
+ardu
+bak83
+hk
+mareki2p
+poriori
+r00tobo_BNC
+uop23ip
+weko
AHOH
Arch
Danny
DeltaOreo
FreeB
Irc2PGuest137180
Irc2PGuest15601
Irc2PGuest28373
Irc2PGuest64178
Meow
Onn4l7h
Onn4|7h
acetone_
idontpee
maylay
not_bob_afk
profetik1
qend-irc2p
radakayot_
shiver_
simprelay
solidx66_
thetia
u5657
username
woodwose
zer0bitz
mareki2p
Got the problem with snark and torrent edit. Reproduced on I2P Java 2.8.2-0 non-plus. It is related to temp directory, more specifically the temp path, it must exist. In my case it is "c:\Users\xxx\AppData\Local\Temp\2\i2p-LJWzwMi-.tmp\i2psnark-429738898". When I do temp cleaning from time to time (like now) I delete all files and directories that are not blocked. This includes the empty directory i2psnark-4297
mareki2p
38898. The I2P is not blocking deletion of this directory and after it creates it, it assumes it is still there (bad assumption, things in temp might disappear). Now, try to edit a torrent --> failure. Re-create this directory, edit torrent --> success. Solution: Before editing a torrent and trying to save it to some path, create all the sub-directories in that path first.
mareki2p
zzz: dr|z3d: Got the root cause of my torrent editing issue.
zzz
great
zzz
we now have some code to 'refresh' the temp dir timestamps to prevent removal by systemd, debian/ubuntu is about to enable that by default. If you have manual cleaning don't delete ours ))
mareki2p
If creation of the temp dir succeeded once, then it disappeared, it should not be difficult to re-create it each time I2P/snark wants to store something in it.
zzz
would rather not, and we now have the code to thwart systemd
zzz
systemd default is 10 days old, our code is now updating mod time every 23 hours, adjust your temp cleaning script to check mod time
zzz
or just enable systemd cleaning and throw out your script
mareki2p
ok