Re: signal is not delivered to the handler

2006-03-20 Thread Christopher Faylor
On Sun, Mar 19, 2006 at 09:28:43PM -0500, D.Pageau wrote: >I have an issue with lrzsz-0.12.20.tar.gz compiled on cygwin 1.5.19-4 >where lrx never timeout when xmodem error occured (hangs forever). > >It look related to what Michael as reported. I have compiled test.c >from Michael: Same result wh

Re: cygipc-1.13-2.tar.bz2 download

2006-03-20 Thread Rajendra S. Gad
Sir Igor, I am installing the DSpace application on the UBUNTU version 5.10 . Please inform me where I will have better instruction for installing and configuring DSpace on this plateform. Also let suggest me other linux plateform which will be user friendly for instyallinf DSpace( Specially whic

USERNAME disappears from cron with 20060318 snapshot

2006-03-20 Thread Jerry D. Hedden
I have cron scripts that make use of the USERNAME environment variable. With the 20060309 snapshot, USERNAME is available to the scripts. With the 20060318 snapshot, USERNAME is not there, just LOGNAME. Why the change? Or is this a bug? -- Unsubscribe info: http://cygwin.com/ml/#unsubscr

newbie:Missing .bashrc and other startups

2006-03-20 Thread BeemerBiker
I installed cygwin but did not select enough tools. Took about 4 installs before I thought I got all the stuff I needed, x11, etc, etc. However, there is no .bashrc nor .bash_profile. cd /home/xxx does nothing except report home does not exist. echo $HOME does work. Is there a fix for this?

Re: Updated [experimental]: tcltk-20060202-1

2006-03-20 Thread Steve Smith
Hi, upon seeing http://cygwin.com/ml/cygwin/2006-02/msg00090.html I downloaded the latest complete stable cygwin, after changing the tcl version to the updated version. I then downloaded the latest snapshot of cygwin1.dll and installed that (http://cygwin.com/ snapshots/cygwin1-20060319.dll

Re: Updated [experimental]: tcltk-20060202-1

2006-03-20 Thread Christopher Faylor
On Mon, Mar 20, 2006 at 03:58:41PM +, Steve Smith wrote: >Hi, upon seeing >http://cygwin.com/ml/cygwin/2006-02/msg00090.html > >I downloaded the latest complete stable cygwin, after changing the >tcl version to the updated version. I then downloaded the latest >snapshot of cygwin1.dll and i

Re: newbie:Missing .bashrc and other startups

2006-03-20 Thread Brett Serkez
> I installed cygwin but did not select enough tools. Took about 4 installs > before I thought I got all the stuff I needed, x11, etc, etc. However, there > is no .bashrc nor .bash_profile. cd /home/xxx does nothing except report home > does not exist. echo $HOME does work. Is there a fix for

Re: Updated [experimental]: tcltk-20060202-1

2006-03-20 Thread Steve Smith
>>You might want to think about how $F is evaluated above. It isn't evaulated >>by 'sh'. It's evaluated by tclsh. Thanks Christopher, sorry about that. You're right, it does pass on the environment now. Does anyone have Tix built under this latest version? Sadly our TCL/ TK code still us

Re: cygipc-1.13-2.tar.bz2 download

2006-03-20 Thread Igor Peshansky
Ugh, top-posting... Reformatted. On Mon, 20 Mar 2006, Rajendra S. Gad wrote: > > On Fri, 17 Mar 2006, Rajendra S. Gad wrote: > > > >> Sir, > >> I am not in position ot download the above file from the portal > >> > >> http://www.neuro.gatech.edu/users/cwilson/cygutils/cygipc/cygipc-1.13-2.tar.bz

Re: USERNAME disappears from cron with 20060318 snapshot

2006-03-20 Thread Igor Peshansky
On Mon, 20 Mar 2006, Jerry D. Hedden wrote: > I have cron scripts that make use of the USERNAME environment variable. > With the 20060309 snapshot, USERNAME is available to the scripts. With > the 20060318 snapshot, USERNAME is not there, just LOGNAME. Why the > change? Or is this a bug? $USER

help needed for portable exes

2006-03-20 Thread Usman Khan
suppose i compiled a program and it runs successfully (make install done). now that i want that the program runs on any other pc, is there a way to find all the dlls that are required, some program, or a program that makes an installer that installs all the files with the dlls required for that pro

Re: sshd and scp/sftp: slow throughput on windows machines

2006-03-20 Thread Cary Jamison
Max Stein wrote: > Unfortunately, the performance of the cygwin sshd server is very poor > when it comes to copying large files. I have made this observation on > several new and fast machines (3 GHz, 512 MB RAM, 100 MB/s Intel Pro > network card) running with Windows XP or Windows 2003 Server. The

Redirect stdin & stdout to serial port

2006-03-20 Thread D.Pageau
I have to redirect both stdin & stdout to com1 lrz -X -vv foo.bin > /dev/ttyS0 < /dev/ttyS0 bash: /dev/ttyS0: Permission denied This is working on *nix but not with Cygwin. Why ? any work around ? CYGWIN_NT-5.0 foo 1.5.20(0.155/4/2) 2006-03-19 16:11 i686 Cygwin -- Unsubscribe info: http

Re: Redirect stdin & stdout to serial port

2006-03-20 Thread Igor Peshansky
On Mon, 20 Mar 2006, D.Pageau wrote: > I have to redirect both stdin & stdout to com1 > > lrz -X -vv foo.bin > /dev/ttyS0 < /dev/ttyS0 > bash: /dev/ttyS0: Permission denied > > This is working on *nix but not with Cygwin. Why ? According to the strace, bash opens the port twice, using O_CREAT|O_

Re: Redirect stdin & stdout to serial port

2006-03-20 Thread D.Pageau
On 2006-03-20 20:02, Igor Peshansky wrote: >> any work around ? > > Well, bash does offer an input/output redirection with the '<>' > operator... Did you try that? > > Also, duplicating the file descriptor might work (e.g., &0). <> no permission denied but output is still stdout &0 no permi

Re: rxvt and line-drawing characters

2006-03-20 Thread Charles Wilson
Charles Wilson wrote: Strangely, if I set TERM=rxvt-cygwin-native , use luconP as my font , it does NOT matter whether my CYGWIN variable has codepage:oem, codepage:ansi, or neither. The following behaviors are the same: ascii.exe prints the line draw characters pstree -G prints garbage It *

Re: Redirect stdin & stdout to serial port

2006-03-20 Thread Lev Bishop
On 3/20/06, D.Pageau wrote: > <> > > no permission denied but output is still stdout This is expected, because <> operator says to open for read/write on descriptor 0. It doesn't say anything about stdout. > &0 > > no permission denied but output is not redirected to /dev/ttyS0, not > stdout eith

Where are the home sites of Charles Wilson and Michael A. Chase now?

2006-03-20 Thread Alexey Lyubimov
Could anybody tell where are the home sites of "cygutils" - Charles Wilson (was http://www.neuro.gatech.edu/users/cwilson/cygutils/) and "clean_setup.pl" - Michael A. Chase (was http://home.ix.netcom.com/~mchase/) now? Thank you. --- Alexey Lyubimov -- Unsubscribe info: http://cygw

Re: rxvt and line-drawing characters

2006-03-20 Thread Andrew DeFaria
Charles Wilson wrote: Charles Wilson wrote: Strangely, if I set TERM=rxvt-cygwin-native , use luconP as my font , it does NOT matter whether my CYGWIN variable has codepage:oem, codepage:ansi, or neither. The following behaviors are the same: ascii.exe prints the line draw characters pstree

Re: rxvt and line-drawing characters

2006-03-20 Thread Charles Wilson
Andrew DeFaria wrote: Charles Wilson wrote: Basically, you're stuck with 'pstree -A'. Works in Cygwin but not on my Linux box (Fedora Core 3): Jupiter:pstree -A pstree: invalid option -- A usage: pstree [ -a ] [ -c ] [ -h | -H pid ] [ -l ] [ -n ] [ -p ] [ -u ] [ -G | -U ] [ pid |

Re: rxvt and line-drawing characters

2006-03-20 Thread Andrew DeFaria
Charles Wilson wrote: Andrew DeFaria wrote: Charles Wilson wrote: Basically, you're stuck with 'pstree -A'. Works in Cygwin but not on my Linux box (Fedora Core 3): Jupiter:pstree -A pstree: invalid option -- A usage: pstree [ -a ] [ -c ] [ -h | -H pid ] [ -l ] [ -n ] [ -p ] [ -u ]