RE: Problem getting remote packages and installing

2012-10-26 Thread Buchbinder, Barry (NIH/NIAID) [E]
Michael Steele wrote on October 26, 2012 12:32 PM >Below is the code I'm using to perform an unattended install, with extra >packages. > >> >@ECHO OFF >REM -- Automates Cygwin installation and kick start the Barnyard2 compile > >SETLOCAL > >REM -- Change to the d

Possible race in SYSV IPC (semaphores)

2012-10-26 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C]
Hi, For now, I can only report the observed (mis) behavior of SYSV semop() call, which (on the client side) gets manifested as the following: transport_layer_pipes::connect: lost connection to cygserver, error = 2 (this code then does a by-hand adjustment with semctl(SETVAL)). Note that there i

Problem getting remote packages and installing

2012-10-26 Thread Michael Steele
Below is the code I'm using to perform an unattended install, with extra packages. > @ECHO OFF REM -- Automates Cygwin installation and kick start the Barnyard2 compile SETLOCAL REM -- Change to the directory of the executing batch file CD %~dp0 REM -- Config

Re: Emacs 24 can't find org library

2012-10-26 Thread Kenneth W Foy, Jr
On Tue, 23 Oct 2012 09:12:48 -0400, Ken Brown wrote: On 10/22/2012 5:42 PM, Kete Foy wrote: Thanks, I will try those if necessary. I imagine it will be necessary if Emacs ships with an old (7.8) version of Org-mode. That's why it doesn't make sense that Ken had success with exporting an org fi

Re: apngopt: Download incomplete

2012-10-26 Thread Corinna Vinschen
On Oct 26 08:27, Chris Sutcliffe wrote: > I'm having a problem with apngopt 1.1-1 that setup is trying to > install for me. I've tried multiple mirrors but the result is always > the same, when it attempts to download I get a pop-up stating > "Download Incomplete". Has this package been corrupted

apngopt: Download incomplete

2012-10-26 Thread Chris Sutcliffe
I'm having a problem with apngopt 1.1-1 that setup is trying to install for me. I've tried multiple mirrors but the result is always the same, when it attempts to download I get a pop-up stating "Download Incomplete". Has this package been corrupted somehow? Thanks, Chris -- Chris Sutcliffe h

Re: permission on *.dbg files

2012-10-26 Thread Earnie Boyd
On Fri, Oct 26, 2012 at 5:23 AM, marco atzeri wrote: > Just a curiosity, > why on/usr/lib/debug/usr/bin > > all the files have 755 permissions except cygwin1.dbg with 644 ? > > Does make any difference ? No, cygwin1.dbg is not an executable file so the executable bit isn't set. I.E. it is as

Rsync stops with time-out: solved

2012-10-26 Thread Richard Ivarson
Just in case other Cygwin users also have this problem, I'd like to describe a solution. The Problem was this: * Run "rsync" on two Windows XP computers communicating to each other directly via the (TCP) network. Example: Source computer uses rsync to sync several folders with many files to a

permission on *.dbg files

2012-10-26 Thread marco atzeri
Just a curiosity, why on/usr/lib/debug/usr/bin all the files have 755 permissions except cygwin1.dbg with 644 ? Does make any difference ? Regards Marco -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cyg