Re: subversion failure for anonymous checkout

2014-08-21 Thread Marco Atzeri
On 21/08/2014 19:41, Andrey Repin wrote: Greetings, Marco Atzeri! the following command on cygwin require password for a anonymous checkout $ svn co https://icl.cs.utk.edu/svn/lapack-dev/lapack/trunk Authentication realm: LAPACK-DEV Password for 'marco': ^Csvn:

Re: subversion failure for anonymous checkout

2014-08-21 Thread Marco Atzeri
On 21/08/2014 20:33, Andrey Repin wrote: Greetings, Marco Atzeri! the following command on cygwin require password for a anonymous checkout $ svn co https://icl.cs.utk.edu/svn/lapack-dev/lapack/trunk Authentication realm: LAPACK-DEV Password for 'marco': ^Csvn: E

ld segfaults with -flto after upgrading to gcc 4.8.3-3 (64-bit)

2014-08-21 Thread Christoph H. Hochstaetter
Hi, I just upgraded gcc from 4.8.3-2 to 4.8.3-3. ld segfaults if gcc (and thus ld) is used with link time optimization (-flto). [ch@laptop2 ~] $ gcc -o hello.exe hello.c [ch@laptop2 ~] $ ./hello.exe Hello world! [ch@laptop2 ~] $ rm -f hello.exe [ch@laptop2 ~] $ gcc -o hello.exe hello.c -flto coll

Re: Problem with cron jobs

2014-08-21 Thread Duncan Roe
On Thu, Aug 21, 2014 at 07:59:29AM -0400, Cary Lewis wrote: > I have created a small shell script that acts like a network > connectivity watchdog, which checks for a successful ping to the > internet, and if it doesn't work, restarts the machine. > > When I attempt to run it from a cron job, the s

Re: Problem with cron jobs

2014-08-21 Thread Andrew DeFaria
On 8/21/2014 7:25 AM, Andrey Repin wrote: Greetings, Cary Lewis! I have created a small shell script that acts like a network connectivity watchdog, which checks for a successful ping to the internet, and if it doesn't work, restarts the machine. When I attempt to run it from a cron job, the

Windows 7 sshd can only login as cyg_server

2014-08-21 Thread Bernd Prager
I just installed cygwin on Windows 7 and configured sshd with ssh-host-config. I checked all the permission and everything seems to be fine. I can connect as local user "cyg_server" but not as myself (a standard Windows 7 domain user). I am asked for a password and then I get: debug3: packet_

Re: connect() hangs on a listen()ing AF_UNIX socket

2014-08-21 Thread Christian Franke
Corinna Vinschen wrote: On Aug 21 18:16, Christian Franke wrote: Corinna Vinschen wrote (in thread "[ITP] libsuexec 1.0"): Postfix for Cygwin would be *so* nice. Sigh. ... Due to the following problem, Postfix hangs during startup (and blocks any possible "[ITP] postfix ..."): If a AF_UNIX

Re: [ANNOUNCEMENT] Updated: procps-3.2.8-3

2014-08-21 Thread Andrey Repin
Greetings, Corinna Vinschen! > I updated the procps package to 3.2.8-3. > This patch simply removess the /sbin/sysctl tool and its accompanying > man pages. The tool is completely useless on Cygwin. I've always wondered, what that thing do... :D -- WBR, Andrey Repin (anrdae...@yandex.ru) 21.0

[ANNOUNCEMENT] Updated: procps-3.2.8-3

2014-08-21 Thread Corinna Vinschen
I updated the procps package to 3.2.8-3. This patch simply removess the /sbin/sysctl tool and its accompanying man pages. The tool is completely useless on Cygwin. Have fun, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer c

Re: subversion failure for anonymous checkout

2014-08-21 Thread Andrey Repin
Greetings, Marco Atzeri! > the following command on cygwin require password for a > anonymous checkout > $ svn co https://icl.cs.utk.edu/svn/lapack-dev/lapack/trunk > Authentication realm: LAPACK-DEV > Password for 'marco': ^Csvn: E200015: The operation was interrupte

