• Still problems

    From KK4QBN@VERT/KK4QBN to All on Tuesday, March 27, 2018 10:32:39
    Still having issues running doorgames with DOSEMU and I believe it is also giving issues with my timed event, again here is the error, I posted a message with the dosemu errors earlier, but I don't believe it's a dosemu issue.

    Threads: 32 Sockets: 42 Clients: 7 Served: 417 Errors: 8] (?=Help): /sbbs/x3/27 10:22:09 term Node 3 executing external: /usr/bin/env HOME=/sbbs/ctrl/ QUIET=1 DOSDRIVE_D=/sbbs/node3/ usr/bin/dosemu -I"video { none }" -I"keystroke \r" -I"serial { virtual com 1 }" -f/etc/dosemu/dosemu.conf -ED:external.bat -o/sbbs/node3/dosemu.log 2> /sbbs/node3/dosemu_boot.log
    3/27 10:22:09 term Node 3 TypeError: options is null
    3/27 10:22:09 term Node 3 activate: cp437 slot 0 >= 43
    3/27 10:22:09 term Node 3 CTerm activate_font: 0 0
    3/27 10:22:09 term Node 3 CTerm query response: [=1;43;0;0;109;115;106n
    3/27 10:22:09 term Node 3 CTerm activate_font result: 0
    3/27 10:22:09 term Node 3 activate: digital slot 109 >= 43
    3/27 10:22:09 term Node 3 CTerm activate_font: 1 109
    3/27 10:22:09 term Node 3 CTerm query response: [=1;43;0;0;109;115;106n
    3/27 10:22:09 term Node 3 CTerm activate_font result: 0
    3/27 10:22:09 term Node 3 activate: gothical slot 115 >= 43
    3/27 10:22:09 term Node 3 CTerm activate_font: 2 115
    3/27 10:22:09 term Node 3 CTerm query response: [=1;43;0;0;109;115;106n
    3/27 10:22:09 term Node 3 CTerm activate_font result: 0
    3/27 10:22:09 term Node 3 activate: computer slot 106 >= 43
    3/27 10:22:09 term Node 3 CTerm activate_font: 3 106
    3/27 10:22:09 term Node 3 CTerm query response: [=1;43;0;0;109;115;106n


    But just incase:

    /sbbs/node3/dosemu_boot.log

    /usr/bin/env: \u2018usr/bin/dosemu.bin\u2019: No such file or directory


    and whereis does state dosemu.bin exists at /usr/bin

    btw, I updated the source again this morning, today, just the same as the last few days when building there has been an binary file popping up in the build directory that is unnamed, I renamed it, ran it, at it appears to be chksmb, even though the build process is building a chksmb it is the same size as chksmb also 152176 as of now.

    But back to these errors with DOSEmu, etc, I don't know what could be causig the type error, Rob, I've replace xtrn_sec.js with one directly from CVS to be sure and I'm still getting these errors.

    I'll continue to tinker around until I find the issue.. if possible.

    --

    Tim Smith (KK4QBN)
    KK4QBN BBS

    ---
    * Synchronet * KK4QBN BBS - kk4qbn.com - 706.422.9538 - EM74OR - NW GA USA
  • From Digital Man@VERT to KK4QBN on Tuesday, March 27, 2018 10:25:43
    Re: Still problems
    By: KK4QBN to All on Tue Mar 27 2018 10:32 am

    3/27 10:22:09 term Node 3 TypeError: options is null

    That's a JavaScript error. Someone said it might be that weather report door?

    /usr/bin/env: \u2018usr/bin/dosemu.bin\u2019: No such file or directory

    Those "\u2018" are unicode characters. Maybe you pasted them and they're supposed to be regular (ASCII) quotes or something else? I'm pretty sure that would be a problem right there.

    and whereis does state dosemu.bin exists at /usr/bin

    btw, I updated the source again this morning, today, just the same as the last few days when building there has been an binary file popping up in the build directory that is unnamed

    Huh? You can't have a file that is "unnamed".

    , I renamed it, ran it, at it appears to be
    chksmb, even though the build process is building a chksmb it is the same size as chksmb also 152176 as of now.

    I'm not really sure what you meay by file or directory that is "unnamed". Please clarify.

    But back to these errors with DOSEmu, etc, I don't know what could be causig the type error, Rob, I've replace xtrn_sec.js with one directly from CVS to be sure and I'm still getting these errors.

    A different .js then.

    digital man

    This Is Spinal Tap quote #29:
    I find lost luggage. I locate mandolin strings in the middle of Austin!
    Norco, CA WX: 64.2øF, 21.0% humidity, 5 mph SSE wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From KK4QBN@VERT/KK4QBN to Digital Man on Tuesday, March 27, 2018 13:47:49
    Re: Still problems
    By: Digital Man to KK4QBN on Tue Mar 27 2018 10:25:43

    /usr/bin/env: \u2018usr/bin/dosemu.bin\u2019: No such file or
    directory
    Those "\u2018" are unicode characters. Maybe you pasted them and they're supposed to be regular (ASCII) quotes or something else? I'm pretty sure that would be a problem right there.

    Those are not showing up in sbbs.ini and direcly correlate to ' ' that is showing up in the dosem_boot.log so I presumed they were not being translated correctly in the copy/paste

    Huh? You can't have a file that is "unnamed".

    Yes, strange enough when you do an ls after the build it is showing up as just nothing the only way I was able to see it was in MC "Midnight Commander" where it only showed the file size.

    no crapping you man.

    I'm not really sure what you meay by file or directory that is "unnamed". Please clarify.

    if it had a name, it was named " " <-- the dark void between the quotes. when I say unamed, it simply was not named, since I've renamed to 'test' I can only try to do a cleanall and rebuild and try to show you the results but I truly don't know how.

    A different .js then.

    Ok, I'm still working with it..

    --

    Tim Smith (KK4QBN)
    KK4QBN BBS

    ---
    * Synchronet * KK4QBN BBS - kk4qbn.com - 706.422.9538 - EM74OR - NW GA USA
  • From KK4QBN@VERT/KK4QBN to Digital Man on Tuesday, March 27, 2018 14:18:47
    Re: Still problems
    By: KK4QBN to Digital Man on Tue Mar 27 2018 13:47:49

    A different .js then.

    Ok, I'm still working with it..

    I don't know what has changed this but I took out the path to dosemu in sbbs.ini eg: /usr/bin, and just added dosemu and now the dosemu programs work again. <shrug>

    --

    Tim Smith (KK4QBN)
    KK4QBN BBS

    ---
    * Synchronet * KK4QBN BBS - kk4qbn.com - 706.422.9538 - EM74OR - NW GA USA
  • From Nightfox@VERT/DIGDIST to KK4QBN on Tuesday, March 27, 2018 12:54:46
    Re: Still problems
    By: KK4QBN to Digital Man on Tue Mar 27 2018 01:47 pm

    Huh? You can't have a file that is "unnamed".

    Yes, strange enough when you do an ls after the build it is showing up as just nothing the only way I was able to see it was in MC "Midnight Commander" where it only showed the file size.

    no crapping you man.

    if it had a name, it was named " " <-- the dark void between the quotes.

    Could it be that the file/directory name was spaces? That "dark void" might just be a space (and how do you know it's only one character of dark void?)

    Nightfox

    ---
    þ Synchronet þ Digital Distortion: digitaldistortionbbs.com
  • From KK4QBN@VERT/KK4QBN to Nightfox on Wednesday, March 28, 2018 08:27:26
    Re: Still problems
    By: Nightfox to KK4QBN on Tue Mar 27 2018 12:54:46

    Could it be that the file/directory name was spaces? That "dark void" might just be a space (and how do you know it's only one character of dark void?)

    Nightfox

    It was a file, it was chksmb, I don't know how many spaces it was, all I know is when it came out of the build process it was like that, there was also another chksmb. I noticed the "blank" file and renamed it 'test', ran it and it came up as chksmb. hell maybe I have a ghost in the machine with all this weird crap happening. all I can say is, it did, and no one can tell me different :)

    --

    Tim Smith (KK4QBN)
    KK4QBN BBS

    ---
    * Synchronet * KK4QBN BBS - kk4qbn.com - 706.422.9538 - EM74OR - NW GA USA
  • From KK4QBN@VERT/KK4QBN to All on Wednesday, March 28, 2018 08:42:24
    Re: Still problems
    By: KK4QBN to Nightfox on Wed Mar 28 2018 08:27:26

    By: Nightfox to KK4QBN on Tue Mar 27 2018 12:54:46

    Could it be that the file/directory name was spaces? That "dark
    void" might just be a space (and how do you know it's only one
    character of dark void?)


    here is an ls -l of my /sbbs/src/sbbs3/gcc.linux.x64.exe.release build, these were built on the 15th of march, I also had a build do it yesterday, but after renaming the file and telling you guys about it I ran the cleanall script and tried to replicated it in the actual folder I build my working executables in, but this is how I noticed it.. I knew I was'nt high :)

    -rwxr-xr-x 1 kk4qbn kk4qbn 152176 Mar 4 15:24
    -rwxr-xr-x 1 kk4qbn kk4qbn 294888 Mar 15 02:44 addfiles
    -rwxr-xr-x 1 kk4qbn kk4qbn 71192 Mar 15 02:44 allusers
    -rwxr-xr-x 1 kk4qbn kk4qbn 13376 Mar 7 07:37 ans2asc
    -rwxr-xr-x 1 kk4qbn kk4qbn 13280 Mar 7 07:37 asc2ans
    -rwxr-xr-x 1 kk4qbn kk4qbn 106832 Mar 15 02:44 baja
    -rwxr-xr-x 1 kk4qbn kk4qbn 152176 Mar 15 02:44 chksmb
    -rwxr-xr-x 1 kk4qbn kk4qbn 143136 Mar 15 02:44 delfiles
    -rwxr-xr-x 1 kk4qbn kk4qbn 48976 Mar 15 02:44 dstsedit
    -rwxr-xr-x 1 kk4qbn kk4qbn 131616 Mar 15 02:44 dupefind
    -rwxr-xr-x 1 kk4qbn kk4qbn 722080 Mar 15 02:44 echocfg
    -rwxr-xr-x 1 kk4qbn kk4qbn 156528 Mar 15 02:44 filelist
    -rwxr-xr-x 1 kk4qbn kk4qbn 150720 Mar 15 02:44 fixsmb
    -rwxr-xr-x 1 kk4qbn kk4qbn 703720 Mar 24 09:21 jsexec
    -rwxr-xr-x 1 kk4qbn kk4qbn 269184 Mar 15 02:44 makeuser
    -rwxr-xr-x 1 kk4qbn kk4qbn 22776 Mar 11 07:10 node
    -rwxr-xr-x 1 kk4qbn kk4qbn 206312 Mar 15 02:44 qwknodes
    -rwxr-xr-x 1 kk4qbn kk4qbn 60104 Mar 24 09:21 readsauce
    -rwxr-xr-x 1 kk4qbn kk4qbn 193512 Mar 24 09:21 sbbs
    -rwxr-xr-x 1 kk4qbn kk4qbn 535048 Mar 15 02:44 sbbsecho
    -rwxr-xr-x 1 kk4qbn kk4qbn 184376 Mar 15 02:44 sexyz
    -rwxr-xr-x 1 kk4qbn kk4qbn 42920 Mar 15 02:44 slog
    -rwxr-xr-x 1 kk4qbn kk4qbn 196216 Mar 15 02:44 smbactiv
    -rwxr-xr-x 1 kk4qbn kk4qbn 194296 Mar 15 02:44 smbutil
    -rwxr-xr-x 1 kk4qbn kk4qbn 101816 Mar 11 07:11 unbaja

    --

    Tim Smith (KK4QBN)
    KK4QBN BBS

    ---
    * Synchronet * KK4QBN BBS - kk4qbn.com - 706.422.9538 - EM74OR - NW GA USA
  • From mark lewis@VERT to KK4QBN on Wednesday, March 28, 2018 12:33:28
    On 2018 Mar 28 08:42:24, you wrote to All:

    here is an ls -l of my /sbbs/src/sbbs3/gcc.linux.x64.exe.release build,

    you should try "ls -lQ" instead...

    -Q, --quote-name
    enclose entry names in double quotes


    )\/(ark

    Always Mount a Scratch Monkey
    Do you manage your own servers? If you are not running an IDS/IPS yer doin' it wrong...
    ... A duck is a bird that walks like it has ridden horseback all day.
    ---
    * Origin: (1:3634/12.73)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From mark lewis@VERT to KK4QBN on Wednesday, March 28, 2018 12:36:48
    On 2018 Mar 28 08:42:24, you wrote to All:

    -rwxr-xr-x 1 kk4qbn kk4qbn 152176 Mar 4 15:24
    -rwxr-xr-x 1 kk4qbn kk4qbn 152176 Mar 15 02:44 chksmb

    you can also see the file size is the same...

    )\/(ark

    Always Mount a Scratch Monkey
    Do you manage your own servers? If you are not running an IDS/IPS yer doin' it wrong...
    ... Happy Holidays and a Wonderful 2007 to you and yours!
    ---
    * Origin: (1:3634/12.73)
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Digital Man@VERT to KK4QBN on Wednesday, March 28, 2018 11:31:08
    Re: Still problems
    By: KK4QBN to All on Wed Mar 28 2018 08:42 am

    Re: Still problems
    By: KK4QBN to Nightfox on Wed Mar 28 2018 08:27:26

    By: Nightfox to KK4QBN on Tue Mar 27 2018 12:54:46

    Could it be that the file/directory name was spaces? That "dark
    void" might just be a space (and how do you know it's only one
    character of dark void?)


    here is an ls -l of my /sbbs/src/sbbs3/gcc.linux.x64.exe.release build, these were built on the 15th of march, I also had a build do it yesterday, but after renaming the file and telling you guys about it I ran the cleanall script and tried to replicated it in the actual folder I build my working executables in, but this is how I noticed it.. I knew I was'nt high :)

    -rwxr-xr-x 1 kk4qbn kk4qbn 152176 Mar 4 15:24
    -rwxr-xr-x 1 kk4qbn kk4qbn 294888 Mar 15 02:44 addfiles

    That's a first for me. Are you saying if you remove the file it gets recreated too?

    digital man

    This Is Spinal Tap quote #41:
    Ian Faith: It say's "Memphis show cancelled due to lack of advertising funds." Norco, CA WX: 68.2øF, 31.0% humidity, 2 mph E wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From KK4QBN@VERT/KK4QBN to mark lewis on Wednesday, March 28, 2018 15:57:10
    Re: Still problems
    By: mark lewis to KK4QBN on Wed Mar 28 2018 12:33:28

    here is an ls -l of my /sbbs/src/sbbs3/gcc.linux.x64.exe.release
    build,

    you should try "ls -lQ" instead...

    Cool, thanks..

    kk4qbn@kk4qbn:/sbbs/src/sbbs3/gcc.linux.x64.exe.release$ ls -lQ
    total 4804
    -rwxr-xr-x 1 kk4qbn kk4qbn 152176 Mar 4 15:24 " "
    -rwxr-xr-x 1 kk4qbn kk4qbn 294888 Mar 15 02:44 "addfiles"
    -rwxr-xr-x 1 kk4qbn kk4qbn 71192 Mar 15 02:44 "allusers"
    -rwxr-xr-x 1 kk4qbn kk4qbn 13376 Mar 7 07:37 "ans2asc"
    -rwxr-xr-x 1 kk4qbn kk4qbn 13280 Mar 7 07:37 "asc2ans"
    -rwxr-xr-x 1 kk4qbn kk4qbn 106832 Mar 15 02:44 "baja"
    -rwxr-xr-x 1 kk4qbn kk4qbn 152176 Mar 15 02:44 "chksmb"
    -rwxr-xr-x 1 kk4qbn kk4qbn 143136 Mar 15 02:44 "delfiles"
    -rwxr-xr-x 1 kk4qbn kk4qbn 48976 Mar 15 02:44 "dstsedit"
    -rwxr-xr-x 1 kk4qbn kk4qbn 131616 Mar 15 02:44 "dupefind"
    -rwxr-xr-x 1 kk4qbn kk4qbn 722080 Mar 15 02:44 "echocfg"
    -rwxr-xr-x 1 kk4qbn kk4qbn 156528 Mar 15 02:44 "filelist"
    -rwxr-xr-x 1 kk4qbn kk4qbn 150720 Mar 15 02:44 "fixsmb"
    -rwxr-xr-x 1 kk4qbn kk4qbn 703720 Mar 24 09:21 "jsexec"
    -rwxr-xr-x 1 kk4qbn kk4qbn 269184 Mar 15 02:44 "makeuser"
    -rwxr-xr-x 1 kk4qbn kk4qbn 22776 Mar 11 07:10 "node"
    -rwxr-xr-x 1 kk4qbn kk4qbn 206312 Mar 15 02:44 "qwknodes"
    -rwxr-xr-x 1 kk4qbn kk4qbn 60104 Mar 24 09:21 "readsauce"
    -rwxr-xr-x 1 kk4qbn kk4qbn 193512 Mar 24 09:21 "sbbs"
    -rwxr-xr-x 1 kk4qbn kk4qbn 535048 Mar 15 02:44 "sbbsecho"
    -rwxr-xr-x 1 kk4qbn kk4qbn 184376 Mar 15 02:44 "sexyz"
    -rwxr-xr-x 1 kk4qbn kk4qbn 42920 Mar 15 02:44 "slog"
    -rwxr-xr-x 1 kk4qbn kk4qbn 196216 Mar 15 02:44 "smbactiv"
    -rwxr-xr-x 1 kk4qbn kk4qbn 194296 Mar 15 02:44 "smbutil"
    -rwxr-xr-x 1 kk4qbn kk4qbn 101816 Mar 11 07:11 "unbaja" kk4qbn@kk4qbn:/sbbs/src/sbbs3/gcc.linux.x64.exe.release$

    --

    Tim Smith (KK4QBN)
    KK4QBN BBS

    ---
    * Synchronet * KK4QBN BBS - kk4qbn.com - 706.422.9538 - EM74OR - NW GA USA
  • From KK4QBN@VERT/KK4QBN to mark lewis on Wednesday, March 28, 2018 15:59:16
    Re: Still problems
    By: mark lewis to KK4QBN on Wed Mar 28 2018 12:36:48

    -rwxr-xr-x 1 kk4qbn kk4qbn 152176 Mar 4 15:24
    -rwxr-xr-x 1 kk4qbn kk4qbn 152176 Mar 15 02:44 chksmb

    you can also see the file size is the same...

    Yup, I just found it strange, and it built again yesterday in my "active" build directory before I renamed the file to test it out, but since renaming, even after cleaning I have'nt been able to get it to reproduce the build. But it did happen on at least 2 different occasions in two different source trees.

    --

    Tim Smith (KK4QBN)
    KK4QBN BBS

    ---
    * Synchronet * KK4QBN BBS - kk4qbn.com - 706.422.9538 - EM74OR - NW GA USA
  • From KK4QBN@VERT/KK4QBN to Digital Man on Wednesday, March 28, 2018 16:02:39
    Re: Still problems
    By: Digital Man to KK4QBN on Wed Mar 28 2018 11:31:08

    -rwxr-xr-x 1 kk4qbn kk4qbn 152176 Mar 4 15:24
    -rwxr-xr-x 1 kk4qbn kk4qbn 294888 Mar 15 02:44 addfiles

    That's a first for me. Are you saying if you remove the file it gets recreated too?

    Well, It has been created at least twice in two different source trees, this is the older one that I did'nt delete or change anything in, my active sourcetree though is the on I renamed the file in, afterwards I rean the cleanall.sh script, did another build and it did'nt come up. strange indeed.

    --

    Tim Smith (KK4QBN)
    KK4QBN BBS

    ---
    * Synchronet * KK4QBN BBS - kk4qbn.com - 706.422.9538 - EM74OR - NW GA USA