Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Zip Error 255 On Uploaded Files

57 views
Skip to first unread message

DesotoFireflite

unread,
Feb 7, 2022, 3:03:53 PM2/7/22
to
Whenever I, or someone tries to upload a zip file to me, it fails. I get the
following on my Terminal Server window, This is me testing for the complaint:

(Done with Sysop Command ;UPLOAD with the stray files in the directory)

2/7 01:28:36p Node 1 <DesotoFireflite> Executing external: c:\SBBS\exec\unzip -tqq c:\SBBS\data\dirs\bbs\DND50A2T.ZIP
2/7 01:28:37p Node 1 <DesotoFireflite> attempted to upload DND50A2T.ZIP to Main BBS Programs (ZIP error code 255)
2/7 01:28:53p Node 1 <DesotoFireflite> append key into keybuf: 4E (N)
2/7 01:29:13p Node 1 <DesotoFireflite> Executing external: c:\SBBS\exec\unzip -tqq c:\SBBS\data\dirs\bbs\smeg.zip
2/7 01:29:13p Node 1 <DesotoFireflite> attempted to upload smeg.zip to Main BBS Programs (ZIP error code 255)
2/7 01:29:17p Node 1 <DesotoFireflite> append key into keybuf: 4E (N)

(Done we me uploading from a different computer to the bbs after deleting the
stray files)

2/7 01:46:57p Node 1 <DesotoFireflite> Executing external: c:\SBBS\exec\unzip -tqq c:\SBBS\data\dirs\user\DND50A2T.ZIP
2/7 01:46:57p Node 1 <DesotoFireflite> attempted to upload DND50A2T.ZIP to Main Uploads (ZIP error code 255)
2/7 01:47:02p Node 1 <DesotoFireflite> append key into keybuf: 59 (Y)

(This is my unzip command line)

%@unzip -Cojqq %f %s -d %g

I even tried %@unzip.exe -Cojqq %f %s -d %g
and %@unzip@. -Cojqq %f %s -d %g

This does not occur if someone uploads an exe, or other files, just ZIP's.
The File Date on the unzip is 4/19/2009, that was included in the sbbs319b.zip.

Note, it does not Throw an error to the error log when this happens.

I'm usin 3.19c, on windows 10 32bit. I thought I cured all the problems, but this one cropped up yesterday. This was the first upload since changing to 3.19b, then going to 3.19c

Any Ideas?


SysOp: C.G. Learn, AKA: DesotoFireflite
Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
Valhalla II! - (GAP) - bbs.valhallabbs.com:24
Valhalla III! - (RemoteAccess) - bbs.valhallabbs.com:5023
Valhalla IIII! - (Dungeons & Dragons BBS) - bbs.valhallabbs.com:26
Valhalla Home Services Web! - http://bbs.valhallabbs.com
A Gamers Paradise - Over 150 Registered Online Game Doors!
Home Of Odin's Maze Game Server!

--- Don't eat the yellow snow!
þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
--- Synchronet 3.19c-Win32 NewsLink 1.113
* Vertrauen - Riverside County, California - telnet://vert.synchro.net

Digital Man

unread,
Feb 7, 2022, 3:22:05 PM2/7/22
to
To: DesotoFireflite
Re: Zip Error 255 On Uploaded Files
By: DesotoFireflite to All on Mon Feb 07 2022 02:18 pm

> Whenever I, or someone tries to upload a zip file to me, it fails. I get the
> following on my Terminal Server window, This is me testing for the
> complaint:
>
> (Done with Sysop Command ;UPLOAD with the stray files in the directory)
>
> 2/7 01:28:36p Node 1 <DesotoFireflite> Executing external:
> c:\SBBS\exec\unzip -tqq c:\SBBS\data\dirs\bbs\DND50A2T.ZIP
> 2/7 01:28:37p Node 1 <DesotoFireflite> attempted to upload DND50A2T.ZIP
> to Main BBS Programs (ZIP error code 255)

Can you run "dir c:\sbbs\exec\unzip*" and paste the output here?

> (This is my unzip command line)
>
> %@unzip -Cojqq %f %s -d %g

It's the *testable* file type command-line (for "zip") that's being executed here, not the extractable file type.

SCFG->File Options->Testable Files...

> I even tried %@unzip.exe -Cojqq %f %s -d %g
> and %@unzip@. -Cojqq %f %s -d %g

You were messing with the wrong command-line. :-)

> Note, it does not Throw an error to the error log when this happens.

I wouldn't expect it to either. :-)
--
digital man (rob)

This Is Spinal Tap quote #9:
David St. Hubbins: I mean, it's not your job to be as confused as Nigel.
Norco, CA WX: 75.7øF, 14.0% humidity, 7 mph WSW wind, 0.00 inches rain/24hrs

DesotoFireflite

unread,
Feb 7, 2022, 7:03:56 PM2/7/22
to
To: Digital Man
Re: Zip Error 255 On Uploaded Files
By: Digital Man to DesotoFireflite on Mon Feb 07 2022 12:22 pm

>> Whenever I, or someone tries to upload a zip file to me, it fails. I
>> get the following on my Terminal Server window, This is me testing for
>> the complaint:

>> (Done with Sysop Command ;UPLOAD with the stray files in the
>> directory)

