Re: Bug in GCC / libstdc++: Space character categorized as non-printable by std::ctype

2024-07-30 Thread Kristian Spangsege via Cygwin
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

Re: Bug in GCC / libstdc++: Space character categorized as non-printable by std::ctype

2024-07-27 Thread ASSI via Cygwin
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

Re: Bug in GCC / libstdc++: Space character categorized as non-printable by std::ctype

2024-07-26 Thread ASSI via Cygwin
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

Re: Cygwin/X as Shell replacement?

2024-06-19 Thread Jens Staal via Cygwin
;> >> > 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 >

Re: Cygwin/X as Shell replacement?

2024-06-19 Thread Jens Staal via Cygwin
; > 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

Re: Cygwin/X as Shell replacement?

2024-06-19 Thread Dr Bean via Cygwin
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 ...

Re: Cygwin/X as Shell replacement?

2024-06-19 Thread Andrey Repin via Cygwin
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 >

Re: Cygwin/X as Shell replacement?

2024-06-19 Thread Eliot Moss via Cygwin
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

Cygwin/X as Shell replacement?

2024-06-19 Thread Jens Staal via Cygwin
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

Bug in GCC / libstdc++: Space character categorized as non-printable by std::ctype

2024-06-14 Thread Kristian Spangsege via Cygwin
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

Re: Installing Cygwin as normal user in nonstandard location?

2024-05-27 Thread Andrey Repin via Cygwin
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

Re: Installing Cygwin as normal user in nonstandard location?

2024-05-27 Thread Roland Mainz via Cygwin
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 &

Re: Installing Cygwin as normal user in nonstandard location?

2024-05-27 Thread Martin Wege via Cygwin
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\...)? > >> > > >>

Re: Installing Cygwin as normal user in nonstandard location?

2024-05-26 Thread Andrey Repin via Cygwin
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

Re: Installing Cygwin as normal user in nonstandard location?

2024-05-26 Thread Martin Wege via Cygwin
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\...)? > > > &

Re: Installing Cygwin as normal user in nonstandard location?

2024-05-25 Thread Andrey Repin via Cygwin
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

Re: Installing Cygwin as normal user in nonstandard location?

2024-05-25 Thread Bill Stewart via Cygwin
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

Installing Cygwin as normal user in nonstandard location?

2024-05-25 Thread Martin Wege via Cygwin
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

Re: pagefile.sys is reported as being a directory

2024-05-03 Thread Ken Brown via Cygwin
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

Re: pagefile.sys is reported as being a directory

2024-05-03 Thread Bruno Haible via Cygwin
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

Re: pagefile.sys is reported as being a directory

2024-05-03 Thread Ken Brown via Cygwin
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

Re: pagefile.sys is reported as being a directory

2024-05-02 Thread Thomas Wolff via Cygwin
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

pagefile.sys is reported as being a directory

2024-05-02 Thread 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 1601 /proc/cygdrive/c/pagefile.sys $ ls -ld /proc/cygdrive/c

Re: DOS namespaces, accessible/walk-able as Admin via Cygwin?

2024-04-25 Thread Brian Inglis via Cygwin
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

Re: DOS namespaces, accessible/walk-able as Admin via Cygwin?

2024-04-25 Thread Dan Shelton via Cygwin
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

Re: DOS namespaces, accessible/walk-able as Admin via Cygwin?

2024-04-21 Thread Brian Inglis via Cygwin
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

Re: DOS namespaces, accessible/walk-able as Admin via Cygwin?

2024-04-21 Thread Bill Stewart via Cygwin
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/

Re: DOS namespaces, accessible/walk-able as Admin via Cygwin?

2024-04-21 Thread Dan Shelton via Cygwin
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

Re: DOS namespaces, accessible/walk-able as Admin via Cygwin?

2024-04-19 Thread Brian Inglis via Cygwin
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

DOS namespaces, accessible/walk-able as Admin via Cygwin?

2024-04-19 Thread Dan Shelton via Cygwin
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

Re: Use Microsoft YaHei UI as UI font for Chinese language

2024-04-16 Thread Jon Turney via Cygwin
选择安装类型" -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

Re: Use Microsoft YaHei UI as UI font for Chinese language

2024-04-11 Thread Brian Inglis via Cygwin
选择安装类型" -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

