Re: Unknown+User Unix_Group+505 on smb shares in a domian

2016-09-27 Thread Linda Walsh
Wayne Porter wrote: My system is joined to a domain and is connected to multiple servers via mapped network shares in Windows. All of the windows servers allow read/write access to all files, but the Fedora servers all open with read-only access. I can still write to most files in vim by specifyi

Re: Use of SHELL env var by login

2016-09-27 Thread Ernie Rael
On 9/27/2016 3:58 AM, Andrew Schulman wrote: I just moved the cygwin installation. The "last" peculiarity I ran into was that the login shell, with the shortcut "F:\cygwin64\bin\mintty.exe -i /Cygwin-Terminal.ico -", a ps showed /cygdrive/c/cygwin64/bin/bash instead of /usr/bin/bash I tr

CMake "command not found" on Windows Server 2012 R2

2016-09-27 Thread Rian Quinn
Using the following AppVeyor script, attempting to run cmake returns “command not found”. If I run “which cmake”, I get “/usr/bin/cmake”, so it’s there. If I compile cmake manually it works fine (using the same 3.6.2). As a not, CMake seems to work fine on Windows 10. Here is the script so tha

Re: setup.exe : proxy auto-configuration script without IE ?

2016-09-27 Thread Brian Inglis
On 2016-09-27 12:29, David Stacey wrote: On 27/09/16 03:24, Linda Walsh wrote: What makes you think it is downloaded into the IE disk cache? I don't think it should be -- as AFAIK, it doesn't use IE to download anything setup using IE to do its downloading is a bad idea. But, that got me thinki

Re: Corrupt Cygwin64 install?

2016-09-27 Thread Brian Inglis
On 2016-09-27 14:02, Mike McCarty wrote: Thanks, I dug around in the registry based on your info and those (or similar) entries are already there and the folder my cygwin install is in was already listed so either those registry entries are anachronisms or don't have the needed effect. Please n

Unknown+User Unix_Group+505 on smb shares in a domian

2016-09-27 Thread Wayne Porter
My system is joined to a domain and is connected to multiple servers via mapped network shares in Windows. All of the windows servers allow read/write access to all files, but the Fedora servers all open with read-only access. I can still write to most files in vim by specifying :w! so it's not lik

[ANNOUNCEMENT] Updated: mpfr-3.1.5-1

2016-09-27 Thread Achim Gratz
The MPFR Library The MPFR library is a C library for multiple-precision floating-point computations with exact rounding (also called correct rounding). It is based on the GMP multiple-precision library. The main goal of MPFR is to provide a library for multiple-precision floatin

Re: gdb 7.11.1-2 started within emacs fails

2016-09-27 Thread Ken Brown
On 9/27/2016 2:47 PM, Rockefeller, Harry wrote: Using program foo: program foo e = 1.0 stop end $ /usr/bin/gfortran-g foo.f -o foo Emacs version info: GNU Emacs 25.1.1 (i686-pc-cygwin, GTK+ Version 3.18.9) of 2016-09-17 Inside emacs I ran M-x gud-gdb and got ... GN

Re: Corrupt Cygwin64 install?

2016-09-27 Thread Mike McCarty
Thanks, I dug around in the registry based on your info and those (or similar) entries are already there and the folder my cygwin install is in was already listed so either those registry entries are anachronisms or don't have the needed effect. I did talk to a very helpful person in our IT dept a

gdb 7.11.1-2 started within emacs fails

2016-09-27 Thread Rockefeller, Harry
Using program foo: program foo e = 1.0 stop end $ /usr/bin/gfortran-g foo.f -o foo Emacs version info: GNU Emacs 25.1.1 (i686-pc-cygwin, GTK+ Version 3.18.9) of 2016-09-17 Inside emacs I ran M-x gud-gdb and got ... GNU gdb (GDB) (Cygwin 7.11.1-2) 7.11.1 ... (gdb) b 1

Re: setup.exe : proxy auto-configuration script without IE ?

2016-09-27 Thread David Stacey
On 27/09/16 03:24, Linda Walsh wrote: What makes you think it is downloaded into the IE disk cache? I don't think it should be -- as AFAIK, it doesn't use IE to download anything setup using IE to do its downloading is a bad idea. But, that got me thinking, so allow me a crazy thought. AFAIK,

Re: Corrupt Cygwin64 install?

2016-09-27 Thread Achim Gratz
> Mike McCarty writes: >> Ooo... You still have that script lying around? ;^) Hit send too soon… That reg file needs to be combined with actually adding the exclusion, which I did inside the batch script that also updated Cygwin: @ECHO OFF REM ##

Re: Corrupt Cygwin64 install?

2016-09-27 Thread Achim Gratz
Mike McCarty writes: > Ooo... You still have that script lying around? ;^) ��Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-cillinNTCorp\CurrentVersion\Manual Scan Configuration] "AllowCfg"=dword:0001 [HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\PC-cillinNTCorp

Re: Corrupt Cygwin64 install?

2016-09-27 Thread Mike McCarty
Ooo... You still have that script lying around? ;^) On Tue, Sep 27, 2016 at 12:22 PM, Achim Gratz wrote: > Mike McCarty writes: >> 0x07fefcb07497 in TmmonDestoryAddonObject () from >> /cygdrive/c/windows/system32/tmumh/20019/AddOn/6.80.0.1007/TmUmEvt64.dll > > It always instills much confid

