Re: Question about windows shortchts to start a bash script

2009-01-18 Thread Larry Hall (Cygwin)
LMHmedchem wrote: I added "c:\cygwin\bin;" to the path and that seems to have corrected the problem, thanks for the tip. Two questions if you have a minute, 1. At first I tried adding cygwin to the end of the path, but that didn't work. I checked my other machine and found cygwin immediately af

Re: Question about windows shortchts to start a bash script

2009-01-18 Thread LMHmedchem
I added "c:\cygwin\bin;" to the path and that seems to have corrected the problem, thanks for the tip. Two questions if you have a minute, 1. At first I tried adding cygwin to the end of the path, but that didn't work. I checked my other machine and found cygwin immediately after %SystemRoot%\sy

Re: Question about windows shortchts to start a bash script

2009-01-18 Thread Larry Hall (Cygwin)
On 01/18/2009, LMHmedchem wrote: Can anyone tell me why this is not working, especially since it works on another computer with the same setup? Without any configuration information from the machine having this problem, it's hard to say anything too definitive. However, my WAG is that you don'

Question about windows shortchts to start a bash script

2009-01-18 Thread LMHmedchem
Greetings to the Cygwin list forum, I have had some difficulty finding a place to post this question and I hope this is it. I have a cygwin bash script that runs rsync and makes some entries in the rsync log files. Here is an example. echo " " >> F:/_Data_Volume_Backup/rsync_log/01_Data_L

Re: 1.5.25: Vista x64 - can't install, no (known) BLODAs, rebase not helping

2009-01-18 Thread Alexander Smith
Corinna Vinschen wrote: I applied a patch to cygcheck in CVS which avoids the recursion due to the funny behaviour of the Wow6432Node in 32 bit mode. Corinna Thanks. I compiled that (under cygwin on an XP machine) and it worked. Cygwin now works on my 64-bit Vista machine too. I decided to

RE: _pinfo::dup_proc_pipe: DuplicateHandle failed

2009-01-18 Thread Hermann Kleier
Hugh Sasse wrote on 22 May 2008 12:08: >> relsondt1--> ./hello.sh >> + Bcc +BccDos.cfg -c -Ic:/BC45/INCLUDE -D -oHELLO.OBJ HELLO.CPP >> 7 [main] bash 5564! _pinfo::dup_proc_pipe: DuplicateHandle failed, \ >> pid 5564, hProcess 0x6DD, wr_proc_pipe 0x750, Win32 error 6 > > That Win32 erro

Re: GNU coreutils does not work on Cygwin because of freopen() ?

2009-01-18 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Dave Korn on 1/18/2009 2:42 PM: > However, you may have to recreate all the cygwin-specific patches that the > cygwin bash maintainer hasn't managed to send upstream yet... Not only that, but some of those patches will never be sent ups

Re: GNU coreutils does not work on Cygwin because of freopen() ?

2009-01-18 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Ed Schouten on 1/18/2009 3:19 PM: > But that's not a proper fix anyway. cat can't just decide to reopen the > file descriptor of the standard output. That even breaks the first > sentence of POSIX: > > The cat utility shall read fil

Re: GNU coreutils does not work on Cygwin because of freopen() ?

2009-01-18 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Sjors Gielen on 1/18/2009 3:11 PM: >> cygwin bash maintainer hasn't managed to send upstream yet... > [snip] >> ?? Are you using an old version?? It should be fixed by now. >> >> http://www.mail-archive.com/bug-coreut...@gnu.org/msg10188.

Re: GNU coreutils does not work on Cygwin because of freopen() ?

2009-01-18 Thread Ed Schouten
Hello all, * Sjors Gielen wrote: > Yaakov (Cygwin/X) wrote: >> Sjors Gielen wrote: >>> Did you try with Cygwin coreutils or GNU coreutils? :) >> >> Cygwin's coreutils *is* GNU coreutils, with some patches which you will >> find necessary. >> > [snip] > Dave Korn wrote: > > However, you may have

Re: GNU coreutils does not work on Cygwin because of freopen() ?

2009-01-18 Thread Matt Wozniski
On Sun, Jan 18, 2009 at 5:11 PM, Sjors Gielen wrote: > I'm trying to create a full Cygwin port for Debian. This means the base > system packages, et cetera. Let's just keep it at I love apt and dpkg for > package managers. Keep in mind that apt and dpkg will never be able to work completely on Win

Re: GNU coreutils does not work on Cygwin because of freopen() ?

2009-01-18 Thread Sjors Gielen
Yaakov (Cygwin/X) wrote: Sjors Gielen wrote: Did you try with Cygwin coreutils or GNU coreutils? :) Cygwin's coreutils *is* GNU coreutils, with some patches which you will find necessary. [snip] Dave Korn wrote: > However, you may have to recreate all the cygwin-specific patches > that the

Re: GNU coreutils does not work on Cygwin because of freopen() ?

2009-01-18 Thread Yaakov (Cygwin/X)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sjors Gielen wrote: > Did you try with Cygwin coreutils or GNU coreutils? :) Cygwin's coreutils *is* GNU coreutils, with some patches which you will find necessary. Yaakov -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (Cygwin) Comment: Using

Re: GNU coreutils does not work on Cygwin because of freopen() ?