>> 2/7 01:28:36p Node 1 <DesotoFireflite> Executing external:
>> c:\SBBS\exec\unzip -tqq c:\SBBS\data\dirs\bbs\DND50A2T.ZIP
>> 2/7 01:28:37p Node 1 <DesotoFireflite> attempted to upload
>> DND50A2T.ZIP
>> to Main BBS Programs (ZIP error code 255)
DM> Can you run "dir c:\sbbs\exec\unzip*" and paste the output here?

> (This is my unzip command line)

> %@unzip -Cojqq %f %s -d %g
DM> It's the *testable* file type command-line (for "zip") that's being
DM> executed here, not the extractable file type.

OK, you got me, old age is hell. I added the "%." to the end of all the zip and unzip commands in all the file areas, and everything is working fine.. I didn't even see the testable area till you said something.

You saved me from myself yet another time LMFAO, Thank You So Much.

SysOp: C.G. Learn, AKA: DesotoFireflite
Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
Valhalla II! - (GAP) - bbs.valhallabbs.com:24
Valhalla III! - (RemoteAccess) - bbs.valhallabbs.com:5023
Valhalla IIII! - (Dungeons & Dragons BBS) - bbs.valhallabbs.com:26
Valhalla Home Services Web! - http://bbs.valhallabbs.com
A Gamers Paradise - Over 150 Registered Online Game Doors!
Home Of Odin's Maze Game Server!

--- SENILE.COM found...Out of Memory...
þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net

Digital Man

unread,
Feb 7, 2022, 8:16:57 PM2/7/22
to
To: DesotoFireflite
Re: Zip Error 255 On Uploaded Files
By: DesotoFireflite to Digital Man on Mon Feb 07 2022 06:04 pm

> Re: Zip Error 255 On Uploaded Files
> By: Digital Man to DesotoFireflite on Mon Feb 07 2022 12:22 pm
>
> >> Whenever I, or someone tries to upload a zip file to me, it fails. I
> >> get the following on my Terminal Server window, This is me testing for
> >> the complaint:
>
> >> (Done with Sysop Command ;UPLOAD with the stray files in the
> >> directory)
>
> >> 2/7 01:28:36p Node 1 <DesotoFireflite> Executing external:
> >> c:\SBBS\exec\unzip -tqq c:\SBBS\data\dirs\bbs\DND50A2T.ZIP
> >> 2/7 01:28:37p Node 1 <DesotoFireflite> attempted to upload
> >> DND50A2T.ZIP
> >> to Main BBS Programs (ZIP error code 255)
> DM> Can you run "dir c:\sbbs\exec\unzip*" and paste the output here?
>
> > (This is my unzip command line)
>
> > %@unzip -Cojqq %f %s -d %g
> DM> It's the *testable* file type command-line (for "zip") that's being
> DM> executed here, not the extractable file type.
>
> OK, you got me, old age is hell. I added the "%." to the end of all the zip
> and unzip commands in all the file areas, and everything is working fine.. I
> didn't even see the testable area till you said something.
>
> You saved me from myself yet another time LMFAO, Thank You So Much.

Can you paste the output of the "dir" command I asked about about?

It's weird that your system would require the %. unless you had a file or directory named "unzip" in exec.
--
digital man (rob)

Breaking Bad quote #11:
My apologies to the HR department: Grow tumescent with anticipation. - Hank
Norco, CA WX: 75.2øF, 13.0% humidity, 0 mph N wind, 0.00 inches rain/24hrs

DesotoFireflite

unread,
Feb 8, 2022, 2:03:57 PM2/8/22
to
To: Digital Man
Re: Zip Error 255 On Uploaded Files
By: Digital Man to DesotoFireflite on Mon Feb 07 2022 05:16 pm

DM> Re: Zip Error 255 On Uploaded Files
DM> By: DesotoFireflite to Digital Man on Mon Feb 07 2022 06:04 pm

>> Re: Zip Error 255 On Uploaded Files
>> By: Digital Man to DesotoFireflite on Mon Feb 07 2022 12:22 pm

> >>> Whenever I, or someone tries to upload a zip file to me, it fails.
> >>> I get the following on my Terminal Server window, This is me
> >>> testing for the complaint:

> >>> (Done with Sysop Command ;UPLOAD with the stray files in the
> >>> directory)

> >>> 2/7 01:28:36p Node 1 <DesotoFireflite> Executing external:
> >>> c:\SBBS\exec\unzip -tqq c:\SBBS\data\dirs\bbs\DND50A2T.ZIP
> >>> 2/7 01:28:37p Node 1 <DesotoFireflite> attempted to upload
> >>> DND50A2T.ZIP
> >>> to Main BBS Programs (ZIP error code 255)
> DM>> Can you run "dir c:\sbbs\exec\unzip*" and paste the output here?

> >> (This is my unzip command line)

> >> %@unzip -Cojqq %f %s -d %g
> DM>> It's the *testable* file type command-line (for "zip") that's
> DM>> being executed here, not the extractable file type.

>> OK, you got me, old age is hell. I added the "%." to the end of all
>> the zip and unzip commands in all the file areas, and everything is
>> working fine.. I didn't even see the testable area till you said
>> something.

>> You saved me from myself yet another time LMFAO, Thank You So Much.

DM> Can you paste the output of the "dir" command I asked about about?

Here it is for both UNZIP and ZIP

C:\Users\C.G. Learn>DIR C:\SBBS\EXEC\UNZIP*
Volume in drive C has no label.
Volume Serial Number is B8D6-272E

Directory of C:\SBBS\EXEC

04/19/2009 06:51 PM 204,800 unzip.exe
1 File(s) 204,800 bytes
0 Dir(s) 818,274,295,808 bytes free

C:\Users\C.G. Learn>DIR C:\SBBS\EXEC\ZIP*
Volume in drive C has no label.
Volume Serial Number is B8D6-272E

Directory of C:\SBBS\EXEC

04/24/2014 11:42 AM 290,816 zip.exe
1 File(s) 290,816 bytes
0 Dir(s) 818,274,148,352 bytes free

DM> It's weird that your system would require the %. unless you had a file or
DM> directory named "unzip" in exec.

I don't understand it either, as I haven't needed it till I did the update, and
I can't swear to that, as I only know for sure It started with 3.19c, I was only on 3.19b for 2 days and no uploads were done in those 2 days. Hope this helps.

I wasn't going to say anything, as it only happened once yesterday, but since I'm running 3.19c, it may be related to this issue. I uploaded 5 files to my bbs directory yesterday, and went back to check to see if it took ok, and picked up the FILE_ID.DIZ's ok. Everything was fine, then I quit and went back to the main menu, and did a "N" for new mail, and chose All, and it displayed all the new files I uploaded...I logged off, and logged back on, and everything did as it should then. I have not been able to duplicate it, but I thought I would mention it just the same in case it may be related to the other issue.

Thanks for all you do.

SysOp: C.G. Learn, AKA: DesotoFireflite
Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
Valhalla II! - (GAP) - bbs.valhallabbs.com:24
Valhalla III! - (RemoteAccess) - bbs.valhallabbs.com:5023
Valhalla IIII! - (Dungeons & Dragons BBS) - bbs.valhallabbs.com:26
Valhalla Home Services Web! - http://bbs.valhallabbs.com
A Gamers Paradise - Over 150 Registered Online Game Doors!
Home Of Odin's Maze Game Server!

--- CAT (n.), Furry keyboard cover.
þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net

Digital Man

unread,
Feb 8, 2022, 3:24:07 PM2/8/22
to
To: DesotoFireflite
Re: Zip Error 255 On Uploaded Files
By: DesotoFireflite to Digital Man on Tue Feb 08 2022 01:22 pm
> DM> or directory named "unzip" in exec.
>
> I don't understand it either, as I haven't needed it till I did the update,
> and I can't swear to that, as I only know for sure It started with 3.19c, I
> was only on 3.19b for 2 days and no uploads were done in those 2 days. Hope
> this helps.

So far, yours is the only system I know of to have this issue (requiring the ".exe" be added to executed zip and unzip command-lines on Windows).

Something else to check: are "zip" and "unzip" listed in SCFG->External Programs->Native Program List?

> I wasn't going to say anything, as it only happened once yesterday, but
> since I'm running 3.19c, it may be related to this issue. I uploaded 5 files
> to my bbs directory yesterday, and went back to check to see if it took ok,
> and picked up the FILE_ID.DIZ's ok. Everything was fine, then I quit and
> went back to the main menu, and did a "N" for new mail, and chose All, and
> it displayed all the new files I uploaded...I logged off, and logged back
> on, and everything did as it should then. I have not been able to duplicate
> it, but I thought I would mention it just the same in case it may be related
> to the other issue.

I'm not clear... are you describing a newly observed issue here?
--
digital man (rob)

This Is Spinal Tap quote #7:
Nigel Tufnel: That's just nitpicking, isn't it?
Norco, CA WX: 78.1øF, 13.0% humidity, 5 mph E wind, 0.00 inches rain/24hrs

DesotoFireflite

unread,
Feb 8, 2022, 5:04:00 PM2/8/22
to
To: Digital Man
Re: Zip Error 255 On Uploaded Files
By: Digital Man to DesotoFireflite on Tue Feb 08 2022 12:24 pm

DM> Re: Zip Error 255 On Uploaded Files
DM> By: DesotoFireflite to Digital Man on Tue Feb 08 2022 01:22 pm

>> Re: Zip Error 255 On Uploaded Files
>> By: Digital Man to DesotoFireflite on Mon Feb 07 2022 05:16 pm

> DM>> Re: Zip Error 255 On Uploaded Files
> DM>> By: DesotoFireflite to Digital Man on Mon Feb 07 2022 06:04 pm

> >>> Re: Zip Error 255 On Uploaded Files
> >>> By: Digital Man to DesotoFireflite on Mon Feb 07 2022 12:22 pm

> > >>>> Whenever I, or someone tries to upload a zip file to me, it
> > >>>> fails. I get the following on my Terminal Server window, This is
> > >>>> me testing for the complaint:

> > >>>> (Done with Sysop Command ;UPLOAD with the stray files in the
> > >>>> directory)

> > >>>> 2/7 01:28:36p Node 1 <DesotoFireflite> Executing external:
> > >>>> c:\SBBS\exec\unzip -tqq c:\SBBS\data\dirs\bbs\DND50A2T.ZIP
> > >>>> 2/7 01:28:37p Node 1 <DesotoFireflite> attempted to upload
> > >>>> DND50A2T.ZIP
> > >>>> to Main BBS Programs (ZIP error code 255)
> > DM>>> Can you run "dir c:\sbbs\exec\unzip*" and paste the output
> > DM>>> here?
> DM>> file or directory named "unzip" in exec.