Re: Corrupt Cygwin64 install?

2016-09-27 Thread Achim Gratz
Mike McCarty writes: > 0x07fefcb07497 in TmmonDestoryAddonObject () from > /cygdrive/c/windows/system32/tmumh/20019/AddOn/6.80.0.1007/TmUmEvt64.dll It always instills much confidence in the abilities of the programmers and the usefulness of the program when you see such typos… > tmmon64.dll i

Re: Use of SHELL env var by login

2016-09-27 Thread Linda Walsh
Andrey Repin wrote: Greetings, Linda Walsh! Windows *doesn't* use "SHELL" to set your command line, it uses COMSPEC. Do note I didn't mention any specific variable names. --- Indeed -- wanted to be explicit for those not know that the space in-between the lines is important! ;-) A

Re: Use of SHELL env var by login

2016-09-27 Thread Achim Gratz
Ernie Rael writes: > I tracked this down the the windows setting for SHELL, the one you get > to from windows' SystemProperties dialog, which was > C:/cygwin64/bin/bash. The /etc/passwd file specifies /bin/bash. This setting most likely was installed by yourself, the current Cygwin doesn't install

Re: Use of SHELL env var by login

2016-09-27 Thread Andrey Repin
Greetings, Linda Walsh! > Andrey Repin wrote: >>> In the absence of /etc/passwd, setting SHELL is the right way to set your >>> login >>> shell. >> >> One of the right ways, I'd say. >> If your aim is the integration of both environments, you MAY set variables, >> but if you then start a login s

Re: Use of SHELL env var by login

2016-09-27 Thread Linda Walsh
Andrey Repin wrote: In the absence of /etc/passwd, setting SHELL is the right way to set your login shell. One of the right ways, I'd say. If your aim is the integration of both environments, you MAY set variables, but if you then start a login shell, they may be voided by the startup scripts.

[ANNOUNCEMENT] Updated: gdb-7.11.1-2 (TEST)

2016-09-27 Thread Jon Turney
The following package has been updated in the Cygwin distribution: * gdb-7.11.1-2 The GNU debugger allows you to debug programs written in C, C++, and other languages, by executing them in a controlled fashion and printing their data. Changes since 7.11.1-1: * Fix inferior stopping with SI

Re: gdb input error gfortrani_fbuf_read () cyggfortran-3.dll

2016-09-27 Thread Jon Turney
On 26/09/2016 14:41, Jon Turney wrote: On 22/09/2016 20:55, Rockefeller, Harry wrote: gdb (test version) and program's 'read' seem to have an input clash. Anyway, gdb used to pause and allow keyboard input. Thanks for reporting this problem, and the test case. Thread 1 "foo" hit Breakpoint 1

Re: Use of SHELL env var by login

2016-09-27 Thread Andrey Repin
Greetings, Andrew Schulman! >> Greetings, Andrew Schulman! >> >> >> I just moved the cygwin installation. The "last" peculiarity I ran into >> >> was that the login shell, with the shortcut "F:\cygwin64\bin\mintty.exe >> >> -i /Cygwin-Terminal.ico -", a ps showed >> >> >> >> /cygdrive/c/c

Re: Corrupt Cygwin64 install?

2016-09-27 Thread Mike McCarty
Yeah, I tried the exclusion list... It doesn't seem to matter (tho I'm not entirely sure that our IT dept hasn't intentionally broken the exclusion list). I think I'll eventually have to take this up with Trend Micro directly (as painful as that may be). I've logged a ticket with my IT dept -- l

Re: Use of SHELL env var by login

2016-09-27 Thread Andrew Schulman
> Greetings, Andrew Schulman! > > >> I just moved the cygwin installation. The "last" peculiarity I ran into > >> was that the login shell, with the shortcut "F:\cygwin64\bin\mintty.exe > >> -i /Cygwin-Terminal.ico -", a ps showed > >> > >> /cygdrive/c/cygwin64/bin/bash > >> > >> instead

Re: Use of SHELL env var by login

2016-09-27 Thread Andrey Repin
Greetings, Andrew Schulman! >> I just moved the cygwin installation. The "last" peculiarity I ran into >> was that the login shell, with the shortcut "F:\cygwin64\bin\mintty.exe >> -i /Cygwin-Terminal.ico -", a ps showed >> >> /cygdrive/c/cygwin64/bin/bash >> >> instead of /usr/bin/bash >

Re: Use of SHELL env var by login

2016-09-27 Thread Andrew Schulman
> I just moved the cygwin installation. The "last" peculiarity I ran into > was that the login shell, with the shortcut "F:\cygwin64\bin\mintty.exe > -i /Cygwin-Terminal.ico -", a ps showed > > /cygdrive/c/cygwin64/bin/bash > > instead of /usr/bin/bash > > I tracked this down the the wind