Skip to content
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

SET HOST does nothing for NetBIOS connections on OS/2 #339

Closed
Tracked by #8
davidrg opened this issue Sep 29, 2024 · 0 comments · Fixed by #340
Closed
Tracked by #8

SET HOST does nothing for NetBIOS connections on OS/2 #339

davidrg opened this issue Sep 29, 2024 · 0 comments · Fixed by #340
Labels
bug OS/2 Kermit/2 only (or required for OS/2 support)

Comments

@davidrg
Copy link
Owner

davidrg commented Sep 29, 2024

Following the instructions in the Kermit 95 manual in Kermit 95 2.1.2 on OS/2 Warp 4 and OS/2 Warp 4 Advanced Server, on the server:

set network netbios k2server
set host *

and on the client:

set network netbios k2client
set host k2server

Does nothing at all. The debug log indicates set host is silently failing. Trying to connect fails claiming there is no active connection.

Doing the same in C-Kermit 5A(191) works fine. The server outputs a message indicating its listening for connections, and the client says its calling k2server and connect switches to the terminal screen.

Looking at what code is available, it would seem the code to initiate a connection for NetBIOS in setlin(), ckuus7.c disappeared sometime between C-Kermit 6.0 (Kermit 95 1.1.17, June 1998) and C-Kermit 7.0 (Kermit 95 1.1.19, February 2000). Unless the documentation is totally wrong, it seems likely that K95 1.1.17 was the last release in which NetBIOS actually worked on OS/2.

@davidrg davidrg added bug OS/2 Kermit/2 only (or required for OS/2 support) labels Sep 29, 2024
This was referenced Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug OS/2 Kermit/2 only (or required for OS/2 support)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant