DM, this is my second reply to you on this... Just thought of another thing that might be relevant - I did this same FREQ test from my main BBS to several other FidoNet systems, and got the same results (two .req files sent, and the requested file sent back twice from their system. The SBBS build is newer on the "test point" system - master/3fa76bald ; and the main/real BBS is 21980aee6. Both on Linux. Just wanted you to have this info.
Digital Man wrote to Gamgee <=-
Re: Re: File Request question
By: Gamgee to Digital Man on Wed Dec 24 2025 07:47 am
DM, this is my second reply to you on this... Just thought of another thing that might be relevant - I did this same FREQ test from my main BBS to several other FidoNet systems, and got the same results (two .req files sent, and the requested file sent back twice from their system. The SBBS build is newer on the "test point" system - master/3fa76bald ; and the main/real BBS is 21980aee6. Both on Linux. Just wanted you to have this info.
Did you confirm the that FREQ file si actually sent twice? If it was,
it would appear in the BinkP-related log output on both systems. Was
that observed?
It sounds like the REQ file is being included in a file reference flow file (*.*lo). It should not be, see FTS-5005 for details.
DM, this is my second reply to you on this... Just thought of another thing that might be relevant - I did this same FREQ test from my main BBS to several other FidoNet systems, and got the same results (two .req files sent, and the requested file sent back twice from their system. The SBBS build is newer on the "test point" system - master/3fa76bald ; and the main/real BBS is 21980aee6. Both on Linux. Just wanted you to have this info.
The simplest way to do a FREQ is:
echo filenameiwant.foo >> /sbbs/ftn/outbound/0e32000c.req
That's not super difficult, but not as easy as "FR:filename" in the
subject line of a netmail, IMHO.
Digital Man wrote to Gamgee <=-
Re: Re: File Request question
By: Gamgee to Digital Man on Wed Dec 24 2025 07:47 am
DM, this is my second reply to you on this... Just thought of another thing that might be relevant - I did this same FREQ test from my main BBS to several other FidoNet systems, and got the same results (two .req files sent, and the requested file sent back twice from their system. The SBBS build is newer on the "test point" system - master/3fa76bald ; and the main/real BBS is 21980aee6. Both on Linux. Just wanted you to have this info.
Thanks, should be fixed now, based on Deuce's analysis and feedback.
Reading the wiki, the oddball way it's describing there, it's important to note that the .req file is not being created in the outbound dir.
I believe you, but don't know why that's important here.
The simplest way to do a FREQ is:
echo filenameiwant.foo >> /sbbs/ftn/outbound/0e32000c.req
That's not super difficult, but not as easy as "FR:filename" in the
subject line of a netmail, IMHO.
If you then want to force a callout:
touch /sbbs/ftn/outbound/0e32000c.dlo
(Or run binkit -l 1:3634/12)
But wouldn't that just create an empty (0 byte) .dlo file which would
not be pointing at the .req file? Normally a .?lo file is a text
listing of the actual filename/pkt/.?ut to be sent. In this case the
.dlo file wouldn't have that info.
Also appreciate you, Deuce. :-)
Deuce wrote to Gamgee <=-
Re: Re: File Request question
By: Gamgee to Deuce on Wed Dec 24 2025 02:21 pm
Reading the wiki, the oddball way it's describing there, it's important to note that the .req file is not being created in the outbound dir.
I believe you, but don't know why that's important here.
Because wuth the REQ file in the outbound dir, it will get sent twice.
;)
The simplest way to do a FREQ is:
echo filenameiwant.foo >> /sbbs/ftn/outbound/0e32000c.req
That's not super difficult, but not as easy as "FR:filename" in the
subject line of a netmail, IMHO.
Ah, I had thought you were doing the manual method, not the Synchronet method using SBBSEcho.
If you then want to force a callout:
touch /sbbs/ftn/outbound/0e32000c.dlo
(Or run binkit -l 1:3634/12)
But wouldn't that just create an empty (0 byte) .dlo file which would
not be pointing at the .req file? Normally a .?lo file is a text
listing of the actual filename/pkt/.?ut to be sent. In this case the
.dlo file wouldn't have that info.
Yes, the empty .flo file is a "flow file" that causes a callout as soon
as possible.
Packet files (.?ut) also do no show up in .?lo files since they trigger
a callout on their own.
REQ files are special in that they're transferred during connections
but *do not* trigger a callout, so to trigger a callout rather than
just wait for the next time you connect, you need to create a file that does trigger a callout. That's what a zero-length .dlo file does.
Deuce wrote to Gamgee <=-
Re: Re: File Request question
By: Gamgee to Digital Man on Thu Dec 25 2025 07:43 pm
Also appreciate you, Deuce. :-)
No problem, I really do appreciate you reporting the issue and
following up with details. That behaviour makes finding and fixing problems like this easy for us.
Re: Re: File Request question
By: Gamgee to Deuce on Wed Dec 24 2025 02:21 pm
That's not super difficult, but not as easy as "FR:filename" in the subject line of a netmail, IMHO.
I send a netmail with FR:AP251227.ZIP, but when I check the log, it appears without the extension and I receive an error message.
Here's the log:
2025-12-27 17:30:02 Created NetMail (1.msg) from Tanausu Martin (21:3/219) to Andrew Leary (21:4/105), attr: 0981 (PRIVATE, KILLSENT, LOCAL, FREQ), subject: AP251227.
I send a netmail with FR:AP251227.ZIP, but when I check the log, it appears without the extension and I receive an error message.
Here's the log:
2025-12-27 17:30:02 Created NetMail (1.msg) from Tanausu Martin (21:3/219) to Andrew Leary (21:4/105), attr: 0981 (PRIVATE, KILLSENT, LOCAL, FREQ), subject: AP251227.
This is more a Digital Man issue, but I do note that the prefix ("FR:")
is the same length as the part truncated from the end ("ZIP").
Not sure if that's related or not.
Re: Re: File Request question
By: Tanausu M. to Deuce on Sat Dec 27 2025 06:37 pm
I send a netmail with FR:AP251227.ZIP, but when I check the log, it appears without the extension and I receive an error message.
Here's the log:
2025-12-27 17:30:02 Created NetMail (1.msg) from Tanausu Martin (21:3/219) to Andrew Leary (21:4/105), attr: 0981 (PRIVATE, KILLSENT, LOCAL, FREQ), subject: AP251227.
This is more a Digital Man issue, but I do note that the prefix ("FR:") is the same length as the part truncated from the end ("ZIP").
Not sure if that's related or not.
I wasn't able to reproduce this (see the extension is included in the filename from the file request subject line):
I wasn't able to reproduce this (see the extension is included in the filename from the file request subject line):
12/29/25 03:53:36 Created NetMail (2.msg) from Rob Swindell (1:103/705) to wx6yyz (1:103/13), attr: 0983 (PRIVATE, CRASH, KILLSENT, LOCAL, FREQ), subject: FILENAME.EXT
12/29/25 03:53:36 BSO file request from Rob Swindell (1:103/705) to wx6yyz (1:103/13): FILENAME.EXT
--
digital man (rob)
What I've done is create a script, and it seems to avoid that bug. Does anyone know where the bug is? I'll have to compile the master branch to see if it disappears and saves me all this trouble.
Sorry for filling up the message with all of the following.
sbbsecho.log
2025-12-29 18:24:22 NetMail (1.msg) created from Tanausu Martin (2:341/207) to Jeff Earle (1:229/700), attr: 0983 (PRIVATE, CRASH, KILLSENT, LOCAL, FREQ), subject: FR:AP251228.ZIP
Hello. I've also provided little to no information. I'm currently using what I believe is one of the latest versions of dailybuild_linux_x64, but with FreeBSD 15. I don't know if the master branch would change anything regarding that minor bug.
Currently, I can't switch the server to another Linux system. It's something beyond my control.
Re: Re: File Request question
By: Tanausu M. to Digital Man on Mon Dec 29 2025 06:53 pm
What I've done is create a script, and it seems to avoid that bug. Does anyone know where the bug is? I'll have to compile the master branch to see if it disappears and saves me all this trouble.
Sorry for filling up the message with all of the following.
sbbsecho.log
2025-12-29 18:24:22 NetMail (1.msg) created from Tanausu Martin (2:341/207) to Jeff Earle (1:229/700), attr: 0983 (PRIVATE, CRASH, KILLSENT, LOCAL, FREQ), subject: FR:AP251228.ZIP
The "FR:" isn't supposed to actually be part of the subject stored in the message header. If you include the "FR:" prefix in a netmail subject that you enter from within Synchronet (the terminal server), it'll strip the "FR:" prefix and add the FREQ attribute. This message you're showing has both the FREQ attribute *and* the "FR:" prefix in the subject. That's not correct.
Re: Re: File Request question
By: Tanausu M. to Digital Man on Mon Dec 29 2025 06:53 pm
Hello. I've also provided little to no information. I'm currently using what I believe is one of the latest versions of dailybuild_linux_x64, but with FreeBSD 15. I don't know if the master branch would change anything regarding that minor bug.
Currently, I can't switch the server to another Linux system. It's something beyond my control.
Can you at least run a FreeBSD build instead of a Linux one?
| Sysop: | Synthaetica |
|---|---|
| Location: | Toronto, Canada |
| Users: | 5 |
| Nodes: | 4 (0 / 4) |
| Uptime: | 275:22:45 |
| Calls: | 24 |
| Calls today: | 1 |
| Messages: | 7,200 |