Re: Test: gcc-15.0.1+20250105-0.1

2025-01-08 Thread Thomas Wolff via Cygwin
Am 08.01.2025 um 11:24 schrieb ASSI: The native Gcc compilers have been updated to the latest upstream snapshot version of the main development branch: gcc-15.0.1+20250105 gcc -v still says 15.0.0 This build incorporates the experimental v4 patch from T. Yano to use the newlib locale func

Re: Test: python312-3.12.8-1 venv fails due to pip wheel?

2025-01-02 Thread Robert Terzi via Cygwin
Restarting the pip install of iPython eventually worked. Pip didn't try to redownload either of the packages it previous hung on, so I guess the download was successful. I don't know whether pip is running anything via a subprocess. However, once I fire up the newly installed 3.12 iPython, it c

Re: Test: python312-3.12.8-1 venv fails due to pip wheel?

2025-01-02 Thread Michael Cook via Cygwin
All the pip install commands I tried worked. But I did see one of my scripts hang trying to run an external command (via the subprocess module). I've seen that only once so far. On Thu, Jan 2, 2025 at 1:23 PM Robert Terzi via Cygwin wrote: > Thanks Michael that worked to create the venv. > > Did

Re: Test: python312-3.12.8-1 venv fails due to pip wheel?

2025-01-02 Thread Robert Terzi via Cygwin
Thanks Michael that worked to create the venv. Did you have any success with pip installs? For me, simple modules like requests worked but for larger things like ipython, Python 3.12 hung hard downloading requirements. Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB)    ━━

Re: Test: python312-3.12.8-1 venv fails due to pip wheel?

2025-01-02 Thread Michael Cook via Cygwin
As a workaround, you can try passing `--without-pip`. I had success with this: python -m venv --system-site-packages --without-pip _venv Michael On Thu, Jan 2, 2025 at 11:38 AM Robert Terzi via Cygwin wrote: > Testing the 3.12 package, trying to make a virtual env fails. I think this > is bec

Re: Test: gcc-14.2.1+20241130-0.1

2024-12-03 Thread ASSI via Cygwin
Thomas Wolff via Cygwin writes: > gcc 14 and gcc 15 exhibit a mysterious compilation failure for mintty: > In file included from /usr/include/w32api/windows.h:70, > from /usr/include/w32api/wtypesbase.h:12, > from /usr/include/w32api/shlobj.h:9, >

Re: Test: gcc-14.2.1+20241130-0.1

2024-12-02 Thread Thomas Wolff via Cygwin
Am 01.12.2024 um 21:20 schrieb ASSI: The native Gcc compilers have been updated to the latest upstream snapshot version of the gcc-13 branch: gcc-14.2.1+20241130 This build incorporates the experimental v4 patch from T. Yano to use the newlib locale function in libstdc++ so that other locale

Re: Test: gcc-14.2.1+20241102-0.1

2024-11-07 Thread Thomas Wolff via Cygwin
Am 04.11.2024 um 21:26 schrieb Brian Inglis via Cygwin: On 2024-11-04 12:00, ASSI wrote: The native Gcc compilers have been updated to the latest upstream snapshot version of the gcc-13 branch:   gcc-14.2.1+20241102 This build incorporates the experimental v4 patch from T. Yano to use the new

Re: Test: gcc-14.2.1+20241102-0.1