Re: Use Microsoft YaHei UI as UI font for Chinese language

2024-04-11 Thread Jon Turney via Cygwin
+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

Re: Win32 FILE_BASIC_INFORMATION.*Time.QuadPart - which value should be used if filesystem does not support it, so Cygwin /usr/bin/stat lists the value as '-'?

2024-04-10 Thread Corinna Vinschen via Cygwin
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

Re: Win32 FILE_BASIC_INFORMATION.*Time.QuadPart - which value should be used if filesystem does not support it, so Cygwin /usr/bin/stat lists the value as '-'?

2024-04-09 Thread Brian Inglis via Cygwin
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

Re: Win32 FILE_BASIC_INFORMATION.*Time.QuadPart - which value should be used if filesystem does not support it, so Cygwin /usr/bin/stat lists the value as '-'?

2024-04-09 Thread Corinna Vinschen via 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. >

Win32 FILE_BASIC_INFORMATION.*Time.QuadPart - which value should be used if filesystem does not support it, so Cygwin /usr/bin/stat lists the value as '-'?

2024-04-04 Thread Martin Wege via Cygwin
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

Use Microsoft YaHei UI as UI font for Chinese language

2024-04-03 Thread Yang Yu Lin via Cygwin
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

Re: Request to add Finnish (fi_FI) as a language for this project on Weblate

2024-03-27 Thread Brian Inglis via Cygwin
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

Request to add Finnish (fi_FI) as a language for this project on Weblate

2024-03-27 Thread Ricky Tigg via Cygwin
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

Re: Cannot set up cron as a service on corporate PC

2023-12-12 Thread Adam Dinwoodie via Cygwin
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

Re: Cannot set up cron as a service on corporate PC

2023-12-11 Thread Jon Turney via Cygwin
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

Re: Cannot set up cron as a service on corporate PC

2023-12-11 Thread Adam Dinwoodie via Cygwin
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

Re: Cannot set up cron as a service on corporate PC

2023-12-10 Thread Brian Inglis via Cygwin
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

Cannot set up cron as a service on corporate PC

2023-12-09 Thread Adam Dinwoodie via Cygwin
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

Re: Running bash script as SYSTEM from account with admin rights?

2023-09-22 Thread Brian Inglis via Cygwin
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

Re: Running bash script as SYSTEM from account with admin rights?

2023-09-22 Thread Christian Franke via Cygwin
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

Re: Running bash script as SYSTEM from account with admin rights?

2023-09-22 Thread Martin Wege via Cygwin
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

Re: Running bash script as SYSTEM from account with admin rights?

2023-09-22 Thread Christian Franke via Cygwin
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

Running bash script as SYSTEM from account with admin rights?

2023-09-21 Thread Martin Wege via Cygwin
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

Re: Cygwin console: Different default background color when terminal runs as Admin?

2023-08-18 Thread Christian Franke via Cygwin
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

Re: Cygwin console: Different default background color when terminal runs as Admin?

2023-08-18 Thread Corinna Vinschen via Cygwin
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

Re: Cygwin console: Different default background color when terminal runs as Admin?

