Skip to content

'sockbufW overrun' when uploading large file #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
andy5995 opened this issue Jul 12, 2021 · 2 comments
Open

'sockbufW overrun' when uploading large file #33

andy5995 opened this issue Jul 12, 2021 · 2 comments
Labels
help wanted Extra attention is needed

Comments

@andy5995
Copy link
Member

andy5995 commented Jul 12, 2021

Uploading a 100MB+ file to a BBS with minicom and modemu2k, I got several 'sockBufW overrun' messages during the transfer. The file appeared to be ok after transfer though, probably due to crc checking done by minicom, lsrz, the BBS or wherever it's done. ;)

The sockBufW message was generated by modemu2k though

fputs ("\asockBufW overrun.\n", stderr);

@aianson On the Musescore appimage I uploaded, is the md5sum 8a7c100a19fd78e1c43fccd5c1db27a6 ?

And the file size 160305128 ?

@aianson
Copy link
Collaborator

aianson commented Jul 12, 2021 via email

@andy5995 andy5995 added the help wanted Extra attention is needed label Jul 13, 2021
@andy5995
Copy link
Member Author

On Mon, 12 Jul 2021 10:28:02 -0700 Andy Alt @.***> wrote: Uploading a 100MB+ file to a BBS with minicom and modemu2k, I got several 'sockbufW overrun' messages during the transfer. The file appeared to be ok after transfer though, probably due to crc checking done by minicom, lsrz, the BBS or wherever it's done. ;)
Using BBBS Toy-4 zmodem uploads seemed to be broken, completely. That seems to be fixed in Toy-5, or at least it is working better. I think I can make lrzsz an option if need be. I'll look into that.

I don't think there's a need. I was referring to the lrzsz on my end, and poorly expressing that I don't really understand how the CRC checking works for file transfers. ;)

@aianson On the Musescore appimage I uploaded, is the md5sum 8a7c100a19fd78e1c43fccd5c1db27a6 ? And the file size 160305128 ?
Yes, the size and md5sum looks good to me.

Thanks for confirming

Bterm may make your life better, or not.. ;)

Oh, I hadn't heard of Bterm before. I had tried syncterm and it seemed pretty good.

I gotta use modemu2k though, so I can find bugs, and maybe even fix them one day. :)

I don't think the sockBufW messages I got are going to be very problematic, since the file transfer worked, but it would be good if I could figure out the cause and fix it sometime. I honestly don't understand the modemu2k code base very well yet, but maybe someday.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants