public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Cygwin Setup 2.893 on Windows 10 Version 1709
@ 2018-08-14 12:26 Senden, Ruediger
  2018-08-14 17:12 ` Marco Atzeri
  0 siblings, 1 reply; 3+ messages in thread
From: Senden, Ruediger @ 2018-08-14 12:26 UTC (permalink / raw)
  To: cygwin

Hello

The executed command line inside a .VBE program is

Errorcode is  -1
cmd.exe /c  d2u.exe -f -q -k  SOURCEFILE.DAT  &&  rcp   SOURCEFILE.DAT   USER-at-SERVER:DISKNAME:[DIRECTORY]TARGETFILE.DAT  &&  u2d.exe -f -q -k  SOURCEFILE.DAT  2>1>3
Errorcode is   1
Message: Copy successful

BUT NOTHING IS COPIED.


When I use the older CygWin version (32 bit) on Windows 10 and  exactly the same program the following error message is returned:
Errorcode is  -1
cmd.exe /c …
        Message:        0 [main] u2d 7076 find_fast_cwd:   WARNING: Couldn’t compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@cygwin.com<mailto:cygwin@cygwin.com>.
Errorcode is   1

BUT THE FILE IS COPIED.


This program has been used for years on Windows 7, 32 and 64 bit pcs, but with an older 32 bit version of CygWin.
The .DAT file contains normal text (like .txt od .csv files) and is produced by Excel.
It is used to copy data from Windows to VMS 7.3

The path variable begins with C:\cygwin\bin; …        The CYGWIN variable is set to NODOSFILEWARNING
In the Cygwin\bin folder are Dos2Unix, Unix2Dos, d2u, u2d executables listed,

but, of course, I’m not sure whether it is a configuration problem somewhere or really a bug.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Cygwin Setup 2.893 on Windows 10 Version 1709
  2018-08-14 12:26 Cygwin Setup 2.893 on Windows 10 Version 1709 Senden, Ruediger
@ 2018-08-14 17:12 ` Marco Atzeri
       [not found]   ` <DB7PR03MB4345281B806D86B4B27E51138C3D0@DB7PR03MB4345.eurprd03.prod.outlook.com>
  0 siblings, 1 reply; 3+ messages in thread
From: Marco Atzeri @ 2018-08-14 17:12 UTC (permalink / raw)
  To: cygwin

Am 14.08.2018 um 14:26 schrieb Senden, Ruediger:
> Hello
> 
> The executed command line inside a .VBE program is
> 
> Errorcode is  -1
> cmd.exe /c  d2u.exe -f -q -k  SOURCEFILE.DAT  &&  rcp   SOURCEFILE.DAT   USER-at-SERVER:DISKNAME:[DIRECTORY]TARGETFILE.DAT  &&  u2d.exe -f -q -k  SOURCEFILE.DAT  2>1>3
> Errorcode is   1
> Message: Copy successful
> 
> BUT NOTHING IS COPIED.

can you run the same code from a cywin shell (eg bash),
possibly one step at time ?

> 
> When I use the older CygWin version (32 bit) on Windows 10 and  exactly the same program the following error message is returned:
> Errorcode is  -1
> cmd.exe /c …
>          Message:        0 [main] u2d 7076 find_fast_cwd:   WARNING: Couldn’t compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@cygwin.com<mailto:cygwin@cygwin.com>.
> Errorcode is   1
> 
> BUT THE FILE IS COPIED.

same computer ?
The warning is due to a old version used
https://cygwin.com/faq.html#faq.using.fixing-find_fast_cwd-warnings


> This program has been used for years on Windows 7, 32 and 64 bit pcs, but with an older 32 bit version of CygWin.
> The .DAT file contains normal text (like .txt od .csv files) and is produced by Excel.
> It is used to copy data from Windows to VMS 7.3
> 
> The path variable begins with C:\cygwin\bin; …        The CYGWIN variable is set to NODOSFILEWARNING
> In the Cygwin\bin folder are Dos2Unix, Unix2Dos, d2u, u2d executables listed,
> 
> but, of course, I’m not sure whether it is a configuration problem somewhere or really a bug.
> 
> 
> --

please provide the cygcheck.out as attachement, not in the mail body,
as mentioned at
> Problem reports:       http://cygwin.com/problems.html



---
Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.
https://www.avast.com/antivirus


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Cygwin Setup 2.893 on Windows 10 Version 1709
       [not found]   ` <DB7PR03MB4345281B806D86B4B27E51138C3D0@DB7PR03MB4345.eurprd03.prod.outlook.com>
