d be the newlib integration for gcc. In
> > any case this needs to be fixed upstream.
>
> The latter turns out to be the case, this is actually the same bug (and
> will have the same fix) as:
>
> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104587
>
> If you go to the trouble of
have the same fix) as:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104587
If you go to the trouble of actually filing a bug with gcc it would be
helpful to post the information here as well, so that somebody can
follow up on it:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115524
Regar
Kristian Spangsege via Cygwin writes:
> In C++, a space character is reported as non-printable by
> `std::ctype` in the "C" locale (the only locale supported by
> `std::ctype`). In other words, the following expression evaluates to
> `false`:
>
> ctype.is(std::ct
;>
>> > I recently read the Wikipedia article on alternative shells in Windows.
>>
>> >
>> https://en.wikipedia.org/w/index.php?title=List_of_alternative_shells_for_Windows
>>
>> > And it got me wondering: can you start a DE or WM running under
>
;
> https://en.wikipedia.org/w/index.php?title=List_of_alternative_shells_for_Windows
>
> > And it got me wondering: can you start a DE or WM running under Cygwin/X
> as
> > an alternative Windows shell?
>
> Can you? Yes. But, unless you run Explorer as shell, all the Metro
of_alternative_shells_for_Windows
> >
> > And it got me wondering: can you start a DE or WM running under Cygwin/X as
> > an alternative Windows shell?
>
> If WM mean window manager, then yes. I use bash as my shell all the time.
> Not sure what you mean by DE ...
Greetings, Jens Staal!
> Dear all,
> I recently read the Wikipedia article on alternative shells in Windows.
> https://en.wikipedia.org/w/index.php?title=List_of_alternative_shells_for_Windows
> And it got me wondering: can you start a DE or WM running under Cygwin/X as
>
On 6/19/2024 2:06 PM, Jens Staal via Cygwin wrote:
Dear all,
I recently read the Wikipedia article on alternative shells in Windows.
https://en.wikipedia.org/w/index.php?title=List_of_alternative_shells_for_Windows
And it got me wondering: can you start a DE or WM running under Cygwin/X as
an
Dear all,
I recently read the Wikipedia article on alternative shells in Windows.
https://en.wikipedia.org/w/index.php?title=List_of_alternative_shells_for_Windows
And it got me wondering: can you start a DE or WM running under Cygwin/X as
an alternative Windows shell?
--
Problem reports
In C++, a space character is reported as non-printable by
`std::ctype` in the "C" locale (the only locale supported by
`std::ctype`). In other words, the following expression evaluates to
`false`:
ctype.is(std::ctype_base::print, ctype.widen(' '))
where `ctype` is obtaine
Greetings, Martin Wege!
> On Sun, May 26, 2024 at 7:35 PM Andrey Repin wrote:
>>
>> Greetings, Martin Wege!
>>
>> >> Can Cygwin be installed as a normal user (without Admin rights) in a
>> >> > nonstandard location, like C.\Users\martinwege\cygw
On Sat, May 25, 2024 at 11:53 PM Martin Wege via Cygwin
wrote:
> Can Cygwin be installed as a normal user (without Admin rights) in a
> nonstandard location, like C.\Users\martinwege\cygwinroot36\...)?
>
> Also, can this be done for more than one Cygwin version, e.g. I'd like
&
On Sun, May 26, 2024 at 7:35 PM Andrey Repin wrote:
>
> Greetings, Martin Wege!
>
> >> Can Cygwin be installed as a normal user (without Admin rights) in a
> >> > nonstandard location, like C.\Users\martinwege\cygwinroot36\...)?
> >> >
> >>
Greetings, Martin Wege!
>> Can Cygwin be installed as a normal user (without Admin rights) in a
>> > nonstandard location, like C.\Users\martinwege\cygwinroot36\...)?
>> >
>> > Also, can this be done for more than one Cygwin version, e.g. I'd like
>> &g
On Sun, May 26, 2024 at 2:14 AM Bill Stewart via Cygwin
wrote:
>
> On Sat, May 25, 2024 at 3:54 PM Martin Wege wrote:
>
> Can Cygwin be installed as a normal user (without Admin rights) in a
> > nonstandard location, like C.\Users\martinwege\cygwinroot36\...)?
> >
> &
Greetings, Martin Wege!
> Can Cygwin be installed as a normal user (without Admin rights) in a
> nonstandard location, like C.\Users\martinwege\cygwinroot36\...)?
Yes, and there's no such thing as "standard location".
> Also, can this be done for more than one Cygwin ver
On Sat, May 25, 2024 at 3:54 PM Martin Wege wrote:
Can Cygwin be installed as a normal user (without Admin rights) in a
> nonstandard location, like C.\Users\martinwege\cygwinroot36\...)?
>
> Also, can this be done for more than one Cygwin version, e.g. I'd like
> to test multipl
Hello,
Can Cygwin be installed as a normal user (without Admin rights) in a
nonstandard location, like C.\Users\martinwege\cygwinroot36\...)?
Also, can this be done for more than one Cygwin version, e.g. I'd like
to test multiple Cygwin versions in parallel.
Thanks,
Martin
--
Problem re
On 5/3/2024 3:31 PM, Bruno Haible wrote:
Hi Ken,
It turns out that this was a regression in 3.5.3 and was already
reported (in a slightly different form) in
https://cygwin.com/pipermail/cygwin/2024-April/255812.html
and fixed for 3.5.4.
Thanks for the investigations!
Do you have a wor
Hi Ken,
> It turns out that this was a regression in 3.5.3 and was already
> reported (in a slightly different form) in
>
>https://cygwin.com/pipermail/cygwin/2024-April/255812.html
>
> and fixed for 3.5.4.
Thanks for the investigations!
> > Do you have a workaround? In Gnulib we wish to
On 5/2/2024 7:40 PM, Bruno Haible wrote:
Hi,
Ken Brown noticed this: pagefile.sys and swapfile.sys are being
reported by Cygwin 3.5.3 as being directories.
Cygwin 3.5.3 on Windows 10:
$ ls -ld /proc/cygdrive/c/pagefile.*
drwxr-x--- 17664 Unknown+User Unknown+Group 0 Jan 1 1601
/proc
Am 03.05.2024 um 01:40 schrieb Bruno Haible via Cygwin:
Hi,
Ken Brown noticed this: pagefile.sys and swapfile.sys are being
reported by Cygwin 3.5.3 as being directories.
Cygwin 3.5.3 on Windows 10:
$ ls -ld /proc/cygdrive/c/pagefile.*
drwxr-x--- 17664 Unknown+User Unknown+Group 0 Jan 1
Hi,
Ken Brown noticed this: pagefile.sys and swapfile.sys are being
reported by Cygwin 3.5.3 as being directories.
Cygwin 3.5.3 on Windows 10:
$ ls -ld /proc/cygdrive/c/pagefile.*
drwxr-x--- 17664 Unknown+User Unknown+Group 0 Jan 1 1601
/proc/cygdrive/c/pagefile.sys
$ ls -ld /proc/cygdrive/c
e does the "1" in /proc/sys/Sessions/1/BaseNamedObjects come
from? Is there a Cygwin or Win32 API for that?
It's the MS Windows session number for the first user session.
You can access them using Cygwin or MS Windows directory lookups or tree
browsers, as I said.
Search micr
cts
> >>
> >> so each session has its own set of BaseNamedObjects, which you can list
> >> with
> >> appropriate permissions, or using a tree browser.
>
> > Now where does the "1" in /proc/sys/Sessions/1/BaseNamedObjects come
> > from? I
where does the "1" in /proc/sys/Sessions/1/BaseNamedObjects come
from? Is there a Cygwin or Win32 API for that?
It's the MS Windows session number for the first user session.
You can access them using Cygwin or MS Windows directory lookups or tree
browsers, as I said.
Search micr
On Sun, Apr 21, 2024 at 5:25 PM Dan Shelton wrote:
On Sat, 20 Apr 2024 at 05:37, Brian Inglis via Cygwin
> wrote:
> > Under MS Windows you can use Sysinternals WinObj64 to browse the
> hierarchy and
> > objects.
>
> What is that?
>
Perhaps search for "winobj64" ?
https://devblogs.microsoft.com/
On Sat, 20 Apr 2024 at 05:37, Brian Inglis via Cygwin wrote:
>
> On 2024-04-19 17:09, Dan Shelton via Cygwin wrote:
> > 1. Windows has DOS namespaces per user, or per Logon.
> > Can anyone explain this from a Win32 API point of view how they are kept
> > separate?
>
> Ask on SuperUser *NOT* SO!
I
On 2024-04-19 17:09, Dan Shelton via Cygwin wrote:
1. Windows has DOS namespaces per user, or per Logon.
Can anyone explain this from a Win32 API point of view how they are kept
separate?
Ask on SuperUser *NOT* SO!
2. If I have Administrator rights, is there a way in /proc where I can
/bin/l
Hello!
1. Windows has DOS namespaces per user, or per Logon. Can anyone
explain this from a Win32 API point of view how they are kept
separate?
2. If I have Administrator rights, is there a way in /proc where I can
/bin/ls -la or /bin/find -ls all those DOS namespaces and soft links
to the real d
选择安装类型"
-FONT 8, "MS Shell Dlg"
+FONT 9, "Microsoft YaHei UI"
Thanks very much for this patch!
So, this isn't applicable as is, because the localized res.rc files are
generated from a template res.rc file and the language .po file (using
po2rc from Translate Too
选择安装类型"
-FONT 8, "MS Shell Dlg"
+FONT 9, "Microsoft YaHei UI"
Thanks very much for this patch!
So, this isn't applicable as is, because the localized res.rc files are
generated from a template res.rc file and the language .po file (using po2rc
from Translate Too
+FONT 9, "Microsoft YaHei UI"
Thanks very much for this patch!
So, this isn't applicable as is, because the localized res.rc files are
generated from a template res.rc file and the language .po file (using
po2rc from Translate Toolkit [1][2]). See section starting after &quo
g, so a quick help would be appreciated,
> > > > as I cannot figure this out after several hours of digging.
> > > >
> > > > Cygwin /usr/bin/stat returns "Birth: -" for some files. Which value
> > > > must the CreationTime member of F
On 2024-04-09 15:14, Corinna Vinschen via Cygwin wrote:
On Apr 5 04:26, Martin Wege via Cygwin wrote:
On Fri, Apr 5, 2024 at 2:05 AM Martin Wege wrote:
I have problems with debugging, so a quick help would be appreciated,
as I cannot figure this out after several hours of digging.
Cygwin
On Apr 5 04:26, Martin Wege via Cygwin wrote:
> On Fri, Apr 5, 2024 at 2:05 AM Martin Wege wrote:
> >
> > Hello,
> >
> > I have problems with debugging, so a quick help would be appreciated,
> > as I cannot figure this out after several hours of digging.
>
On Fri, Apr 5, 2024 at 2:05 AM Martin Wege wrote:
>
> Hello,
>
> I have problems with debugging, so a quick help would be appreciated,
> as I cannot figure this out after several hours of digging.
>
> Cygwin /usr/bin/stat returns "Birth: -" for some files. Whic
For Chinese language, the app’s default UI font is Microsoft YaHei UI. Using MS
Shell Dlg makes the UI become annoying.
Here are my changes:
diff --git a/res/zh_Hans/res.rc b/res/zh_Hans/res.rc
index 9f67a5a..da9d6e8 100644
--- a/res/zh_Hans/res.rc
+++ b/res/zh_Hans/res.rc
@@ -8,7 +8,7 @@ LANGUAGE
On 2024-03-27 04:15, Ricky Tigg via Cygwin wrote:
Good morning. What is the constantly renewed disappointment of having to
note that even today there are projects whose sites are poorly constructed
and omit essential content. As with such a site, invariably we can see that
the same error keeps
Good morning. What is the constantly renewed disappointment of having to
note that even today there are projects whose sites are poorly constructed
and omit essential content. As with such a site, invariably we can see that
the same error keeps being repeated; Make it complicated for the sake of
On Mon, Dec 11, 2023 at 02:07:08PM +, Jon Turney wrote:
> On 09/12/2023 21:55, Adam Dinwoodie via Cygwin wrote:
> > Hi,
> >
> > I've been trying to set up Cygwin cron to work as a service on my work
> > PC. I'm able to get it working just fine on a
On 09/12/2023 21:55, Adam Dinwoodie via Cygwin wrote:
Hi,
I've been trying to set up Cygwin cron to work as a service on my work
PC. I'm able to get it working just fine on a Windows system where I'm
using a personal Microsoft account, but when I attempt the same process
usi
On Sun, Dec 10, 2023 at 09:22:12AM -0700, Brian Inglis via Cygwin wrote:
> On 2023-12-09 14:55, Adam Dinwoodie via Cygwin wrote:
> > I've been trying to set up Cygwin cron to work as a service on my work
> > PC. I'm able to get it working just fine on a Windows sys
On 2023-12-09 14:55, Adam Dinwoodie via Cygwin wrote:
I've been trying to set up Cygwin cron to work as a service on my work
PC. I'm able to get it working just fine on a Windows system where I'm
using a personal Microsoft account, but when I attempt the same process
using on a
Hi,
I've been trying to set up Cygwin cron to work as a service on my work
PC. I'm able to get it working just fine on a Windows system where I'm
using a personal Microsoft account, but when I attempt the same process
using on a Windows system using my work account, I get the
On 2023-09-22 06:39, Christian Franke via Cygwin wrote:
Martin Wege via Cygwin wrote:
On Fri, Sep 22, 2023 at 9:42 AM Christian Franke via Cygwin
wrote:
Martin Wege via Cygwin wrote:
Hello,
Does Cygwin have a tool to run a bash script as SYSTEM user if my
account already have admin rights
Martin Wege via Cygwin wrote:
On Fri, Sep 22, 2023 at 9:42 AM Christian Franke via Cygwin
wrote:
Martin Wege via Cygwin wrote:
Hello,
Does Cygwin have a tool to run a bash script as SYSTEM user if my
account already have admin rights?
No (AFAIK).
I use psexec from Sysinternals tools
(https
On Fri, Sep 22, 2023 at 9:42 AM Christian Franke via Cygwin
wrote:
>
> Martin Wege via Cygwin wrote:
> > Hello,
> >
> > Does Cygwin have a tool to run a bash script as SYSTEM user if my
> > account already have admin rights?
>
> No (AFAIK).
>
> I u
Martin Wege via Cygwin wrote:
Hello,
Does Cygwin have a tool to run a bash script as SYSTEM user if my
account already have admin rights?
No (AFAIK).
I use psexec from Sysinternals tools
(https://learn.microsoft.com/sysinternals/downloads/psexec)
This starts a Cygwin terminal as SYSTEM
Hello,
Does Cygwin have a tool to run a bash script as SYSTEM user if my
account already have admin rights?
Thanks,
Martin
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info
Corinna Vinschen via Cygwin wrote:
On Aug 18 11:51, Martin Wege via Cygwin wrote:
On Fri, Aug 18, 2023 at 7:27 AM Jonathon Merz via Cygwin
wrote:
On Thu, Aug 17, 2023 at 7:13 PM Martin Wege via Cygwin
wrote:
Just an idea: Could the default background color of the Cygwin console
be changed f
On Aug 18 11:51, Martin Wege via Cygwin wrote:
> On Fri, Aug 18, 2023 at 7:27 AM Jonathon Merz via Cygwin
> wrote:
> >
> > On Thu, Aug 17, 2023 at 7:13 PM Martin Wege via Cygwin
> > wrote:
> >
> > > Just an idea: Could the default background color of the Cygwin console
> > > be changed from black
ess rights:
if [ -r /proc/registry/HKEY_LOCAL_MACHINE/SAM/SAM ]; then ...; fi
I use this in .bashrc to add "(root)" to the default mintty title and
set '#' as root prompt:
case " $(/usr/bin/id -G) " in
*\ 544\ *) PS1=${PS1/\\e]0;\\w/\\e]0;\\w (root)}; PS1=${
On Fri, Aug 18, 2023 at 7:27 AM Jonathon Merz via Cygwin
wrote:
>
> On Thu, Aug 17, 2023 at 7:13 PM Martin Wege via Cygwin
> wrote:
>
> > Just an idea: Could the default background color of the Cygwin console
> > be changed from black to grey (or RED) if the terminal has been
> > started with Adm
*\ 544\ *) printf '\e]11;#80\a' ;;
esac
Or use a check of actual access rights:
if [ -r /proc/registry/HKEY_LOCAL_MACHINE/SAM/SAM ]; then ...; fi
I use this in .bashrc to add "(root)" to the default mintty title and
set '#' as root prompt:
case &
On Thu, Aug 17, 2023 at 7:13 PM Martin Wege via Cygwin
wrote:
> Just an idea: Could the default background color of the Cygwin console
> be changed from black to grey (or RED) if the terminal has been
> started with Administrator rights?
>
Assuming that:
1. The Administrators group is called "Ad
Hello,
Just an idea: Could the default background color of the Cygwin console
be changed from black to grey (or RED) if the terminal has been
started with Administrator rights?
Thanks,
Martin
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Greetings, WyntrHeart!
> I installed the Cron daemon running under the cyg_server account,
Why? Should be installed under LocalSystem user.
> and now whenever Windows 10 gives me a UAC prompt it defaults to asking for
> the
> password for "privileged server" and I have to manually click to chan
I installed the Cron daemon running under the cyg_server account, and now
whenever Windows 10 gives me a UAC prompt it defaults to asking for the
password for "privileged server" and I have to manually click to change it to
my PIN entry every time. This is extremely annoying and slows down what
Hello cygwin,
Please find attached the proof of Payments for Estimate work on Monday, January
16, 2023
Regards,
Ambati Rambabu
--
Problem reports: https://cygwin.com/problems.html
FAQ: https://cygwin.com/faq/
Documentation:https://cygwin.
Dan Harkless via Cygwin wrote:
On 12/9/2022 3:39 AM, Oskar Skog via Cygwin wrote:
On 2022-12-07 23:54, Dan Harkless via Cygwin wrote:
> No. It's normal and common for software like Cygwin, which has the
> power to be used maliciously (as opposed to, say, a Minesweeper
game or
On 12/9/2022 3:39 AM, Oskar Skog via Cygwin wrote:
On 2022-12-07 23:54, Dan Harkless via Cygwin wrote:
> No. It's normal and common for software like Cygwin, which has the
> power to be used maliciously (as opposed to, say, a Minesweeper game or
> something), to have fals
On 2022-12-07 23:54, Dan Harkless via Cygwin wrote:
No. It's normal and common for software like Cygwin, which has the
power to be used maliciously (as opposed to, say, a Minesweeper game or
something), to have false positives on VirusTotal for a handful of
vendors. I've neve
On Wed, Dec 7, 2022 at 9:21 AM Sylwester Rutkowski wrote:
The setup-x86_64.exe is reported as malicious at
> https://www.virustotal.com/gui/file/edd0a64dc65087ffe453ca94b267169b39458a983b29ac31320fcaa983d0f97e/detection
>
> Can this be resolved somehow?
This is, of course, a false
On 12/7/2022 8:20 AM, Sylwester Rutkowski via Cygwin wrote:Hi,
The setup-x86_64.exe is reported as malicious at
https://www.virustotal.com/gui/file/edd0a64dc65087ffe453ca94b267169b39458a983b29ac31320fcaa983d0f97e/detection
Can this be resolved somehow?
No. It's normal and commo
Hi,
The setup-x86_64.exe is reported as malicious at
https://www.virustotal.com/gui/file/edd0a64dc65087ffe453ca94b267169b39458a983b29ac31320fcaa983d0f97e/detection
Can this be resolved somehow?
Thanks,
Sylwester
--
Problem reports: https://cygwin.com/problems.html
FAQ
On 29/09/2022 15:04, petzhou(周崇武) wrote:
Hello Mirror Administrators:
Tencent software source applies to be used as Cygwin package repository in Asia
and China“ https://mirrors.tencent.com/cygwin/ ”.
We hope to add Tencent software source services to the available download list
and provide
Hello Mirror Administrators:
Tencent software source applies to be used as Cygwin package repository in Asia
and China“ https://mirrors.tencent.com/cygwin/ ”.
We hope to add Tencent software source services to the available download list
and provide more users with convenient source services
On 09.09.2022 16:11, Keith Christian wrote:
Is there a recommended general procedure so that users could update
orphaned packages with a reasonable chance of success?
E.g., for packages that need compiling, it's download the source,
extract it, then make and make install.
Not sure about other pac
Is there a recommended general procedure so that users could update
orphaned packages with a reasonable chance of success?
E.g., for packages that need compiling, it's download the source,
extract it, then make and make install.
Not sure about other packages like Ansible which are written in
Python
Hi,
We are very grateful for the public replies and suggestions received
to our proposal, which were all very positive. And we are happy to
report that the SFC's Evaluations Committee has voted to accept
Sourceware as a Conservancy member project. If people are interested
in, or want to hel
I tried sending this with an attached JPG, but that could not be posted.
This posting simply records the main lines of that JPG.
On one of our PCs (Windows 11 x64 Pro) ca-certificates can no longer be
properly installed.
Package: _/Unknown package
ca-certificates.sh exit code 1
I tired
Hi!
If you have an interest in the long term future of the sourceware
hosting server which this project is using, please consider checking
out this thread on our local overseers@ mailing list. Everything is
fine, we're just thinking ahead.
https://sourceware.org/pipermail/overseers/2022q3/018802
ortcut, but simplified
the reproduction code.
mkshortcut -n Foo.lnk ... -> touch Foo.lnk
It still works. I'll fix the commit message. [The code in question is actually
checking whether foo.lnk is a shortcut that Cygwin treats as a symlink.]
Ken
--
Problem reports: ht
On 2022-08-09 22:52, Ken Brown wrote:
I think the best fix is to set res = 0 at the beginning of the loop and
to remove a "res = -1" that occurs later. I've sent a patch to
cygwin-patches.
Ken
From https://cygwin.com/pipermail/cygwin-patches/2022q3/011994.html
> Currently it is possible fo
instead of 0 when called on
"link". The main loop over suffixes finds and rejects link.lnk but then leaves
"res" as -1 when it continues looping. The following patch fixes the problem:
--- a/winsup/cygwin/path.cc
+++ b/winsup/cygwin/path.cc
@@ -3422,
;link". The main loop over suffixes finds and rejects link.lnk but then leaves
"res" as -1 when it continues looping. The following patch fixes the problem:
--- a/winsup/cygwin/path.cc
+++ b/winsup/cygwin/path.cc
@@ -3422,6 +3422,7 @@ restart:
{
fileattr = INV
Oskar Skog wrote:
Deleting a directory with the same name as a shortcut deletes everything
in the current working directory.
Tested on:
CYGWIN_NT-10.0-19044 3.3.5-341.x86_64 2022-05-13 12:27 UTC x86_64 Cygwin
CYGWIN_NT-10.0-22000 3.3.5-341.x86_64 2022-05-13 12:27 UTC x86_64 Cygwin
Script to
Deleting a directory with the same name as a shortcut deletes everything
in the current working directory.
Tested on:
CYGWIN_NT-10.0-19044 3.3.5-341.x86_64 2022-05-13 12:27 UTC x86_64 Cygwin
CYGWIN_NT-10.0-22000 3.3.5-341.x86_64 2022-05-13 12:27 UTC x86_64 Cygwin
Script to reproduce the bug
doc/cygwin/emacs.README for reference in every release notice, as
well as in issues here, rather than documenting it in and referring to release
notices.
I had actually intended to document it in /usr/share/doc/emacs/README.Cygwin,
but I apparently forgot to do that. In the meantime, I'v
script could also initially add the rebase
userpath eln-cache entry, to make life easier for users.
You could document the manual instructions and any commands or scripts
provided in /usr/share/doc/cygwin/emacs.README for reference in every
release notice, as well as in issues here, rather than
On 7/17/2022 7:08 AM, Oleksandr Gavenko wrote:
I saw a new version of emacs-w32 28.1-2 (has 28.1-1) and gave it a try.
If has a problem with forking processes:
Doing vfork: Resource temporarily unavailable
Please see the release announcement:
https://cygwin.com/pipermail/cygwin-announce/20
ative--compile-async("/usr/share/emacs/28.1/lisp/org/org-capture.el.gz"
nil late)
defalias(org-capture-upgrade-templates #f(compiled-function
(templates) "Update the template list to the new format.\nTEMPLATES is
a template list, as in `org-capture-templates'. The\nnew form
On 7/15/22, Kevin M. Wilson via Cygwin wrote:
>
> Greetings,Well, I've gone and done something, and I don't know how to
> fix it...Please help!
> I start a terminal window on my windows machine, ssh'g to my Linux box. At
> the top lefthand corner of that window is a tilde, "~bash". The word
> d
On 7/15/2022 12:44 PM, Kevin M. Wilson via Cygwin wrote:
Greetings, Well, I've gone and done something, and I don't know how to fix
it...Please help!
I start a terminal window on my windows machine, ssh'g to my Linux box. At the top
lefthand corner of that window is a tilde, "~bash". The wor
Greetings, Well, I've gone and done something, and I don't know how to fix
it...Please help!
I start a terminal window on my windows machine, ssh'g to my Linux box. At the
top lefthand corner of that window is a tilde, "~bash". The word disappears,
leaving behind the 'tilde'. Plus, on the scr
On Fri, 25 Mar 2022 10:01:53 -0700 (PDT)
Jeremy Drake wrote:
> On Fri, 25 Mar 2022, Takashi Yano wrote:
>
> > I will submit v3 patch shortly.
>
> I applied your v3 patch to 3.3.4 in
> https://github.com/msys2/msys2-runtime/pull/88 and re-ran my test action,
> and it work
On Fri, 25 Mar 2022, Takashi Yano wrote:
> I will submit v3 patch shortly.
I applied your v3 patch to 3.3.4 in
https://github.com/msys2/msys2-runtime/pull/88 and re-ran my test action,
and it worked as expected this time.
I've put out a call to test on the msys2-runtime issue to confirm
On Fri, 25 Mar 2022 00:09:59 -0700 (PDT)
Jeremy Drake wrote:
> On Fri, 25 Mar 2022, Takashi Yano wrote:
>
> > I can confirm the sample script hangs indeed if the script is
> > running as SYSTEM account. However, in my test, the patch solves
> > the issue.
> >
>
Hi,
Takashi Yano wrote:
[SNIP]
Just got another report to MSYS2 of this behavior, this time from a Gitlab
CI runner that is running as a service and trying to pipe output from
Microsoft cl.exe while running configure. This user reports that 3.3.4
with your "[PATCH v2] Cygwin: pipe:
On Fri, 25 Mar 2022, Takashi Yano wrote:
> I can confirm the sample script hangs indeed if the script is
> running as SYSTEM account. However, in my test, the patch solves
> the issue.
>
> It would be very helpfull if a simple github repository with
> github actions, which can r
On Thu, 24 Mar 2022 20:42:50 -0700 (PDT)
Jeremy Drake wrote:
> On Tue, 22 Mar 2022, Takashi Yano wrote:
>
> > > Thanks for the report. This is expected problem as mentioned
> > > in b531d6b commit message. However, I could not imagin the
> > > situation that th
On Tue, 22 Mar 2022, Takashi Yano wrote:
> > Thanks for the report. This is expected problem as mentioned
> > in b531d6b commit message. However, I could not imagin the
> > situation that the service has multiple writer for the pipe
> > and one of them is a non-cygwin
On Tue, 22 Mar 2022 19:18:07 +0900
Takashi Yano wrote:
> On Mon, 21 Mar 2022 11:45:57 -0700 (PDT)
> Jeremy Drake wrote:
> > This issue was reported to MSYS2 as a hang when trying to build libxml2 in
> > a Windows docker container. Another user was able to come up with a
> &g
On Mon, 21 Mar 2022 11:45:57 -0700 (PDT)
Jeremy Drake wrote:
> This issue was reported to MSYS2 as a hang when trying to build libxml2 in
> a Windows docker container. Another user was able to come up with a
> simple reproducer and a reasonable theory as to why it happens. The msys2
&
This issue was reported to MSYS2 as a hang when trying to build libxml2 in
a Windows docker container. Another user was able to come up with a
simple reproducer and a reasonable theory as to why it happens. The msys2
issue is https://github.com/msys2/msys2-runtime/issues/77, and I will
quote the
Hello Cygwin users,
History:
On non-regular basis I run pkix-ssh tests. Builds are with two OpenSSL versions
: system from cygwin package and current openssl release.
As usual pkix-ssh regression tests pass until this year. Due to limited time I
cannot provide usable for developers
upgrades finally I have administrative access. If I run installation
normally it switch to administrative permissions and upgrade process "just for
me" works just fine.
Why then issue is reported when exist "work-around"?
First because as some point of time I do not have admin
Hi,
On Thu, 25 Nov 2021 at 20:33, Tyme LaDow via Cygwin wrote:
>
> Hey,
>
> I'm running Windows 10 Pro v. 10.0.19042 build 19042 and I installed cygwin
> at least a year ago and haven't touched it since June 2020. Today,
> November 25th, 2021, I got a notification from Bitdefender that it had
>
Hey,
I'm running Windows 10 Pro v. 10.0.19042 build 19042 and I installed cygwin
at least a year ago and haven't touched it since June 2020. Today,
November 25th, 2021, I got a notification from Bitdefender that it had
detected a trojan and quarantined it. The threat notification says "Item
was
1 - 100 of 1959 matches
Mail list logo