Virtual Private Server (VPS) Hosting provided by Central Point Networking cpnllc.com
For some reason, the "Nodelist" and "Recent Callers" features are not working.
| Sysop: | Ray Quinn |
|---|---|
| Location: | Visalia, CA |
| Users: | 60 |
| Nodes: | 10 (0 / 10) |
| Uptime: | 64:16:11 |
| Calls: | 12 |
| Files: | 12,938 |
| Messages: | 99,116 |
Check out the US 99 menu above for links to information about US Highway 99, after which the US 99 BBS is named.
Be sure to click on the Amateur Radio menu item above for packet BBSes, packet software, packet organizations, as well as packet how-to's. Also included is links to local and some not-so-local Amateur Radio Clubs.
Good afternoon,
I am running a DOS BBS system under DOSBOX-X. When the DOS tosser
(squish) creates the *.flo files, it is writing the filename out to
the flo in lowercase. However, DOSBOX-X is saving the mail archives
to the host OS system (linux) in UPPERCASE.
When binkd (on linux) tries an action on the flo file, it does not
find the matching dataset name and deletes the flo file without
sending the mail.
I have done some research and it sounds like the DOSBOX dev team
believes that writing in UPPERCASE is not a bug because DOS w/o LFN
support only supports UPPERCASE.
I have tried turning on LFN support and changing a couple of other
settings but none of them cause DOSBOX-X to write the dataset names
to the host OS system in lowercase.
Does anyone know if there is a trick to get DOSBOX-X to write files
to linux with lowercase names?
Is there a way to use the "ftrans" in the binkd.cfg file to cause it
to ignore the filename case that it finds in the flo files?
Couple of quick notes... I am using DOSBOX-X over dosemu because the
BBS software developer does not support dosemu because he doesn't use
linux, and I am using squish because the BBS software FTN "shim"
program doesn't work with crashmail.
Thanks!
$$
--- SBBSecho 3.20-Linux
* Origin: capitolcityonline.net * Telnet/SSH:2022/HTTP (1:2320/105)
Does anyone know if there is a trick to get DOSBOX-X to write files to
linux with lowercase names?
You could use fileboxes to store outbound mail. Binkd can send aLL fILeS from the fileboxes.
I don't know if your tosser supports fileboxes.
Does anyone know if there is a trick to get DOSBOX-X to write files to linux with lowercase names?
You could use fileboxes to store outbound mail. Binkd can send aLL fILeS from the fileboxes.
I don't know if your tosser supports fileboxes.
I am running a DOS BBS system under DOSBOX-X. When the DOS tosser
(squish) creates the *.flo files, it is writing the filename out to
the flo in lowercase. However, DOSBOX-X is saving the mail archives
to the host OS system (linux) in UPPERCASE.
Have you tried
[dosbox]
lower_case_filesystem = true
in your dosbox-x.conf file?
I checked the "universal" conf file and didn't see that setting. I have now tried it. Files written are still all in UPPERCASE on the host os.
I checked the "universal" conf file and didn't see that setting. I have now
tried it. Files written are still all in UPPERCASE on the host os.
I think I did have that problem once and the way I got around it was to create
a vfat filesystem for that directory.
You can use dd to create a small file and then format it as vfat, mount it to /mnt and copy your files over, and unmount and remount to the new location and
add it to fstab. This is one way I found around the issue, but I'm sure sure it's going to help in your case.
You could create a symlink from the lower to upper case name if you know what it's going to be in advance or after the dos program has run? I'd need to know
more about how it's used I guess.
I think I did have that problem once and the way I got around it was to
create a vfat filesystem for that directory.
That is another idea worth trying.