2024-11-04 Thread Brian Inglis via Cygwin
On 2024-11-04 12:00, ASSI wrote: The native Gcc compilers have been updated to the latest upstream snapshot version of the gcc-13 branch: gcc-14.2.1+20241102 This build incorporates the experimental v4 patch from T. Yano to use the newlib locale function in libstdc++ so that other locales (as

Re: Test: tzdata, tzdata-right, tzdata-posix 2024a-2 (TEST)

2024-03-28 Thread Brian Inglis via Cygwin
Please provide feedback on these changes in this test release if splitting the tzdata packages as described may have a negative impact on your system. On 2024-03-28 01:39, Cygwin tzcode/tzdata Maintainer wrote: The following test packages have been uploaded to the Cygwin distribution: * tzdata

Re: Test: gcc-12.3.1+20240202-0.1

2024-02-05 Thread ASSI via Cygwin
Takashi Yano via Cygwin writes: > Thank you for releasing this test version! Thank you for providing the locale patch. > Does not this include AVX2 misalignd patch for > https://cygwin.com/pipermail/cygwin/2023-December/255073.html > introduced by lazka on IRC and GTHREAD mutex_init patch > http

Re: Test: gcc-12.3.1+20240202-0.1

2024-02-04 Thread Takashi Yano via Cygwin
On Mon, 5 Feb 2024 06:27:43 +0900 Takashi Yano wrote: > On Sun, 04 Feb 2024 21:52:46 +0100 > ASSI wrote: > > The native Gcc compilers have been updated to the latest upstream > > snapshot version of the gcc-12 branch: > > > > gcc-12.3.1+20240202 > > > > This build incorporates the experimental

Re: Test: gcc-12.3.1+20240202-0.1

2024-02-04 Thread Takashi Yano via Cygwin
On Sun, 04 Feb 2024 21:52:46 +0100 ASSI wrote: > The native Gcc compilers have been updated to the latest upstream > snapshot version of the gcc-12 branch: > > gcc-12.3.1+20240202 > > This build incorporates the experimental v4 patch to use the newlib > locale function in libstdc++ so that othe

Re: Test for Windows Administrator permissions from Cygwin terminal|script?

2023-08-25 Thread Corinna Vinschen via Cygwin
On Aug 24 18:24, Martin Wege via Cygwin wrote: > On Sat, Aug 19, 2023 at 10:15 AM ASSI via Cygwin wrote: > > > > Martin Wege via Cygwin writes: > > > How can I find out whether the current Cygwin terminal has > > > Administrator rights? I want to safeguard our admin scripts with a > > > simple tes

Re: Test for Windows Administrator permissions from Cygwin terminal|script?

2023-08-24 Thread Bill Stewart via Cygwin
On Thu, Aug 24, 2023 at 8:52 AM Bill Stewart wrote: On Thu, Aug 24, 2023 at 7:01 AM Andrew Schulman wrote: > > > How can I find out whether the current Cygwin terminal has >> > Administrator rights? I want to safeguard our admin scripts with a >> > simple test and bail out with an error if someone

Re: Test for Windows Administrator permissions from Cygwin terminal|script?

2023-08-24 Thread Martin Wege via Cygwin
On Sat, Aug 19, 2023 at 10:15 AM ASSI via Cygwin wrote: > > Martin Wege via Cygwin writes: > > How can I find out whether the current Cygwin terminal has > > Administrator rights? I want to safeguard our admin scripts with a > > simple test and bail out with an error if someone wants to do admin >

Re: Test for Windows Administrator permissions from Cygwin terminal|script?

2023-08-24 Thread Bill Stewart via Cygwin
On Thu, Aug 24, 2023 at 7:01 AM Andrew Schulman wrote: > How can I find out whether the current Cygwin terminal has > > Administrator rights? I want to safeguard our admin scripts with a > > simple test and bail out with an error if someone wants to do admin > > stuff (say: regtool) without admin

Re: Test for Windows Administrator permissions from Cygwin terminal|script?

2023-08-24 Thread Andrew Schulman via Cygwin
> Hello, > > How can I find out whether the current Cygwin terminal has > Administrator rights? I want to safeguard our admin scripts with a > simple test and bail out with an error if someone wants to do admin > stuff (say: regtool) without admin privileges. https://superuser.com/questions/66019

Re: Test for Windows Administrator permissions from Cygwin terminal|script?

2023-08-19 Thread Bill Stewart via Cygwin
On Sat, Aug 19, 2023 at 2:15 AM ASSI wrote: Windows really doesn't have a defined notion of what is or is not an > "administrator". Each particular definition will be insufficient or > invalid in certain contexts. > There is a definition of administrator in Windows: Your account is a member, eit

Re: Test for Windows Administrator permissions from Cygwin terminal|script?

2023-08-19 Thread ASSI via Cygwin
Martin Wege via Cygwin writes: > How can I find out whether the current Cygwin terminal has > Administrator rights? I want to safeguard our admin scripts with a > simple test and bail out with an error if someone wants to do admin > stuff (say: regtool) without admin privileges. Windows really doe

Re: Test for Windows Administrator permissions from Cygwin terminal|script?

2023-08-18 Thread Doug Henderson via Cygwin
On Thu, Aug 17, 2023 at 8:02 PM Martin Wege via Cygwin wrote: > How can I find out whether the current Cygwin terminal has > Administrator rights? I want to safeguard our admin scripts with a > simple test and bail out with an error if someone wants to do admin > stuff (say: regtool) without admin

Re: Test for Windows Administrator permissions from Cygwin terminal|script?

2023-08-18 Thread Mark Geisert via Cygwin
Mark Geisert via Cygwin wrote: Backwoods BC via Cygwin wrote: [...] I don't know if this is the official method, but it works for me: # Shell Options # Elevated privilege windows have $SESSIONNAME set if [ "$SESSIONNAME" == "" ] ;then    printf -v adminPmt '[\u2022Admin\u2022] ' else    ex

Re: Test for Windows Administrator permissions from Cygwin terminal|script?

2023-08-18 Thread Mark Geisert via Cygwin
Backwoods BC via Cygwin wrote: On Thu, Aug 17, 2023 at 7:01 PM Martin Wege via Cygwin wrote: How can I find out whether the current Cygwin terminal has Administrator rights? I want to safeguard our admin scripts with a simple test and bail out with an error if someone wants to do admin stuff (s

Re: Test for Windows Administrator permissions from Cygwin terminal|script?

2023-08-17 Thread Backwoods BC via Cygwin
On Thu, Aug 17, 2023 at 7:01 PM Martin Wege via Cygwin wrote: > How can I find out whether the current Cygwin terminal has > Administrator rights? I want to safeguard our admin scripts with a > simple test and bail out with an error if someone wants to do admin > stuff (say: regtool) without admin

Re: Test: coreutils 9.1 (TEST)

2022-05-24 Thread Jim Reisert AD1C
> The following test package has been uploaded to the Cygwin distribution: > > * coreutils 9.1 I am having a problem with "cp" that is not present in the previous (non-test) version. I'm running the latest Cygwin on Windows 10: CYGWIN_NT-10.0-19044 8PZCBK3 3.3.5-341.x86_64 2022-05-13 12:

Re: Test message - please ignore

2021-05-01 Thread Duncan Roe
On Sun, May 02, 2021 at 12:43:41PM +1000, Duncan Roe wrote: > Hi Chris, > > On Sat, May 01, 2021 at 09:41:26PM -0400, Christopher Faylor wrote: > > On Sat, May 01, 2021 at 11:47:46AM +1000, Duncan Roe wrote: > > >Test ezmlm replacement > > > > Please don't send test messages. If you have something

Re: Test message - please ignore

2021-05-01 Thread Duncan Roe
Hi Chris, On Sat, May 01, 2021 at 09:41:26PM -0400, Christopher Faylor wrote: > On Sat, May 01, 2021 at 11:47:46AM +1000, Duncan Roe wrote: > >Test ezmlm replacement > > Please don't send test messages. If you have something to say, > send the message. That will show you if your mail made it thr

Re: Test message - please ignore

2021-05-01 Thread Christopher Faylor via Cygwin
On Sat, May 01, 2021 at 11:47:46AM +1000, Duncan Roe wrote: >Test ezmlm replacement Please don't send test messages. If you have something to say, send the message. That will show you if your mail made it through or not. If you don't have anything to post about then there's no need for hundreds

Re: test -r or -x always return false on an NFS mount?

2020-10-15 Thread Corinna Vinschen
On Oct 14 16:57, Mario Emmenlauer wrote: > On 14.10.20 13:50, Corinna Vinschen wrote: > > On Oct 14 11:06, Mario Emmenlauer wrote: > >> On 14.10.20 10:28, Corinna Vinschen wrote: > >>> Actually, not really. It's weird in fact, given ls(1) shows the > >>> desired result. That would point to a bug

Re: test -r or -x always return false on an NFS mount?

2020-10-14 Thread Mario Emmenlauer
On 14.10.20 13:50, Corinna Vinschen wrote: > On Oct 14 11:06, Mario Emmenlauer wrote: >> On 14.10.20 10:28, Corinna Vinschen wrote: >>> Actually, not really. It's weird in fact, given ls(1) shows the >>> desired result. That would point to a bug in access(2), but there's >>> no special code in ac

Re: test -r or -x always return false on an NFS mount?

2020-10-14 Thread Corinna Vinschen
On Oct 14 11:06, Mario Emmenlauer wrote: > On 14.10.20 10:28, Corinna Vinschen wrote: > > Actually, not really. It's weird in fact, given ls(1) shows the > > desired result. That would point to a bug in access(2), but there's > > no special code in access(2) for NFS. For filesystems not supporti

Re: test -r or -x always return false on an NFS mount?

2020-10-14 Thread Mario Emmenlauer
On 14.10.20 10:28, Corinna Vinschen wrote: On Oct 13 21:00, Mario Emmenlauer wrote: On 13.10.20 20:36, Corinna Vinschen wrote: Everything seems to work quite well, and in `ls -la` I can see the file permissions and user and group entries. But when using `test` to check for read (`test -r`) or e

Re: test -r or -x always return false on an NFS mount?

2020-10-14 Thread Corinna Vinschen
On Oct 13 21:00, Mario Emmenlauer wrote: > Hi Corinna, great to have you back :-) Thanks! > On 13.10.20 20:36, Corinna Vinschen wrote: > > > > > Everything seems to work quite well, and in `ls -la` I can see the > > > > > file permissions and user and group entries. But when using `test` > > > >

Re: test -r or -x always return false on an NFS mount?

2020-10-13 Thread Mario Emmenlauer
Hi Corinna, great to have you back :-) On 13.10.20 20:36, Corinna Vinschen wrote: On Oct 6 18:10, Mario Emmenlauer wrote: Dear Andrey, On 06.10.20 17:46, Andrey Repin wrote: Greetings, Mario Emmenlauer! thanks for the awesome Cygwin, its really great! Everything seems to work quite w