Re: subversion failure for anonymous checkout

2014-08-21 Thread Andrey Repin
Greetings, Marco Atzeri! > the following command on cygwin require password for a > anonymous checkout > $ svn co https://icl.cs.utk.edu/svn/lapack-dev/lapack/trunk > Authentication realm: LAPACK-DEV > Password for 'marco': ^Csvn: E200015: The operation was interrupte

Re: subversion failure for anonymous checkout

2014-08-21 Thread David Rothenberger
Marco Atzeri wrote: > Hi, > the following command on cygwin require password for a > anonymous checkout > > $ svn co https://icl.cs.utk.edu/svn/lapack-dev/lapack/trunk > Authentication realm: LAPACK-DEV > Password for 'marco': ^Csvn: E200015: The operation was interrup

Re: connect() hangs on a listen()ing AF_UNIX socket

2014-08-21 Thread Corinna Vinschen
On Aug 21 18:16, Christian Franke wrote: > Corinna Vinschen wrote (in thread "[ITP] libsuexec 1.0"): > >Postfix for Cygwin would be *so* nice. Sigh. ... > > Due to the following problem, Postfix hangs during startup (and blocks any > possible "[ITP] postfix ..."): > > If a AF_UNIX socket is in

subversion failure for anonymous checkout

2014-08-21 Thread Marco Atzeri
Hi, the following command on cygwin require password for a anonymous checkout $ svn co https://icl.cs.utk.edu/svn/lapack-dev/lapack/trunk Authentication realm: LAPACK-DEV Password for 'marco': ^Csvn: E200015: The operation was interrupted while on Linux with subversi

connect() hangs on a listen()ing AF_UNIX socket

2014-08-21 Thread Christian Franke
Corinna Vinschen wrote (in thread "[ITP] libsuexec 1.0"): Postfix for Cygwin would be *so* nice. Sigh. ... Due to the following problem, Postfix hangs during startup (and blocks any possible "[ITP] postfix ..."): If a AF_UNIX socket is in listen()ing state, a client connect() should succe

[ANNOUNCEMENT] Updated: cygrunsrv-1.61-1

2014-08-21 Thread Corinna Vinschen
I've updated the cygrunsrv package to 1.61-1. Changes and fixes: * This version prepends /bin to $PATH before starting the actual service process only if no PATH variable was given at installation time (-e PATH=...). If an explicit path was given at installation time, /bin gets appended to

CYGWIN_NOWINPATH is undocumented

2014-08-21 Thread Doug Henderson
Achim or Corinna, Currently, the only documentation for CYGWIN_NOWINPATH appears to be the mailing list/news feed. A Google search: https://www.google.com/search?q=CYGWIN_NOWINPATH only finds pages in mailing lists and news feeds. The documentation at cygwin.com does not appear to mention it.

Re: [ANNOUNCEMENT] Updated: emacs-24.3.93-1 [TEST]