>> I don't understand it either, as I haven't needed it till I did the
>> update, and I can't swear to that, as I only know for sure It started
>> with 3.19c, I was only on 3.19b for 2 days and no uploads were done in
>> those 2 days. Hope this helps.

DM> So far, yours is the only system I know of to have this issue (requiring
DM> the ".exe" be added to executed zip and unzip command-lines on Windows).

That figures :) I have no idea what changed to cause it. I haven't installed any new programs in windows, nor any new modifications in the computer. Only thing I have done is the update to sbbs.

DM> Something else to check: are "zip" and "unzip" listed in SCFG->External
DM> Programs->Native Program List?

They are both in there as ZIP.EXE and UNZIP.EXE

>> I wasn't going to say anything, as it only happened once yesterday,
>> but since I'm running 3.19c, it may be related to this issue. I
>> uploaded 5 files to my bbs directory yesterday, and went back to check
>> to see if it took ok, and picked up the FILE_ID.DIZ's ok. Everything
>> was fine, then I quit and went back to the main menu, and did a "N"
>> for new mail, and chose All, and it displayed all the new files I
>> uploaded...I logged off, and logged back on, and everything did as it
>> should then. I have not been able to duplicate it, but I thought I
>> would mention it just the same in case it may be related to the other
>> issue.

DM> I'm not clear... are you describing a newly observed issue here?

Yes, but only if you think it's related to the zip, unzip problem. As I said, I can not reproduce it, and it only happened once. It may have been just a fluke or something related to memory. I'm really not concerened at this point about it since I can't reproduce it.


SysOp: C.G. Learn, AKA: DesotoFireflite
Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
Valhalla II! - (GAP) - bbs.valhallabbs.com:24
Valhalla III! - (RemoteAccess) - bbs.valhallabbs.com:5023
Valhalla IIII! - (Dungeons & Dragons BBS) - bbs.valhallabbs.com:26
Valhalla Home Services Web! - http://bbs.valhallabbs.com
A Gamers Paradise - Over 150 Registered Online Game Doors!
Home Of Odin's Maze Game Server!

--- Don't eat the yellow snow!
þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net

Digital Man

unread,
Feb 8, 2022, 7:44:01 PM2/8/22
to
To: DesotoFireflite
Re: Zip Error 255 On Uploaded Files
By: DesotoFireflite to Digital Man on Tue Feb 08 2022 04:21 pm
> DM> (requiring the ".exe" be added to executed zip and unzip command-lines
> DM> on Windows).
>
> That figures :) I have no idea what changed to cause it. I haven't installed
> any new programs in windows, nor any new modifications in the computer. Only
> thing I have done is the update to sbbs.
>
> DM> Something else to check: are "zip" and "unzip" listed in SCFG->External
> DM> Programs->Native Program List?
>
> They are both in there as ZIP.EXE and UNZIP.EXE

Oh? That's unusal.

Here's the default Native Program List:
É[ţ][?]ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
ş Native Program List ş
ĚÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍą
ş łcmd.exe ş
ş łsh ş
ş łcsh ş
ş łbash ş
ş łnode ş
ş łsmbutil ş
ş łzip ş
ş łunzip ş
ş łpkzip25 ş
ş łmp3info ş
ş ł ş
ČÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍĽ

If yours has "zip.exe" and "unzip.exe" instead, I think that explains the issue. Non-native programs are attempted to be run using dosxtrn.exe (a 16-bit DOS program) on Windows, which is not going to successfully run a 32-bit executable (such as zip.exe or unzip.exe).

> >> I wasn't going to say anything, as it only happened once yesterday,
> >> but since I'm running 3.19c, it may be related to this issue. I
> >> uploaded 5 files to my bbs directory yesterday, and went back to check
> >> to see if it took ok, and picked up the FILE_ID.DIZ's ok. Everything
> >> was fine, then I quit and went back to the main menu, and did a "N"
> >> for new mail, and chose All, and it displayed all the new files I
> >> uploaded...I logged off, and logged back on, and everything did as it
> >> should then. I have not been able to duplicate it, but I thought I
> >> would mention it just the same in case it may be related to the other
> >> issue.
>
> DM> I'm not clear... are you describing a newly observed issue here?
>
> Yes, but only if you think it's related to the zip, unzip problem. As I
> said, I can not reproduce it, and it only happened once. It may have been
> just a fluke or something related to memory. I'm really not concerened at
> this point about it since I can't reproduce it.

I'm not clear: *what* only happened once? I don't see a problem in your description of the scenario. <shrug>
--
digital man (rob)

Breaking Bad quote #28:
Gomey, got beat your pinata. - Hank Schrader
Norco, CA WX: 77.7řF, 14.0% humidity, 11 mph NW wind, 0.00 inches rain/24hrs

DesotoFireflite

unread,
Feb 9, 2022, 9:04:09 AM2/9/22
to
To: Digital Man
Re: Zip Error 255 On Uploaded Files
By: Digital Man to DesotoFireflite on Tue Feb 08 2022 04:44 pm

DM> Re: Zip Error 255 On Uploaded Files
DM> By: DesotoFireflite to Digital Man on Tue Feb 08 2022 04:21 pm
> > > DM>>>> that's being executed here, not the extractable file type.