Re: test -r or -x always return false on an NFS mount?

2020-10-13 Thread Corinna Vinschen
On Oct 6 18:10, Mario Emmenlauer wrote: > > Dear Andrey, > > On 06.10.20 17:46, Andrey Repin wrote: > > Greetings, Mario Emmenlauer! > > > >> thanks for the awesome Cygwin, its really great! > > > >> Everything seems to work quite well, and in `ls -la` I can see the > >> file permissions and u

Re: test -r or -x always return false on an NFS mount?

2020-10-06 Thread Mario Emmenlauer
Dear Andrey, On 06.10.20 17:46, Andrey Repin wrote: > Greetings, Mario Emmenlauer! > >> thanks for the awesome Cygwin, its really great! > >> Everything seems to work quite well, and in `ls -la` I can see the >> file permissions and user and group entries. But when using `test` >> to check for

Re: test -r or -x always return false on an NFS mount?

2020-10-06 Thread Andrey Repin via Cygwin
Greetings, Mario Emmenlauer! > thanks for the awesome Cygwin, its really great! > But since today I met a problem: I mounted a Linux NFSv3 share using > the Windows 10 shipped NFS client. The user and group ID are mapped > via registry settings AnonymousUid and AnonymousGid in the entry > HKEY_LO

Re: test -r or -x always return false on an NFS mount?

2020-10-05 Thread Ken Brown via Cygwin
On 10/1/2020 6:22 AM, Mario Emmenlauer wrote: On 22.09.20 22:14, Mario Emmenlauer wrote: But since today I met a problem: I mounted a Linux NFSv3 share using the Windows 10 shipped NFS client. The user and group ID are mapped via registry settings AnonymousUid and AnonymousGid in the entry HKEY

Re: test -r or -x always return false on an NFS mount?