2014-08-21 Thread Eli Zaretskii
> Date: Thu, 21 Aug 2014 09:58:33 -0400 > From: Ken Brown > CC: Eli Zaretskii > > Thanks for the report. The abort comes from here (in buffer.c): > >for (tail = current_buffer->overlays_before; tail; tail = tail->next) > { >ptrdiff_t startpos, endpos; > >XSETMISC (overl

Re: Problem with cron jobs

2014-08-21 Thread Andrey Repin
Greetings, Cary Lewis! > I have created a small shell script that acts like a network > connectivity watchdog, which checks for a successful ping to the > internet, and if it doesn't work, restarts the machine. > When I attempt to run it from a cron job, the script exits whenever > any of the com

Re: [ANNOUNCEMENT] Updated: emacs-24.3.93-1 [TEST]

2014-08-21 Thread Ken Brown
On 8/21/2014 10:06 AM, Markus Hoenicka wrote: At 2014-08-21 15:58, Ken Brown was heard to say: [...] Thread 1 (Thread 10724.0x3340): #0 0x07fefdba3ca3 in KERNELBASE!DebugBreak () from /cygdrive/c/Windows/system32/KERNELBASE.dll #1 0x000100577794 in emacs_abort () at /usr/src/debug/ema

Re: [ANNOUNCEMENT] Updated: emacs-24.3.93-1 [TEST]

2014-08-21 Thread Achim Gratz
Ken Brown cornell.edu> writes: > Do you remember what you were doing at the time of the crash? I was editing something in a Perl buffer and was just about to insert an "s" into a variable name. The only crashes I've got with the current test version so far were always happening directly while th

Re: [ANNOUNCEMENT] Updated: emacs-24.3.93-1 [TEST]

2014-08-21 Thread Markus Hoenicka
At 2014-08-21 15:58, Ken Brown was heard to say: [...] Thread 1 (Thread 10724.0x3340): #0 0x07fefdba3ca3 in KERNELBASE!DebugBreak () from /cygdrive/c/Windows/system32/KERNELBASE.dll #1 0x000100577794 in emacs_abort () at /usr/src/debug/emacs-24.3.93-1/src/w32fns.c:8478 #2 0x000100

Re: [ANNOUNCEMENT] Updated: emacs-24.3.93-1 [TEST]

2014-08-21 Thread Ken Brown
On 8/21/2014 8:12 AM, Achim Gratz wrote: Achim Gratz nexgo.de> writes: There are still crashes of emacs-w32 that take down Emacs completely (sometimes with but mostly without it asking for the debugger to be attached). So far these have all occured directly in response to keyboard input (as in

Re: possible problem with "find . -name blah -o -name blah2"

2014-08-21 Thread Eric Blake
On 08/20/2014 02:58 PM, ml...@bogusville.us wrote: > using CYGWIN_NT-6.1, bash 4.1.11(2) and find 4.5.12, the following returns > immediately > >find . -name \*.cs -o -name \*.h -o -name \*.cpp -exec ls {} \; This parses as: find . -name \*.cs -o -name \*.h -o \( -name \*.cpp -exec ls {} \; \

Re: [ANNOUNCEMENT] Updated: emacs-24.3.93-1 [TEST]

2014-08-21 Thread Achim Gratz
Achim Gratz nexgo.de> writes: > There are still crashes of emacs-w32 that take down Emacs completely > (sometimes with but mostly without it asking for the debugger to be > attached). So far these have all occured directly in response to > keyboard input (as in the window disappears while the key

Problem with cron jobs

2014-08-21 Thread Cary Lewis
I have created a small shell script that acts like a network connectivity watchdog, which checks for a successful ping to the internet, and if it doesn't work, restarts the machine. When I attempt to run it from a cron job, the script exits whenever any of the commands exits with a non zero status

Re: Fwd: texlive-collection-bibtexextra-20140523-1 -- biblatex & biblatex-chicago version mismatch

2014-08-21 Thread Ken Brown
On 8/20/2014 4:17 PM, Jon Hood wrote: Unfortunately, the message I sent 24 hours ago still isn't showing up on the mailing list, and I don't know why -- Forwarded message -- After installing all texlive packages available in the current Cygwin 64-bit repos, I encountered a prob

[ANNOUNCEMENT] Updated: sqlite3-3.8.6-1 for Cygwin/Cygwin64

2014-08-21 Thread Jan Nijtmans
SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine Changes since 3.8.5-1 = * Updated to upstream 3.8.6 release. See: * Build now uses pthread mutex

Re: gdb 7.8 consistently fails to run executable - error is

2014-08-21 Thread Achim Gratz
DGStevens gmail.com> writes: > I'm unable to use gdb on any c/c++ executables. When I try, gdb issues the > message "dll path too long" and fails to start the target executable. Try cutting your PATH after the third component. If that helps, you could set CYGWIN_NOWINPATH either as a system or