@ 2018-08-17 14:37     ` Marco Atzeri
  0 siblings, 0 replies; 3+ messages in thread
From: Marco Atzeri @ 2018-08-17 14:37 UTC (permalink / raw)
  To: Senden, Ruediger, cygwin

back on the mailing list
bottom post here.

Am 17.08.2018 um 13:58 schrieb Senden, Ruediger:
> To switch between the cygwin versions i renamed only the C:\Cygwin root directory
> 
> -----Original Message-----
> From:  On Behalf Of Marco Atzeri
> Sent: Tuesday, August 14, 2018 7:09 PM
> To: cygwin at cygwin.com
> Subject: Re: Cygwin Setup 2.893 on Windows 10 Version 1709
> 
> Am 14.08.2018 um 14:26 schrieb Senden, Ruediger:
>> Hello
>>
>> The executed command line inside a .VBE program is
>>
>> Errorcode is  -1
>> cmd.exe /c  d2u.exe -f -q -k  SOURCEFILE.DAT  &&  rcp   SOURCEFILE.DAT   USER-at-SERVER:DISKNAME:[DIRECTORY]TARGETFILE.DAT  &&  u2d.exe -f -q -k  SOURCEFILE.DAT  2>1>3
>> Errorcode is   1
>> Message: Copy successful
>>
>> BUT NOTHING IS COPIED.
> 
> can you run the same code from a cywin shell (eg bash), possibly one step at time ?

have you tried ?


>>
>> When I use the older CygWin version (32 bit) on Windows 10 and  exactly the same program the following error message is returned:
>> Errorcode is  -1
>> cmd.exe /c …
>>           Message:        0 [main] u2d 7076 find_fast_cwd:   WARNING: Couldn’t compute FAST_CWD pointer. Please report this problem to the public mailing list cygwin@cygwin.com<mailto:cygwin@cygwin.com>.
>> Errorcode is   1
>>
>> BUT THE FILE IS COPIED.
> 
> same computer ?
> The warning is due to a old version used https://cygwin.com/faq.html#faq.using.fixing-find_fast_cwd-warnings
> 
> 
>> This program has been used for years on Windows 7, 32 and 64 bit pcs, but with an older 32 bit version of CygWin.
>> The .DAT file contains normal text (like .txt od .csv files) and is produced by Excel.
>> It is used to copy data from Windows to VMS 7.3
>>
>> The path variable begins with C:\cygwin\bin; …        The CYGWIN variable is set to NODOSFILEWARNING
>> In the Cygwin\bin folder are Dos2Unix, Unix2Dos, d2u, u2d executables
>> listed,
>>
>> but, of course, I’m not sure whether it is a configuration problem somewhere or really a bug.
>>
>>
>> --
> 
> please provide the cygcheck.out as attachement, not in the mail body, as mentioned at
>> Problem reports:       http://cygwin.com/problems.html

still missing.

---
Diese E-Mail wurde von Avast Antivirus-Software auf Viren geprüft.
https://www.avast.com/antivirus


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-08-17 13:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-14 12:26 Cygwin Setup 2.893 on Windows 10 Version 1709 Senden, Ruediger
2018-08-14 17:12 ` Marco Atzeri
     [not found]   ` <DB7PR03MB4345281B806D86B4B27E51138C3D0@DB7PR03MB4345.eurprd03.prod.outlook.com>
2018-08-17 14:37     ` Marco Atzeri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).