> > >>>> OK, you got me, old age is hell. I added the "%." to the end of
> > >>>> all the zip and unzip commands in all the file areas, and
> > >>>> everything is working fine.. I didn't even see the testable
> > >>>> area till you said something.

> > >>>> You saved me from myself yet another time LMFAO, Thank You So
> > >>>> Much.

> > DM>>> Can you paste the output of the "dir" command I asked about
> > DM>>> about?

> >>> Here it is for both UNZIP and ZIP

> >>> C:\Users\C.G. Learn>DIR C:\SBBS\EXEC\UNZIP*
> >>> Volume in drive C has no label.
> >>> Volume Serial Number is B8D6-272E

> >>> Directory of C:\SBBS\EXEC

> >>> 04/19/2009 06:51 PM 204,800 unzip.exe
> >>> 1 File(s) 204,800 bytes
> >>> 0 Dir(s) 818,274,295,808 bytes free

> >>> C:\Users\C.G. Learn>DIR C:\SBBS\EXEC\ZIP*
> >>> Volume in drive C has no label.
> >>> Volume Serial Number is B8D6-272E

> >>> Directory of C:\SBBS\EXEC

> >>> 04/24/2014 11:42 AM 290,816 zip.exe
> >>> 1 File(s) 290,816 bytes
> >>> 0 Dir(s) 818,274,148,352 bytes free

> > DM>>> It's weird that your system would require the %. unless you had
> > DM>>> a file or directory named "unzip" in exec.

> >>> I don't understand it either, as I haven't needed it till I did
> >>> the update, and I can't swear to that, as I only know for sure
> >>> It started with 3.19c, I was only on 3.19b for 2 days and no
> >>> uploads were done in
> >>> those 2 days. Hope this helps.

> DM> So far, yours is the only system I know of to have this
issue (requiring the ".exe" be added to executed zip and unzip
command-lines on Windows).

> That figures :) I have no idea what changed to cause it. I haven't
installed any new programs in windows, nor any new modifications in
the computer. Only thing I have done is the update to sbbs.

> DM> Something else to check: are "zip" and "unzip" listed in
SCFG->External Programs->Native Program List?

> They are both in there as ZIP.EXE and UNZIP.EXE

DM> Oh? That's unusal.

DM> Here's the default Native Program List:
DM> É[ţ][?]ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
DM> ş Native Program List ş
DM> ĚÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍą
DM> ş łcmd.exe ş
DM> ş łsh ş
DM> ş łcsh ş
DM> ş łbash ş
DM> ş łnode ş
DM> ş łsmbutil ş
DM> ş łzip ş
DM> ş łunzip ş
DM> ş łpkzip25 ş
DM> ş łmp3info ş
DM> ş ł ş
DM> ČÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍĽ

DM> If yours has "zip.exe" and "unzip.exe" instead, I think that explains the
DM> issue. Non-native programs are attempted to be run using dosxtrn.exe (a
DM> 16-bit DOS program) on Windows, which is not going to successfully run a
DM> 32-bit executable (such as zip.exe or unzip.exe).

That makes sense, but I didn't change them. I'll go back in and change them to just zip and unzip then, and try it. I guess I will end up removing the %. also when I give it a test. Seriously, I can't remember how long it's been this way with no issues.

> >> I wasn't going to say anything, as it only happened once
yesterday, but since I'm running 3.19c, it may be related to this
issue. I uploaded 5 files to my bbs directory yesterday, and went
back to check to see if it took ok, and picked up the FILE_ID.DIZ's
ok. Everything was fine, then I quit and went back to the main
menu, and did a "N" for new mail, and chose All, and it displayed
all the new files I uploaded...I logged off, and logged back on,
and everything did as it should then. I have not been able to
duplicate it, but I thought I would mention it just the same in
case it may be related to the other issue.

> DM> I'm not clear... are you describing a newly observed issue here?

> Yes, but only if you think it's related to the zip, unzip problem.
As I said, I can not reproduce it, and it only happened once. It may
have been just a fluke or something related to memory. I'm really not
concerened at this point about it since I can't reproduce it.

DM> I'm not clear: *what* only happened once? I don't see a problem in your
DM> description of the scenario. <shrug>

Let's leave it be for now, as it only happened once. To put it simply, after I uploaded a few files using the ;upload command, from the "T" file menu, I quit the gile menu using "Q", and went the check for any new mail that might have come in, when I hit "N" for new mail, Then "A" for all, it listed all the new FILES I uploaded instead of any new mail. The only way I could stop it from doing this was to log out, and log back in. Hope this is clearer. As I say, no need to persue it, as it only happened once, and I can't duplicate the issue. The only reason I mentioned it was in case it was related to the issue we were having with the zip and unzip issue. Personally, I think it was a one time fluke.


SysOp: C.G. Learn, AKA: DesotoFireflite
Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
Valhalla II! - (GAP) - bbs.valhallabbs.com:24
Valhalla III! - (RemoteAccess) - bbs.valhallabbs.com:5023
Valhalla IIII! - (Dungeons & Dragons BBS) - bbs.valhallabbs.com:26
Valhalla Home Services Web! - http://bbs.valhallabbs.com
A Gamers Paradise - Over 150 Registered Online Game Doors!
Home Of Odin's Maze Game Server!

--- Don't eat the yellow snow!
ţ Synchronet ţ Valhalla Home Services ţ USA ţ http://valhalla.synchro.net

