Fwd: BUG?!: Running cygserver switches egid/primary group to 4095(CurrentSession)
Lionel Cons via Cygwin <[email protected]> Tue, 9 Jun 2026 00:35:42 +0200
| Newsgroups | gmane.os.cygwin |
|---|---|
| Message-ID | <CAPJSo4V23W3AJHYhtce7hbrm=QtE+vgBqLu8rf+qp63oNuXTyw@mail.gmail.com> |
The mail below gets rejected over and over again by the cygwin@ mailing list. Could you please have a look? ---------- Forwarded message --------- From: Lionel Cons <[email protected]> Date: Mon, 8 Jun 2026 at 22:48 Subject: Fwd: BUG?!: Running cygserver switches egid/primary group to 4095(CurrentSession) To: <[email protected]> Repost, original posting got stuck in mail relay ---------- Forwarded message --------- From: Lionel Cons <[email protected]> Date: Mon, 8 Jun 2026 at 19:37 Subject: BUG?!: Running cygserver switches egid/primary group to 4095(CurrentSession) To: <[email protected]> If I run without cygserver id -a returns $ id -a uid=197620(lcons) gid=197121(Kein) groups=197121(Kein),197615(docker-users),545(Benutzer),559(Leistungsprotokollbenutzer),4(INTERAKTIV),66049(KONSOLENANMELDUNG),11(Authentifizierte Benutzer),15(Diese Organisation),113(Lokales Konto),4095(CurrentSession),66048(LOKAL),262154(NTLM-Authentifizierung),401408(Mittlere Verbindlichkeitsstufe) but if I start cygserver each new session has gid=4095(CurrentSession) as egid/primary group for new terminals $ id -a uid=197620(lcons) gid=4095(CurrentSession) groups=4095(CurrentSession),197121(Kein),197615(docker-users),545(Benutzer),559(Leistungsprotokollbenutzer),4(INTERAKTIV),66049(KONSOLENANMELDUNG),11(Authentifizierte Benutzer),15(Diese Organisation),113(Lokales Konto),66048(LOKAL),262154(NTLM-Authentifizierung),401408(Mittlere Verbindlichkeitsstufe) Is this a bug? Lionel