i'm testing sexyz as zmodem external protocol on aliens.ph.
downloading works.
uploading doesn't seem to.
will dig deeper in the next week.
my current suspicion is the free disk space function is borked or
something.
after recompiling, WWIV now accepts uploads again.Should I try it in windows and see how it behaves?
note the change was simply to make the const auto instead of long.
trying to get uploading (internal and external) to work again next.
RE: Re: testing sexyz on wwiv on linux on aliens
BY: Xenos #1 @60
after recompiling, WWIV now accepts uploads again.
note the change was simply to make the const auto instead of long.
trying to get uploading (internal and external) to work again next.Should I try it in windows and see how it behaves?
1
2* |10message brought to you by |15Inland Utopia BBS mail reader.
RE: Re: testing sexyz on wwiv on linux on aliens
BY: Xenos #1 @60
after recompiling, WWIV now accepts uploads again.
note the change was simply to make the const auto instead of long.
trying to get uploading (internal and external) to work again next.Should I try it in windows and see how it behaves?
Yes. Test with the different protocols, please. Internal and external (SEXYZ).could the build machine be fired up for that?
RE: Re: testing sexyz on wwiv on linux on aliens
BY: Xenos #1 @60
Yes. Test with the different protocols, please. Internal and external (SEXYZ).could the build machine be fired up for that?
after recompiling, WWIV now accepts uploads again.
note the change was simply to make the const auto instead of long.
trying to get uploading (internal and external) to work again next.
RE: Re: testing sexyz on wwiv on linux on aliens
BY: Xenos #1 @60
after recompiling, WWIV now accepts uploads again.
note the change was simply to make the const auto instead of long.
trying to get uploading (internal and external) to work again next.
Send a PR for that, ping me and I'll approve
RE: Re: testing sexyz on wwiv on linux on aliens
BY: Xenos #1 @60
On Monday,December 22, 2025 at 04:46 AM, Xenos wrote:
i'm testing sexyz as zmodem external protocol on aliens.ph.
downloading works.
uploading doesn't seem to.
will dig deeper in the next week.
my current suspicion is the free disk space function is borked or something.
ok. the initial problem i was seeing was that WWIV was complaining about
not enough free disk space for uploading.
simple fix was to change batch.cpp
diff --git a/bbs/batch.cpp b/bbs/batch.cpp
index 2b039718e..c2baf6818 100644
--- a/bbs/batch.cpp
+++ b/bbs/batch.cpp
@@ -811,7 +811,7 @@ void upload(int dn) {
}
const auto& d = a()->dirs()[dn];
dliscan1(d);
- const long free_space = File::freespace_for_path(d.path);
+ const auto free_space = File::freespace_for_path(d.path);
if (free_space < 100) {
bout.outstr("\r\nNot enough disk space to upload here.\r\n\n");
return;
after recompiling, WWIV now accepts uploads again.
note the change was simply to make the const auto instead of long.
trying to get uploading (internal and external) to work again next.
RE: Re: testing sexyz on wwiv on linux on aliens
BY: Xenos #1 @60
Yes. Test with the different protocols, please. Internal and external (SEXYZ).could the build machine be fired up for that?
| Sysop: | Amessyroom |
|---|---|
| Location: | Fayetteville, NC |
| Users: | 58 |
| Nodes: | 6 (1 / 5) |
| Uptime: | 06:36:44 |
| Calls: | 780 |
| Calls today: | 4 |
| Files: | 1,280 |
| D/L today: |
17 files (42,048K bytes) |
| Messages: | 188,434 |
| Posted today: | 2 |