2023-08-18 Thread Thomas Wolff via Cygwin
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=${

Re: Cygwin console: Different default background color when terminal runs as Admin?

2023-08-18 Thread Martin Wege via Cygwin
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

Re: Cygwin console: Different default background color when terminal runs as Admin?

2023-08-18 Thread Christian Franke via Cygwin
  *\ 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 &

Re: Cygwin console: Different default background color when terminal runs as Admin?

2023-08-17 Thread Jonathon Merz via Cygwin
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

Cygwin console: Different default background color when terminal runs as Admin?

2023-08-17 Thread Martin Wege via Cygwin
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/

Re: How to remove "Priveleged Server" as default UAC prompt?

2023-03-29 Thread Andrey Repin via Cygwin
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

How to remove "Priveleged Server" as default UAC prompt?

2023-03-28 Thread WyntrHeart via Cygwin
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

RE: Estimate Proposal As for 1/16/2023

2023-01-16 Thread Rambabu via Cygwin
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.

Re: Cygwin setup reporter as malware

2022-12-09 Thread Christian Franke via 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

Re: Cygwin setup reporter as malware

2022-12-09 Thread Dan Harkless via Cygwin
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

Re: Cygwin setup reporter as malware

2022-12-09 Thread Oskar Skog via Cygwin
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

Re: Cygwin setup reporter as malware

2022-12-07 Thread Bill Stewart via Cygwin
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

Re: Cygwin setup reporter as malware

2022-12-07 Thread Dan Harkless via Cygwin
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

Cygwin setup reporter as malware

2022-12-07 Thread Sylwester Rutkowski via Cygwin
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

Re: Tencent software source application as Cygwinpackage repository

2022-09-30 Thread Jon Turney
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

Tencent software source application as Cygwinpackage repository

2022-09-29 Thread 周崇武
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

Re: Ansible listed as orphaned

2022-09-10 Thread Marco Atzeri
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

Ansible listed as orphaned

2022-09-09 Thread Keith Christian
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

Sourceware accepted as SFC member project

2022-09-08 Thread Mark Wielaard
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

ca-certificates can't install as of about a week ago

2022-09-05 Thread Lester Ingber via Cygwin
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

Proposing Sourceware as SFC member project

2022-08-30 Thread Mark Wielaard
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

Re: Deleting a directory with the same name as a shortcut deletes everything in CWD

2022-08-09 Thread Ken Brown
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

Re: Deleting a directory with the same name as a shortcut deletes everything in CWD

2022-08-09 Thread Oskar Skog
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

Re: Deleting a directory with the same name as a shortcut deletes everything in CWD

2022-08-09 Thread Ken Brown
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,

Re: Deleting a directory with the same name as a shortcut deletes everything in CWD

2022-08-08 Thread Ken Brown
;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

Re: Deleting a directory with the same name as a shortcut deletes everything in CWD

2022-08-08 Thread Christian Franke
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 CWD

2022-08-08 Thread Oskar Skog
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

Re: Emacs-w32 28.1-2 (marked as test) fails with: "Doing vfork: Resource temporarily unavailable"

2022-07-17 Thread Ken Brown
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

Re: Emacs-w32 28.1-2 (marked as test) fails with: "Doing vfork: Resource temporarily unavailable"

2022-07-17 Thread Brian Inglis
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

Re: Emacs-w32 28.1-2 (marked as test) fails with: "Doing vfork: Resource temporarily unavailable"

2022-07-17 Thread Ken Brown
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

Emacs-w32 28.1-2 (marked as test) fails with: "Doing vfork: Resource temporarily unavailable"

2022-07-17 Thread Oleksandr Gavenko
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

Re: I got a '~' showing up as the Title of my Window

2022-07-15 Thread Lee
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

Re: I got a '~' showing up as the Title of my Window

2022-07-15 Thread Eliot Moss
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

I got a '~' showing up as the Title of my Window

2022-07-15 Thread Kevin M. Wilson via Cygwin
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

Re: pipe hang issue when running as SYSTEM

2022-03-29 Thread Takashi Yano
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

Re: pipe hang issue when running as SYSTEM

2022-03-25 Thread Jeremy Drake via Cygwin
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

Re: pipe hang issue when running as SYSTEM

2022-03-25 Thread Takashi Yano
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. > > >

Re: pipe hang issue when running as SYSTEM

2022-03-25 Thread Roumen Petrov
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:

Re: pipe hang issue when running as SYSTEM

2022-03-25 Thread Jeremy Drake via Cygwin
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

Re: pipe hang issue when running as SYSTEM

2022-03-24 Thread Takashi Yano
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

Re: pipe hang issue when running as SYSTEM

2022-03-24 Thread Jeremy Drake via Cygwin
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

Re: pipe hang issue when running as SYSTEM

2022-03-22 Thread Takashi Yano
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

Re: pipe hang issue when running as SYSTEM

2022-03-22 Thread Takashi Yano
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 &

pipe hang issue when running as SYSTEM

2022-03-21 Thread Jeremy Drake via Cygwin
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

unix domain socket as non administrator

2021-12-04 Thread Roumen Petrov
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

setup as not admin - package upgrade failed

2021-12-04 Thread Roumen Petrov
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

Re: Bitdefender detecting a file from cygwin as a trojan

2021-11-25 Thread Csaba Raduly via Cygwin
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 >

Bitdefender detecting a file from cygwin as a trojan

2021-11-25 Thread Tyme LaDow via Cygwin
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   2   3   4   5   6   7   8   9   10   >