2020-10-01 Thread Mario Emmenlauer
On 22.09.20 22:14, Mario Emmenlauer wrote: > But since today I met a problem: I mounted a Linux NFSv3 share using > the Windows 10 shipped NFS client. The user and group ID are mapped > via registry settings AnonymousUid and AnonymousGid in the entry > HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Client

Re: test

2019-10-04 Thread Larry W. Virden
On Fri, Oct 4, 2019, 10:07 AM Hickey Rob (ED-TS/ENG4-Wm ED-TS/PRS-Wm) < rob.hic...@us.bosch.com> wrote: > > > -- > Problem reports: http://cygwin.com/problems.html > FAQ: http://cygwin.com/faq/ > Documentation: http://cygwin.com/docs.html > Unsubscribe info: ht

Re: TEST: Cygwin 3.1.0-0.2

2019-08-22 Thread Takashi Yano
On Wed, 21 Aug 2019 12:53:30 -0700 L A Walsh wrote: > On 2019/08/19 03:39, Corinna Vinschen wrote: > > - Add 24 bit color support using xterm compatibility mode in Windows 10 > > 1703 or later. Add fake 24 bit color support for legacy console, > > which uses the nearest color from 16 system co

Re: TEST: Cygwin 3.1.0-0.2

2019-08-21 Thread L A Walsh
On 2019/08/19 03:39, Corinna Vinschen wrote: > - Add 24 bit color support using xterm compatibility mode in Windows 10 > 1703 or later. Add fake 24 bit color support for legacy console, > which uses the nearest color from 16 system colors. > ??? Why would xterm need Win10 for 24bit color?

Re: TEST: Cygwin 3.0.0-0.4

