• qwknet issue

    From Ratz@21:2/114 to All on Thu May 2 03:16:25 2019
    Hey all, I guess my ansi screwed that last msg so I'll try again.

    Can someone with a raspberry pi and qwknet on a43 verify that they can post msgs ok. I get this in my log after trying to post on dovenet.

    Exported @vert.rep -> 0 msgs

    I think it's been doing this since the upgrade to a43
    but not sure. I can rcv fine.

    thanks

    --- Mystic BBS v1.12 A43 2019/03/03 (Raspberry Pi/32)
    * Origin: Freeside BBS - freeside.bbs.io:23 (21:2/114)
  • From Black Panther@21:1/186 to Ratz on Thu May 2 08:49:43 2019
    On 01 May 2019, Ratz said the following...

    Hey all, I guess my ansi screwed that last msg so I'll try again.

    Can someone with a raspberry pi and qwknet on a43 verify that they can post msgs ok. I get this in my log after trying to post on dovenet.

    It might not just be the Pi version. I think I'm having a problem here as
    well. I've sent out a couple of test messages with no replies... Linux/64
    here.


    ---

    Black Panther(RCS)
    a.k.a. Dan Richter
    Sysop - Castle Rock BBS
    telnet://bbs.castlerockbbs.com
    http://www.castlerockbbs.com
    The sparrows are flying again....

    --- Mystic BBS v1.12 A43 2019/03/02 (Linux/64)
    * Origin: Castle Rock BBS - bbs.castlerockbbs.com (21:1/186)
  • From Al@21:4/106 to Black Panther on Thu May 2 18:02:36 2019
    Can someone with a raspberry pi and qwknet on a43 verify that they can
    post msgs ok. I get this in my log after trying to post on dovenet.

    It might not just be the Pi version. I think I'm having a problem here as well. I've sent out a couple of test messages with no replies... Linux/64 here.

    When I was running QWK with Mystic I had to unquote something on my zip command
    line so I could send mail to the hub.

    That was some time ago, not sure if that's the case today.

    --- BBBS/Li6 v4.10 Toy-4
    * Origin: The Rusty MailBox - Penticton, BC Canada (21:4/106)
  • From Vk3jed@21:1/109 to Al on Fri May 3 11:49:00 2019
    On 05-02-19 14:02, Al wrote to Black Panther <=-

    When I was running QWK with Mystic I had to unquote something on my zip command
    line so I could send mail to the hub.

    Yeah one of the archiver lines worked better without quotes, the other with quotes. I can't remember which was which, but I had to sort that before I could use QWK as a user. Stands to reason this could affect QWK networking as well. And yes, was ages ago for me too, but I've never had to change my configuration. As for QWK networking, I don't know, because I use Synchronet for all my QWK networking. Mystic only does FTN here.


    ... Windows Error 015: Unable to exit windows. Try the door.
    === MultiMail/Win32 v0.49
    --- SBBSecho 3.03-Linux
    * Origin: Freeway BBS Bendigo,Australia freeway.apana.org.au (21:1/109)
  • From Black Panther@21:1/186 to Al on Thu May 2 20:43:30 2019
    On 02 May 2019, Al said the following...

    When I was running QWK with Mystic I had to unquote something on my zip command line so I could send mail to the hub.

    I'm not sure if it was something I've already changed or not... Here's what I've got for a pack command for zip:

    Pack Cmd | zip -qj9 %1 %2
    Unpack Cmd | unzip -oqqjC "%1" "%2" -d %3

    I don't think it would have anything to do with the unpack command though...


    ---

    Black Panther(RCS)
    a.k.a. Dan Richter
    Sysop - Castle Rock BBS
    telnet://bbs.castlerockbbs.com
    http://www.castlerockbbs.com
    The sparrows are flying again....

    --- Mystic BBS v1.12 A43 2019/03/02 (Linux/64)
    * Origin: Castle Rock BBS - bbs.castlerockbbs.com (21:1/186)
  • From Ratz@21:2/114 to Black Panther on Fri May 3 02:03:25 2019
    I'm not sure if it was something I've already changed or not... Here's what I've got for a pack command for zip:

    Pack Cmd | zip -qj9 %1 %2
    Unpack Cmd | unzip -oqqjC "%1" "%2" -d %3

    I don't think it would have anything to do with the unpack command though...

    I checked and this is my setup for zip as well, were you thinking a change on the pack cmd line maybe? I don't think I've ever changed this and qwk was working for me before tho.

    --- Mystic BBS v1.12 A43 2019/03/03 (Raspberry Pi/32)
    * Origin: Freeside BBS - freeside.bbs.io:23 (21:2/114)
  • From Black Panther@21:1/186 to Ratz on Fri May 3 00:30:02 2019
    On 02 May 2019, Ratz said the following...

    Pack Cmd | zip -qj9 %1 %2
    Unpack Cmd | unzip -oqqjC "%1" "%2" -d %3

    I checked and this is my setup for zip as well, were you thinking a
    change on the pack cmd line maybe? I don't think I've ever changed this and qwk was working for me before tho.

    I know that mine was working before as well. I'm just not sure when it broke, as I'm not very active on Dovenet... It's possible that something broke in Mystic... I'm not sure...


    ---

    Black Panther(RCS)
    a.k.a. Dan Richter
    Sysop - Castle Rock BBS
    telnet://bbs.castlerockbbs.com
    http://www.castlerockbbs.com
    The sparrows are flying again....

    --- Mystic BBS v1.12 A43 2019/03/02 (Linux/64)
    * Origin: Castle Rock BBS - bbs.castlerockbbs.com (21:1/186)
  • From Al@21:4/106 to Black Panther on Fri May 3 05:05:50 2019
    When I was running QWK with Mystic I had to unquote something on my zip
    command line so I could send mail to the hub.

    I'm not sure if it was something I've already changed or not... Here's what I've got for a pack command for zip:

    Pack Cmd | zip -qj9 %1 %2
    Unpack Cmd | unzip -oqqjC "%1" "%2" -d %3

    I'm going from memory but I think the above is what I was using. At the time the %1 and %2 were quoted by default and worked in other cases, mail bundles and other zip commands but not when ziping QWK files.

    I don't think it would have anything to do with the unpack command though...

    Yep, I had no problem unpacking. It was just packing rep files.

    It sounds like something else is up.. I'm not sure what it could be. :(

    --- BBBS/Li6 v4.10 Toy-4
    * Origin: The Rusty MailBox - Penticton, BC Canada (21:4/106)