On Tue, Apr 16, 2002 at 08:45:22PM -0500, Gary R. Van Sickle wrote:
> It's certainly possible that mutt is the guilty party, as it's rather
> aggregiously Unix-text-files-only-please oriented.
no , it's not ! i've already posted that *fetchmail* has a *known bug*
when dealing with the W2K winsock
Thanks, all -- I'll include this in the next release of cygutils.
--Chuck
Pavel Tsekov wrote:
> Hello Chris,
>
> Tuesday, April 16, 2002, 12:53:07 PM, you wrote:
>
> CJ> Submit my patch instead to cygwin-patches along with a ChangeLog entry,
> CJ> otherwise it probably won't get incldued.
>
In the current setup.ini (from mirrors.rcn.net, anyway: timestamp
1018990206) curl has sdesc: and ldesc: and category: and requires:. But no
install: line(s). Fergus
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentatio
> -Original Message-
> From: Westley Weimer [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, April 17, 2002 1:50 PM
> I am willing to have "hello.exe" be fairly large, but
> shipping all of cygwin1.dll (700K) is not allowed. If this
> were linux I would pull all of the .o files out of c
> (1) Is there a "-static" switch that statically links in cygwin1.dll?
> (2) If not, how else can I solve this problem?
I'm fairly new to Cygwin but from what I've picked up there is no static version of
the cygwin library available either binary or source. This is a deliberate policy to
try t
- Original Message -
From: "Eric Vorrie" <[EMAIL PROTECTED]>
To: "Gary R. Van Sickle" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Tuesday, April 16, 2002 9:31 PM
Subject: Re: fetchmail still corrupts files ?
>
> - Original Message -
> From: "Gary R. Van Sickle" <[EMAIL PROTEC
- Original Message -
From: "Gary R. Van Sickle" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 16, 2002 6:45 PM
Subject: RE: fetchmail still corrupts files ?
> > I cannot confirm that fetchmail is guilty.
> > I use fetchmail to retrieve all my mails and feed them to ou
I am using gcc under cygwin and I would like to ship hello.exe to a friend
who does not have cygwin1.dll on his computer.
$ gcc -v
Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/2.95.3-5/specs
gcc version 2.95.3-5 (cygwin special)
$ gcc hello.c -o hello.exe -st
> I cannot confirm that fetchmail is guilty.
> I use fetchmail to retrieve all my mails and feed them to our SMTP
> server. Then I fetch them from the local POP3 server with my windows
> client. No mails with attachments are corrupted!
> So just fetching with fetchmail seems to work ( works for
> >> >> A patch is attached to fix this behaviour.
> >> CJ> See my reply on cygwin-patches mailing list.
> >>
> >> :))) Yeah, saw it already :) It's the right thing to do of course.
> >> I didn't thought too much when "hacked" mine - did it in a hurry so we
> >> can just fix the problem :(
> >Subm
I can't seem to compile Nessus correctlyin Cygwin. I run the ./configure
script but I still end up with it crashing with an error at some point. Has
anyone gotten a working compile of the program? If so, could you send me
some information on what you did to get it working correctly? The librar
*** Jim George ([EMAIL PROTECTED]) wrote today:
:) I don't see it?
You may have to wait until the ftp site where you are downloading it from
gets updated. I saw it at http://archive.progeny.com, just a few minutes
ago.
--
Eduardo
http://www.math.washington.edu/~chappa/pine/
--
Unsubscribe in
I don't see it?
- Original Message -
From: "Eduardo Chappa" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 16, 2002 6:50 PM
Subject: [ANNOUNCEMENT] New Package: Pine
>
>
> The 'Pine' package is now available via setup.exe
>
> Pine is a console e-mail and newsrweader
I'm relatively new to Cygwin (a great product overall), but I've searched
the web, man pages, info documents, FAQ, mail list archives (in many
different ways) and am still having difficulties with a few things.
==
Some (possibly) important details:
--
* Windows 2000 professional
*
On Tue, 16 Apr 2002, Chet Ramey wrote:
> Readline has a set of characters it uses as word
> delimiters for completion, and the calling application can modify that
> set to its tastes. Bash includes `:' as a word break character, which
> makes it convenient to complete colon-separated lists like $
I agree with your postion on calling a Linux system GNU/Linux. Have you
considered using the name GNU/Windows when refering to machines that use
the RedHat Cygwin UNIX envoroment?
No, because in that case the whole Windows system is still there.
GNU/Linux means "the GNU system, modif
Hallo,
I'm using the Cygwin Apache several days now.
I think the mod_autoindex.c module is buggy.
I have loaded the module and in the httpd.conf section
about fancyindexing icons where the icons are assigned
to the files according to their suffixes I have the
default setting like:
AddIcon /i
Don't no if anyone else has noticed this: the pthread_cond_wait when
signalled does not lock the associated mutex again. Thus the expected
output of the attached program should be
create Test
start
bar mutex lock and wait
foo mutex lock
foo mutex lock and signal condition then sleep...
foo mute
No, it's not wierd. I'm just blind, stupid, or some combination thereof. I
completely forgot that I have C:\WINNT and a few other mounted as /WINNT, etc.
When I did
ls C:/
I was actually seeing my Cygwin root, *not* the root of my C drive.
Sorry for the confusion.
--Rick
--- Randall R Schulz
While the workaround "stty flush ^-" does workaround the problem,
doesn't explain the problem I originally posted...specifically,
$ cat >.t.
hang
ignores all attempts to break back into the shell... hitting the
delete icon on the rxvt window get's a message from w
> This reminds me of another oddity, one I resolved serendipitously: I never
> understood why Readline was escaping at signs ('@') when they were part of
> a name it was expanding (I sometimes use them to set off time stamps
> incorporated into file names). Then one day I happened upon the
> d
Chet,
Thanks.
This reminds me of another oddity, one I resolved serendipitously: I never
understood why Readline was escaping at signs ('@') when they were part of
a name it was expanding (I sometimes use them to set off time stamps
incorporated into file names). Then one day I happened upon
> Well, it gets weirder.
>
> I activated the "show-all-if-ambiguous" and now when I type, say:
>
> % echo c:/
>
> What I get is a list of the _Cygwin root_!
>
> The same thing results if I use:
>
> % echo d:/
Quote the colon. Readline has a set of characters it uses as wor
At 01:54 PM 4/16/2002, Chris Metcalf wrote:
>Larry Hall replied:
> > I don't see this behavior. It works fine for me (tm).
>
>Perhaps you installed cygwin to c:/ instead of c:/cygwin? That would
>explain why it looks the same. If you have some other drive mounted
>(e.g. d:), I'd be curious to s
I wrote:
> Currently, if you use completion on a path with a drive letter (e.g.
> "ls -d c:/win"), bash considers the drive letter to be unrelated
> syntax and expands out of the mounted root instead (e.g. c:/cygwin).
Larry Hall replied:
> I don't see this behavior. It works fine for me (tm).
P
Rick,
Well, it gets weirder.
I activated the "show-all-if-ambiguous" and now when I type, say:
% echo c:/
What I get is a list of the _Cygwin root_!
The same thing results if I use:
% echo d:/
Here's my mount table:
% mount
D:\cygwin\bin on /usr/bin type system (binmode)
The 'Pine' package is now available via setup.exe
Pine is a console e-mail and newsrweader.
Among other features, Pine provides:
* Support for IMAP, POP3, (E)SMTP, NNTP and MIME.
* Color support under rxvt.
* An easy to use editor, called Pico, or the ability to use
On Tuesday 16 Apr 02, O'BRIEN,STEVE (HP-UnitedKingdom,ex1) writes:
> I cannot explain why rxvt should fail to respond to ^] in this state whereas
> the cygwin console does. ...
Or why it should not cause problems to hundreds of other cygwin rxvt
users who also have the "stty flush ^O".
You *are*
Hmm... I've set no special options regarding case sensitivity, but completion
with both upper and lower case drive letters works fine, i.e., both
ls c:/
and
ls C:/
show me the contents of the root directory on drive C. I *do* have the
directive
set show-all-if-ambiguous on
in my .inputrc. Do
/ "Mark Paulus" <[EMAIL PROTECTED]> wrote:
| I have this wierd behaviour, and it is causing some stats that I
| run to whack out.
|
| Every now and again (every 15-30 minutes or so), my cygwin apps
| pause for 1-2 MINUTES I have written a simple script to capture
| this behaviour:
Jus
Whats wrong with
mount c: /c
etc.
and
$ ls -d /c/win*
/c/win2000 /c/wincvs /c/winzip.log
Justin
> Chris Metcalf
> Currently, if you use completion on a path with a drive letter (e.g.
> "ls -d c:/win"), bash considers the drive letter to be unrelated
> syntax and expands out of the mount
Christopher Faylor <[EMAIL PROTECTED]> writes:
> Hopefully someone will wake up and call you.
I got call and email. Unfortunately pricing doesn't fit for my
bussiness. I'm selling something like 5-50 copies / year (and that
might be optimistic), and Cygwin pricing starts from 1000 copies.
So
Larry,
I deliberately use case sensitivity for completion, but even knowing that,
completion on absolute names in Windows native format does not work for me.
I tried with the drive letter both in lower and upper case, but no go.
Perhaps there's another option of which I'm unaware?
By the way
Chris,
I have a symbolic link in my Cygwin root for each drive on my system (e.g.,
/c -> /cygdrive/c). Completion in BASH recognizes these symlinks and
follows them (without expanding it to the target).
Randall Schulz
Mountain View, CA USA
At 09:45 2002-04-16, Chris Metcalf wrote:
>Currently
At 01:03 PM 4/16/2002, =?euc-kr?q?jinhyuk=20choi?= wrote:
>when I use src.rpm packages, extract it from another
>linux machine which rpm2cpio and download it.
>
>but I guess there may be some tools like rpm2cpio so I
>can extract rpm files directly on my cygwin box.
>does not exist??
Why guess
Do a google search, there is an rpm version for cygwin.
On Tue, 2002-04-16 at 12:03, jinhyuk choi wrote:
> when I use src.rpm packages, extract it from another
> linux machine which rpm2cpio and download it.
>
> but I guess there may be some tools like rpm2cpio so I
> can extract rpm files direc
when I use src.rpm packages, extract it from another
linux machine which rpm2cpio and download it.
but I guess there may be some tools like rpm2cpio so I
can extract rpm files directly on my cygwin box.
does not exist??
_
¶Ç ´Ù
At 12:45 PM 4/16/2002, Chris Metcalf wrote:
>Currently, if you use completion on a path with a drive letter (e.g.
>"ls -d c:/win"), bash considers the drive letter to be unrelated
>syntax and expands out of the mounted root instead (e.g. c:/cygwin).
I don't see this behavior. It works fine for
At 12:18 PM 4/16/2002, Joshua wrote:
> I don't know if anyone on the list has access/contact with the admins of
>mirrors.rcn.net, but the latest/cygwin directory on the mirror is empty as
>of now and at least since yesterday. I did a quick search of the mailing
>list, but didn't see any messa
Currently, if you use completion on a path with a drive letter (e.g.
"ls -d c:/win"), bash considers the drive letter to be unrelated
syntax and expands out of the mounted root instead (e.g. c:/cygwin).
This is quite understandable and defensible, but it would be nice to
allow drive letters to be
At 12:03 PM 4/16/2002, Mark Paulus wrote:
>I have this wierd behaviour, and it is causing some stats that I
>run to whack out.
>
>Every now and again (every 15-30 minutes or so), my cygwin apps
>pause for 1-2 MINUTES I have written a simple script to capture
>this behaviour:
If you're
I don't know if anyone on the list has access/contact with the admins of
mirrors.rcn.net, but the latest/cygwin directory on the mirror is empty as
of now and at least since yesterday. I did a quick search of the mailing
list, but didn't see any messages regarding an empty cygwin directory (j
I have this wierd behaviour, and it is causing some stats that I
run to whack out.
Every now and again (every 15-30 minutes or so), my cygwin apps
pause for 1-2 MINUTES I have written a simple script to capture
this behaviour:
$ cat doit
#!/usr/bin/bash
while [ 1 ]
do
echo `date`
> You can undefine the flush character by typing:
> stty flush ^- before you start telnet. You can add this line to
/etc/profile or
> /etc/profile.d/local.sh or ~/.bash_profile so that it is always set in
every session.
Perfect! Many thanks Steve. - Christopher
--
Unsubscribe info: ht
Hello Chris,
Tuesday, April 16, 2002, 12:53:07 PM, you wrote:
CJ> Submit my patch instead to cygwin-patches along with a ChangeLog entry,
CJ> otherwise it probably won't get incldued.
Here it is:
I put your name here because this is your patch :) I've taken this info
from another patch of your
At 11:32 AM 4/16/2002, Larry Hall (RFK Partners, Inc) wrote:
>I'm not sure why the behavior would've changed for you, all other things
>being equal. The bash man page clearly states that `/.bash_profile, along
At 04:49 AM 4/16/2002, [EMAIL PROTECTED] wrote:
>Strange (but nice). Every so often I do a clean install from scratch. I did
>it today when the installation directories contrib/ + latest/ became
>release/.
Yep. That's the result of directory reorganization that was discussed on
the cygwin-app
At 05:46 AM 4/16/2002, Max Bowsher wrote:
>First, I've read this thread, and others:
> > Yes, it is! :) This topic was covered multiple times on the mailing
> > list already, see this thread from 4 April:
> > Question on the new behavior of setup.exe
>
>In it, it says: This is done to allow fetchi
On Tue, Apr 16, 2002 at 11:53:07AM +0100, Chris January wrote:
>> Hello Chris,
>>
>> Monday, April 15, 2002, 10:52:52 PM, you wrote:
>>
>> >> A patch is attached to fix this behaviour.
>> CJ> See my reply on cygwin-patches mailing list.
>>
>> :))) Yeah, saw it already :) It's the right thing to do
If you have questions about the tcl parts of gdb, send them to the
[EMAIL PROTECTED] mailing list.
cgf
On Tue, Apr 16, 2002 at 04:20:56PM +0200, Ton van Overbeek wrote:
>A few days ago I reported about problems with wish8.3 in gdb-20020409-1.
>I got a patch from Keith Seitz which made it not cra
Jason schrieb:
> On Tue, Apr 16, 2002 at 06:55:43AM +, Marc Chantreux wrote:
>> I'm trying to use a fetchmail/procmail/rxvt/mutt/vim solution
>> to read my messages. I have two problems :
>>
>> 1. fetchmail seems to corrupt my boxes. I've found lot of
>> messages in the archive about a bug i
On Monday 15 Apr 02, Christopher Glaeser writes:
> > > Control-O in emacs via a telnet session hangs rxvt. Is there a way to
> remap
> > > Control-O so that it can be used in emacs to insert a new line? If
not,
> is
> > > there a way to un-hang rxvt after using Contorl-O?
> >
> > I don't have an
A few days ago I reported about problems with wish8.3 in gdb-20020409-1.
I got a patch from Keith Seitz which made it not crash.
In fact when running from a Cygwin bash shell in a DOS window it works fine.
I only realised yesterday that the gdb test version has been updated from
gdb-20020409-1 to
cURL has been updated to version 7.9.6-1.
There are a couple of enhancements (primarily in libcurl), as well
as several bugfixes in this version.
Complete release announcements with details are on the curl website:
http://curl.haxx.se/mail/archive-2002-04/0047.html
-=-=-=-=-=-=-=-=-=-=-=
Marc,
On Tue, Apr 16, 2002 at 06:55:43AM +, Marc Chantreux wrote:
> I'm trying to use a fetchmail/procmail/rxvt/mutt/vim solution
> to read my messages. I have two problems :
>
> 1. fetchmail seems to corrupt my boxes. I've found lot of
> messages in the archive about a bug in W2K but it was
Marc schrieb:
> I'm trying to use a fetchmail/procmail/rxvt/mutt/vim solution
> to read my messages. I have two problems :
> 1. fetchmail seems to corrupt my boxes. I've found lot of
> messages in the archive about a bug in W2K but it was for an old
> version of fetchmail.
> does someone knows
On Monday 15 Apr 02, Christopher Glaeser writes:
> > > Control-O in emacs via a telnet session hangs rxvt. Is there a way to
> remap
> > > Control-O so that it can be used in emacs to insert a new line? If not,
> is
> > > there a way to un-hang rxvt after using Contorl-O?
> >
> > I don't have an
> Hello Chris,
>
> Monday, April 15, 2002, 10:52:52 PM, you wrote:
>
> >> A patch is attached to fix this behaviour.
> CJ> See my reply on cygwin-patches mailing list.
>
> :))) Yeah, saw it already :) It's the right thing to do of course.
> I didn't thought too much when "hacked" mine - did it in
Robert Collins writes:
> > -Original Message-
> > From: Philip Aston [mailto:[EMAIL PROTECTED]]
> > Sent: Tuesday, April 16, 2002 6:30 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [PATCH] gettimeofday time travels
> >
> >
> > I'm no W32 expert but:
>
> Become one. :]. Ser
First, I've read this thread, and others:
> Yes, it is! :) This topic was covered multiple times on the mailing
> list already, see this thread from 4 April:
> Question on the new behavior of setup.exe
In it, it says: This is done to allow fetching from multiple mirrors.
My question is this: _Wh
Strange (but nice). Every so often I do a clean install from scratch. I did
it today when the installation directories contrib/ + latest/ became
release/. Ages ago all customisations incl. aliases etc were read from my
~/.bash_profile. Then the bash version changed and I had to export SHELL=,
and
> -Original Message-
> From: Philip Aston [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 16, 2002 6:30 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [PATCH] gettimeofday time travels
>
>
>
> cgf writes:
> > On Mon, Apr 15, 2002 at 09:58:48PM +0100, Philip Aston
> wrote: > >How abo
cgf writes:
> On Mon, Apr 15, 2002 at 09:58:48PM +0100, Philip Aston wrote:
> >How about the attached quick and dirty fix?
>
> I'm sorry but I don't think a quick and dirty fix is justified if
> there are other alternatives. I haven't seen any other alternatives
> discussed yet.
Understoo
Hello Chris,
Monday, April 15, 2002, 10:52:52 PM, you wrote:
>> A patch is attached to fix this behaviour.
CJ> See my reply on cygwin-patches mailing list.
:))) Yeah, saw it already :) It's the right thing to do of course.
I didn't thought too much when "hacked" mine - did it in a hurry so we
c
Hello Nikolaus,
Tuesday, April 16, 2002, 7:46:56 AM, you wrote:
[snip]
NS> Q: Is the creation of a site dependent subdirectory holding the modules
NS> intended by design?
Yes, it is! :) This topic was covered multiple times on the mailing
list already, see this thread from 4 April:
Question o
65 matches
Mail list logo