• cygwin inetutils...

    From Shurato@618:300/50 to All on Mon Jan 22 12:56:00 2024
    Has anyone been able to install this? It's got what I think might be a passable telnet commandline client. I can't install it though, I get fatal errors when running make. It took long enough to get cygwin installed with
    gcc and make to get that far...

    make[3]: Entering directory '/inetutils-2.5/lib'
    make[4]: Entering directory '/inetutils-2.5/lib'
    make[5]: Entering directory '/inetutils-2.5/lib'
    make[5]: Nothing to be done for 'install-exec-am'.
    make[5]: Nothing to be done for 'install-data-am'.
    make[5]: Leaving directory '/inetutils-2.5/lib'
    make[4]: Leaving directory '/inetutils-2.5/lib'
    make[3]: Leaving directory '/inetutils-2.5/lib'
    make[2]: Leaving directory '/inetutils-2.5/lib'
    Making install in libinetutils
    make[2]: Entering directory '/inetutils-2.5/libinetutils'
    CC tftpsubs.o
    tftpsubs.c:68:10: fatal error: arpa/tftp.h: No such file or directory
    68 | #include <arpa/tftp.h>
    | ^~~~~~~~~~~~~
    compilation terminated.
    make[2]: *** [Makefile:2014: tftpsubs.o] Error 1
    make[2]: Leaving directory '/inetutils-2.5/libinetutils'
    make[1]: *** [Makefile:2024: install-recursive] Error 1
    make[1]: Leaving directory '/inetutils-2.5'
    make: *** [Makefile:2328: install] Error 2

    Don't know what to do with that...

    ---
    Shurato, Sysop Shurato's Heavenly Sphere (ssh, telnet, pop3, ftp,nntp)
    (ports 22, 23, 110, 21, 119) (ssh: login bbs password shsbbs)


    *** THE READER V4.50 [freeware]
    ---
    * Origin: Shurato's Heavenly Sphere telnet://shsbbs.net (618:300/50)
  • From Sean Dennis@618:618/1 to Shurato on Mon Jan 22 21:26:00 2024
    tftpsubs.c:68:10: fatal error: arpa/tftp.h: No such file or directory
    68 | #include <arpa/tftp.h>

    Don't know what to do with that...

    Looks like you're missing a library somewhere.

    -- Sean

    --- ProBoard v2.17 [Reg]
    * Origin: Outpost BBS * Johnson City, TN (618:618/1)
  • From Shurato@618:300/50 to Sean Dennis on Tue Jan 23 12:12:00 2024
    tftpsubs.c:68:10: fatal error: arpa/tftp.h: No such file or directory
    68 | #include <arpa/tftp.h>

    Don't know what to do with that...

    Looks like you're missing a library somewhere.

    I'm using the source provided. Has anyone successfully compiled inetutils?

    ---
    Shurato, Sysop Shurato's Heavenly Sphere (ssh, telnet, pop3, ftp,nntp)
    (ports 22, 23, 110, 21, 119) (ssh: login bbs password shsbbs)


    *** THE READER V4.50 [freeware]
    ---
    * Origin: Shurato's Heavenly Sphere telnet://shsbbs.net (618:300/50)
  • From Digimaus@618:618/1 to Shurato on Thu Jan 25 17:46:04 2024
    Shurato wrote to Sean Dennis <=-

    I'm using the source provided. Has anyone successfully compiled inetutils?

    Just because you have the source doesn't mean you have all the dependencies installed.

    I was able to install inetutils-tools and inetutils-telnet without any
    issues on my Devuan Linux laptop.

    -- Sean
    --- MultiMail/Linux v0.52
    * Origin: Outpost BBS * Johnson City, TN (618:618/1)
  • From Shurato@618:300/50 to Digimaus on Fri Jan 26 12:47:00 2024
    * In a message originally to Shurato, Digimaus said:

    Shurato wrote to Sean Dennis <=-

    I'm using the source provided. Has anyone successfully compiled inetutils?

    Just because you have the source doesn't mean you have all the
    dependencies installed.

    I was able to install inetutils-tools and inetutils-telnet without any issues on my Devuan Linux laptop.

    Ok, thanks! I didn't see any listed dependencies and only tried to install
    it in cygwin under Windows 10 64 Bit Pro.

    ---
    Shurato, Sysop Shurato's Heavenly Sphere (ssh, telnet, pop3, ftp,nntp)
    (ports 22, 23, 110, 21, 119) (ssh: login bbs password shsbbs)


    ---
    * Origin: Shurato's Heavenly Sphere telnet://shsbbs.net (618:300/50)
  • From Sean Dennis@618:618/1 to Shurato on Fri Jan 26 15:33:10 2024
    Ok, thanks! I didn't see any listed dependencies and only tried to install it in cygwin under Windows 10 64 Bit Pro.

    I have never tried to use cygwin before but I have been told it can be difficult to work with at times. Good luck with it.

    -- Sean


    --- ProBoard v2.17 [Reg]
    * Origin: Outpost BBS * Johnson City, TN (618:618/1)
  • From Jas Hud@618:250/1 to Sean Dennis on Fri Jan 26 16:57:01 2024
    To: Sean Dennis
    Re: Re: cygwin inetutils...
    By: Sean Dennis to Shurato on Fri Jan 26 2024 03:33 pm

    From Newsgroup: micronet.comp

    Ok, thanks! I didn't see any listed dependencies and only tried to install it in cygwin under Windows 10 64 Bit Pro.

    I have never tried to use cygwin before but I have been told it can be difficult to work with at times. Good luck with it.


    it's not really difficult but it's like a big hack.
    i'd rather crack open a linux vm.
    if he tried to install it on cygwin under windows that's probably the problem right there. I havent used it in a few years but it's just good for the basics last time i saw it.
    --- Synchronet 3.19b-Win32 NewsLink 1.113
    * bbses.info - http://bbses.info - telnet://bbses.info
    * Origin: capitolcityonline.net * Telnet/SSH:2022/HTTP (618:250/1)
  • From Kurt Weiske@618:300/16 to Sean Dennis on Sun Jan 28 10:14:00 2024
    Sean Dennis wrote to Shurato <=-

    I have never tried to use cygwin before but I have been told it can be difficult to work with at times. Good luck with it.

    I support a production environment in AWS, mostly running python
    scripts on NGINX. Our dev folks use a mixture of Ubuntu boxes running
    in a local test environment on VMWare in the office.

    We used to use cygwin as a local environment, but I started moving
    people to WSL, and I think everyone's using WSL now - except for the
    one guy running the Slack to IRC gateway who still uses cygwin.



    ... Cascades
    --- MultiMail/Win v0.52
    * Origin: realitycheckBBS.org -- information is power. (618:300/16)
  • From August Abolins@618:400/23.10 to Kurt Weiske on Sun Jan 28 17:25:00 2024
    Hello Kurt!

    ** On Sunday 28.01.24 - 10:14, Kurt Weiske wrote to Sean Dennis:

    We used to use cygwin as a local environment, but I
    started moving people to WSL, and I think everyone's
    using WSL now - except for the one guy running the Slack
    to IRC gateway who still uses cygwin.

    WSL sounds like an interesting thing. Reminds me of the
    versatility of Win/OS2.

    --
    ../|ug

    --- OpenXP 5.0.58
    * Origin: (618:400/23.10)
  • From Digimaus@618:618/1 to Kurt Weiske on Sun Jan 28 20:17:24 2024
    Kurt Weiske wrote to Sean Dennis <=-

    one guy running the Slack to IRC gateway who still uses cygwin.

    Isn't Slack based on IRC? I know Twitch.tv's chat is IRC-based
    (evidently you can telnet to it but I've not tried).

    I'm trying out MCEdit for my editor in Multimail and it seems to work
    nicely so far.

    -- Sean

    ... I hit my CTRL key but I'm STILL not in control.
    --- MultiMail/Linux v0.52
    * Origin: Outpost BBS * Johnson City, TN (618:618/1)
  • From Jas Hud@618:250/1 to Digimaus on Mon Jan 29 05:57:30 2024
    To: Digimaus
    Re: cygwin inetutils...
    By: Digimaus to Kurt Weiske on Sun Jan 28 2024 08:17 pm

    From Newsgroup: micronet.comp

    Kurt Weiske wrote to Sean Dennis <=-

    one guy running the Slack to IRC gateway who still uses cygwin.

    Isn't Slack based on IRC? I know Twitch.tv's chat is IRC-based
    (evidently you can telnet to it but I've not tried).


    everything pretty much borrows from everything nowadays.
    i wouldn't use cygwin for anything serious. i used it just to use linux apps on windows but now you dont need to do that with the wsl. also i'm paying money every month for a linux dedi
    --- Synchronet 3.19b-Win32 NewsLink 1.113
    * bbses.info - http://bbses.info - telnet://bbses.info
    * Origin: capitolcityonline.net * Telnet/SSH:2022/HTTP (618:250/1)
  • From Kurt Weiske@618:300/16 to Digimaus on Mon Jan 29 06:43:00 2024
    Digimaus wrote to Kurt Weiske <=-


    I'm trying out MCEdit for my editor in Multimail and it seems to work nicely so far.

    I'm a QEDIT fan. I found a copy of TSE, the Semware Editor, for Win32.
    It's the nicest Windows console editor I've found.



    ... A very small object -Its centre
    --- MultiMail/Win v0.52
    * Origin: realitycheckBBS.org -- information is power. (618:300/16)
  • From Kurt Weiske@618:300/16 to August Abolins on Mon Jan 29 07:06:00 2024
    August Abolins wrote to Kurt Weiske <=-

    WSL sounds like an interesting thing. Reminds me of the
    versatility of Win/OS2.

    It feels like running a full linux distro in a VM, but more tightly
    coupled to the file system and the UI.



    ... All of my certifications are self-signed.
    --- MultiMail/Win v0.52
    * Origin: realitycheckBBS.org -- information is power. (618:300/16)
  • From Mike Powell@618:250/1 to KURT WEISKE on Mon Jan 29 11:34:00 2024
    I'm a QEDIT fan. I found a copy of TSE, the Semware Editor, for Win32.
    It's the nicest Windows console editor I've found.

    Still using QEDIT here, too. Using it to reply to this message. ;)

    Mike


    * SLMR 2.1a * Computers make very fast, very efficient mistakes.
    --- SBBSecho 3.14-Linux
    * Origin: capitolcityonline.net * Telnet/SSH:2022/HTTP (618:250/1)
  • From Digimaus@618:618/1 to Kurt Weiske on Mon Jan 29 12:26:54 2024
    I'm a QEDIT fan. I found a copy of TSE, the Semware Editor, for Win32. It's the nicest Windows console editor I've found.

    TSE is now open source. It is nice under Windows but is mostly broken under Linux and seems it'd need a rewrite. I prefer joe for my offline mail as it allows up to 10 defineable macros which makes writing eaier for me.

    -- Sean

    ... Water is heavier than butane because butane is a lighter fluid.
    --- MultiMail/Linux v0.52
    * Origin: Outpost BBS * Johnson City, TN (618:618/1)
  • From Jas Hud@618:250/1 to Kurt Weiske on Mon Jan 29 13:27:52 2024
    To: Kurt Weiske
    Re: Re: cygwin inetutils...
    By: Kurt Weiske to Digimaus on Mon Jan 29 2024 06:43 am

    From Newsgroup: micronet.comp

    Digimaus wrote to Kurt Weiske <=-


    I'm trying out MCEdit for my editor in Multimail and it seems to work nicely so far.

    I'm a QEDIT fan. I found a copy of TSE, the Semware Editor, for Win32.
    It's the nicest Windows console editor I've found.



    yedit (edit.com clone) and kinestics editor aka kit are good

    http://www.malsmith.net/edit/

    kit editor's website is gone but i asked the author to put it up
    on his current site
    https://i.imgur.com/mgydGiI.png

    i'll be making a mirror once i find the official archive.
    --- Synchronet 3.19b-Win32 NewsLink 1.113
    * bbses.info - http://bbses.info - telnet://bbses.info
    * Origin: capitolcityonline.net * Telnet/SSH:2022/HTTP (618:250/1)
  • From Kurt Weiske@618:300/16 to Mike Powell on Tue Jan 30 06:20:00 2024
    Mike Powell wrote to KURT WEISKE <=-

    I'm a QEDIT fan. I found a copy of TSE, the Semware Editor, for Win32.
    It's the nicest Windows console editor I've found.

    Still using QEDIT here, too. Using it to reply to this message. ;)

    I had QEDIT for DOS and for OS/2 (I used to run the BBS with OS/2 back
    in the '90s...) Qedit for DOS was very poorly behaved under Windows
    2000, I ended up using the OS/2 version under Windows for years. It
    turns out that Windows 2000 ran OS/2 console apps just fine!

    That stopped with XP. :(



    ... THE SEVEN JOURNEYS TO ITSELFNESS
    --- MultiMail/Win v0.52
    * Origin: realitycheckBBS.org -- information is power. (618:300/16)
  • From T.J. Mcmillen@618:500/24 to Kurt Weiske on Tue Jan 30 16:35:54 2024
    turns out that Windows 2000 ran OS/2 console apps just fine!

    That stopped with XP. :(

    That's crazy to know.

    --- Renegade vY2Ka2
    * Origin: Joey, do you like movies about gladiators? (618:500/24)
  • From Jas Hud@618:250/1 to all on Tue Jan 30 17:12:21 2024
    Re: Re: cygwin inetutils...
    By: MRO to Kurt Weiske on Mon Jan 29 2024 01:27 pm


    I'm a QEDIT fan. I found a copy of TSE, the Semware Editor, for Win32. It's the nicest Windows console editor I've found.



    yedit (edit.com clone) and kinestics editor aka kit are good

    http://www.malsmith.net/edit/

    kit editor's website is gone but i asked the author to put it up
    on his current site
    https://i.imgur.com/mgydGiI.png

    i'll be making a mirror once i find the official archive.


    the kit editor made this site for me when i asked about his files. https://files.pismo.net/kit/

    mac windows linux flavors

    --- Synchronet 3.19b-Win32 NewsLink 1.113
    * bbses.info - http://bbses.info - telnet://bbses.info
    * Origin: capitolcityonline.net * Telnet/SSH:2022/HTTP (618:250/1)