2019-02-06 Thread Corinna Vinschen
On Feb 5 16:31, L A Walsh wrote: > On 2/1/2019 11:34 AM, Corinna Vinschen wrote: > > > > - Cygwin PIDs have been decoupled from Windows PID. Cygwin PIDs are > > now incrementally dealt in the range from 2 up to 65535, POSIX-like. > > > > Posix like? Posix starts from '1' (usually for i

Re: TEST: Cygwin 3.0.0-0.4

2019-02-05 Thread L A Walsh
On 2/1/2019 11:34 AM, Corinna Vinschen wrote: > > - Cygwin PIDs have been decoupled from Windows PID. Cygwin PIDs are > now incrementally dealt in the range from 2 up to 65535, POSIX-like. > Posix like? Posix starts from '1' (usually for init), but never heard it limited to 65535 --- L

Re: test request for octave

2018-12-27 Thread Marco Atzeri
Am 27.12.2018 um 09:59 schrieb Mark Geisert: Marco Atzeri wrote: Hi, I am trying to understand if octave has a problem with Cygwin X interface or it is a specific issue on my new Laptop Can someone make this test from octave in a Xterm ?  available_graphics_toolkits()  graphics_toolkit("fltk")

Re: test request for octave

2018-12-27 Thread Mark Geisert
Marco Atzeri wrote: Hi, I am trying to understand if octave has a problem with Cygwin X interface or it is a specific issue on my new Laptop Can someone make this test from octave in a Xterm ? available_graphics_toolkits() graphics_toolkit("fltk") x=(0:360)*pi()/180; y=sin(x); plot(x,y) p

Re: "test" producing unexpected results after "chmod"

2018-12-23 Thread Andrey Repin
Greetings, Steven Penny! > With Linux, these commands produce expected results: > $ cd /tmp > $ touch alpha.txt > $ test -r alpha.txt; echo "$?" > 0 > $ chmod -r alpha.txt > $ test -r alpha.txt; echo "$?" > 1 > $ chmod +r alpha.txt > $ test -r alpha.txt; echo "

Re: "test" producing unexpected results after "chmod"

2018-12-22 Thread Marco Atzeri
Am 23.12.2018 um 06:59 schrieb Steven Penny: With Linux, these commands produce expected results:    $ cd /tmp    $ touch alpha.txt    $ test -r alpha.txt; echo "$?"    0    $ chmod -r alpha.txt    $ test -r alpha.txt; echo "$?"    1    $ chmod +r alpha.txt    $ test -r alpha.txt; echo

Re: TEST RELEASE: Cygwin 2.7.0-0.2

2017-02-04 Thread Marco Atzeri
On 04/02/2017 15:13, Patrick Knight wrote: What is the link to download the test release please? Thanks, Patrick Knight Use setup to install it. At the "select packages" window select test on the upper left. Pay attention to the other tests packages available Regards Marco -- Problem report

Re: TEST RELEASE: Cygwin 2.7.0-0.2

2017-02-04 Thread Patrick Knight
What is the link to download the test release please? Thanks, Patrick Knight Security Research Architect http://www.cylance.com 561.768.9466 (Office) 561.427.4246 (Mobile) On 2/4/17, 8:00 AM, "cygwin-announce-ow...@cygwin.com on behalf of Corinna Vinschen" wrote: Hi folks, I

Re: TEST RELEASE: Cygwin 2.6.0-0.11

2016-08-20 Thread Jim Reisert AD1C
On Sat, Aug 20, 2016 at 3:37 PM, Corinna Vinschen wrote: > - Fix the bug reported in > https://cygwin.com/ml/cygwin/2016-08/msg00357.html Fixed, thanks! -- Jim Reisert AD1C, , http://www.ad1c.us -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.co

Re: TEST RELEASE: Cygwin 2.6.0-0.7

2016-08-16 Thread Jim Reisert AD1C
On Tue, Aug 16, 2016 at 8:36 AM, Corinna Vinschen wrote: > You might want to read the mailing list first, to see if your problem > has already been reported... Thanks, and sorry. Because there were no replies to this thread, I (incorrectly) assumed that no problems had been reported. -- Jim Re

Re: TEST RELEASE: Cygwin 2.6.0-0.7

2016-08-16 Thread Corinna Vinschen
On Aug 16 08:28, Jim Reisert AD1C wrote: > The 64-bit version doesn't work on my Windows 10 64-bit system, > updated to Anniversary edition (Version 1607, OS Build 14393.51). > Even something as simple as "uname" in a Windows Command prompt causes > 100% CPU and never does anything. I wish I had s

Re: TEST RELEASE: Cygwin 2.6.0-0.7

2016-08-16 Thread Jim Reisert AD1C
The 64-bit version doesn't work on my Windows 10 64-bit system, updated to Anniversary edition (Version 1607, OS Build 14393.51). Even something as simple as "uname" in a Windows Command prompt causes 100% CPU and never does anything. I wish I had something more specific to tell you. cygcheck wo

Re: TEST RELEASE: Cygwin 2.4.0-0.10

2015-12-18 Thread Corinna Vinschen
On Dec 18 16:58, Thomas Wolff wrote: > Hi > >- A new mount type "usertemp" has been introduced, which allows to mount > > a POSIX directory to the Windows per-user temporary directory: > > > > none /tmp usertemp binary,posix=0 0 0 > That's a nice feature. I wonder, though, how the ordinary us

Re: TEST RELEASE: Cygwin 2.4.0-0.10

2015-12-18 Thread Thomas Wolff
Hi - A new mount type "usertemp" has been introduced, which allows to mount a POSIX directory to the Windows per-user temporary directory: none /tmp usertemp binary,posix=0 0 0 That's a nice feature. I wonder, though, how the ordinary user, or the user with Linux/Unix background, would

Re: TEST RELEASE: Cygwin 2.4.0-0.8

2015-12-07 Thread Corinna Vinschen
On Dec 7 08:45, Jim Reisert AD1C wrote: > > [Corinna] released a new TEST version of Cygwin, 2.4.0-0.8. > > It's been over 24 hours, and the 64-bit version has not yet appeared > on http://mirrors.xmission.com. The 32-bit version is available on > go-parts.com, however. We don't control the mir

Re: TEST RELEASE: Cygwin 2.4.0-0.8

2015-12-07 Thread Jim Reisert AD1C
> [Corinna] released a new TEST version of Cygwin, 2.4.0-0.8. It's been over 24 hours, and the 64-bit version has not yet appeared on http://mirrors.xmission.com. The 32-bit version is available on go-parts.com, however. -- Jim Reisert AD1C, , http://www.ad1c.us -- Problem reports: http:

Re: TEST RELEASE: Cygwin 2.1.0-0.4

2015-07-15 Thread Corinna Vinschen
On Jul 15 09:08, Eric Blake wrote: > On 07/15/2015 08:24 AM, Ken Brown wrote: > >> Got it. What's needed is a Cygwin-specific fault-*.h file which exposes > >> how to fetch the stack pointer register from mcontext_t. As you can see > >> from the plethora of fault-*.h files in the src subdir, this

Re: TEST RELEASE: Cygwin 2.1.0-0.4

2015-07-15 Thread Eric Blake
On 07/15/2015 08:24 AM, Ken Brown wrote: >> Got it. What's needed is a Cygwin-specific fault-*.h file which exposes >> how to fetch the stack pointer register from mcontext_t. As you can see >> from the plethora of fault-*.h files in the src subdir, this is highly >> system-specific anyway. >> >>

Re: TEST RELEASE: Cygwin 2.1.0-0.4

2015-07-15 Thread Ken Brown
On 7/15/2015 8:44 AM, Corinna Vinschen wrote: On Jul 15 09:51, Corinna Vinschen wrote: Hi guys, On Jul 14 22:07, Ken Brown wrote: Entering directory '/home/kbrown/src/cyglibsigsegv/libsigsegv-2.10-1.x86_64/build/tests' Test passed. PASS: sigsegv1.exe Test passed. PASS: sigsegv2.exe Doing SIGSE

Re: TEST RELEASE: Cygwin 2.1.0-0.4

2015-07-15 Thread Corinna Vinschen
On Jul 15 09:51, Corinna Vinschen wrote: > Hi guys, > > On Jul 14 22:07, Ken Brown wrote: > > Entering directory > > '/home/kbrown/src/cyglibsigsegv/libsigsegv-2.10-1.x86_64/build/tests' > > Test passed. > > PASS: sigsegv1.exe > > Test passed. > > PASS: sigsegv2.exe > > Doing SIGSEGV pass 1. > > S

Re: TEST RELEASE: Cygwin 2.1.0-0.4

2015-07-15 Thread Corinna Vinschen
Hi guys, On Jul 14 22:07, Ken Brown wrote: > On 7/14/2015 6:03 PM, Eric Blake wrote: > >On 07/08/2015 01:39 PM, Warren Young wrote: > >>A search for "sigaltstack” on code.openhub.net found only 95 projects with > >>this string in their source code, almost entirely consisting of *receivers* > >>o

Re: TEST RELEASE: Cygwin 2.1.0-0.4

2015-07-14 Thread Ken Brown
On 7/14/2015 6:03 PM, Eric Blake wrote: On 07/08/2015 01:39 PM, Warren Young wrote: - New API sigaltstack, plus definitions for SA_ONSTACK, SS_ONSTACK, SS_DISABLE, MINSIGSTKSZ, SIGSTKSZ. Since these were entirely missing before, this can’t be tested without rebuilding software, right? Whe

Re: TEST RELEASE: Cygwin 2.1.0-0.4

2015-07-14 Thread Eric Blake
On 07/08/2015 01:39 PM, Warren Young wrote: >> - New API sigaltstack, plus definitions for SA_ONSTACK, SS_ONSTACK, >> SS_DISABLE, >> MINSIGSTKSZ, SIGSTKSZ. > > Since these were entirely missing before, this can’t be tested without > rebuilding software, right? When rebuilt, existing Cygwin pa

Re: TEST RELEASE: Cygwin 2.1.0-0.4

2015-07-09 Thread Corinna Vinschen
On Jul 8 13:39, Warren Young wrote: > On Jul 5, 2015, at 3:34 PM, Corinna Vinschen > wrote: > > ...RLIMIT_STACK...RLIM_INFINITY. > > This should fix the Emacs crash you reference later in this message > without rebuilding Emacs, right? > > I’m not an Emacs user, as you know, but is there an ST

Re: TEST RELEASE: Cygwin 2.1.0-0.4

2015-07-08 Thread Ken Brown
On 7/8/2015 3:39 PM, Warren Young wrote: On Jul 5, 2015, at 3:34 PM, Corinna Vinschen wrote: ...RLIMIT_STACK...RLIM_INFINITY. This should fix the Emacs crash you reference later in this message without rebuilding Emacs, right? I’m not an Emacs user, as you know, but is there an STC for the

Re: TEST RELEASE: Cygwin 2.1.0-0.4

2015-07-08 Thread Warren Young
On Jul 5, 2015, at 3:34 PM, Corinna Vinschen wrote: > ...RLIMIT_STACK...RLIM_INFINITY. This should fix the Emacs crash you reference later in this message without rebuilding Emacs, right? I’m not an Emacs user, as you know, but is there an STC for the Emacsizens to try on their systems? > - N

Re: TEST RELEASE: Cygwin 2.0.0-0.7

2015-04-17 Thread Steven Penny
On Fri, Apr 17, 2015 at 7:46 AM, Jim Reisert AD1C wrote: > Is there a way to change my default home directory without using > /etc/passwd, other than creating a symbolic link inside of /home? You can modify /etc/fstab like this c:/home /home . acl Example http://github.com/svnpenn/dotfiles/b

Re: TEST RELEASE: Cygwin 2.0.0-0.7

2015-04-17 Thread Jim Reisert AD1C
> https://cygwin.com/cygwin-ug-net/ntsec.html#ntsec-mapping-nsswitch-home Very helpful, Corinna! Working as advertised. - Jim -- Jim Reisert AD1C, , http://www.ad1c.us -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: TEST RELEASE: Cygwin 2.0.0-0.7

2015-04-17 Thread Corinna Vinschen
On Apr 17 15:16, Corinna Vinschen wrote: > On Apr 17 06:46, Jim Reisert AD1C wrote: > > I finally understand what happened. > > > > In my /etc/passwd, I have configured a different home directory for > > myself. Without that file, it goes to /home/Jim Reisert which does > > not exist! > > > > Is

Re: TEST RELEASE: Cygwin 2.0.0-0.7

2015-04-17 Thread Corinna Vinschen
On Apr 17 06:46, Jim Reisert AD1C wrote: > I finally understand what happened. > > In my /etc/passwd, I have configured a different home directory for > myself. Without that file, it goes to /home/Jim Reisert which does > not exist! > > Is there a way to change my default home directory without

Re: TEST RELEASE: Cygwin 2.0.0-0.7

2015-04-17 Thread Jim Reisert AD1C
I finally understand what happened. In my /etc/passwd, I have configured a different home directory for myself. Without that file, it goes to /home/Jim Reisert which does not exist! Is there a way to change my default home directory without using /etc/passwd, other than creating a symbolic link

Re: TEST RELEASE: Cygwin 2.0.0-0.7

2015-04-17 Thread Corinna Vinschen
On Apr 17 06:27, Jim Reisert AD1C wrote: > There's still something funky going on. ssh won't recognize my > ~/.ssh/config file. > > With my existing passwd and group files, I get this error (notice that > the warned permissions are different that what "ls" reports): > > -rw---+ 1 Jim Reisert

Re: TEST RELEASE: Cygwin 2.0.0-0.7

2015-04-17 Thread Corinna Vinschen
On Apr 17 06:15, Jim Reisert AD1C wrote: > > New 2.0.0-0.7 test release: > > I'm happy to report that Xwin now starts up straight away, even with > "missing" /etc/passwd and /etc/group files. > > Thanks for fixing this! Sure, thanks for your feedback! Corinna -- Corinna Vinschen

Re: TEST RELEASE: Cygwin 2.0.0-0.7

2015-04-17 Thread Jim Reisert AD1C
There's still something funky going on. ssh won't recognize my ~/.ssh/config file. With my existing passwd and group files, I get this error (notice that the warned permissions are different that what "ls" reports): -rw---+ 1 Jim Reisert None 205 Apr 17 06:19 .ssh/config [JJR:~] $ ssh ad1c

Re: TEST RELEASE: Cygwin 2.0.0-0.7

2015-04-17 Thread Jim Reisert AD1C
> New 2.0.0-0.7 test release: I'm happy to report that Xwin now starts up straight away, even with "missing" /etc/passwd and /etc/group files. Thanks for fixing this! -- Jim Reisert AD1C, , http://www.ad1c.us -- Problem reports: http://cygwin.com/problems.html FAQ: http

Re: TEST RELEASE: Cygwin 2.0.0-1

2015-04-15 Thread Yaakov Selkowitz
On Wed, 2015-04-15 at 14:22 -0600, Warren Young wrote: > On Apr 11, 2015, at 4:35 AM, Corinna Vinschen wrote: > > The version number is 2.0.0-0.1. Yes, we're going full Torvalds > > with the release numbers and bump them to 2.0. > > Will this result in a cygwin2.dll with a different ABI? No, ABI

Re: TEST RELEASE: Cygwin 2.0.0-1

2015-04-15 Thread Warren Young
On Apr 11, 2015, at 4:35 AM, Corinna Vinschen wrote: > > The version number is 2.0.0-0.1. Yes, we're going full Torvalds > with the release numbers and bump them to 2.0. Will this result in a cygwin2.dll with a different ABI? Now’s your chance. :) -- Problem reports: http://cygwin.com/pr

Re: TEST RELEASE: Cygwin 1.7.35-0.3

2015-02-25 Thread Corinna Vinschen
On Feb 25 10:55, Warren Young wrote: > On Feb 25, 2015, at 10:47 AM, Corinna Vinschen > wrote: > > It does... if you stopped and restarted your Cygwin processes afterwards, > > I was sure I had. I don’t run any cygrunsrv processes on that VM, so > I only have to restart MinTTY to make sure Cygw

Re: TEST RELEASE: Cygwin 1.7.35-0.3

2015-02-25 Thread Warren Young
On Feb 25, 2015, at 10:47 AM, Corinna Vinschen wrote: > > On Feb 25 10:32, Warren Young wrote: >> On Feb 25, 2015, at 9:21 AM, Corinna Vinschen >> wrote: >>> >>> Did you set this up with a "Microsoft Account”? >> >> Yes. >> >>> Btw., the uid and gid values are wrong. You *are* using passwd

Re: TEST RELEASE: Cygwin 1.7.35-0.3

2015-02-25 Thread Corinna Vinschen
On Feb 25 10:32, Warren Young wrote: > On Feb 25, 2015, at 9:21 AM, Corinna Vinschen > wrote: > > > > Did you set this up with a "Microsoft Account”? > > Yes. > > > Btw., the uid and gid values are wrong. You *are* using passwd and > > group files, otherwise you would have much bigger uid/gid

Re: TEST RELEASE: Cygwin 1.7.35-0.3

2015-02-25 Thread Warren Young
On Feb 25, 2015, at 9:21 AM, Corinna Vinschen wrote: > > Did you set this up with a "Microsoft Account”? Yes. > Btw., the uid and gid values are wrong. You *are* using passwd and > group files, otherwise you would have much bigger uid/gid values. Oooky. I thought I just had to remove /et

Re: TEST RELEASE: Cygwin 1.7.35-0.3

2015-02-25 Thread Corinna Vinschen
On Feb 25 17:21, Corinna Vinschen wrote: > On Feb 25 08:55, Warren Young wrote: > > On Feb 25, 2015, at 8:23 AM, Corinna Vinschen > > wrote: > > > > > >> $ chgrp `id -g` id* > > >> $ ls -l id* > > >> -rw-rw 1 Warren Warren 1.7K Feb 25 08:12 id_rsa > > >> -rw-rw 1 Warren Warren 398 F

Re: TEST RELEASE: Cygwin 1.7.35-0.3

2015-02-25 Thread Corinna Vinschen
On Feb 25 08:55, Warren Young wrote: > On Feb 25, 2015, at 8:23 AM, Corinna Vinschen > wrote: > > > >> $ chgrp `id -g` id* > >> $ ls -l id* > >> -rw-rw 1 Warren Warren 1.7K Feb 25 08:12 id_rsa > >> -rw-rw 1 Warren Warren 398 Feb 25 08:12 id_rsa.pub > > > > Hang on, how come your gr

Re: TEST RELEASE: Cygwin 1.7.35-0.3

2015-02-25 Thread Warren Young
On Feb 25, 2015, at 8:23 AM, Corinna Vinschen wrote: > >> $ chgrp `id -g` id* >> $ ls -l id* >> -rw-rw 1 Warren Warren 1.7K Feb 25 08:12 id_rsa >> -rw-rw 1 Warren Warren 398 Feb 25 08:12 id_rsa.pub > > Hang on, how come your group is your user account? That's certainly > not correc

Re: TEST RELEASE: Cygwin 1.7.35-0.3

2015-02-25 Thread Corinna Vinschen
On Feb 25 08:20, Warren Young wrote: > On Feb 25, 2015, at 8:17 AM, Warren Young wrote: > > > > “None” has one of the well-known SIDs, doesn’t it? > > On second thought, “chgrp 513 ~/.ssh/*” seems to work here. Is that portable? No. You're still using an old group file apparently. Se my othe

Re: TEST RELEASE: Cygwin 1.7.35-0.3

2015-02-25 Thread Corinna Vinschen
On Feb 25 08:17, Warren Young wrote: > On Feb 25, 2015, at 8:07 AM, Corinna Vinschen > wrote: > > > > What about chgrp `id -g’? > > That does exactly what you *don’t* want here: > > $ ls -l id* > -rw--- 1 Warren None 1.7K Feb 25 08:12 id_rsa > -rw--- 1 Warren None 398 Feb 25 08:

Re: TEST RELEASE: Cygwin 1.7.35-0.3

2015-02-25 Thread Warren Young
On Feb 25, 2015, at 8:17 AM, Warren Young wrote: > > “None” has one of the well-known SIDs, doesn’t it? On second thought, “chgrp 513 ~/.ssh/*” seems to work here. Is that portable? -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documenta

Re: TEST RELEASE: Cygwin 1.7.35-0.3

2015-02-25 Thread Warren Young
On Feb 25, 2015, at 8:07 AM, Corinna Vinschen wrote: > > What about chgrp `id -g’? That does exactly what you *don’t* want here: $ ls -l id* -rw--- 1 Warren None 1.7K Feb 25 08:12 id_rsa -rw--- 1 Warren None 398 Feb 25 08:12 id_rsa.pub $ chgrp `id -g` id* $ ls -l id* -rw-r

Re: TEST RELEASE: Cygwin 1.7.35-0.3

2015-02-25 Thread Corinna Vinschen
On Feb 25 07:52, Warren Young wrote: > On Feb 25, 2015, at 2:01 AM, Corinna Vinschen > wrote: > > - Group "None" is a local group and changing to None is not such a bright > > idea for domain users. "Domain Users" may be better here, > > Since the permissions on files in these directories give

Re: TEST RELEASE: Cygwin 1.7.35-0.3

2015-02-25 Thread Warren Young
On Feb 25, 2015, at 2:01 AM, Corinna Vinschen wrote: > > > - Group "None" is a local group and changing to None is not such a bright > idea for domain users. "Domain Users" may be better here, Since the permissions on files in these directories give zero permissions to the group, does it rea

Re: TEST RELEASE: Cygwin 1.7.35-0.3

2015-02-25 Thread Corinna Vinschen
Hi John, On Feb 23 10:22, John Hein wrote: > Corinna Vinschen corinna-cygwin-at-cygwin.com |cygwin_ml_nodigest| wrote at > 12:17 +0100 on Feb 23, 2015: > > 1.7.33: > > > > Calls NetUserEnum/NetGroupEnum,NetLocalGroupEnum with maximum Buffer > > size. > > > > 1.7.34+: > > > > Calls a

Re: TEST RELEASE: Cygwin 1.7.35-0.3

2015-02-25 Thread Corinna Vinschen
On Feb 24 18:10, Warren Young wrote: > > On Feb 24, 2015, at 5:23 PM, Andrey Repin wrote: > > > > Basically speaking, yes, chgrp to anything other than your user SID, > > followed > > by `chmod 600`, should help. > > I’ve checked in a change to that FAQ item giving this as the official > soluti

Re: TEST RELEASE: Cygwin 1.7.35-0.3

2015-02-24 Thread Warren Young
> On Feb 24, 2015, at 5:23 PM, Andrey Repin wrote: > > Basically speaking, yes, chgrp to anything other than your user SID, followed > by `chmod 600`, should help. I’ve checked in a change to that FAQ item giving this as the official solution. -- Problem reports: http://cygwin.com/problems

Re: TEST RELEASE: Cygwin 1.7.35-0.3

2015-02-24 Thread Andrey Repin
Greetings, Warren Young! >>> 2. Oh, its primary group is Warren, too, so let’s inherit g+rw, too. >> >> Nop, this is actually an issue of reading ACLs rather than setting them. >> POSIX access bits do not expect interchangeability of users and groups. > So is “chgrp None” the correct fix, or is

Re: TEST RELEASE: Cygwin 1.7.35-0.3

2015-02-24 Thread Warren Young
> On Feb 24, 2015, at 4:29 PM, Warren Young wrote: > >> On Feb 23, 2015, at 8:39 PM, Andrey Repin wrote: >> >>> 2. Oh, its primary group is Warren, too, so let’s inherit g+rw, too. >> >> Nop, this is actually an issue of reading ACLs rather than setting them. >> POSIX access bits do not expect

Re: TEST RELEASE: Cygwin 1.7.35-0.3

2015-02-24 Thread Warren Young
> On Feb 23, 2015, at 8:39 PM, Andrey Repin wrote: > >> 2. Oh, its primary group is Warren, too, so let’s inherit g+rw, too. > > Nop, this is actually an issue of reading ACLs rather than setting them. > POSIX access bits do not expect interchangeability of users and groups. So is “chgrp None”

Re: TEST RELEASE: Cygwin 1.7.35-0.3

2015-02-23 Thread Andrey Repin
Greetings, Warren Young! >>> Is there any solution to solve the ssh problem ( including git etc)? >> >> Does https://cygwin.com/faq/faq.html#faq.using.ssh-pubkey-stops-working >> help? > That information seems to be incomplete. > I ran into similar problems here, and found that chmod 600 would

Re: TEST RELEASE: Cygwin 1.7.35-0.3

2015-02-23 Thread Warren Young
> On Feb 23, 2015, at 1:11 PM, Corinna Vinschen > wrote: > > On Feb 24 03:50, rexdf Rexdf wrote: >> >> Is there any solution to solve the ssh problem ( including git etc)? > > Does https://cygwin.com/faq/faq.html#faq.using.ssh-pubkey-stops-working > help? That information seems to be incomple

  1   2   3   >