• C++ errors with QWK unpacking.

    From gregzoll@VERT/ECBBS to all on Thursday, February 20, 2020 01:21:33
    I am seeing a lot of C++ errors with having to run the last build from 2/17 due in part had issues with getting webv4 to run with 3.17b.

    evnt !ERROR 13 (Permission denied) (WinError 32) in file.cpp line 309 (sbbs_t::delfiles) removing "C:\sbbs\temp\event\" access=-3 info=*.*
    evnt ERROR 2 (No such file or directory) (WinError 18) in un_qwk.cpp line 94 (sbbs_t::unpack_qwk) executing "C:\sbbs\exec\unzip -Coj C:\sbbs\data\VERT.qwk *.* -d C:\sbbs\temp\event\" access=50

    ---
    ­ Synchronet ­ electronic chicken bbs - bbs.electronicchicken.com
  • From echicken@VERT/ECBBS to gregzoll on Thursday, February 20, 2020 11:14:20
    Re: C++ errors with QWK unpacking.
    By: gregzoll to all on Thu Feb 20 2020 01:21:33

    evnt !ERROR 13 (Permission denied) (WinError 32) in file.cpp line 309 (sbbs_t::delfiles) removing "C:\sbbs\temp\event\" access=-3 info=*.*

    Maybe ensure that the user you're running your BBS as has appropriate permissions on the c:\sbbs directory tree?

    ---
    echicken
    electronic chicken bbs - bbs.electronicchicken.com
    þ Synchronet þ electronic chicken bbs - bbs.electronicchicken.com
  • From Digital Man@VERT to gregzoll on Saturday, February 22, 2020 12:00:13
    Re: C++ errors with QWK unpacking.
    By: gregzoll to all on Thu Feb 20 2020 01:21 am

    I am seeing a lot of C++ errors with having to run the last build from 2/17 due in part had issues with getting webv4 to run with 3.17b.

    evnt !ERROR 13 (Permission denied) (WinError 32) in file.cpp line 309 (sbbs_t::delfiles) removing "C:\sbbs\temp\event\" access=-3 info=*.*

    Permission denied is the error. And Windows error 32, from https://docs.microsoft.com/en-us/windows/win32/debug/system-error-codes--0-499-ERROR_SHARING_VIOLATION

    32 (0x20)

    The process cannot access the file because it is being used by another process.

    evnt ERROR 2 (No such file or directory) (WinError 18) in un_qwk.cpp line 94 (sbbs_t::unpack_qwk) executing "C:\sbbs\exec\unzip -Coj C:\sbbs\data\VERT.qwk *.* -d C:\sbbs\temp\event\" access=50

    Does c:\sbbs\exec\unzip.exe exist?

    If not, something's wrong.

    If yes, perhaps you have some Windows service (security software?) preventing sbbs from running it.

    digital man

    Synchronet "Real Fact" #66:
    Synchronet was conceived of and mostly developed in southern California.
    Norco, CA WX: 56.8øF, 71.0% humidity, 0 mph W wind, 0.00 inches rain/24hrs

    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ [vert/cvs/bbs].synchro.net
  • From Mortifis@VERT/ALLEYCAT to Digital Man on Sunday, February 23, 2020 00:43:10
    Re: C++ errors with QWK unpacking.
    By: gregzoll to all on Thu Feb 20 2020 01:21 am

    I am seeing a lot of C++ errors with having to run the last build from 2/17 due in part had issues with getting webv4 to run with 3.17b.

    evnt !ERROR 13 (Permission denied) (WinError 32) in file.cpp line 309 (sbbs_t::delfiles) removing "C:\sbbs\temp\event\" access=-3 info=*.*

    Permission denied is the error. And Windows error 32, from https://docs.micr osoft.com/en-us/windows/win32/debug/system-error-codes--0-499-ERROR_SHARING_ VIOLATION

    32 (0x20)

    The process cannot access the file because it is being used by another process.

    evnt ERROR 2 (No such file or directory) (WinError 18) in un_qwk.cpp line 94 (sbbs_t::unpack_qwk) executing "C:\sbbs\exec\unzip -Coj C:\sbbs\data\VERT.qwk *.* -d C:\sbbs\temp\event\" access=50

    Does c:\sbbs\exec\unzip.exe exist?

    If not, something's wrong.

    If yes, perhaps you have some Windows service (security software?) preventing sbbs from running it.

    digital man

    I ran into a similar thing today, turned out to be my anti virus AVG changed some permissions and blocked some *.exe files from running with: access denied or permissions blah blah blah ... I killed avg and all was well again

    ---
    þ Synchronet þ AlleyCat! BBS - http://alleycat.synchro.net:81
  • From gregzoll@VERT/ECBBS to Mortifis on Sunday, February 23, 2020 17:38:58
    I am not seeing them with the last Dev. build from 2/22.

    ---
    ­ Synchronet ­ electronic chicken bbs - bbs.electronicchicken.com