Digital Man

unread,
Feb 9, 2022, 1:17:28 PM2/9/22
to
To: DesotoFireflite
Re: Zip Error 255 On Uploaded Files
By: DesotoFireflite to Digital Man on Wed Feb 09 2022 08:53 am

> > DM> Something else to check: are "zip" and "unzip" listed in
> SCFG->External Programs->Native Program List?
>
> > They are both in there as ZIP.EXE and UNZIP.EXE
>
> DM> Oh? That's unusal.
>
> DM> Here's the default Native Program List:
> DM> É[ţ][?]ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
> DM> ş Native Program List ş
> DM> ĚÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍą
> DM> ş łcmd.exe ş
> DM> ş łsh ş
> DM> ş łcsh ş
> DM> ş łbash ş
> DM> ş łnode ş
> DM> ş łsmbutil ş
> DM> ş łzip ş
> DM> ş łunzip ş
> DM> ş łpkzip25 ş
> DM> ş łmp3info ş
> DM> ş ł ş
> DM> ČÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍĽ
>
> DM> If yours has "zip.exe" and "unzip.exe" instead, I think that explains
> DM> the issue. Non-native programs are attempted to be run using
> DM> dosxtrn.exe (a 16-bit DOS program) on Windows, which is not going to
> DM> successfully run a 32-bit executable (such as zip.exe or unzip.exe).
>
> That makes sense, but I didn't change them. I'll go back in and change them
> to just zip and unzip then, and try it. I guess I will end up removing the
> %. also when I give it a test. Seriously, I can't remember how long it's
> been this way with no issues.

Yeah, I don't recall them ever defaulting to "zip.exe" and "unzip.exe". And how would have worked before is also a mystery. :-)
What you're describing sounds like expected (as designed) behavior for a user that has
"[F] Automatic New File Scan : On"
set in their default configuration.

Maybe double-check that setting for your user account?
--
digital man (rob)

Synchronet "Real Fact" #22:
The second ever Synchronet BBS was the Mid-Nite Hacker BBS (sysop: The Zapper)
Norco, CA WX: 76.7řF, 13.0% humidity, 9 mph SSW wind, 0.00 inches rain/24hrs

DesotoFireflite

unread,
Feb 9, 2022, 2:04:09 PM2/9/22
to
To: Digital Man
Re: Zip Error 255 On Uploaded Files
By: DesotoFireflite to Digital Man on Wed Feb 09 2022 08:53 am

> > DM>>>> It's weird that your system would require the %. unless you
> > DM>>>> had a file or directory named "unzip" in exec.

> >>>> I don't understand it either, as I haven't needed it till I did
> >>>> the update, and I can't swear to that, as I only know for sure
> >>>> It started with 3.19c, I was only on 3.19b for 2 days and no
> >>>> uploads were done in
> >>>> those 2 days. Hope this helps.

> DM>> So far, yours is the only system I know of to have this
De> issue (requiring the ".exe" be added to executed zip and unzip
De> command-lines on Windows).

>> That figures :) I have no idea what changed to cause it. I haven't
De> installed any new programs in windows, nor any new modifications in
De> the computer. Only thing I have done is the update to sbbs.

> DM>> Something else to check: are "zip" and "unzip" listed in
De> SCFG->External Programs->Native Program List?

>> They are both in there as ZIP.EXE and UNZIP.EXE

DM>> Oh? That's unusal.

DM>> Here's the default Native Program List:
DM>> É[ţ][?]ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
DM>> ş Native Program List ş
DM>> ĚÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍą
DM>> ş łcmd.exe ş
DM>> ş łsh ş
DM>> ş łcsh ş
DM>> ş łbash ş
DM>> ş łnode ş
DM>> ş łsmbutil ş
DM>> ş łzip ş
DM>> ş łunzip ş
DM>> ş łpkzip25 ş
DM>> ş łmp3info ş
DM>> ş ł ş
DM>> ČÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍĽ

DM>> If yours has "zip.exe" and "unzip.exe" instead, I think that
DM>> explains the issue. Non-native programs are attempted to be run
DM>> using dosxtrn.exe (a 16-bit DOS program) on Windows, which is not
DM>> going to successfully run a 32-bit executable (such as zip.exe or
DM>> unzip.exe).

OK, I changed them to just ZIP and UNZIP, and took off the %., and all seems to be working fine now.

> >>> I wasn't going to say anything, as it only happened once
De> yesterday, but since I'm running 3.19c, it may be related to this
De> issue. I uploaded 5 files to my bbs directory yesterday, and went
De> back to check to see if it took ok, and picked up the FILE_ID.DIZ's
De> ok. Everything was fine, then I quit and went back to the main
De> menu, and did a "N" for new mail, and chose All, and it displayed
De> all the new files I uploaded...I logged off, and logged back on,
De> and everything did as it should then. I have not been able to
De> duplicate it, but I thought I would mention it just the same in
De> case it may be related to the other issue.

> DM>> I'm not clear... are you describing a newly observed issue here?

>> Yes, but only if you think it's related to the zip, unzip problem.
De> As I said, I can not reproduce it, and it only happened once. It may
De> have been just a fluke or something related to memory. I'm really not
De> concerened at this point about it since I can't reproduce it.

DM>> I'm not clear: *what* only happened once? I don't see a problem in
DM>> your description of the scenario. <shrug>

