Re: Numeric group IDs for system groups

2018-05-23 Thread Brian Inglis
On 2018-05-23 15:47, Stefan Baur wrote: > Am 23.05.2018 um 23:33 schrieb Brian Inglis: >> Cygwin id 197121 == RID 513 == 0x201 - in range of reserved RIDs < 1000. >> See: >> https://cygwin.com/cygwin-ug-net/ntsec.html#ntsec-mapping-how >> https://msdn.microsoft.com/en-us/library/aa379649.

Re: Numeric group IDs for system groups

2018-05-23 Thread Stefan Baur
Am 23.05.2018 um 23:33 schrieb Brian Inglis: > Cygwin id 197121 == RID 513 == 0x201 - in range of reserved RIDs < 1000. > See: > https://cygwin.com/cygwin-ug-net/ntsec.html#ntsec-mapping-how > https://msdn.microsoft.com/en-us/library/aa379649.aspx > https://en.wikipedia.org/wiki/S

Re: Numeric group IDs for system groups

2018-05-23 Thread Brian Inglis
On 2018-05-23 13:44, Stefan Baur wrote: > I am the community manager of X2Go, an open-source remote desktop and > remote application solution for Linux servers. While our server > component only runs on Linux, our client software is available for macOS > and Windows as well. The Windows version o

Numeric group IDs for system groups

2018-05-23 Thread Stefan Baur
Hi List, I am the community manager of X2Go, an open-source remote desktop and remote application solution for Linux servers. While our server component only runs on Linux, our client software is available for macOS and Windows as well. The Windows version of X2GoClient relies on some executable

Re: ld randomly assigns wrong user and group IDs to executable

2016-04-26 Thread Achim Gratz
Andrew Schulman writes: > Seems to be a BLODA problem. The problem is inconsistent/intermittent, and > happens only on one of my three Windows hosts. The bad machine has > Symtantec Endpoint Protection running (I can't disable it), and > CYGWIN=detect_bloda also finds C:\windows\system32\privman64.

Re: ld randomly assigns wrong user and group IDs to executable

2016-04-26 Thread Andrew Schulman
> During configure, a particular c++ program compiles fine, but the generated > executable has the wrong user and group IDs and permissions, so the > configure test fails and my build fails. Seems to be a BLODA problem. The problem is inconsistent/intermittent, and happens only on one of

Re: ld randomly assigns wrong user and group IDs to executable

2016-04-22 Thread Andrew Schulman
> During configure, a particular c++ program compiles fine, but the generated > executable has the wrong user and group IDs and permissions, so the > configure test fails and my build fails. > > Here are the source files and generated executable: > > $ ls -l conftest* >

ld randomly assigns wrong user and group IDs to executable

2016-04-22 Thread Andrew Schulman
This is a strange one. cygwin 2.5.1-1 binutils 2.25-4 Lately my attempt to build fish keeps failing, and I've traced it to the following problem: During configure, a particular c++ program compiles fine, but the generated executable has the wrong user and group IDs and permissions, s

RE: group IDs

2005-06-27 Thread Dave Korn
Original Message >From: Peter Green >Sent: 27 June 2005 15:05 > I am new to the list - apologies if this has > all been sorted out before, but I couldn't find the > solution. > > Files I create from within Cygwin (e.g. by touch or > the output of gcc) have numerical group ID 10545, > whil

Re: group IDs

2005-06-27 Thread Igor Pechtchanski
hose created in Windows > applications (e.g. Thunderbird, Notetab) get group ID 4294967295. > 'mkgroup' gives 'Users' the ID of 545. > This is confusing me, and giving me problems accessing my own file s- > how do I get all these IDs to agree? 10545 is usually "Doma

group IDs

2005-06-27 Thread Peter Green
I am new to the list - apologies if this has all been sorted out before, but I couldn't find the solution. Files I create from within Cygwin (e.g. by touch or the output of gcc) have numerical group ID 10545, while those created in Windows applications (e.g. Thunderbird, Notetab) get group ID 429