2009-01-18 Thread Dave Korn
dazjorz wrote: > - Cygwin didn't have md5sum, Cygwin does have md5sum in coreutils. You can see this at the cygwin package list: http://cygwin.com/packages/ by entering 'md5sum.exe' in the search box. > - It should work, and "Because I Can" is always a valid reason in UNIX > world How

Re: libapr1 in cygwin

2009-01-18 Thread David Rothenberger
On 1/18/2009 1:26 PM, Daniel Stonier wrote: David Rothenberger wrote: I recall that the build failed when static libraries were enabled. [snip] However, I've run into a few hitches with the cygwin source build - I just started using cygwin yesterday, so not very familiar with its build system/

Re: libapr1 in cygwin

2009-01-18 Thread Daniel Stonier
> Hi. Please direct these kinds of questions to the cygwin mailing list > (cygwin AT cygwin.com) in the future. Sure. > I recall that the build failed when static libraries were enabled. I don't > recall how. I'll try it again and see if I can debug it. Feel free to > download the source package

Re: GNU coreutils does not work on Cygwin because of freopen() ?

2009-01-18 Thread Sjors Gielen
Larry Hall (Cygwin) wrote: dazjorz wrote: Hey all, I'm not very great with the inner workings of GNU or Cygwin libc, so please bear with me if I make any mistakes or misunderstandings. I was trying to get GNU coreutils to work on Cygwin. Maybe this seems weird to you guys, because Cygwin ha

Re: GNU coreutils does not work on Cygwin because of freopen() ?

2009-01-18 Thread Larry Hall (Cygwin)
dazjorz wrote: Hey all, I'm not very great with the inner workings of GNU or Cygwin libc, so please bear with me if I make any mistakes or misunderstandings. I was trying to get GNU coreutils to work on Cygwin. Maybe this seems weird to you guys, because Cygwin has coreutils, but there are a

Re: Bash in batch mode !

2009-01-18 Thread Larry Hall (Cygwin)
Sébastien Major wrote: Hi, Thanks for all the done job : packages, setup and mirrors. I would like to know if there's a way to lauch some cygwin program without have windows console box _on screen_. I whould lauch at start-up, via services.msc, a command line to have a resident like program. I

GNU coreutils does not work on Cygwin because of freopen() ?

2009-01-18 Thread dazjorz
Hey all, I'm not very great with the inner workings of GNU or Cygwin libc, so please bear with me if I make any mistakes or misunderstandings. I was trying to get GNU coreutils to work on Cygwin. Maybe this seems weird to you guys, because Cygwin has coreutils, but there are a few reasons:

GNU coreutils does not work on Cygwin because of freopen() ?

2009-01-18 Thread dazjorz
Hey all, I'm not very great with the inner workings of GNU or Cygwin libc, so please bear with me if I make any mistakes or misunderstandings. I was trying to get GNU coreutils to work on Cygwin. Maybe this seems weird to you guys, because Cygwin has coreutils, but there are a few reasons:

Re: libapr1 in cygwin

2009-01-18 Thread David Rothenberger
On 1/18/2009 10:44 AM, David Rothenberger wrote: On 1/18/2009 8:29 AM, Daniel Stonier wrote: I've been running into a few hitches with libapr1 and libapr1-util on cygwin. Namely another package I need requires liblog4cxx to have these libraries available statically and I noticed the cygwin build

Re: libapr1 in cygwin

2009-01-18 Thread David Rothenberger
On 1/18/2009 8:29 AM, Daniel Stonier wrote: Hi, Hi. Please direct these kinds of questions to the cygwin mailing list (cygwin AT cygwin.com) in the future. I've been running into a few hitches with libapr1 and libapr1-util on cygwin. Namely another package I need requires liblog4cxx to have

Bash in batch mode !

2009-01-18 Thread Sébastien Major
Hi, Thanks for all the done job : packages, setup and mirrors. I would like to know if there's a way to lauch some cygwin program without have windows console box _on screen_. I whould lauch at start-up, via services.msc, a command line to have a resident like program. Is that possible ? Best

Re: Help me please install OpenSSH Server on Windows Vista

2009-01-18 Thread Dmitry Semyonov
On Sun, Jan 18, 2009 at 16:12, Alexey Eremenko wrote: > $ cygrunsrv -S sshd > and I hope SSH service started but have no idea if it really started... cygrunsrv -Q sshd > C:\cygwin\bin>ssh localhost > ssh_exchange_identification: Connection closed by remote host > > It still does not work. What e

Re: Help me please install OpenSSH Server on Windows Vista

2009-01-18 Thread Alexey Eremenko
On Wed, Jan 14, 2009 at 10:29 AM, Larry Hall (Cygwin) wrote: > Alexey Eremenko wrote: >>> >>> Seeing the output (*attached*) from 'cygcheck -s -r -v' as requested by >>> would help. What does 'ls -ld /etc' >>> say? What does 'getfacl /etc' say? What about 'cacl

[ANNOUNCEMENT] Updated: monotone-0.42-1

2009-01-18 Thread Lapo Luchini
Version 0.42-1 of monotone has been uploaded. monotone is a free distributed version control system. it provides a simple, single-file transactional version store, with fully disconnected operation and an efficient peer-to-peer synchronization protocol. it understands history-sensitive merging, li

Re: Nano syntax files

2009-01-18 Thread Yaakov (Cygwin/X)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vincent François wrote: > That I applied the new command (diff -u), the file syntax.nanorc.patch > is now join ;-) > > Excuse me for my English, I am of French origin. Merci beaucoup. Yaakov -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (Cy