Problems with setup

2003-11-09 Thread Rodrigo Medina
Hello! Here some comments about setup.exe Problem 1. I have notice that setup fails sometimes in some mirrors (I use the downloading mode). I have found that some mirrors have the following policy: If the connection is slow they close the connection after some number of bytes is downloaded. If

Re: setup cannot proceed to do the installation...

2003-11-09 Thread Jason Fu
Thanks Rob! For the time being, I'm using a stupid way of working around it. I remove the /var/log/setup.log* every time first. Then I invoke setup.exe in the package directory by the normal user a/c. After it goes to the selection menu of the site for downloading, I click "next" to let go. At

Re: Process hang(100% CPU Usage) when concurrent calling select(),cygwin1.5.5-1 WinXP/Win2000

2003-11-09 Thread zhouxin
Yeah,it seems all ok! >On Fri, Nov 07, 2003 at 01:24:29PM -0500, Christopher Faylor wrote: >>On Fri, Nov 07, 2003 at 10:44:20AM -0500, Joe Buehler wrote: >>>zhouxin wrote: If the udp worker's count greater than 18,some thread's select() hang and process take 100 cpu: >>> >>>Interestingly,

how to make ctrl-^ work in rxvt?

2003-11-09 Thread Lucifer
My preferred text editor is vim. But I found the convenient ctrl-^ (switch to previous buffer) doesn't work under rxvt window. I setup ssh-host and use putty to login and it works perfectly. Now in rxvt I have to use :e# but for the more keystrokes, it's fainful. Any hints?

Re: New dependency for perl-5.8.2-1

2003-11-09 Thread Gerrit P. Haase
Guten Tag Michael A Chase, am Sonntag, 9. November 2003 um 01:10 schrieben Sie: MAC> When I tried to run 'perl -v', I got a complaint about cygcrypt-0.dll not MAC> being found. The error went away after I installed the crypt package. MAC> Crypt is not listed in Perl's requires line in setup.ini

Re: Pine 4.58 for Cygwin takes a very long time to close a certain IMAP INBOX

2003-11-09 Thread Eduardo Chappa
On Sun, 9 Nov 2003, Frédéric L. W. Meunier wrote: :) I don't know what's wrong, but can't reproduce with the same versions :) of PC-Pine and Pine for Linux. :) :) I have 5 IMAP accounts. The main INBOX is fastmail.fm. :) :) [deleted configuration of incoming folders] :) :) When I switch from one o

Re: How to force passfile-login via SSL?

2003-11-09 Thread Brian Dessent
Ralf Steinh wrote: > Cygwin's SSH is the only incoming contact point of our server with the > Internet, the rest protected by a firewall. > Because our passwords are potentially weak (=short), and also to give > remote-access to only a limited set of users, I want to configure Cygwin to > allow co

How to force passfile-login via SSL?

2003-11-09 Thread Ralf Steinh
Hello! Cygwin's SSH is the only incoming contact point of our server with the Internet, the rest protected by a firewall. Because our passwords are potentially weak (=short), and also to give remote-access to only a limited set of users, I want to configure Cygwin to allow connections with SSH

Pine 4.58 for Cygwin takes a very long time to close a certain IMAP INBOX

2003-11-09 Thread Frédéric L. W. Meunier
I don't know what's wrong, but can't reproduce with the same versions of PC-Pine and Pine for Linux. I have 5 IMAP accounts. The main INBOX is fastmail.fm. The others are incoming-folders=PostaccessLite {mail.postaccesslite.com/[EMAIL PROTECTED], PostaccessLite-fredlwm {mail.postaccessli

Re: Info versus Man

2003-11-09 Thread Don Sharp
Try pinfo. If it doesn't find an info page it'll look for a man page. HTH Don Sharp Brian Dessent wrote: > > zzapper wrote: > > > > Hi Ya All > > > > Is INFO just a viewer for Man Pages, or does it have it's own > > database? > > > > Is INFO preferred to MAN ?? > > > > (Sorry for hogging this N

Re: a try at killall

2003-11-09 Thread Lapo Luchini
Vince Hoffman wrote: Not complete, but usually works for me 0=) $ cat /usr/local/bin/killall #!/bin/sh ps -s | sed -re "/$1$/s/^ +([0-9]+).*$/\1/;t fine;d;:fine" | xargs kill $2 $3 $4 Any reason not to just use pkill ? (from procps package) (I found it after writing a similar script fo

perl localtime returns gmttime

2003-11-09 Thread Kirill Yarosh
I have update perl to 5.8.2 . After that i did find symptomatic insane behaviour of "local" function. Now it returns GMT time. Does anybody unite with me ? $perl -e 'use POSIX qw(strftime); $now_string = strftime ("%a %b %e %H:%M

mod_php & strftime

2003-11-09 Thread John Sullivan
The pure native version of mod_php from php.net (for use with the native Win32 Apache) supports the (fairly common) %#* extensions in strftime, for example: strftime("%d %B", $d) returns "09 November" strftime("%#d %B", $d) returns "9 November" The cygwin version doesn't: strftime("%#d

Re: a try at killall

2003-11-09 Thread Vince Hoffman
> Not complete, but usually works for me 0=) > > $ cat /usr/local/bin/killall > #!/bin/sh > ps -s | sed -re "/$1$/s/^ +([0-9]+).*$/\1/;t fine;d;:fine" | xargs kill > $2 $3 $4 > Any reason not to just use pkill ? (from procps package) (I found it after writing a similar script for solaris. )

Maildir Support broken with Mutt 1.4.1?

2003-11-09 Thread Christian Weinberger
After upgrading to Mutt 1.4.1 I was no longer able to access my emails properly. As soon as a new mail arrived in the main folder (inbox), I could not even close mutt properly. It always gives me the error "rename file or folder does not exist (error=2)" in the status bar. It seems to me that M