De> Let's leave it be for now, as it only happened once. To put it simply,
De> after I uploaded a few files using the ;upload command, from the "T" file
De> menu, I quit the gile menu using "Q", and went the check for any new mail
De> that might have come in, when I hit "N" for new mail, Then "A" for all, it
De> listed all the new FILES I uploaded instead of any new mail. The only way
De> I could stop it from doing this was to log out, and log back in. Hope this
De> is clearer. As I say, no need to persue it, as it only happened once, and
De> I can't duplicate the issue. The only reason I mentioned it was in case it
De> was related to the issue we were having with the zip and unzip issue.
De> Personally, I think it was a one time fluke.

OK, I did manage to duplicate the issue today after uploading a file from my other computer. I then changed to the main menu to check for new mail in all the echos. It scanned all the echos, and then it showed the new file I just uploaded. Is it supposed to show any new files uploaded from a new message message scan.

SysOp: C.G. Learn, AKA: DesotoFireflite
Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
Valhalla II! - (GAP) - bbs.valhallabbs.com:24
Valhalla III! - (RemoteAccess) - bbs.valhallabbs.com:5023
Valhalla IIII! - (Dungeons & Dragons BBS) - bbs.valhallabbs.com:26
Valhalla Home Services Web! - http://bbs.valhallabbs.com
A Gamers Paradise - Over 150 Registered Online Game Doors!
Home Of Odin's Maze Game Server!

--- CAT (n.), Furry keyboard cover.

MRO

unread,
Feb 9, 2022, 3:38:34 PM2/9/22
to
To: DesotoFireflite
Re: Zip Error 255 On Uploaded Files
By: DesotoFireflite to Digital Man on Wed Feb 09 2022 08:53 am

>
> DM> I'm not clear: *what* only happened once? I don't see a problem in your
> DM> description of the scenario. <shrug>
>
> Let's leave it be for now, as it only happened once. To put it simply, after
> I uploaded a few files using the ;upload command, from the "T" file menu, I
> quit the gile menu using "Q", and went the check for any new mail that might
> have come in, when I hit "N" for new mail, Then "A" for all, it listed all
> the new FILES I uploaded instead of any new mail. The only way I could stop
> it from doing this was to log out, and log back in. Hope this is clearer. As
> I say, no need to persue it, as it only happened once, and I can't duplicate
> the issue. The only reason I mentioned it was in case it was related to the
> issue we were having with the zip and unzip issue. Personally, I think it
> was a one time fluke.


why are having so many problems with synchronet, dude? it's essentially a turnkey bbs software.

maybe you are overthinking things and trying too hard.
---
ş Synchronet ş ::: BBSES.info - free BBS services :::

Digital Man

unread,
Feb 9, 2022, 3:47:42 PM2/9/22
to
To: DesotoFireflite
Re: Zip Error 255 On Uploaded Files
By: DesotoFireflite to Digital Man on Wed Feb 09 2022 01:21 pm

> OK, I did manage to duplicate the issue today after uploading a file from my
> other computer. I then changed to the main menu to check for new mail in all
> the echos. It scanned all the echos, and then it showed the new file I just
> uploaded. Is it supposed to show any new files uploaded from a new message
> message scan.

It is when you have auto-new-file scan turned on in your user settings.
--
digital man (rob)

Breaking Bad quote #27:
Other than Gomey here pees sitting down, here's what we know. - Hank Schrader
Norco, CA WX: 80.5øF, 11.0% humidity, 7 mph SW wind, 0.00 inches rain/24hrs

DesotoFireflite

unread,
Feb 9, 2022, 4:04:07 PM2/9/22
to
To: Digital Man
Re: Zip Error 255 On Uploaded Files
By: Digital Man to DesotoFireflite on Wed Feb 09 2022 10:17 am

DM> Re: Zip Error 255 On Uploaded Files
DM> By: DesotoFireflite to Digital Man on Wed Feb 09 2022 08:53 am

> > DM>> Something else to check: are "zip" and "unzip" listed in
>> SCFG->External Programs->Native Program List?

> >> They are both in there as ZIP.EXE and UNZIP.EXE

> DM>> Oh? That's unusal.

> DM>> Here's the default Native Program List:
> DM>> É[ţ][?]ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ»
> DM>> ş Native Program List ş
> DM>> ĚÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍą
> DM>> ş łcmd.exe ş
> DM>> ş łsh ş
> DM>> ş łcsh ş
> DM>> ş łbash ş
> DM>> ş łnode ş
> DM>> ş łsmbutil ş
> DM>> ş łzip ş
> DM>> ş łunzip ş
> DM>> ş łpkzip25 ş
> DM>> ş łmp3info ş
> DM>> ş ł ş
> DM>> ČÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍĽ

> DM>> If yours has "zip.exe" and "unzip.exe" instead, I think that
> DM>> explains the issue. Non-native programs are attempted to be run
> DM>> using dosxtrn.exe (a 16-bit DOS program) on Windows, which is not
> DM>> going to successfully run a 32-bit executable (such as zip.exe or
> DM>> unzip.exe).

>> That makes sense, but I didn't change them. I'll go back in and change
>> them to just zip and unzip then, and try it. I guess I will end up
>> removing the %. also when I give it a test. Seriously, I can't
>> remember how long it's been this way with no issues.

