Hi All,
# FidoBlitz Development Log
# v0.19 - 2026-05-11
## Enhancement: Log file rotation
A sysop reported FidoBlitz running visibly slowly, with each log line appearing roughly one per second. Investigation found the log had grown to 22 MB - every log write opens the file in `#MODE_READWRITE`, seeks to the end and closes again (the open-append-close pattern that lets sysops edit/truncate the log without crashing FidoBlitz), and on slow Amiga storage
that seek-to-end becomes the bottleneck once the file is large.
After each session, check the active log file's size and if it exceeds `log-maxsize`, rotate it. Rotation is the classic numeric scheme:
delete `<log>.<keep>`, then cascade `.N-1 -> .N` down to `.1 -> .2`, then rename the current log to `.1`. The next write reopens the (now absent) main
log path fresh.
Two new config keywords:
- `log-maxsize <bytes>` - rotation threshold, default 8388608 (8 MB)
- `log-keep <count>` - number of `.1`..`.N` backups to keep, default 5
It will appear on Aminet's Latest packages list in the next day or so.
If you can't wait, then grab it from my website:
https://vk3heg.net/fidoblitz019.lha
-- Stephen --
Rocking Amiganet with an Amiga 4000 and Zeus BBS.
--- Zeus BBS 1.5
* Origin: -:-- Dragon's Lair --:- dragon.vk3heg.net Prt: 6800 (39:901/281.0)
I installed FidoBlitz on my C-Net/5 system. So far so good.
Hi Gary,
On 2026-05-23 16:06:30, you wrote to Stephen Walsh:
I installed FidoBlitz on my C-Net/5 system. So far so good.
And I can now connect to your system using binkd without any problems. I'll
reinstate your nodelist entry!
Bye, Wilfred.
--- FMail-lnx64 2.3.4.1-B20260520
* Origin: FMail development HQ (39:150/200)
[...]# FidoBlitz Development Log
# v0.19 - 2026-05-11
## Enhancement: Log file rotation
I installed FidoBlitz on my C-Net/5 system. So far so good.
I did have an issue with minfree. I got a warning about not having enough space. Currently I have it commented out. Thanks for this.
Hellow Gary,
On Saturday May 23 2026, Gary McCulloch said to Stephen Walsh:
[...]# FidoBlitz Development Log
# v0.19 - 2026-05-11
## Enhancement: Log file rotation
I installed FidoBlitz on my C-Net/5 system. So far so good. I did have an issue with minfree. I got a warning about not having enough space. Currently I have it commented out. Thanks for this.
Just be aware that bad things might/will happen if you run out of drive space.
minfree 2048 worked with AmiBinkD, but I get a warning with FidoBlitz using that same size. I had to drop it to minfree 512 for it
to not get the warning.
On Mon 11-May-2026 8:39p, Stephen Walsh@39:901/281.0 wrote:
Hi All,
# FidoBlitz Development Log
# v0.19 - 2026-05-11
## Enhancement: Log file rotation
A sysop reported FidoBlitz running visibly slowly, with each log line
appearing roughly one per second. Investigation found the log had
grown to 22 MB - every log write opens the file in `#MODE_READWRITE`,
seeks to the end and closes again (the open-append-close pattern that
lets sysops edit/truncate the log without crashing FidoBlitz), and on
slow Amiga storage that seek-to-end becomes the bottleneck once the
file is large.
After each session, check the active log file's size and if it exceeds
`log-maxsize`, rotate it. Rotation is the classic numeric scheme:
delete `<log>.<keep>`, then cascade `.N-1 -> .N` down to `.1 -> .2`,
then rename the current log to `.1`. The next write reopens the (now
absent) main log path fresh.
Two new config keywords:
- `log-maxsize <bytes>` - rotation threshold, default 8388608 (8 MB)
- `log-keep <count>` - number of `.1`..`.N` backups to keep, default 5
It will appear on Aminet's Latest packages list in the next day or so.
If you can't wait, then grab it from my website:
https://vk3heg.net/fidoblitz019.lha
-- Stephen --
Rocking Amiganet with an Amiga 4000 and Zeus BBS.
--- Zeus BBS 1.5
* Origin: -:-- Dragon's Lair --:- dragon.vk3heg.net Prt: 6800
(39:901/281.0)
I installed FidoBlitz on my C-Net/5 system. So far so good.
I did have an issue with minfree. I got a warning about not having enough space. Currently I have it commented out. Thanks for this.
* ACIS Member. AmigaNet ArakNet C=Net DescipleNet FidoNet PiNet
RetroNet
* C-Net/5
* Origin: call.rofbbs.com ports 6800 6400 8502 423-541-8271
rofbbs.com (39:902/518)
Just be aware that bad things might/will happen if you run out of
drive space.
minfree 2048 worked with AmiBinkD, but I get a warning with FidoBlitz using that same size. I had to drop it to minfree 512 for
it to not get the warning.
| Sysop: | Keyop |
|---|---|
| Location: | Huddersfield, West Yorkshire, UK |
| Users: | 714 |
| Nodes: | 16 (2 / 14) |
| Uptime: | 134:28:36 |
| Calls: | 12,087 |
| Files: | 14,997 |
| Messages: | 6,517,354 |