• Error message

    From Grease@VERT/DARKMATT to All on Mon Jan 20 18:50:35 2025
    It looks like I can't connect to my BBS from work. I try RLogin, SSh, and telnet and can't connect. I get in and check error log and I found this message:

    term Node 1 !ERROR in prntfile.cpp line 294 (menu) checking "/home/sbbs/sbbs/text/menu/digdist/answer.msg" access=0

    I go to prntfile.cpp line 294 and it is this:

    errormsg(WHERE, ERR_CHK, path);

    It's been up and fine since Saturday. Now this pops up.

    ---
    þ Synchronet þ Dark Matter BBS * Kurten, TX * darkmatt.synchro.net *
  • From Digital Man@VERT to Grease on Mon Jan 20 19:22:59 2025
    Re: Error message
    By: Grease to All on Mon Jan 20 2025 06:50 pm

    It looks like I can't connect to my BBS from work. I try RLogin, SSh, and telnet and can't connect. I get in and check error log and I found this message:

    term Node 1 !ERROR in prntfile.cpp line 294 (menu) checking "/home/sbbs/sbbs/text/menu/digdist/answer.msg" access=0

    I go to prntfile.cpp line 294 and it is this:

    errormsg(WHERE, ERR_CHK, path);

    It's been up and fine since Saturday. Now this pops up.

    That error message seems unrelated to any connection issues.

    "digdist" is Digital Distortion, Nightfox's add-ons, so you probably have the Digital Distortion matrix installed and maybe that needs an update.
    --
    digital man (rob)

    Sling Blade quote #9:
    Doyle Hargraves: Morris here is a modern-day poet, kinda like in olden times. Norco, CA WX: 55.8øF, 11.0% humidity, 0 mph WSW wind, 0.01 inches rain/24hrs ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Grease@VERT/DARKMATT to Digital Man on Tue Jan 21 10:04:37 2025
    Re: Error message
    By: Digital Man to Grease on Mon Jan 20 2025 07:22 pm

    That error message seems unrelated to any connection issues.
    "digdist" is Digital Distortion, Nightfox's add-ons, so you probably have the Digital Distortion matrix installed and maybe that needs an update.

    I do have his login matrix. I'll take it off for now and see if that does the trick. I thought it was a hack attempt at first, but it did it for all incoming term attempts.
    Especially since line 294 wasn't what it said it was. I don't know programming though.
    Thanks, DM

    ---
    þ Synchronet þ Dark Matter BBS * Kurten, TX * darkmatt.synchro.net *
  • From Nightfox@VERT/DIGDIST to Grease on Tue Jan 21 09:53:47 2025
    Re: Error message
    By: Grease to Digital Man on Tue Jan 21 2025 10:04 am

    That error message seems unrelated to any connection issues. "digdist" is
    Digital Distortion, Nightfox's add-ons, so you probably have the Digital
    Distortion matrix installed and maybe that needs an update.

    I do have his login matrix. I'll take it off for now and see if that does the trick. I thought it was a hack attempt at first, but it did it for all incoming term attempts.
    Especially since line 294 wasn't what it said it was. I don't know programming though.

    In your earlier message, you mentioned the following error message:

    term Node 1 !ERROR in prntfile.cpp line 294 (menu) checking "/home/sbbs/sbbs/text/menu/digdist/answer.msg" access=0

    My login matrix doesn't directly reference that path, and when looking for an 'answer' file, it defaults to ../answer, but can also take the path to that file as the first command-line argument. So I'm not entirely sure where it's getting that path from.

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From Digital Man@VERT to Grease on Tue Jan 21 12:06:34 2025
    Re: Error message
    By: Grease to Digital Man on Tue Jan 21 2025 10:04 am

    Re: Error message
    By: Digital Man to Grease on Mon Jan 20 2025 07:22 pm

    That error message seems unrelated to any connection issues.
    "digdist" is Digital Distortion, Nightfox's add-ons, so you probably have the Digital Distortion matrix installed and maybe that needs an update.

    I do have his login matrix. I'll take it off for now and see if that does the trick. I thought it was a hack attempt at first, but it did it for all incoming term attempts.
    Especially since line 294 wasn't what it said it was. I don't know programming though.

    The error message appears correct/fine to me, as I assume the referenced filename (digdist/answer.msg) doesn't actually exist.
    --
    digital man (rob)

    Synchronet/BBS Terminology Definition #93:
    XON = Transmit On (ASCII 17, Ctrl-Q)
    Norco, CA WX: 68.9øF, 7.0% humidity, 1 mph E wind, 0.00 inches rain/24hrs
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Grease@VERT/DARKMATT to Nightfox on Wed Jan 22 15:13:23 2025
    Nightfox wrote to Grease <=-

    Re: Error message
    By: Grease to Digital Man on Tue Jan 21 2025 10:04 am

    I do have his login matrix. I'll take it off for now and see if that does the trick. I thought it was a hack attempt at first, but it did it for all incoming term attempts.
    Especially since line 294 wasn't what it said it was. I don't know programming though.

    In your earlier message, you mentioned the following error message:

    term Node 1 !ERROR in prntfile.cpp line 294 (menu) checking "/home/sbbs/sbbs/text/menu/digdist/answer.msg" access=0

    My login matrix doesn't directly reference that path, and when looking
    for an 'answer' file, it defaults to ../answer, but can also take the
    path to that file as the first command-line argument. So I'm not
    entirely sure where it's getting that path from.

    In the loginDD, I removed the answer.msg part of the line, and it works now. Thanks for writing a great login matrix.
    ... Despite the high cost of living, it remains popular.
    --- MultiMail/Win v0.52
    þ Synchronet þ Dark Matter BBS * Kurten, TX * darkmatt.synchro.net *
  • From Grease@VERT/DARKMATT to Digital Man on Wed Jan 22 15:13:23 2025
    Digital Man wrote to Grease <=-

    Re: Error message
    By: Grease to Digital Man on Tue Jan 21 2025 10:04 am

    Re: Error message
    By: Digital Man to Grease on Mon Jan 20 2025 07:22 pm

    I do have his login matrix. I'll take it off for now and see if that does the trick. I thought it was a hack attempt at first, but it did it for all incoming term attempts.
    Especially since line 294 wasn't what it said it was. I don't know programming though.

    The error message appears correct/fine to me, as I assume the
    referenced filename (digdist/answer.msg) doesn't actually exist. --

    Correct. I took out that part of the line, and it works great now.
    ... Be reasonable......do it my way.
    --- MultiMail/Win v0.52
    þ Synchronet þ Dark Matter BBS * Kurten, TX * darkmatt.synchro.net *
  • From MRO@VERT/BBSESINF to Grease on Thu Jan 23 20:00:48 2025
    Re: Re: Error message
    By: Grease to Digital Man on Wed Jan 22 2025 03:13 pm

    programming though.

    The error message appears correct/fine to me, as I assume the referenced filename (digdist/answer.msg) doesn't actually exist. --

    Correct. I took out that part of the line, and it works great now.


    you could have also had a blank file with @NOPAUSE@ in it
    ---
    þ Synchronet þ ::: BBSES.info - free BBS services :::
  • From Grease@VERT/DARKMATT to MRO on Sat Jan 25 09:56:35 2025
    MRO wrote to Grease <=-

    Re: Re: Error message
    By: Grease to Digital Man on Wed Jan 22 2025 03:13 pm

    The error message appears correct/fine to me, as I assume the referenced filename (digdist/answer.msg) doesn't actually exist. --

    Correct. I took out that part of the line, and it works great now.


    you could have also had a blank file with @NOPAUSE@ in it

    If I knew then...
    ... Shin n. device for finding furniture in the dark.
    --- MultiMail/Win v0.52
    þ Synchronet þ Dark Matter BBS * Kurten, TX * darkmatt.synchro.net *