DM> Yeah, I don't recall them ever defaulting to "zip.exe" and "unzip.exe".
DM> And how would have worked before is also a mystery. :-)

Well, anyway, the mystery is solved. It may be a carryover from when I was running win 7, just can't remember why It got changed. Thanks

> > >>> I wasn't going to say anything, as it only happened once
>> yesterday, but since I'm running 3.19c, it may be related to this
>> issue. I uploaded 5 files to my bbs directory yesterday, and went
>> back to check to see if it took ok, and picked up the FILE_ID.DIZ's
>> ok. Everything was fine, then I quit and went back to the main
>> menu, and did a "N" for new mail, and chose All, and it displayed
>> all the new files I uploaded...I logged off, and logged back on,
>> and everything did as it should then. I have not been able to
>> duplicate it, but I thought I would mention it just the same in
>> case it may be related to the other issue.

> > DM>> I'm not clear... are you describing a newly observed issue here?

> >> Yes, but only if you think it's related to the zip, unzip problem.
>> As I said, I can not reproduce it, and it only happened once. It may
>> have been just a fluke or something related to memory. I'm really not
>> concerened at this point about it since I can't reproduce it.

> DM>> I'm not clear: *what* only happened once? I don't see a problem in
> DM>> your description of the scenario. <shrug>

>> Let's leave it be for now, as it only happened once. To put it simply,
>> after I uploaded a few files using the ;upload command, from the "T"
>> file menu, I quit the gile menu using "Q", and went the check for any
>> new mail that might have come in, when I hit "N" for new mail, Then
>> "A" for all, it listed all the new FILES I uploaded instead of any new
>> mail. The only way I could stop it from doing this was to log out, and
>> log back in. Hope this is clearer. As I say, no need to persue it, as
>> it only happened once, and I can't duplicate the issue. The only
>> reason I mentioned it was in case it was related to the issue we were
>> having with the zip and unzip issue. Personally, I think it was a one
>> time fluke.

DM> What you're describing sounds like expected (as designed) behavior for a
DM> user that has
DM> "[F] Automatic New File Scan : On"
DM> set in their default configuration.

DM> Maybe double-check that setting for your user account?

Yes, it was on, and I left it on, just had never seen this before. All I remember seeing before when you do a "T" to go to the file menu, it checked for new files then, and I can see that in the default.src, but I didn't seen anything in the new message scan in the default.src that would cause that under "N", as it shows "msg_new_scan". Anyway, since you say it's like expected (as designed) behavior, lets close the issue. As always, thank for the help, and putting up with me :).

SysOp: C.G. Learn, AKA: DesotoFireflite
Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
Valhalla II! - (GAP) - bbs.valhallabbs.com:24
Valhalla III! - (RemoteAccess) - bbs.valhallabbs.com:5023
Valhalla IIII! - (Dungeons & Dragons BBS) - bbs.valhallabbs.com:26
Valhalla Home Services Web! - http://bbs.valhallabbs.com
A Gamers Paradise - Over 150 Registered Online Game Doors!
Home Of Odin's Maze Game Server!

--- CAT (n.), Furry keyboard cover.
ţ Synchronet ţ Valhalla Home Services ţ USA ţ http://valhalla.synchro.net

DesotoFireflite

unread,
Feb 9, 2022, 5:04:07 PM2/9/22
to
To: MRO
Re: Zip Error 255 On Uploaded Files
By: MRO to DesotoFireflite on Wed Feb 09 2022 02:05 pm

MR> Re: Zip Error 255 On Uploaded Files
MR> By: DesotoFireflite to Digital Man on Wed Feb 09 2022 08:53 am


> DM>> I'm not clear: *what* only happened once? I don't see a problem in
> DM>> your description of the scenario. <shrug>

>> Let's leave it be for now, as it only happened once. To put it simply,
>> after I uploaded a few files using the ;upload command, from the "T"
>> file menu, I quit the gile menu using "Q", and went the check for any
>> new mail that might have come in, when I hit "N" for new mail, Then
>> "A" for all, it listed all the new FILES I uploaded instead of any new
>> mail. The only way I could stop it from doing this was to log out, and
>> log back in. Hope this is clearer. As I say, no need to persue it, as
>> it only happened once, and I can't duplicate the issue. The only
>> reason I mentioned it was in case it was related to the issue we were
>> having with the zip and unzip issue. Personally, I think it was a one
>> time fluke.


MR> why are having so many problems with synchronet, dude? it's essentially a
MR> turnkey bbs software.

MR> maybe you are overthinking things and trying too hard.

Well, to be honest, I neglected it for a few years, now that I decided to give it the attention I should have been doing, I found a lot of broke things. Everything seems to be running smooth now.

SysOp: C.G. Learn, AKA: DesotoFireflite
Valhalla Home Services! - (Synchronet) - bbs.valhallabbs.com
Valhalla II! - (GAP) - bbs.valhallabbs.com:24
Valhalla III! - (RemoteAccess) - bbs.valhallabbs.com:5023
Valhalla IIII! - (Dungeons & Dragons BBS) - bbs.valhallabbs.com:26
Valhalla Home Services Web! - http://bbs.valhallabbs.com
A Gamers Paradise - Over 150 Registered Online Game Doors!
Home Of Odin's Maze Game Server!

--- FART(n): An audio test of one's waste-disposal system.
þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
0 new messages