2024, at 16:20, Soren via Cygwin wrote:
> >
> >
> > Hello users. I have a reasonably recently installed Cygwin that I've kept
> > updated with setup. I am just now seeing that the provided `cygpath`
> > command no longer works the way it ought to. Could someone(s) con
On Nov 8 10:20, Soren via Cygwin wrote:
> Hello users. I have a reasonably recently installed Cygwin that I've kept
> updated with setup. I am just now seeing that the provided `cygpath`
> command no longer works the way it ought to. Could someone(s) confirm or
> deny this? An
On 8 Nov 2024, at 16:20, Soren via Cygwin wrote:
>
>
> Hello users. I have a reasonably recently installed Cygwin that I've kept
> updated with setup. I am just now seeing that the provided `cygpath`
> command no longer works the way it ought to. Could someone(s) confirm
Hello users. I have a reasonably recently installed Cygwin that I've kept
updated with setup. I am just now seeing that the provided `cygpath`
command no longer works the way it ought to. Could someone(s) confirm or
deny this? And fix it, because it is an important facility.
$ cygpat
024-08-25 16:52 UTC x86_64 Cygwin
and this output if I do mkdir /foo first:
mount: /foo: Invalid argument
Using \040 instead of the space for the quoted command line argument
gives the same behavior.
Hints on how to make this mount work?
Best wishes - Eliot Moss
I ended up creating a bin
Greetings, Eliot Moss!
> Dear Cygwiners --
> For convenience, I would like to mount my OneDrive folder under /cygdrive/o.
> I put this line in my /etc/fstab:
> c:/Users/Eliot\040Moss/OneDrive /cygdrive/o ntfs binary,noacl,posix=0,user 0 0
/cygdrive is a system entry point. Manually placing any
On Monday, September 9, 2024 02:23 PM, Eliot Moss expressed:
>
> Dear Cygwiners --
>
> For convenience, I would like to mount my OneDrive folder under /cygdrive/o.
If mount does not work, what I did was to map it to a Windows drive (O:) and
then use cygdrive (/cygdrive/o/) to do my rsync calls.
output if I do mkdir /foo first:
mount: /foo: Invalid argument
Using \040 instead of the space for the quoted command line argument
gives the same behavior.
Hints on how to make this mount work?
Best wishes - Eliot Moss
--
Problem reports: https://cygwin.com/problems.html
FAQ:
,posix=0,user "/c/Users/Eliot Moss/OneDrive" /foo
results in this output if /foo does not exist:
mount: warning - /foo does not exist.
mount: /foo: Invalid argument
and this output if I do mkdir /foo first:
mount: /foo: Invalid argument
Using \040 instead of the space for the quoted co
On 6/10/2024 8:12 PM, Holger Klene via Cygwin wrote:
This is:
GNU bash, Version 5.2.21(1)-release (x86_64-pc-cygwin)
Was also reproduced in git-bash 5.2.26(1)-release (also cygwin)
but not in WSL-bash 5.1.16 (independent of cygwin)
This regression is introduced in bash-5.1, Introduced changes in
Am 10.06.2024 um 13:12 schrieb Holger Klene via Cygwin:
Hi Cygwin,
On reading a magic value back from a bash variable, the involved command (wc,
grep, cat, ...) hangs indefinitely and has to be stopped by Ctrl+C
Editing it's content by deleting lines, the "magic" goe
Hi Cygwin,
On reading a magic value back from a bash variable, the involved command (wc,
grep, cat, ...) hangs indefinitely and has to be stopped by Ctrl+C
Editing it's content by deleting lines, the "magic" goes away. Also as
demonstrated, other text-files (even twice the
Hello all,
I originally reported this issue to the msys2 team:
https://github.com/msys2/MSYS2-packages/issues/1839
https://github.com/msys2/MSYS2-packages/pull/4477
But I find that this issue is coming from Cygwin Bash, so I'm reporting
here.
When I use \n after command substitution in $PS
Hi David,
On Apr 20 08:43, David Allsopp via Cygwin wrote:
> Hi Corinna,
>
> > On Apr 9 22:38, Corinna Vinschen via Cygwin wrote:
> > > On Apr 3 16:53, David Allsopp via Cygwin wrote:
> > > > I have what appears to be a regression in Cygwin 3.5.0 which, owing to
> > > > a CI system lagging behi
Den 2024-04-20 14:12, skrev enrique--- via Cygwin:
$ cygrunsrv -I -p /usr/sbin/cron.exe -a -n
cygrunsrv: Trailing commandline arguments not allowed
Try `cygrunsrv --help' for more information.
[snip]
What am I doing wrong?
I found it: Missing service name after "-I".
-Thanks
--
Problem repo
am I doing wrong?
I would try --args '-n' instead of -a -n. Perhaps some other
variation of quoting will be needed to make clear to cygrunsrv
that the -n is for the application, not for cygrunsrv.
Unadorned options anywhere on the command line are parsed by getopt, which is
why
On 4/20/2024 8:12 AM, enrique--- via Cygwin wrote:
Hello,
I am trying to install a service manually in an attempt to understand why
cron-config did not work for me.
So, I did this:
$ net stop cron
Tjenesten Cron daemon stopper .
Tjenesten Cron daemon ble stoppet.
$ cygrunsrv -R cron
$ cygr
Hello,
I am trying to install a service manually in an attempt to understand
why cron-config did not work for me.
So, I did this:
$ net stop cron
Tjenesten Cron daemon stopper .
Tjenesten Cron daemon ble stoppet.
$ cygrunsrv -R cron
$ cygrunsrv -I -p /usr/sbin/cron.exe -a -n
cygrunsrv: Tra
Hi Corinna,
> On Apr 9 22:38, Corinna Vinschen via Cygwin wrote:
> > On Apr 3 16:53, David Allsopp via Cygwin wrote:
> > > I have what appears to be a regression in Cygwin 3.5.0 which, owing to
> > > a CI system lagging behind, we've only just discovered.
> > > [...]
> > > $ ./t.exe 'C:\Devel\🐫р
Hi David,
On Apr 9 22:38, Corinna Vinschen via Cygwin wrote:
> On Apr 3 16:53, David Allsopp via Cygwin wrote:
> > I have what appears to be a regression in Cygwin 3.5.0 which, owing to
> > a CI system lagging behind, we've only just discovered.
> > [...]
> > $ ./t.exe 'C:\Devel\🐫реализация-ming
Hi David,
On Apr 3 16:53, David Allsopp via Cygwin wrote:
> I have what appears to be a regression in Cygwin 3.5.0 which, owing to
> a CI system lagging behind, we've only just discovered.
> [...]
> $ ./t.exe 'C:\Devel\🐫реализация-mingw64\flexdll\flexdll_mingw64.o'
> stat: cannot stat
> '"C:\Deve
I have what appears to be a regression in Cygwin 3.5.0 which, owing to
a CI system lagging behind, we've only just discovered.
In order to torture our Unicode support, OCaml's Windows CI compiles
its sources in C:\projects\🐫реализация-mingw64 (that's a directory
under C:\projects with the camel em
On 2024-02-15 10:56, Jim Garrison via Cygwin wrote:
On 2/14/2024 17:08, Brian Inglis via Cygwin wrote:
On 2024-02-14 16:28, Jim Garrison via Cygwin wrote:
Win 11 Cygwin "dig" and "host": Option -6 causes command to hang
Ditto!
Without IPv6 nameservers in /etc/resolv.co
Correction:
> (That would be "options osquery".)
Sorry, I have forgotten a few pieces since last time I worked with that code.
So in the absence of "/etc/resolv.conf", Cygwin uses OS (Windows DNS Query) API.
If /etc/resolv.conf is present, then "options osquery" tells Cygwin to use
the Windows
> Maybe Cygwin should just ask Windows for the name servers?
Cygwin does ask Windows, by default, when gethostbyname() or getnameinfo() are
used (which most applications do).
The lookup does not depend on /etc/resolv.conf unless you configured it to do
so in "options" in there.
(That would be "o
On 2/14/2024 17:08, Brian Inglis via Cygwin wrote:
On 2024-02-14 16:28, Jim Garrison via Cygwin wrote:
Win 11 Cygwin "dig" and "host": Option -6 causes command to hang
[snip]
Ditto!
Without IPv6 nameservers in /etc/resolv.conf I get:
$ host -6 google.com
;; conn
> $ host -6 google.com
> ;; connection timed out; no servers could be reached
FWIW, this hangs just the same on Linux when no IPv6 nameservers configured in
/etc/resolv.conf
What it tries to do is to inquire the nameserver at [::1]:53 (which is the
local host),
and then, since bind is not runni
On 2024-02-14 16:28, Jim Garrison via Cygwin wrote:
Win 11 Cygwin "dig" and "host": Option -6 causes command to hang
TL;DR
-
It appears "dig" and "host" both depend on the existence of /etc/resolv.conf,
but only when the -6 option (send queries ove
Win 11 Cygwin "dig" and "host": Option -6 causes command to hang
TL;DR
-
It appears "dig" and "host" both depend on the existence of
/etc/resolv.conf, but only when the -6 option (send queries over IPv6)
is specified.
/etc/resolv.conf does not exi
> that it matters at all, I'd like to +1 the suggestion/request of picking up
> support for
> setproctitle(3) in the next available release.
>> in which case I'd prefer to implement this via setproctitle(3), given
>> this API exists on BSD and Linux.
Well, I don't think setproctitle(3) exists on
next
available release.
Thanks again!
Best,
Steve
From: Corinna Vinschen
Sent: Monday, January 29, 2024 1:58 AM
To: cygwin@cygwin.com
Cc: Steve Beck
Subject: Re: Setting process command name in forked process
On Jan 26 18:35, Steve Beck via Cygwin wrote:
>
> It used to work in the past, for sure, and was used in some code over here...
And yes, like Corinna said, you have to use procps to actually see the changes.
Anton Lavrentiev
Contractor NIH/NLM/NCBI
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwi
om the linear
memory
array made up from new argv[] and argc (s_Argc is the original "argc" passed to
main()),
to make all command line to go into argv[0] for the purposes of "ps" output:
extern char** __argv;
extern int__argc;
char* cmdline;
char** x_argv;
Make sure to install the procps-ng package, and then call
system("procps -f");
> Here is the output when running foo.exe:
> [...]
> Retry in Child 'bar' (argv[0]) with pid 498 setting __argv[0] = 'bar': ps ...
> PIDPPIDPGID WINPID TTY
t;%s parent with pid %d: sleep(5) ...\n", argv[0], getpid());
sleep(5);
exit(0);
}
Here is the output when running foo.exe:
foo with pid 497: Entered. About to fork child ...
foo parent with pid 497: sleep(5) ...
Child 'bar' (argv[0]) with pid 498: ps ...
PID
> (I'm assuming it's too late by the time the /proc entry has been set up).
Actually, it's not. But beware, the suggested solution is absolutely NOT
portable:
These are the externals that /proc is referring to... (Not argc, argv passed
to main().)
extern char** __argv;
extern int
On 2024-01-23 12:32, Steve Beck via Cygwin wrote:
Hope this is an appropriate question for this list:
Version 3.4.10 (of cygwin1.dll - cygcheck output attached):
I am trying to set the process command name of a forked process. Is there a
prescribed way to do this in Cygwin?
I looked for either
On 03/01/2024 06:49, Dan Shelton via Cygwin wrote:
Hello!
Can someone give me precise instructions on how to install Cygwin 3.5
(setup.exe with Testing+Sync checkboxes selected) from the Windows
command line? If I try, I only get Cygwin 3.4.
What have you tried?
For a fresh install, this
Hello!
Can someone give me precise instructions on how to install Cygwin 3.5
(setup.exe with Testing+Sync checkboxes selected) from the Windows
command line? If I try, I only get Cygwin 3.4.
--
Dan Shelton - Cluster Specialist Win/Lin/Bsd
--
Problem reports: https://cygwin.com
Hi,
On 27/11/2023 7:51 pm, tk--- via Cygwin wrote:
Any idea why this is happening ?
I suspect the reason is related to this long standing understanding of
Cygwin:
https://sourceware.org/legacy-ml/cygwin/2004-09/msg00087.html
On 03/09/2004 2:13 am, Corinna Vinschen wrote:
Public Key authenti
Hi,
We have observed that the command 'NET USER' issues en error message and
doesn't display the computer name, even if it completes the command
successfully:
>>>>>
User accounts for \\
t; >>>> On Sat, Jul 29, 2023 at 6:18 AM Roland Mainz wrote:
> >>>>> Is there an official way to enter the Cygwin command line (e.g. bash
> >>>>> login) from Windows cmd.exe, e.g. if someone ssh's into a Windows
> >>>>> machine he/
command line (e.g. bash
login) from Windows cmd.exe, e.g. if someone ssh's into a Windows
machine he/she ends/up in a cmd.exe and not bash...
You may run your favourite shell from the bin directory of your Cygwin
installation:
"C:\Program Files\Cygwin\bin\bash.exe"
"C:\Prog
On Sun, Aug 13, 2023 at 12:53 AM Roland Mainz via Cygwin
wrote:
>
> On Mon, Aug 7, 2023 at 7:38 AM KAVALAGIOS Panagiotis (EEAS) via Cygwin
> wrote:
> >
> > > On Sat, Jul 29, 2023 at 6:18 AM Roland Mainz
> > > wrote:
> > > > Is there an official wa
On 12/08/2023 23:52, Roland Mainz via Cygwin wrote:
Roland
P.S.: Which reminds me - is there a way to contribute a Cygwin ksh93 package ?
https://cygwin.com/packaging-contributors-guide.html
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/f
On Mon, Aug 7, 2023 at 7:38 AM KAVALAGIOS Panagiotis (EEAS) via Cygwin
wrote:
>
> > On Sat, Jul 29, 2023 at 6:18 AM Roland Mainz
> > wrote:
> > > Is there an official way to enter the Cygwin command line (e.g. bash
> > > login) from Windows cmd.exe, e.g
Thomas Wolff via Cygwin writes:
> Am 07.08.2023 um 06:02 schrieb Roland Mainz via Cygwin:
>> On Sat, Jul 29, 2023 at 6:18 AM Roland Mainz
>> wrote:
>>> Is there an official way to enter the Cygwin command line (e.g. bash
>>> login) from Windows cmd.exe, e.g
Am 07.08.2023 um 06:02 schrieb Roland Mainz via Cygwin:
On Sat, Jul 29, 2023 at 6:18 AM Roland Mainz wrote:
Is there an official way to enter the Cygwin command line (e.g. bash
login) from Windows cmd.exe, e.g. if someone ssh's into a Windows
machine he/she ends/up in a cmd.exe and not
On 8/7/23, Roland Mainz via Cygwin wrote:
> On Sat, Jul 29, 2023 at 6:18 AM Roland Mainz wrote:
>> Is there an official way to enter the Cygwin command line (e.g. bash
>> login) from Windows cmd.exe, e.g. if someone ssh's into a Windows
>> machine he/she ends/up
> On Sat, Jul 29, 2023 at 6:18 AM Roland Mainz
> wrote:
> > Is there an official way to enter the Cygwin command line (e.g. bash
> > login) from Windows cmd.exe, e.g. if someone ssh's into a Windows
> > machine he/she ends/up in a cmd.exe and not bash...
>
>
On Sat, Jul 29, 2023 at 6:18 AM Roland Mainz wrote:
> Is there an official way to enter the Cygwin command line (e.g. bash
> login) from Windows cmd.exe, e.g. if someone ssh's into a Windows
> machine he/she ends/up in a cmd.exe and not bash...
ping!
Bye,
Roland
--
Hi!
Is there an official way to enter the Cygwin command line (e.g. bash
login) from Windows cmd.exe, e.g. if someone ssh's into a Windows
machine he/she ends/up in a cmd.exe and not bash...
Bye,
Roland
--
__ . . __
(o.\ \/ /.o) roland.ma...@nrubsig.org
\__\/\/__/
d has called when it's
stuck. Eventually, I captured this output on the chmod command from that tool:
Process 0x1c34 - chmod.exe
--
8080:
[1c34:1f90:b]->[Mutex:\BaseNamedObjects\cygwin1S5-144f71ebfd861cae\cygcons.input.mutex.0]->[1c34:160c:r]->[End]
On 2023-07-03 16:12, ravi r via Cygwin wrote:
Using
Cygwin Python interpreter invoked from shebang line
$ cat /tmp/script1
#!/usr/bin/python
print("hello");
$ /tmp/script1
hello
$
works as expected.
Conda Python interpreter invoked from shebang line
$ cat /tmp/sc
Using
Cygwin Python interpreter invoked from shebang line
$ cat /tmp/script1
#!/usr/bin/python
print("hello");
$ /tmp/script1
hello
$
works as expected.
Conda Python interpreter invoked from shebang line
$ cat /tmp/script2
#!/usr/local/anaconda3/python
print(
On Wed, May 3, 2023 at 3:26 PM Anderson via Cygwin wrote:
>
> Hi,
>
> I need to know if have a limit of packages to install on packages params on
> cygwin setup command line.
>
> I put many packages but some packages are not installed.
>
> Thanks.
>
Hi Anderson,
Hi,
I need to know if have a limit of packages to install on packages params on
cygwin setup command line.
I put many packages but some packages are not installed.
Thanks.
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation
18091901.tmp"
should suffice.
I've re-ran the commands and was able to get output for all of them:
The command that hung:
D:\cygwin64\bin\mv.exe
D:/lsenv/law/lsapps/edi/work/v
Greetings, Derek Pagel!
> The icalcs command doesn’t work on either and I haven’t been able to get it
> to work elsewhere either.
> D:\lsenv\law\lsapps\edi\work>icacls "`cygpath -m interchange.20230418091901"
> `cygpath -m interchange.20230418091901: The sy
v\law\lsapps\edi\work>getfacl interchange.20230418091901.tmp
getfacl: interchange.20230418091901.tmp: No such file or directory
The icalcs command doesn’t work on either and I haven’t been able to get it to
work elsewhere either.
D:\lsenv\law\lsapps\edi\work>icacls "`cygpath -m interch
;
and also attach as text, the output from strace on the cp command, as it will
show the timing and delays e.g.
$ strace -o cp-strace.log cp ...
I couldn't run strace on the Cygwin command because the issue is really
intermittent. I did have another Cygwin cmd, 'mv', t
on the cp command, as it will
show the timing and delays e.g.
$ strace -o cp-strace.log cp ...
I couldn't run strace on the Cygwin command because the issue is really
intermittent. I did have another Cygwin cmd, 'mv', that was hung so I ran the
commands below on the file
lists with many unique ACEs that need looked up on AD, and/or
slow ADCs, and/or slow AV, and/or slow net:
for each file show the outputs of
$ ls -dl $f
$ getfacl $f
$ icacls "`cygpath -m $f`"
and also attach as text, the output from strace on the cp command, as it
how big are these files and from where to where are you copying them ?
AV interference ?
The files being copied are not very big at all and they're just being copied
from one directory to another on the same server.
--
Problem reports: https://cygwin.com/problems.html
FAQ:
helped to lessen
> the number of times that the issue happens but it didn't get rid of it. I'm
> wondering if anyone has run into the same behavior. I've also shared the .dmp
> files of a 'cp' command that was taking a while to complete in case that
> helps:
rid of it. I'm
wondering if anyone has run into the same behavior. I've also shared the .dmp
files of a 'cp' command that was taking a while to complete in case that helps:
cp.dmp
Microsoft (R) Windows Debugger Version 10.0.22621.755 AMD64
Copyright (c) Microsoft Co
On 3/24/2023 6:23 AM, blockold wolf uchiwa via Cygwin wrote:
I don't know how to crack a .rar file please help me
https://lmgtfy.app/#gsc.tab=0&gsc.q=RAR%20file%20extractor
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation:
I don't know how to crack a .rar file please help me
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple
> Sorry, the second gdb command should be
> info line *__assert+0x42a4
> > (Note the change in symbol name: two "_" there)
>
I think it'd be easier to "catch" the problem rather than to chase it by
running all commands under the debugger.
For that
Sorry, the second gdb command should be
info line *__assert+0x42a4
(Note the change in symbol name: two "_" there)
..mark
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
U
se? More below...
Stack Trace:
Child cmd.exe -> cp.exe -> cmd.exe -> cp.exe:
How exactly are you running Cygwin commands? From a Command Prompt or a bash
shell, for instance? And how do you get the process tree you are indicating?
What is the 'cp' command doing? Pas
We've had problems with slow Cygwin commands, so we were able to capture a
stack trace when the 'cp' program taking a long time to complete, and we
noticed in the stack trace that the last thing cygwin1.dll does is calls
assert. What might that suggest? And are there any situations that would ca
On 15/03/2023 03:00, WyntrHeart via Cygwin wrote:
I've added /cygdrive/c/program\ files/notepad++ to my path in .bash_profile,
double checking with echo to make sure that the directory is in the path. But
when I type "notepad++.exe" or "notepad++" I get "bash: no
On 3/14/2023 9:00 PM, WyntrHeart via Cygwin wrote:
I've added /cygdrive/c/program\ files/notepad++
Notepad is not there.
In addition to what Elliot said you need the correct path.
The executable is at: /cygdrive/c/Program Files/Notepad++/notepad++
So the path is all that except the .exe nam
On 3/14/2023 11:00 PM, WyntrHeart via Cygwin wrote:
I've added /cygdrive/c/program\ files/notepad++ to my path in .bash_profile, double checking with echo to
make sure that the directory is in the path. But when I type "notepad++.exe" or
"notepad++" I get "bash
I've added /cygdrive/c/program\ files/notepad++ to my path in .bash_profile,
double checking with echo to make sure that the directory is in the path. But
when I type "notepad++.exe" or "notepad++" I get "bash: notepad++: command not
found". I did restart
t it un-hung. Typing
> > > > q does nothing. Typing Ctrl+C does nothing. Typing does
> > > > nothing. > The only way out of this is to close the terminal window and
> > > > start a new Command Prompt or PowerShell session.
> > > >
> > > >
q to exit.
> > > Press Win+Left-Arrow to snap the window to the left side of the screen.
> > > The window is now hung. Nothing can be typed to get it un-hung. Typing q
> > > does nothing. Typing Ctrl+C does nothing. Typing does nothing. >
> > > The only way o
ow hung. Nothing can be typed to get it un-hung. Typing q
> > does nothing. Typing Ctrl+C does nothing. Typing does nothing. >
> > The only way out of this is to close the terminal window and start a new
> > Command Prompt or PowerShell session.
> >
> > I'
ng. > The only
> way out of this is to close the terminal window and start a new Command
> Prompt or PowerShell session.
>
> I've reproduced this with Command Line and with PowerShell 7.2.6.
I am also experiencing this issue with the following setup:
CYGWIN_NT-10.0-19044 version
On Dec 3 16:24, Corinna Vinschen via Cygwin wrote:
> On Dec 3 19:28, Takashi Yano via Cygwin wrote:
> > On Fri, 2 Dec 2022 19:40:30 -0800
> > Ilya Zakharevich wrote:
> > > On Wed, Nov 16, 2022 at 04:48:25AM -0800, I wrote:
> > > > De-quoting (converting the
On Dec 3 22:42, Takashi Yano via Cygwin wrote:
> [...]
> The patch above also affects __C_locale.
> The patch below should be more appropriate.
Looks like we had the same idea at the same time :)
Corinna
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://
On Dec 3 19:28, Takashi Yano via Cygwin wrote:
> On Fri, 2 Dec 2022 19:40:30 -0800
> Ilya Zakharevich wrote:
> > On Wed, Nov 16, 2022 at 04:48:25AM -0800, I wrote:
> > > De-quoting (converting the Windows’ command-line into argc/argv) does
> > > not remove double qu
On Sat, 3 Dec 2022 19:28:10 +0900
Takashi Yano wrote:
> On Fri, 2 Dec 2022 19:40:30 -0800
> Ilya Zakharevich wrote:
> > On Wed, Nov 16, 2022 at 04:48:25AM -0800, I wrote:
> > > De-quoting (converting the Windows’ command-line into argc/argv) does
> > > not remove d
On Fri, 2 Dec 2022 19:40:30 -0800
Ilya Zakharevich wrote:
> On Wed, Nov 16, 2022 at 04:48:25AM -0800, I wrote:
> > De-quoting (converting the Windows’ command-line into argc/argv) does
> > not remove double quotes if characters not fit for 8-bit (?) are present.
> >
> &g
On Wed, Nov 16, 2022 at 04:48:25AM -0800, I wrote:
> De-quoting (converting the Windows’ command-line into argc/argv) does
> not remove double quotes if characters not fit for 8-bit (?) are present.
>
> Broken in: CYGWIN_NT-6.1 Bu 3.3.4(0.341/5/3) 2022-01-31 19:35
>
De-quoting (convrting the Windows’ command-line into argc/argv) does
not remove double quotes if characters not fit for 8-bit (?) are present.
Broken in: CYGWIN_NT-6.1 Bu 3.3.4(0.341/5/3) 2022-01-31 19:35
x86_64 Cygwin
Works in: CYGWIN_NT-6.1-WOW Bu 2.2.1(0.289/5/3) 2015-08
We're running into this same issue on my project. We're trying to
shorten path names to get around Visual Studio limitations in path
lengths, which are unfortunately very long for us since we're
generating filenames based on package names and the like.
If subst won't work to let us shorten path n
On 9/8/2022 2:00 AM, Christian Franke wrote:
Eliot Moss wrote:
If data in /etc/setup is still intact, a quick way with the GUI should be run to the recent 2.921 RC
release of setup, select the "Up To Date" view and then press and hold Ctrl+R.
https://sourceware.org/pipermail/cygwin/2022-Augus
Eliot Moss wrote:
I've not been able to find a way to get setup, when used from the command
line, to *re*install an existing package, so as to repair any brokenness.
For context, I had my disk get trashed and restored from a cloud backup.
However, that tool is not entirely competent
Eliot Moss writes:
> I've not been able to find a way to get setup, when used from the command
> line, to *re*install an existing package, so as to repair any brokenness.
If it's not been broken in the years that passed by since I implemented
it initially, telling setup to both re
Dear Cygwiners -
I've not been able to find a way to get setup, when used from the command
line, to *re*install an existing package, so as to repair any brokenness.
For context, I had my disk get trashed and restored from a cloud backup.
However, that tool is not entirely competent
On Sun, 31 Jul 2022 09:52:06 +0500
Kamran wrote:
> Hi all
>
> I use some batch (*.bat/*.cmd) files for my work.
>
> I usually work from within cygwin/mintty
>
> Last year (i.e. from June 2021),
> "pause" command (from DOS era) hangs
> the batch file, until ^
Hi all
I use some batch (*.bat/*.cmd) files for my work.
I usually work from within cygwin/mintty
Last year (i.e. from June 2021),
"pause" command (from DOS era) hangs
the batch file, until ^C is pressed.
Lately pressing ^C does nothing, and
I have to kill the mintty process
from ta
Cygwin Support Dear Representatives
Thank you very much for your reply.
>This seems to be behaviour change betweeen OpenSSH 8.x and 9.0.
You are right.
Referring to the URL below, the problem is caused by the change in the protocol
used by the scp command by default in the latest Open
instead of just /tmp/a.
> >
> > We analyzed our application again, internally, calling scp command is as
> > follows.
> >
> > \bin\scp.exe "/cygdrive//C/test/a"
> > "root"@ホスト名:"\"/tmp/a\""
> >
&g
On Tue, 19 Jul 2022 02:40:14 +
> Thank you very much for your reply.
>
> >it seems your application is calling scp with " around the arguments, so,
> >scp try to copy "/tmp/a" instead of just /tmp/a.
>
> We analyzed our application again, internall
Cygwin Support Dear Representatives
Thank you very much for your reply.
>it seems your application is calling scp with " around the arguments, so, scp
>try to copy "/tmp/a" instead of just /tmp/a.
We analyzed our application again, internally, calling scp command is as
fo
Le 13/07/2022 à 09:41, suzuki.masa...@fujitsu.com a écrit :
As a result of debugging our application program, the scp command returned the
following message.
/usr/bin/scp: dest open ""/tmp/a"": No such file or directory
/usr/bin/scp: failed to upload file /cygdrive//C/tes
Cygwin are executed as child processes.
> (*) For details of the demonstration contents, refer to "■Our Application
> Program"
> (*)As a preliminary preparation, we set the SSH public key and
>confirm that we can connect to SSH without inquiring about the password.
>
1 - 100 of 3246 matches
Mail list logo