RE: davtool with cygwin

2003-09-11 Thread Jörg Schaible
Hi prefab, pre fab wrote on Wednesday, September 10, 2003 9:33 PM: > I have read your post in the cygwin list. I am mailing > to you because I am trying to compile davtool-0.1.0 with cygwin. > > The compilation actually succeeds but I cannot use the > tool in cygwin or windows. The tool seems to

Re: System call which gets CPU utilized capacity

2003-09-11 Thread Cliff Hones
Alex Vinokur wrote > "Igor Pechtchanski" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > On Wed, 10 Sep 2003, Alex Vinokur wrote: > > > > > Is there in CYGWIN any system call which gets CPU utilized capacity at > > > the present moment? > > > [snip] > > I assume the call is the same

Re: Unable to debug perl 5.8.0 program

2003-09-11 Thread Gerrit P. Haase
Hello Andrew, Thursday, September 4, 2003, 10:57:02 PM, you wrote: AD> Recently I started receiving the following error when trying to user AD> perl -d. It only seems to happen with some perl scripts and not other, AD> more simple perl scripts: AD> $ perl -d CheckinPreop.pl AD> Loading DB rou

Re: symlink extension shown using 1.5.3

2003-09-11 Thread Corinna Vinschen
On Wed, Sep 10, 2003 at 02:30:32PM +0200, [EMAIL PROTECTED] wrote: > > What type are the remote shares, Samba or Windows? > How can I tell? OS of remote machine? > > Please send an strace of `ls -l '. > ...is attached Thanks. I could reproduce this on a SAMBA share. I guess this will be fixed

Cygwin on external drive?

2003-09-11 Thread Zeilhofer, Peter
Servus to all, I moved a complete perfectly working Cygwin-configuration with Apache and SSL from C:\cygwin to F.\cygwin an external 40GB disk drive (connected via USB) and tried to get it running, but it will not work. I must say that I have expected problems. Should this be possible after a st

Re: Cygwin on external drive?

2003-09-11 Thread Corinna Vinschen
On Thu, Sep 11, 2003 at 11:32:06AM +0200, Zeilhofer, Peter wrote: > Servus to all, > I moved a complete perfectly working Cygwin-configuration with Apache and SSL from > C:\cygwin to F.\cygwin an external 40GB disk drive (connected via USB) and tried to > get it running, but it will not work. I m

Re: symlink extension shown using 1.5.3

2003-09-11 Thread stmoebius
> On Wed, Sep 10, 2003 at 02:30:32PM +0200, [EMAIL PROTECTED] wrote: > > > What type are the remote shares, Samba or Windows? > > How can I tell? > > OS of remote machine? Win2k (stated in the very first mail - therefore my confusion ;-) -- = Stefan Moebius <[EMAIL PROTECTED]> Witte

Re: Find: missing alphabetically last - more FAITH to tell about

2003-09-11 Thread Ralph Ulrich
The tree of the alphabetically last directory will not be listed by find on my W2k sp3 Computer. This should be fixed in tonight's snapshot. This such fundamental bug is astonishing: How many tools sitting upon correct work of find! ... And no one has told about here for so long? Over a year ago

Minor bug in splint manpage

2003-09-11 Thread Ronald Landheer-Cieslak
In the author section, both the E-mail address and the homepage URL are missing, which renders: AUTHOR If you need to get in contact with the authors send email to or visit JTYMLTK rlc -- Awright, which one of you hid my PENIS ENVY? -- Unsubscribe info: http://cygwin.com/

Rexecd as win service

2003-09-11 Thread Stefano Colombo
I'm trying to setup a Win2K server to execute some cygwin services ( rexecd ) as win2K service. I tried some researches on the NG and FAQ but found no help . Is there an How-to guide to do that ? Thanks Stefano Colombo CDM Tecnoconsulting SPA v M.L. King 38/2 40132 - Bologna Italy email [EMAIL

Re: ncurses line drawing characters terminfo problem?

2003-09-11 Thread Andrew B. Clegg
On Wed, 10 Sep 2003, Charles Wilson wrote: > >>Try adding "codepage:oem" to your CYGWIN environment variable. See > >> for details. This > >>setting is effective for each individual process, so you can set it in the > >>shell just before you

RE: Rexecd as win service

2003-09-11 Thread Vince Hoffman
rexecd runs from inetd. install inetutils and read /usr/share/doc/Cygwin/inetutils-1.3.2.README for details in inetd as a service. > -Original Message- > From: Stefano Colombo [mailto:[EMAIL PROTECTED] > Sent: Thursday, September 11, 2003 1:15 PM > To: [EMAIL PROTECTED] > Subject: Rexecd a

RE: Find: missing alphabetically last dirtree

2003-09-11 Thread Hannu E K Nevalainen \(garbage mail\)
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Hannu E K Nevalainen (garbage mail) > > "cygwin1.dll" v0.0 ts=2003/9/8 6:40 > > DLL identifier: cygwin1 > > Shared id: cygwin1S3 > >^^

RE: Diff information

2003-09-11 Thread Hannu E K Nevalainen \(garbage mail\)
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Editor of PoliSource > >man diff > > Thanks. I think I used that a long time ago, but I rarely use the command > line so I forgot. Unfortunately, it doesn't work at my command > line for some > reason, but I found other sources for t

RE: Find: missing alphabetically last dirtree

2003-09-11 Thread Hannu E K Nevalainen \(garbage mail\)
The quest continues... C:\...\>dir P: /Ad /s /b >MSDN1_dirs.dir $ find /cygdrive/p -type d >MSDN1_dirs $ wc -l MSDN1_dirs MSDN1_dirs.dir 60 MSDN1_dirs 863 MSDN1_dirs.dir 923 total $ cat MSDN1_dirs | ( read line; while [ ! -z "$line" ]; \ do cygpath -w "$line"; read line; done) >MSDN1_

RE: Diff information

2003-09-11 Thread guenter strubinsky
Most if not all text files in cygwin and Linux/Unix are -not surprisingly- in the unix/linux text format which means that as opposed to windooze a line is terminated with a single LF, apple uses a single CR and win uses CR/LF. Notepad does not understand the unix format and shows all text on one li

cygwin bash 2.05b patches and "rebash" a debugger for bash (http://bashdb.sourceforge.net)

2003-09-11 Thread R. Bernstein
I've been working on a modified version of bash 2.05b which has better support for error reporting and debugging (it also has a timestamped history). It also has a somewhat complete debugger modeled off of gdb using the additional support. See http://bashdb.sourceforge.net for info. I've noticed t

Re: Antw: Re: Cygwin python 2.3 oddity

2003-09-11 Thread Jason Tishler
Olivier, Please keep your replies on-list. On Wed, Sep 10, 2003 at 10:57:16PM +0200, Olivier Lefevre wrote: > Thanks for replying. You are welcome. > > Please post instead of sending private email. > > The volume on Cygwin lists is huge and there isn't even a list devoted > to packages. OK, n

Re: ncurses line drawing characters terminfo problem?

2003-09-11 Thread Igor Pechtchanski
On Thu, 11 Sep 2003, Andrew B. Clegg wrote: > On Wed, 10 Sep 2003, Charles Wilson wrote: > > > >>Try adding "codepage:oem" to your CYGWIN environment variable. See > > >> for details. This > > >>setting is effective for each individual proces

Re: ncurses line drawing characters terminfo problem?

2003-09-11 Thread Andrew B. Clegg
On Thu, 11 Sep 2003, Igor Pechtchanski wrote: > > Still looks the same (accented chars rather than line art) with > > TERM=rxvt-cygwin-native regardless of whether I have codepage:oem set or > > not. > > those characters... Unfortunately, as I don't normally use rxvt, I'm not > the best person t

Can't start network utilities in cygwin with WinGate client

2003-09-11 Thread Shahid Manzoor
Hi, I have installed WinGate client on my windows2000 machine and all applications like ssh, scp, startx using TCP/IP does not work in cygwin. If i disable WinGate client then these works. Please tell me how can I solve this problem Shahid Manzoor -- Unsubscribe info: http://cygwin.com/m

Re: Antw: Re: Cygwin python 2.3 oddity

2003-09-11 Thread Olivier Lefevre
bash-2.05b$ ls -ls `echo $PYTHONSTARTUP` 1.0k -rw-rw-rw-1 Administ None 22 Sep 11 16:34 /c/cygwin/startup.py I know it isn't read because it contains the line 'from sets import Set' but bash-2.05b$ python Python 2.3 (#1, Aug 1 2003, 15:01:23) [GCC 3.2 20020927 (prerelease)] on cygw

Re: Problems with accented characters in Cygwin

2003-09-11 Thread Igor Pechtchanski
Since this referred to my replies, I should mention that newer versions of Cygwin should allow pasting accented characters (sans the accents) to console windows. Igor On Thu, 11 Sep 2003, Frédéric L. W. Meunier wrote: > I suggest you use rxvt since the Cygwin "terminal" appers to be > bro

Re: Can't start network utilities in cygwin with WinGate client

2003-09-11 Thread Larry Hall
At 10:28 AM 9/11/2003, Shahid Manzoor you wrote: >Hi, > >I have installed WinGate client on my windows2000 machine and all >applications like ssh, scp, startx using TCP/IP does not work in cygwin. >If i disable WinGate client then these works. > >Please tell me how can I solve this problem > >Shahi

RE: Rexecd as win service

2003-09-11 Thread Stefano Colombo
Thanks for the reply . I really hope not to bother but I have another question. Now the inetd service start as windows service. I've edited the inet.conf to enable only the rexec daemon. In the host.allow I added the following line Rexecd: remote_pc Tried to run the following command from the rem

Re: Find: missing alphabetically last - more FAITH to tell about

2003-09-11 Thread Christopher Faylor
On Thu, Sep 11, 2003 at 02:06:46PM +0200, Ralph Ulrich wrote: >>>The tree of the alphabetically last directory will not be listed by >>>find on my W2k sp3 Computer. > >>This should be fixed in tonight's snapshot. > >This such fundamental bug is astonishing: How many tools sitting upon >correct work

Re: Can't start network utilities in cygwin with WinGate client

2003-09-11 Thread Shahid Manzoor
Hi, I have no problem in TCP/UDP setting problem on server. if i disable the WinGate client then it works. I have WinGate server on server machine and I can run internet from client machine without WinGate client. In this scenario ssh or scp command works without client on my machine. But does not

Re: cygwin bash 2.05b patches and "rebash" a debugger for bash (http://bashdb.sourceforge.net)

2003-09-11 Thread Corinna Vinschen
On Thu, Sep 11, 2003 at 09:53:37AM -0400, R. Bernstein wrote: > I've been working on a modified version of bash 2.05b which has better > support for error reporting and debugging (it also has a timestamped > history). It also has a somewhat complete debugger modeled off of gdb > using the additiona

Re: Minor bug in splint manpage

2003-09-11 Thread Igor Pechtchanski
On Thu, 11 Sep 2003, Ronald Landheer-Cieslak wrote: > In the author section, both the E-mail address and the homepage URL are > missing, which renders: > > AUTHOR >If you need to get in contact with the authors send email to > >or visit > > JTYMLTK > rlc

Removing the same file from two consoles

2003-09-11 Thread Alex Vinokur
Here is some program which was invocated on two consoles. The program behavior is different on * Cygwin, DJGPP on the one hand and * Mingw on the other hand environments. Which is right/correct/preferable? = C-code : BEGIN = /* File t.c */ #include #include #include

Re: Antw: Re: cygwin python 2.3 oddity

2003-09-11 Thread Christopher Faylor
>>The volume on Cygwin lists is huge and there isn't even a list devoted >>to packages. Even though the majority of the email on the cygwin list is devoted to packages... cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html

Re: Removing the same file from two consoles

2003-09-11 Thread Christopher Faylor
On Thu, Sep 11, 2003 at 06:22:58PM +0300, Alex Vinokur wrote: >Here is some program which was invocated on two consoles. > > >The program behavior is different on > * Cygwin, DJGPP on the one hand > and > * Mingw on the other hand > environments. > > >Which is right/correct/preferable? Cygwin's

Re: Find: missing alphabetically last dirtree

2003-09-11 Thread Christopher Faylor
On Thu, Sep 11, 2003 at 03:45:17PM +0200, Hannu E K Nevalainen (garbage mail) wrote: >The quest continues... Can't believe I really have to say this, but... http://cygwin.com/problems.html -- Please use the resources at cygwin.com rather than sending personal email. Special for spam email harveste

Re: System call which gets CPU utilized capacity

2003-09-11 Thread Alex Vinokur
"Cliff Hones" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Alex Vinokur wrote > > "Igor Pechtchanski" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > > On Wed, 10 Sep 2003, Alex Vinokur wrote: > > > > > > > Is there in CYGWIN any system call which gets CPU utiliz

Re: Antw: Re: Cygwin python 2.3 oddity

2003-09-11 Thread Jason Tishler
Olivier, On Thu, Sep 11, 2003 at 04:41:04PM +0200, Olivier Lefevre wrote: > bash-2.05b$ ls -ls `echo $PYTHONSTARTUP` > 1.0k -rw-rw-rw-1 Administ None 22 Sep 11 16:34 > /c/cygwin/startup.py Why is the above "/c/cygwin/startup.py" and not "/startup.py" as you previously indicated? >

Re: Cygwin doesn't show .. in all directories

2003-09-11 Thread David O'Shea
Hi all, Can anyone comment on these diffs? Apart from being messy and not properly formatted at the moment and having way too many calls to syscall_printf(), are they okay? Also, where it says "/* FIXME: what is supposed to happen if lasterr == ERROR_NO_MORE_FILES??? */", I am wondering if I not

Re: Removing the same file from two consoles

2003-09-11 Thread Alex Vinokur
"Christopher Faylor" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Thu, Sep 11, 2003 at 06:22:58PM +0300, Alex Vinokur wrote: > >Here is some program which was invocated on two consoles. > > > > > >The program behavior is different on > > * Cygwin, DJGPP on the one hand > > an

Re: Antw: Re: Cygwin python 2.3 oddity

2003-09-11 Thread Olivier Lefevre
> Why is the above "/c/cygwin/startup.py" and not "/startup.py" > as you previously indicated? That's the same directory. I just made a typo the 1st time. > BTW, I just noticed that you are using Cygwin Python 2.3-1. Does 2.3-2 > work any better? The two packages are identical except for 32- v

Re: Cygwin doesn't show .. in all directories

2003-09-11 Thread Igor Pechtchanski
On Fri, 12 Sep 2003, David O'Shea wrote: > Hi all, > > Can anyone comment on these diffs? Apart from being messy and not > properly formatted at the moment and having way too many calls to > syscall_printf(), ... they are also unnecessary. You should read *all* replies to your own messages. Th

Re: cygwin doesn't show .. in all directories

2003-09-11 Thread Christopher Faylor
On Fri, Sep 12, 2003 at 01:48:15AM +1000, David O'Shea wrote: >Can anyone comment on these diffs? Apart from being messy and not >properly formatted at the moment and having way too many calls to >syscall_printf(), are they okay? Are you having email problems? I've already informed you *twice* t

Re: Rexecd as win service

2003-09-11 Thread Andrew DeFaria
Stefano Colombo wrote: I really hope not to bother but I have another question. Now the inetd service start as windows service. I've edited the inet.conf to enable only the rexec daemon. In the host.allow I added the following line Rexecd: remote_pc Tried to run the following command from the r

Re: ncurses line drawing characters terminfo problem?

2003-09-11 Thread Charles Wilson
Andrew B. Clegg wrote: On Thu, 11 Sep 2003, Igor Pechtchanski wrote: Still looks the same (accented chars rather than line art) with TERM=rxvt-cygwin-native regardless of whether I have codepage:oem set or not. those characters... Unfortunately, as I don't normally use rxvt, I'm not the best pe

Re: System call which gets CPU utilized capacity

2003-09-11 Thread Cliff Hones
Alex Vinokur wrote: > http://www.cygwin.com/packages/procps/procps-010801-1-src > contains _list_ of procps' sources (including top.c and top.h) : > Sun Jan 14 10:40:14 2001 45360 procps-010801/top.c > Sun Jan 14 10:41:29 2001 7242 procps-010801/top.h > > Where can one get the s

Re: Antw: Re: Cygwin python 2.3 oddity

2003-09-11 Thread Cliff Hones
Olivier Lefevre wrote > ... > Now if only cygwin had an equivalent of Solaris truss; it might give us > a clue. Pardon? What about strace? -- Cliff -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: Unable to debug perl 5.8.0 program

2003-09-11 Thread Andrew DeFaria
Gerrit P. Haase wrote: Hello Andrew, Thursday, September 4, 2003, 10:57:02 PM, you wrote: AD> Recently I started receiving the following error when trying to user AD> perl -d. It only seems to happen with some perl scripts and not other, AD> more simple perl scripts: AD> $ perl -d CheckinPreop

Re: Cygwin tetex problem - listings package is incomplete

2003-09-11 Thread Jan Nieuwenhuizen
[flup to cygwin] Andy Rushton writes: > Hi, I believe you maintain the Cygwin tetex package. D*mn, I've been found out ;-) Please post to the Cygwin list. > I have updated to version tetex-2.0.2-12 recently and found that the > listings package (in /usr/share/texmf/tex/latex/listings/) is missi

RE: Find: missing alphabetically last dirtree

2003-09-11 Thread Hannu E K Nevalainen \(garbage mail\)
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Christopher Faylor > On Thu, Sep 11, 2003 at 03:45:17PM +0200, Hannu E K Nevalainen > (garbage mail) wrote: > >The quest continues... > > Can't believe I really have to say this, but... > http://cygwin.com/problems.html Ahh... :?-[ -

Re: Antw: Re: Cygwin python 2.3 oddity

2003-09-11 Thread Jason Tishler
Olivier, On Thu, Sep 11, 2003 at 05:55:37PM +0200, Olivier Lefevre wrote: > > BTW, I just noticed that you are using Cygwin Python 2.3-1. Does > > 2.3-2 work any better? The two packages are identical except for > > 32- vs. 64-bit, but maybe this is the difference? > > I tried to install 2.3.2

RE: Diff information

2003-09-11 Thread Editor of PoliSource
General help in bash, for installed (cygwin/Linux/GNU) commands: $ help $ info $ man Help and info work, but man still doesn't. I guess I don't need it though. _ Fast, faster, fastest: Upgrade to Cable or DSL today! https://bro

RE: Can't start network utilities in cygwin with WinGate client

2003-09-11 Thread Hannu E K Nevalainen \(garbage mail\)
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Shahid Manzoor > I have no problem in TCP/UDP setting problem on server. if i disable the > WinGate client then it works. I have WinGate server on server machine and > I can run internet from client machine without WinGate client. In

Re: ncurses line drawing characters terminfo problem?

2003-09-11 Thread Andrew B. Clegg
On Thu, 11 Sep 2003, Charles Wilson wrote: > > Lucida Console in both Win console and rxvt... > > Ah, that's the problem. Try LucidaConsoleP (patched) from > http://www.neuro.gatech.edu/users/cwilson/cygutils/bashprompt/ > > Or the vgafonts from the same location. LuConP is just LucidaConsole

resizing setup.exe window

2003-09-11 Thread Sam Steingold
this appears to be a recurring question without a good answer: why can't we resize the setup.exe window (helpful for package selection)? &c. is it possible to add the _official_ answer to the FAQ ? thanks. -- S

Re: Find: missing alphabetically last dirtree

2003-09-11 Thread Christopher Faylor
On Thu, Sep 11, 2003 at 08:28:54PM +0200, Hannu E K Nevalainen (garbage mail) wrote: >$ df /cygdrive/p/ >Filesystem 1k-blocks Used Available Use% Mounted on >p: 658082658082 0 100% /cygdrive/p >$ command ls -ln /cygdrive/p/ >total 16450 >dr-xr-xr-x

Re: Diff information

2003-09-11 Thread Christopher Faylor
On Thu, Sep 11, 2003 at 06:55:55PM +, Editor of PoliSource wrote: >>General help in bash, for installed (cygwin/Linux/GNU) commands: >> >>$ help >>$ info >>$ man > >Help and info work, but man still doesn't. I guess I don't need it though. Or, you could just install it. setup.exe does not

Re: resizing setup.exe window

2003-09-11 Thread Christopher Faylor
On Thu, Sep 11, 2003 at 03:17:28PM -0400, Sam Steingold wrote: >this appears to be a recurring question without a good answer: why >can't we resize the setup.exe window (helpful for package selection)? > &c. > >is it possible to add the _offici

RE: Find: missing alphabetically last dirtree

2003-09-11 Thread Hannu E K Nevalainen \(garbage mail\)
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Christopher Faylor > Can I see an ls -lan output for this? What I'm looking for is that the > link count for '.' is equal to the number of directories on the cd, > including '.' itself. > > cgf $ command ls -lan /cygdrive/p/ total 1

Re: ps -W not working after latext cygwin DLL update

2003-09-11 Thread Goren Il
I looked at the code, and it seems that win_init fails because it can not open "psapi.dll" (the DLL does not exist on my PC). Can someone please confirm that the file should exist on a Win2K (SP4) server? Anybody knows if this file is part of any UP / security patch? Thanks - Original Message

Re: Find: missing alphabetically last dirtree

2003-09-11 Thread Christopher Faylor
On Thu, Sep 11, 2003 at 10:00:07PM +0200, Hannu E K Nevalainen (garbage mail) wrote: >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf >> Of Christopher Faylor > >> Can I see an ls -lan output for this? What I'm looking for is that the >> link count for '.' is equal to the number of dire

RE: ps -W not working after latext cygwin DLL update

2003-09-11 Thread Hannu E K Nevalainen \(garbage mail\)
> From: Goren Il > I looked at the code, and it seems that win_init fails because it can not > open "psapi.dll" (the DLL does not exist on my PC). > Can someone please confirm that the file should exist on a Win2K (SP4) > server? F:\WINNT\system32\psapi.dll > Anybody knows if this file is part

RE: Find: missing alphabetically last dirtree

2003-09-11 Thread Hannu E K Nevalainen \(garbage mail\)
> From: Christopher Faylor > Ok, how about a 'dir p:'? Does it show a "." and a ".." directory? > > cgf I assume you meant from cmd.exe... bash/dir is below though, just in case (seems not so useful). F:\>dir p: Volume in drive P is QTR37ENUD1 Volume Serial Number is D63D-731C Directory of

Re: Diff information

2003-09-11 Thread Editor of PoliSource
Or, you could just install it. setup.exe does not install everything by default. The list of programs that I got during my update yesterday was too long to read through, and there was nothing under man. Just now, I tried the "Search Package List" tool and searched for "man", which returned 511

win2k "resource" exhaustion problem - no Cygwin programs will run

2003-09-11 Thread james pentland
dear Cygwin developers: i have a bash script which apparently causes an exhaustion of system resources. which "resources" i am unclear about - it does not seem to be memory. the consequences of running it, at a minimum, are that 1) the script fails at some point, 2) no further Cygwin executables

Re: cygwin bash 2.05b patches and "rebash" a debugger for bash (http://bashdb.sourceforge.net)

2003-09-11 Thread R. Bernstein
Corinna Vinschen writes: > Using the bash source package from the Cygwin distro might help. The source does not contain patches or diffs. Are there patches stored separately from source? What happens when a new release comes out? (Debian patches are nicely bundled for each particular problem and

Re: Antw: Re: Cygwin python 2.3 oddity

2003-09-11 Thread Olivier Lefevre
OK, so I upgraded everything and now with python 2.3.2 it works. Weird. I didn't change anything else. However, following up on my own suggestion re. truss, I found about strace and wanted to try it but: bash-2.05b$ strace python strace.exe: error creating process python, (error 2) Is th

Re: Antw: Re: cygwin python 2.3 oddity

2003-09-11 Thread Christopher Faylor
On Thu, Sep 11, 2003 at 11:55:10PM +0200, Olivier Lefevre wrote: >OK, so I upgraded everything and now with python 2.3.2 it works. Weird. >I didn't change anything else. > >However, following up on my own suggestion re. truss, I found about >strace and wanted to try it but: > >bash-2.05b$ strac

bash.exe doesn't launch correctly

2003-09-11 Thread Robert Sample
Dear Cygwin Developers: I have downloaded and installed version 1.5.3-1 on two different Windows XP SP1 machines. All was working correctly. However, after installing the patch from Microsoft to plug the hole(s) that created RPC problems, I now cannot launch a Bash shell. On clicking the Cy

ctrl-c in rxvt

2003-09-11 Thread Patrick Peralta
Hello list, I installed Cygwin a few days ago on Windows XP along with rxvt 2.7.10. It works great except for ctrl-c when trying to break out of certain programs (such as ping). It works under the regular DOS-window bash but it is ignored under rxvt. This also happens if I sssh into the box. A

Re: bash.exe doesn't launch correctly

2003-09-11 Thread Andrew DeFaria
Robert Sample wrote: Dear Cygwin Developers: I have downloaded and installed version 1.5.3-1 on two different Windows XP SP1 machines. All was working correctly. However, after installing the patch from Microsoft to plug the hole(s) that created RPC problems, I now cannot launch a Bash shel

Re: win2k "resource" exhaustion problem - no Cygwin programs will run

2003-09-11 Thread Luc Hermitte
Hello, * On Thu, Sep 11, 2003 at 01:41:41PM -0700, james pentland <[EMAIL PROTECTED]> wrote: > i have a bash script which apparently causes an > exhaustion of system resources. > which "resources" i am unclear about - it does not > seem to be memory. > [...] > ./yawfu-sh: line 7: /usr/bin/sed: Per

Re: Can't start network utilities in cygwin with WinGate client

2003-09-11 Thread Larry Hall
Well, it sounds to me like the WinGate client is certainly the problem then. I'd recommend searching the WinGate site for answers and/or contacting them. Larry At 11:16 AM 9/11/2003, Shahid Manzoor you wrote: >Hi, > >I have no problem in TCP/UDP setting problem on server. if i disable the >WinGat

Re: ctrl-c in rxvt

2003-09-11 Thread Christopher Faylor
On Thu, Sep 11, 2003 at 04:02:22PM -0700, Patrick Peralta wrote: >I installed Cygwin a few days ago on Windows XP along with rxvt >2.7.10. It works great except for ctrl-c when trying to break >out of certain programs (such as ping). It works under the >regular DOS-window bash but it is ignored u

1.5.3 - can't start cron nor apache service - operation not permitted

2003-09-11 Thread Andrew DeFaria
Since upgrading to 1.5.3 I cannot start cron or apache as services. They were added as follows: $ cygrunsrv -I cron -p /usr/sbin/cron -a -D -d "Cygwin cron" -e "MAILTO=$USER@" -e "CYGWIN=ntsec $ cygrunsrv -I apache -p /usr/sbin/httpd -a -k -d "Cygwin Apache" -f "Apache for Cygwin" $ cygrunsrv -

File name completion in bash completes to .lnk

2003-09-11 Thread Andrew DeFaria
In Cygwin 1.5.3 when doing filename completion with the tab character bash completes a symlink all the way to the .lnk: $ ls symlinked_fi yields $ ls symlinked_file.lnk Obligatory witty saying: Okay, who put a "stop payment" on my reality check? -- Unsubscribe info: http://cygwin.com/ml/

Re: Find: missing alphabetically last dirtree

2003-09-11 Thread Christopher Faylor
On Thu, Sep 11, 2003 at 10:22:38PM +0200, Hannu E K Nevalainen (garbage mail) wrote: >>From: Christopher Faylor Ok, how about a 'dir p:'? Does it show a "." >>and a ".." directory? > >I assume you meant from cmd.exe... bash/dir is below though, just in >case (seems not so useful). Yes, sorry, I

Re: File name completion in bash completes to .lnk

2003-09-11 Thread Christopher Faylor
On Thu, Sep 11, 2003 at 04:34:08PM -0700, Andrew DeFaria wrote: >In Cygwin 1.5.3 when doing filename completion with the tab character >bash completes a symlink all the way to the .lnk: > >$ ls symlinked_fi > >yields > >$ ls symlinked_file.lnk Nope. It actually doesn't do that at all. I just tr

Re: File name completion in bash completes to .lnk

2003-09-11 Thread Andrew DeFaria
Christopher Faylor wrote: On Thu, Sep 11, 2003 at 04:34:08PM -0700, Andrew DeFaria wrote: In Cygwin 1.5.3 when doing filename completion with the tab character bash completes a symlink all the way to the .lnk: $ ls symlinked_fi yields $ ls symlinked_file.lnk Nope. It actually doesn't do that

Re: ctrl-c in rxvt

2003-09-11 Thread Rick Rankin
--- Christopher Faylor <[EMAIL PROTECTED]> wrote: > On Thu, Sep 11, 2003 at 04:02:22PM -0700, Patrick Peralta wrote: > >I installed Cygwin a few days ago on Windows XP along with rxvt > >2.7.10. It works great except for ctrl-c when trying to break > >out of certain programs (such as ping). It w

Re: ctrl-c in rxvt

2003-09-11 Thread Christopher Faylor
On Thu, Sep 11, 2003 at 05:32:03PM -0700, Rick Rankin wrote: >--- Christopher Faylor <[EMAIL PROTECTED]> wrote: >>On Thu, Sep 11, 2003 at 04:02:22PM -0700, Patrick Peralta wrote: >>>I installed Cygwin a few days ago on Windows XP along with rxvt 2.7.10. >>>It works great except for ctrl-c when tryi

Re: File name completion in bash completes to .lnk

2003-09-11 Thread Larry Hall
At 07:59 PM 9/11/2003, Andrew DeFaria you wrote: >Christopher Faylor wrote: > >>On Thu, Sep 11, 2003 at 04:34:08PM -0700, Andrew DeFaria wrote: >> >>>In Cygwin 1.5.3 when doing filename completion with the tab character >>>bash completes a symlink all the way to the .lnk: >>> >>>$ ls symlinked_fi >

Re: File name completion in bash completes to .lnk

2003-09-11 Thread Andrew DeFaria
Larry Hall wrote: At 07:59 PM 9/11/2003, Andrew DeFaria you wrote: Christopher Faylor wrote: On Thu, Sep 11, 2003 at 04:34:08PM -0700, Andrew DeFaria wrote: In Cygwin 1.5.3 when doing filename completion with the tab character bash completes a symlink all the way to the .lnk: $ ls symlinked_fi

Re: File name completion in bash completes to .lnk

2003-09-11 Thread Christopher Faylor
So, the eventual cygcheck output reveals that the problem is this: http://cygwin.com/ml/cygwin/2003-09/msg00569.html Which should be fixed in tonight's snapshot. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documen

Re: cygwin doesn't show .. in all directories

2003-09-11 Thread David O'Shea
Yes, I do have an email problem, my inability to keep up with all the email I get! Since the replies I'd gotten had been sent directly to me I thought that was the custom on this list and didn't bother to check the backlog for other replies. My question still stands: what is supposed to happen in

Re: File name completion in bash completes to .lnk

2003-09-11 Thread Larry Hall
At 10:10 PM 9/11/2003, Christopher Faylor you wrote: >So, the eventual cygcheck output reveals that the problem is this: > >http://cygwin.com/ml/cygwin/2003-09/msg00569.html > >Which should be fixed in tonight's snapshot. Wow, that was quick diagnosis. I was just starting to go through the cygc

Re: symlink extension shown using 1.5.3

2003-09-11 Thread Christopher Faylor
On Thu, Sep 11, 2003 at 11:49:42AM +0200, [EMAIL PROTECTED] wrote: >> On Wed, Sep 10, 2003 at 02:30:32PM +0200, [EMAIL PROTECTED] wrote: >> > > What type are the remote shares, Samba or Windows? >> > How can I tell? >> >> OS of remote machine? >Win2k (stated in the very first mail - therefore my c

Re: File name completion in bash completes to .lnk

2003-09-11 Thread Andrew DeFaria
Christopher Faylor wrote: So, the eventual cygcheck output reveals that the problem is this: http://cygwin.com/ml/cygwin/2003-09/msg00569.html Which should be fixed in tonight's snapshot. Ah, duh. Sorry I should have thought of that. I guess I have sufficiently hidden the fact that my home dire

Re: ctrl-c in rxvt

2003-09-11 Thread Rick Rankin
--- Christopher Faylor <[EMAIL PROTECTED]> wrote: > On Thu, Sep 11, 2003 at 05:32:03PM -0700, Rick Rankin wrote: > >--- Christopher Faylor <[EMAIL PROTECTED]> wrote: > >>On Thu, Sep 11, 2003 at 04:02:22PM -0700, Patrick Peralta wrote: > >>>I installed Cygwin a few days ago on Windows XP along with

Syslog daemon (yes, I read the archives)

2003-09-11 Thread David O'Shea
Hi all, >From reading the archives there seem to be some requests from people to have the ability to use a syslog daemon instead of the Windows Event Log or C:\CYGWIN_SYSLOG.TXT for syslog output. I would also like that. I would like to try to implement this so that a registry flag controls whet

Re: ctrl-c in rxvt

2003-09-11 Thread Christopher Faylor
On Thu, Sep 11, 2003 at 09:54:10PM -0700, Rick Rankin wrote: >--- Christopher Faylor wrote: >>We can't get decent bug reports without begging, so, just feel lucky >>that the system works at all. > >Well, let me see what I can do... The offer is very much appreciated but I think I have fixed this.

Re: Syslog daemon (yes, I read the archives)

2003-09-11 Thread Christopher Faylor
On Fri, Sep 12, 2003 at 04:40:27PM +1000, David O'Shea wrote: >Hi all, > >>From reading the archives there seem to be some requests from people >to have the ability to use a syslog daemon instead of the Windows >Event Log or C:\CYGWIN_SYSLOG.TXT for syslog output. I would also >like that. > >I wou